niHWS Write
A write moves the read/write position so that it points to the next sample ready to be written. Thus a sequence of writes concatenates the data to a waveform. The instances of this polymorphic VI correspond to the type of waveform data you are writing.
Use the pull-down menu to select an instance of this VI.
Write Analog WDT
Writes analog waveform data into the file beginning at the current read/write position.
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. | |||||||
analog waveform is the array containing the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Analog DBL
Writes double-precision floating-point (DBL) analog waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Analog I8
Writes 8-bit signed integer (I8) analog waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Analog I16
Writes 16-bit signed integer (I16) analog waveform data into the file beginning at the current read/write position.
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. | |||||||
data is the array containing the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Analog I32
Writes 32-bit signed integer (I32) analog waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital WDT
Writes digital waveform data into the file beginning at the current read/write position.
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. | |||||||
digital waveform contains the data for the waveform to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 1D U8
Writes 8-bit unsigned integer (U8) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 2D U8
Writes a two-dimensional array of 8-bit unsigned integer (U8) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 1D U16
Writes an array of 16-bit unsigned integer (U16) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 2D U16
Writes a two-dimensional array of 16-bit unsigned integer (U16) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 1D U32
Writes an array of 32-bit unsigned integer (U32) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform to be written. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|
Write Digital 2D U32
Writes a two-dimensional array of 32-bit unsigned integer (U32) digital waveform data into the file beginning at the current read/write position.
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. | |||||||
data contains the data for the waveform. | |||||||
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.
| |||||||
waveform reference out is the copy of waveform reference in you use for input into the next NI-HWS VI in your program. | |||||||
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.
|