SharedVariableNode class/Relative Mode property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 55D4B004
Scope VI Scripting
Data Name RelativeMode
Short Name* RelativeMode
Long Name* Relative Mode
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 16512
Owning Class Name SharedVariableNode Class
Data Type Enum U8 data type

Enum U8

Property Node Relative Mode
Available in Real-Time Operating SystemNo
Available in Run-Time EngineNo
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningNo

Gets or sets whether the connection between a shared variable and a Shared Variable node is absolute, target-relative, or the default mode.

Values
0 Default (default)
1 Absolute—Specifies that the Shared Variable node always connects to the shared variable on the target on which you created the shared variable.
2 Target Relative—Specifies that the Shared Variable node always connects to the shared variable on the target on which you run the VI that contains the Shared Variable node.

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links