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.
CONFIG_SAFETY_IO_EX
This is a structure information to set the safety I/O (extended version), and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Each subarray represents input/output and safety channel index |
|
32 |
|
|
Optional trigger-level configuration (commented out in header) |
Total size: 48 bytes
Defined in: DRFS.h
typedef struct _CONFIG_SAFETY_IO_EX
{
/* Safety I/O */
unsigned char _iIO[TYPE_LAST][NUM_SAFETY * 2];
///* trigger level */
//unsigned char _bLevel[TYPE_LAST][NUM_SAFETY];
} CONFIG_SAFETY_IO_EX, *LPCONFIG_SAFETY_IO_EX;