Global methods for the information model
These global methods create or remove nodes in the information model at runtime.
CreateObject method
Creates a new object in the information model.
Argument descriptions:
Argument | I/O | Description |
---|---|---|
BrowseName | I | Name of the node |
ObjectType | I | Type of object |
ParentNode | I | Parent node of the object to be created |
RefernceType | I | Reserved for future use |
CreatedNodeId | O | NodeId attribute assigned at runtime |
CreateVariable method
Creates a variable in the information model.
Argument descriptions:
Argument | I/O | Description |
---|---|---|
BrowseName | I | Name of the node |
RequestedNodeId | I | Reserved for future use |
VariableType | I | Type of variable |
ParentNode | I | Parent node of the variable to be created |
ReferenceType | I | Reserved for future use |
DeleteNode method
Deletes the node of the information model that was set as an argument.