# stAlarmConfigReadData

## `stAlarmConfigReadData` (STRUCT)

TYPE stAlarmConfigReadData : STRUCT

InOut:

| Name                   | Type          | Comment                                                                   |
| ---------------------- | ------------- | ------------------------------------------------------------------------- |
| `uiID`                 | `UINT`        | <p>The same ID as shown in the AlarmGroup UI Configuration<br>Manager</p> |
| `udiInternalID`        | `UDINT`       | Internal ID which is required for alarm access                            |
| `sAlarmText`           | `STRING(255)` | Configured alarm text                                                     |
| `udiAlarmClassID`      | `UDINT`       | The alarm class ID to which the alarm is associated                       |
| `udiAlarmGroupID`      | `UDINT`       | The alarm group ID to which the alarm is associated                       |
| `sAlarmClassName`      | `STRING`      | The alarm class name to which the alarm is associated                     |
| `sAlarmGroupName`      | `STRING`      | The alarm group name to which the alarm is associated                     |
| `xIsDeactivatedByConf` | `BOOL`        | Alarm is deactivated by the Alarm Configuration Manager                   |
