IndicatorState

Indicator status symbol of BYTE data type. The three least significant bits are used to calculate the state. The table below explains bit positions and their meaning for the control.

Bit position

Name

Meaning

0

Normal state bit

If this bit is set to TRUE, the control will have “Normal state” as its active state.

1

Warning state bit

If this bit is set to TRUE, the control will have “Warning state” as its active state. If set to TRUE, this bit overrides the state set by bit 0.

2

Error state bit

If this bit is set to TRUE, the control will have “Error state” as its active state. If set to TRUE, this bit overrides the states set by bit 1 and bit 0.

3..7

Not used

These bits carry no information for the state of the control.

Schema: tchmi:general#/definitions/BYTE

Attribute getter: getIndicatorState

Attribute setter: setIndicatorState

Available: since version 12.6.0