Dynamic links
Dynamic links join a parent node (variable) with a source node (another variable or object property).
-
The value of another variable.
-
A property of an object.
For example, set the text property of a label object based on the value of a temperature variable.
Source types and values
Dynamic link source node type | Dynamic link source value |
---|---|
Variable |
The Value attribute of the variable. |
Object |
The NodeId property of the object. |
Modes
- Read
-
Read from the source node to the parent.
Default for dynamic links defined in NetLogics.
- Write
-
Write from the parent to the source node.
- Read/write
-
Read from the source node to the parent and write from the parent to the source node.
Default for dynamic links created in FactoryTalk Optix Studio UI.
Complex dynamic links
A complex dynamic link involves transformations of the source node value through converters. See Converters.