UA_OptionSet_Option
This PLC data type is an auxiliary data type for defining your own OptionSet data types.
This data type maps an option (a bit) in an OptionSet (a bit mask) including a validity specification.
Syntax
TYPE UA_OptionSet_Option :
STRUCT
value : BOOL;
valid : BOOL;
END_STRUCT
END_TYPEParameter
Name | Type | Description |
|---|---|---|
value | BOOL | Value of this option |
Valid | BOOL | Validity specification of this option |