E_AlarmState
Alarm state of an alarm triggered by FB_AppMessage.
Syntax:
TYPE E_AlarmState : TcEventConfirmationState;
END_TYPE
Values
Name | Value | Description |
---|---|---|
Reset | 4 | The alarm is currently not active. |
NotSupported | 0 | The alarm is active but does not require confirmation. |
WaitForConfirmation | 2 | The alarm is active and not yet confirmed. |
Confirmed | 3 | The alarm is (still) active, but has already been confirmed. |
NotRequired | 1 | Alarm is not active |
![]() | Description is context-related The states described in the table are context-related to the use by FB_AppMessage. The general description of the TcEventConfirmationState can be found in the Tc3_EventLogger documentation. |
Requirements
Development Environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT 4026 >= v3.1.4026.16 | PC or CX (x64, x86) | Tc3_PlasticBaseApplication (>= v12.12.0.0) |