E_BA_EventIconState
TYPE E_BA_EventIconState :
(
Invalid := 0,
eNone := 1,
eIndicated := 2,
eGoneAcked := 3,
eGone := 4,
ePresentAcked := 5,
ePresent := 6,
) BYTE;
END_TYPE
Name | Description |
---|---|
eNone | The event is not present. |
eIndicated | The event is not (no longer) present, but is indicated for information purposes until it is acknowledged*. |
eGoneAcked | The event is not present (anymore). However, it has already been acknowledged but not yet reset**. |
eGone | An event is not present (anymore). However, it was neither acknowledged nor reset*. |
ePesentAcked | An event is present and has been acknowledged. |
ePresent | An event is present. |
* Only possible with alarm mode standard! |