E_BA_EventState

The enumeration is used to display and classify events.

Syntax

TYPE E_BA_EventState:
(
  Invalid        := 0,
  Unknown        := 1,

  eNormal        := 2,
  eFault         := 3,
  eOffNormal     := 4,
  eLowLimit      := 5;
  eHighLimit     := 6
)BYTE;
END_TYPE

Name

Description

Invalid

No significance for the user

eUnknown

State unknown

eNormal

Normal operation

eFault

Invalid value

eOffnormal

Alarm state

eLowLimit

Lower limit value undershot

eHighLimit

Upper limit value exceeded

Requirements

Development environment

Required PLC library

TwinCAT 3.1 4024.35

Tc2_BA2_Common from V2.1.20.0