Applies To
GC5050, GX5050
Purpose
Set or return the command external event bit number.
Syntax
Object.XEventBit [enDioCommandXEventBit]
Or
[enDioCommandXEventBit = ] Object.XEventBit
The XEventBit property syntax has the following parts:
Name |
Type |
Description |
Object |
DioCommand |
DioCommand object. |
enDioCommandXEventBit |
enumDioCommandXEventBit |
Integer specifying the external event bit number. |
Where
enumDioCommandXEventBit can be one of the following (GX5050/GC5050):
Name |
Value |
Description |
dioCommandXEventBit0 |
0 |
External event line number 0. |
dioCommandXEventBit1 |
1 |
External event line number 1. |
dioCommandXEventBit2 |
2 |
External event line number 2. |
dioCommandXEventBit3 |
3 |
External event line number 3. |
Comments
GX5050/GC5050:
Apply the condition to the specified external events bit number when the condition is set to dioCommandConditionBitLow or dioCommandConditionBitHigh
See Also