CONFIG_CONFIGURABLE_IO
This is a structure information to set IO input and consists of the following fields.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Information of Safety I/O |
Total size : 32 bytes
Defined in: DRFS.h
typedef struct _CONFIG_CONFIGURABLE_IO
{
/* Safety or user-defined I/O
TYPE_LAST : number of I/O categories
NUM_DIGITAL : number of digital channels per category
*/
unsigned char _iIO[TYPE_LAST][NUM_DIGITAL];
} CONFIG_CONFIGURABLE_IO, *LPCONFIG_CONFIGURABLE_IO;