Method | Description | |
---|---|---|
CheckForChanges ( ISystemContext context ) : void |
Checks if the file has changed since the last check.
|
|
ControllerState ( ISystemContext context, FileInfo fileInfo ) : System |
Initializes a controller from a file.
|
|
ControllerState ( NodeState parent ) : System |
Initializes the type with its default attribute values.
|
|
GetChildren ( ISystemContext context, IList |
Populates a list with the children that belong to the node.
|
|
GetFile ( ISystemContext context, Opc.Ua.NodeId controllerId ) : FileInfo |
Returns the file for the controller.
|
|
UpdateValues ( ISystemContext context ) : void |
Upates the tag values from the CSV file.
|
Method | Description | |
---|---|---|
FindChild ( ISystemContext context, Opc.Ua.QualifiedName browseName, bool createOrReplace, |
Finds the child with the specified browse name.
|
|
GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId |
Returns the id of the default type definition node for the instance.
|
|
Initialize ( ISystemContext context ) : void |
Initializes the instance.
|
|
InitializeOptionalChildren ( ISystemContext context ) : void |
Initializes the any option children defined for the instance.
|
|
OnAfterCreate ( ISystemContext context, NodeState node ) : void |
Sets up callbacks for dynamic variables.
|
Method | Description | |
---|---|---|
GetValueByName ( string name ) : object |
Returns the value of the tag with the specified name.
|
|
ReadTemperature ( ISystemContext context, NodeState node, object &value ) : |
Reads the temperature for the controller.
|
|
ReadTemperatureSetPoint ( ISystemContext context, NodeState node, object &value ) : |
Reads the temperature set point for the controller.
|
|
SetValueByName ( string name, object value ) : void |
Sets the value of the tag with the specified name.
|
|
WriteTemperatureSetPoint ( ISystemContext context, NodeState node, object &value ) : |
Write the temperature set point for the controller.
|
public CheckForChanges ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |
public ControllerState ( ISystemContext context, FileInfo fileInfo ) : System | ||
context | ISystemContext | |
fileInfo | FileInfo | |
return | System |
public ControllerState ( NodeState parent ) : System | ||
parent | NodeState | |
return | System |
protected FindChild ( ISystemContext context, Opc.Ua.QualifiedName browseName, bool createOrReplace, |
||
context | ISystemContext | |
browseName | Opc.Ua.QualifiedName | |
createOrReplace | bool | |
replacement | ||
return |
public GetChildren ( ISystemContext context, IList |
||
context | ISystemContext | The context for the system being accessed. |
children | IList |
The list of children to populate. |
return | void |
protected GetDefaultTypeDefinitionId ( Opc.Ua.NamespaceTable namespaceUris ) : Opc.Ua.NodeId | ||
namespaceUris | Opc.Ua.NamespaceTable | |
return | Opc.Ua.NodeId |
public static GetFile ( ISystemContext context, Opc.Ua.NodeId controllerId ) : FileInfo | ||
context | ISystemContext | |
controllerId | Opc.Ua.NodeId | |
return | FileInfo |
protected Initialize ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |
protected InitializeOptionalChildren ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |
protected OnAfterCreate ( ISystemContext context, NodeState node ) : void | ||
context | ISystemContext | |
node | NodeState | |
return | void |
public UpdateValues ( ISystemContext context ) : void | ||
context | ISystemContext | |
return | void |