Project Node IDs
When you save a project, the IDs of the project Nodes that are not exposed through OPC UA may change to optimize performance. If the OPC UA server exposes Nodes, the IDs of these nodes become fixed, and they do not change when you save the project.
Custom Node IDs
You can define custom fixed Node IDs by editing the file.
ProjectName
\Nodes\Model\Model.yamlThe following example of the
Model.yaml
file shows custom IDs defined for four variables:
Name: Model Id: g=fb6543bf8c558b11ea2f5be225a426c0 Type: FolderType Children: - Name: Variable1Id: g=d457b2dd5183a536fd7e00ed1de83292Type: BaseDataVariableType DataType: String Value: "Variable with GUID" - Name: Variable2Id: "s='Custom Variable 2'"Type: BaseDataVariableType DataType: String Value: "Variable with String spaced ID" - Name: Variable3Id: s=CustomVariable3Type: BaseDataVariableType DataType: String Value: "Variable with String ID" - Name: Variable4Id: i=12345Type: BaseDataVariableType DataType: String Value: "Variable with Integer ID"
Provide Feedback