The Transition Between Alarm States
There are two types of alarms, Bool Alarm and Level Alarm, for which you can set up a variable to monitor, message to display, severity, and so on.
Type | Description | Available Variable Data Types |
Bool Alarm | Alarm occurs depending on the ON or OFF value of the variable that is monitored. |
BOOL |
Level Alarm | Alarm occurs depending on the stored value of the variable that is monitored. | SINT, USINT, INT, UINT, DINT, UDINT, LINT, ULINT, BYTE, WORD, DWORD, LWORD, REAL, LREAL. |
You can display alarms by alarm groups in Alarm Summary objects.
By using the import/export function, you can use Excel or other spreadsheet tools to edit alarms. For details, refer to the following.
Alarms are saved to the defined [Save in] field.
[Save in] |
Description |
[Backup Memory] | Data is stored in the display unit's backup memory (SRAM). |
[SD Card] | Data is stored in the display unit's SD Card. |
[USB Storage] | Data is stored in the display unit's USB storage. |
Alarms are saved in binary format.
You can check the data from the Project Explorer by clicking [System Architecture] and selecting [All Alarms].
For data size calculation, see the following.
Calculating the Size of Data to Save
You can select from the following on how to operate after reaching the specified [Maximum Number of Records].
Depending on the setting in the [Alarm Behavior] property, the alarm status transitions between either three states ([Optional ACK]) or four states ([Mandatory ACK]).
For information on the [Alarm Behavior] property, see the following.