Метод | Описание | |
---|---|---|
ConditionRefresh ( ISystemContext context, List |
Returns the last event produced for any conditions belonging to the node or its chilren.
|
|
SourceState ( QuickstartNodeManager nodeManager, Opc.Ua.NodeId nodeId, string sourcePath ) : System |
Initializes the area.
|
Метод | Описание | |
---|---|---|
CreateAlarm ( |
Creates a new alarm for the source.
|
|
CreateDialog ( string dialogName ) : |
Creates a new dialog condition
|
|
FindAlarmByEventId ( byte eventId ) : |
Finds the alarm by event id.
|
|
GetRecordNumber ( |
Gets the record number associated with tge alarm.
|
|
GetUserName ( ISystemContext context ) : string |
Gets the user name associated with the context.
|
|
OnAcknowledge ( ISystemContext context, |
Called when the alarm is acknowledged.
|
|
OnAddComment ( ISystemContext context, |
Called when the alarm has a comment added.
|
|
OnAlarmChanged ( |
Called when the state of an alarm for the source has changed.
|
|
OnConfirm ( ISystemContext context, |
Called when the alarm is confirmed.
|
|
OnEnableDisableAlarm ( ISystemContext context, |
Called when the alarm is enabled or disabled.
|
|
OnRespond ( ISystemContext context, |
Called when the dialog receives a response.
|
|
OnShelve ( ISystemContext context, |
Called when the alarm is shelved.
|
|
OnTimedUnshelve ( ISystemContext context, |
Called when the alarm is shelved.
|
|
ReportChanges ( |
Reports the changes to the alarm.
|
|
UpdateAlarm ( |
Updates the alarm with a new state.
|
public ConditionRefresh ( ISystemContext context, List |
||
context | ISystemContext | The system context. |
events | List |
The list of condition events to return. |
includeChildren | bool | Whether to recursively report events for the children. |
Результат | void |
public SourceState ( QuickstartNodeManager nodeManager, Opc.Ua.NodeId nodeId, string sourcePath ) : System | ||
nodeManager | QuickstartNodeManager | |
nodeId | Opc.Ua.NodeId | |
sourcePath | string | |
Результат | System |