niHWS Seek

NI-HWS LabVIEW

niHWS Seek

There is a single position within each waveform for both reading and writing. This VI moves this position. First, the position is moved to the place in the waveform specified by relative to, then offset is added.

niHWS Seek.vi

cu32 waveform reference in is a reference to the waveform. Waveforms are identified by reference for purposes of setting and getting waveform attributes and reading and writing data.
cenum relative to specifies the initial placement of the read/write position prior to adding offset.

Start of WaveformBefore the first sample in the waveform.
End of WaveformAfter the last sample in the waveform.
Current PositionWhere the read/write position is now.
ci32 offset is added to determine the final read/write position after the read/write position is moved according to the value of relative to. offset can be negative. Having offset as negative is useful when relative to is set to End of Waveform.
ccclst error in (no error) 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.
cbool status is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ci32 code identifies the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
cstr source describes the origin of the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
iu32 waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program.
icclst error out 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.
ibool status is either TRUE (X) for an error, or FALSE (checkmark) for no error or a warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
ii32 code identifies the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.
istr source describes the origin of the error or warning.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.