SharedVariableNode class

From LabVIEW Wiki
Jump to: navigation, search
VI Server Class Information
Return to VI Server Class Hierarchy
Class Name SharedVariableNode class
Class ID 16512
Scope VI Scripting
Class Inheritance
Class Children

This class has no children.


The SharedVariableNode class is a class in the VI Server Class Hierarchy, (see also VI Server).

Properties

Show/Hide SharedVariableNode Properties Table

Legend
R/WReadable/Writable Permissions
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SharedVariableNode Properties Table
Property ID Long Name (English) Description R/W RTE
55D4B000Shared Variable Project ItemGets or sets a reference to the shared variable in the LabVIEW Project that is associated with a Shared Variable node. If the VI with the Shared Variable node is not part of a project, or if the shared variable is located in a different project than the VI, LabVIEW returns an error.Read/WriteNo
55D4B001Write?Gets or sets whether a Shared Variable node is configured to read or write data. TRUE corresponds to writing data, and FALSE corresponds to reading data.Read/WriteNo
55D4B002Show Timestamp?Gets or sets whether LabVIEW shows the timestamp terminal on a Shared Variable node.Read/WriteNo
55D4B003Custom RuleRead/WriteNo
55D4B004Relative ModeGets or sets whether the connection between a shared variable and a Shared Variable node is absolute, target-relative, or the default mode.Read/WriteNo
55D4B005Show Timeout?Gets or sets whether LabVIEW shows the ms timeout input and timed out? output on a Shared Variable node.Read/WriteNo
55D4B006Timeout Allowed?Returns whether a Shared Variable node supports a timeout period.Read OnlyNo
55D4B00AAllow Read?Returns whether you can read data from variable bound to the Shared Variable node.Read OnlyNo
55D4B00BAllow Write?Returns whether you can write data to the variable bound to the Shared Variable node.Read OnlyNo
55D4B00CAllow Relative?Returns whether you can set the Shared Variable node to a target-relative connection with the variable.Read OnlyNo
55D4B00DAllow Absolute?Returns whether you can set the Shared Variable node to an absolute connection with the variable.Read OnlyNo
55D4B00EAllow Direct?Returns whether you can set the Shared Variable node to use direct access.Read OnlyNo
55D4B00FAllow Scanned?Returns whether you can set the Shared Variable node to use scanned access.Read OnlyNo
55D4B010IOVLocalAccessModeGets or sets the access mode of the Shared Variable node.Read/WriteNo
55D4B011Timestamp Allowed?Returns whether LabVIEW can display a timestamp for a Shared Variable node.Read OnlyNo
55D4B012GetVRTILOErrorsRead OnlyYes

Methods

Show/Hide SharedVariableNode Properties Table

Legend
RTEAvailable in the Run-Time Engine
Basic Development Environment
VI Scripting
Private
Deprecated
SharedVariableNode Methods Table
Method ID Long Name (English) Description RTE
55D4AC00Change to ControlChanges the shared variable node to a control and returns a reference to the control. LabVIEW automatically closes the reference to the shared variable node.No
55D4AC01Change to IndicatorChanges the shared variable node to an indicator and returns a reference to the indicator. LabVIEW automatically closes the reference to the shared variable node.No
55D4AC02Change to ConstantChanges the shared variable node to a constant and returns a reference to the constant. LabVIEW automatically closes the reference to the shared variable node.No
55D4AC03Copy Linkage From VarXNodeNo
55D4AC04MarkVIRelativeNo

Events

This class has no events or it inherits events from its parent: Node Class.


History

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

See Also