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.
MONITOR_CONVEYOR
This structure defines the monitoring state of a conveyor system. It is used to check whether the conveyor is active or stopped during operation.
BYTE# |
Field Name |
Data Type |
Value |
Remarks |
|---|---|---|---|---|
0 |
|
|
Conveyor name identifier |
|
32 |
|
|
0 or 1 |
Conveyor state flag |
Total size: 33 bytes
Defined in: DRFS.h
typedef struct _MONITOR_CONVEYOR
{
/* Conveyor name */
char _szName[MAX_SYMBOL_SIZE];
/* Conveyor start flag (0: stop, 1: start) */
unsigned char _bStart;
} MONITOR_CONVEYOR, *LPMONITOR_CONVEYOR;