E_BA_EventType

TYPE E_BA_EventType :
(
  Invalid          := 0,
  eAlarm           := 1,
  eDisturb         := 2,
  eMaintenance     := 3,
  eNotification    := 4,
  eOther           := 5,
) BYTE;
END_TYPE

Type

Symbol in the TwinCAT HMI

E_BA_EventType

Alarm

E_BA_EventType 1:

eAlarm

Fault

E_BA_EventType 2:

eDisturb

Maintenance

E_BA_EventType 3:

eMaintenance

Notification

E_BA_EventType 4:

eNotification

Miscellaneous

E_BA_EventType 5:

eOther