E_BA_EventTransition
Describes the possible transition states of event objects.
Syntax
TYPE E_BA_EventTransition:
(
Invalid := 0,
eToOffnormal := 1,
eToFault := 2,
eToNormal := 3
);
END_TYPE
Name | Description |
---|---|
Invalid | No significance for the user. |
eToOffnormal | Transition to Alarm state. |
eToFault | Transition to Error state. |
eToNormal | Transition to Normal state. |
Requirements
Development environment | Required PLC library |
---|---|
TwinCAT 3.1 4024.35 | Tc3_BA2_Common from V2.1.20.0 |