Extracts the signals from the results of a DataFinder search.


icon

Inputs/Outputs

  • c2datrn.png data type

    data type specifies which data type the property values are returned in.

  • c1dgenclassrn.png result references

    result references are the result references from which the VI takes the property values.

  • cerrcodeclst.png error in (no error)

    error in (no error) describes error conditions that occur before this VI or function runs.The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. This VI or function runs normally even if an error occurred before this VI or function runs. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use exception control to treat what is normally an error as no error or to treat a warning as an error. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node.

  • i2datrn.png signals out

    signals out specifies the array of the outgoing signals. The files can be DDT, Waveforms, Doubles, I32, I16, U8, Strings, and Date/Time types.

  • i1dgenclassrn.png result references out

    result references out is the reference to the search results from which the waveforms are extracted.

  • ierrcodeclst.png error out

    error out error in can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs. Right-click the error in control on the front panel and select Explain Error or Explain Warning from the shortcut menu for more information about the error.