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

E_BA_EventIconState 1: The event is not present.

eIndicated

E_BA_EventIconState 2: The event is not (no longer) present, but is indicated for information purposes until it is acknowledged*.

eGoneAcked

E_BA_EventIconState 3: The event is not present (anymore). However, it has already been acknowledged but not yet reset**.

eGone

E_BA_EventIconState 4: An event is not present (anymore). However, it was neither acknowledged nor reset*.

ePesentAcked

E_BA_EventIconState 5: An event is present and has been acknowledged.

ePresent

E_BA_EventIconState 6: An event is present.

E_BA_EventIconState 7:

* Only possible with alarm mode standard!
** Only possible with extended alarm mode!