Property | Type | Description | |
---|---|---|---|
OnAlarmChanged | AlarmChangedEventHandler |
Method | Description | |
---|---|---|
AcknowledgeAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void |
Acknowledges an alarm.
|
|
CommentAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void |
Adds a comment to an alarm.
|
|
ConfirmAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void |
Confirms an alarm.
|
|
CreateAlarm ( string alarmName, string alarmType ) : void |
Creates a new active alarm for the source.
|
|
DoSimulation ( long counter, int index ) : void |
Simulates a source by updating the state of the alarms belonging to the condition.
|
|
EnableAlarm ( string alarmName, bool enabling ) : void |
Enables or disables the alarm.
|
|
Refresh ( ) : void |
Reports the current state of all conditions.
|
|
SetOfflineState ( bool offline ) : void |
Sets the state of the source (surpresses any active alarms).
|
|
UnderlyingSystemSource ( ) : System |
Initializes a new instance of the UnderlyingSystemSource class.
|
Method | Description | |
---|---|---|
FindAlarm ( string alarmName, uint recordNumber ) : |
Finds the alarm identified by the name.
|
|
ReportAlarmChange ( |
Reports a change to an alarm record.
|
|
UpdateAlarm ( |
Updates the state of an alarm.
|
public AcknowledgeAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void | ||
alarmName | string | Name of the alarm. |
recordNumber | uint | The record number. |
comment | Opc.Ua.LocalizedText | The comment. |
userName | string | Name of the user. |
return | void |
public CommentAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void | ||
alarmName | string | Name of the alarm. |
recordNumber | uint | The record number. |
comment | Opc.Ua.LocalizedText | The comment. |
userName | string | Name of the user. |
return | void |
public ConfirmAlarm ( string alarmName, uint recordNumber, Opc.Ua.LocalizedText comment, string userName ) : void | ||
alarmName | string | Name of the alarm. |
recordNumber | uint | The record number. |
comment | Opc.Ua.LocalizedText | The comment. |
userName | string | Name of the user. |
return | void |
public CreateAlarm ( string alarmName, string alarmType ) : void | ||
alarmName | string | Name of the alarm. |
alarmType | string | Type of the alarm. |
return | void |
public DoSimulation ( long counter, int index ) : void | ||
counter | long | The number of simulation cycles that have elapsed. |
index | int | The index of the source within the system. |
return | void |
public EnableAlarm ( string alarmName, bool enabling ) : void | ||
alarmName | string | Name of the alarm. |
enabling | bool | if set to |
return | void |
public SetOfflineState ( bool offline ) : void | ||
offline | bool | if set to |
return | void |