ST_LogicSource
TYPE ST_LogicSource:
STRUCT
sName : STRING(32);
sLongName : T_MaxString;
sLabel_8Char : STRING(8);
nObjectID : UDINT;
bState : BOOL;
bOnPressed : BOOL;
END_STRUCT
END_TYPE
Name | Type | Description |
---|---|---|
sName | STRING(32) | Unique name of the LogicSource |
sLongName | T_MaxString | Name of the LogicSource as defined in the artist matrix. |
sLabel_8Char | STRING(8) | 8-character button labeling as defined in the artist matrix. |
nObjectID | UDINT | Unique object identification number |
bState | BOOL | The current status as received by RRCS. |
bOnPressed | BOOL | For future use. |