ST_BA_EventTransitions
Struktur zur Angabe eines Zustandswechsels von Events.
Syntax
TYPE ST_BA_EventTransitions :
STRUCT
bToOffNormal : BOOL;
bToFault : BOOL;
bToNormal : BOOL;
END_STRUCT
END_TYPE
Name | Typ | Beschreibung |
---|---|---|
bToOffNormal | BOOL | Wechsel in den Alarmzustand. |
bToFault | BOOL | Wechsel in den Zustand „unzulässiger Wert“. |
bToNormal | BOOL | Wechsel in den Normalzustand. |
Voraussetzungen
Entwicklungsumgebung | Erforderliche SPS-Bibliothek |
---|---|
TwinCAT3.1 4024.35 | Tc3_BA2_Common ab V2.1.20.0 |