Read 1D Wfm (DBL)_v2 VI
- 更新时间2025-11-20
- 阅读时长3分钟
Read the latest values from FlexLogger as an array of waveforms. This VI accepts a list of channel waveform identifiers to read (that you pass in to the Create Channel VI typically called in the Initialize VI). If no channel identifiers are passed in, all available waveforms will be returned. Note: For Channel waveforms, use a colon in the unique identifier to specify a specific channel waveform (i.e. <channel identifier>:<waveform parameter name>), otherwise all waveforms associated with the unique identifier will be returned.

Inputs/Outputs
Plugin in
—
Plugin In is the instance of the user's Plugin.lvclass being passed in.
Unique Identifiers (empty = all)
—
Unique Identifiers (empty = all) is the unique channel identifiers to read data from. If this value is empty, all channels will be read.
error in (no error)
—
The error in cluster 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. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
Plugin out
—
Plugin out is the instance of the user's Plugin.lvclass being passed out.
Data
—
Data is the data in the specified format.
Stream Names
—
Stream Names are the names of the data streams returned when reading data.
error out
—
The error out cluster passes error or warning information out of a VI to be used by other VIs. The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed. |
Plugin in
—
Unique Identifiers (empty = all)
—
error in (no error)
—
Plugin out
—
Data
—
Stream Names
—
error out
—