New Data Value Reference Function

Owning Palette: Memory Control VIs and Functions

Requires: Base Development System

Creates a reference to data that you can use to transfer and access the data in a serialized way.

Details  

 Add to the block diagram  Find on the palette
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 describes error conditions that occur before this node runs. This input provides standard error in functionality.
data value reference is the reference that points to the data.
error out contains error information. This output provides standard error out functionality.

New Data Value Reference Details

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.