Table of Contents
Analog Write
Write value(s) to the specified analog output pin(s).
LabVIEW
Developer Note
Command Packet
|
||||||||||||||||||||||||||||||||
Description | Write value(s) to the specified analog output pin(s). | |||||||||||||||||||||||||||||||
Size | Variable | |||||||||||||||||||||||||||||||
Format | ||||||||||||||||||||||||||||||||
SoF | Start of Frame. Always 0xFF. | |||||||||||||||||||||||||||||||
PACKET SIZE | Packet Size In Bytes | |||||||||||||||||||||||||||||||
PACKET NUM | The Current Packet Number. This value increments with each new packet. | |||||||||||||||||||||||||||||||
CMD | Analog Write Command. | |||||||||||||||||||||||||||||||
NUM PINS | The number of AO pins to write to. | |||||||||||||||||||||||||||||||
PIN NUM(S) | Variable Length. The AO pin numbers to write to. Each byte represents one pin. | |||||||||||||||||||||||||||||||
VALUE(S) | Variable Length. Bit packet AO Values. The LSB of Values corresponds to the MSB PIN NUM. | |||||||||||||||||||||||||||||||
CHECKSUM | Checksum. Computed by adding all of the bytes in the packet in U8 form ignoring rollover. |
LINX Target
Developer Note
Response Packet
|
||||||||||||||||||||||||||||||||
Description | LINX device's response to Analog Write command | |||||||||||||||||||||||||||||||
Size | 6 Bytes | |||||||||||||||||||||||||||||||
Format | ||||||||||||||||||||||||||||||||
SoF | Start of Frame. Always 0xFF. | |||||||||||||||||||||||||||||||
PACKET SIZE | Total packet size in bytes. | |||||||||||||||||||||||||||||||
PACKET NUM | The packet number of the packet that generated the response. | |||||||||||||||||||||||||||||||
STATUS | See Return Status section below. | |||||||||||||||||||||||||||||||
CHECKSUM | Checksum. Computed by adding all of the bytes in the packet in U8 form ignoring rollover. |
Return Status
No function specific statuses. See return_status for universal return statuses.