Read Tag (Multiple, UInt32) VI
- Updated2024-11-20
- 3 minute(s) read
Reads the value of specified tags. You must manually select the polymorphic instance to use.
Use the pull-down menu to select an instance of this VI.

Inputs/Outputs
![]() Tag Reader in specifies the data of a group of tags that the Open Tag Reader VI opens. ![]() tag names specifies the names of the tags you want to read. ![]() timeout specifies the maximum time, in milliseconds, that this VI waits to read the tag. The default is 10000. ![]() error in describes error conditions that occur before this node runs. This input provides standard error in functionality. ![]() status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred. ![]() quality returns the data quality of the data this VI reads from tags. A value of zero indicates good quality. Refer to the quality output of the DataSocket Read function for detailed descriptions of the quality values. Use the Shared Variable Error from Quality VI to convert this code to an error I/O cluster. ![]() Tag Reader out returns the value of the Tag Reader instance. ![]() data returns a list of values of the specified tags. If this VI times out when read a tag, data returns the value that this VI last read. If this VI times out before reading any data from a tag or if the type of data is incompatible, data returns a value of 0 for this tag. ![]() timestamps returns a list of the timestamp data for the specified tags. ![]() error out contains error information. This output provides standard error out functionality. |