TYPE ProxyStructMonitorAlarmClassDesc : STRUCT
This structure is used to store the description of an alarm class
InOut:
|
Name
|
Type
|
Comment
|
sName
|
STRING
|
The name of the alarmclass
|
udiInternalID
|
UDINT
|
The internal id of the alarmclass
|
usiPriority
|
USINT
|
The priority of the alarmclass
|
xAcknowledgeSeparately
|
BOOL
|
The flag, that indicates, whether alarms referencing this alarm class have to be acknowledged separately [return value of IAlarmClass.IsAcknowledgeSeparately()]
|
|