This is the API description for the TCP/IP protocol of the Analog Out Bricklet. General information on what this device does and the technical specifications can be found here.
A tutorial on how to test the Analog Out Bricklet and get the first examples running can be found here.
A general description of the TCP/IP protocol structure can be found here.
| Function ID: | 1 |
|---|---|
| Request: |
|
| Response: | no response |
Sets the voltage in mV. The possible range is 0V to 5V (0-5000). Calling this function will set the mode to 0 (see set_mode).
The default value is 0 (with mode 1).
| Function ID: | 2 |
|---|---|
| Request: | empty payload |
| Response: |
|
Returns the voltage as set by set_voltage.
| Function ID: | 3 |
|---|---|
| Request: |
|
| Response: | no response |
Sets the mode of the analog value. Possible modes:
Setting the mode to 0 will result in an output voltage of 0. You can jump to a higher output voltage directly by calling set_voltage.
The default mode is 1.
| Function ID: | 255 |
|---|---|
| Request: | empty payload |
| Response: |
|
Returns the UID, the UID where the Bricklet is connected to, the position, the hardware and firmware version as well as the device identifier.
The position can be ‘a’, ‘b’, ‘c’ or ‘d’.
The device identifiers can be found here.
New in version 2.0.0 (Plugin).
| Value: | 220 |
|---|
This constant is used to identify a AnalogOut Bricklet.
The get_identity function and the CALLBACK_ENUMERATE callback of the IP Connection have a device_identifier parameter to specify the Brick’s or Bricklet’s type.