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.


icon

Inputs/Outputs

  • cTag_Readerlvclass.png

    Tag Reader in specifies the data of a group of tags that the Open Tag Reader VI opens.

  • cstr.png tag name

    tag name specifies the name of the tag that you want to read.

  • ci32.png timeout (10000 ms)

    timeout specifies the maximum time, in milliseconds, that this VI waits to read the tag. The default is 10000.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this node runs. This input provides standard error in functionality.

  • cbool.png wait for updated value? (F)

    wait for updated value? specifies whether this VI waits for an updated value. The default is FALSE.

  • iu32.png status

    status is TRUE (X) if an error occurred or FALSE (checkmark) to indicate a warning or that no error occurred.

  • iu64.png quality

    quality returns the data quality of the data this VI reads from a tag. 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.

  • iTag_Readerlvclass.png

    Tag Reader out returns the value of the Tag Reader instance.

  • ifxdt.png data

    data returns the value of the specified tag. If this VI times out, data returns the value that this VI last read. If this VI times out before reading any data or if the type of data is incompatible, data returns a value of 0, empty, or an equivalent value.

  • iatrn.png timestamp

    timestamp returns the timestamp data for the specified tag.

  • ierrcodeclst.png error out

    error out contains error information. This output provides standard error out functionality.

  • ibool.png timed out?

    timed out? returns TRUE if this VI times out waiting for an update or an initial value.