You're reading the documentation for an older, but still supported version
(GL013300).
For information on the latest version, please have a look at GL013301.
For information on the latest version, please have a look at GL013301.
READ_CTRLIO_OUTPUT
This structure provides real-time output data from the robot controller, including digital and analog outputs. It includes signals for controlling robot actuators or other hardware components requiring output control.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Digital outputs (16 channels) |
|
16 |
|
|
Analog outputs (2 channels, numeric) |
Total size: 24 bytes
Defined in: DRFS.h
typedef struct _READ_CTRLIO_OUTPUT
{
unsigned char _iTargetDO[NUM_DIGITAL]; /* Digital Output data (16) */
float _fTargetAO[NUM_ANALOG]; /* Analog Output data (2) */
} READ_CTRLIO_OUTPUT, *LPREAD_CTRLIO_OUTPUT;