New Data Value Reference Function
- 已更新2025-07-30
- 閱讀時間為 2 分鐘
Creates a reference to data that you can use to transfer and access the data in a serialized way.

Inputs/Outputs
data value
—
data value is the data you want the reference to point to. Use the In Place Element structure to alter the data and the Delete Data Value Reference function to recover the data.
error in (no error)
—
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
data value reference
—
data value reference is the reference that points to the data.
error out
—
error out contains error information. This output provides standard error out functionality. |
Data value references contain the same data type of the data they point to. Do not type cast data value references. However, you can upcast or downcast data value references that contain LabVIEW classes.
data value
—
error in (no error)
—
data value reference
—
error out
—