Create Reference VI
Owning Palette: Reader VIs
Requires: LabPack
Creates a Data Value Reference (DVR) of a Reader object. This facilitates a "pass by reference"-like approach to using the Reader class. Use this to ensure a single copy of a Reader object exists within an application.
Reader In is the decoder as an object of the Reader class, which is passed by value. | Error In describes error conditions that occur before this node runs. This input provides standard error in functionality. |
Reader Out is the Data Value Reference (DVR) of the Reader object. | |
Error Out contains error information. This output provides standard error out functionality. |