Align Waveform Timestamps VI

Owning Palette: Waveform VIs and Functions

Requires: Base Development System

Replaces all the time stamp values (t0) in waveforms in with the value of the index element in the array. The data type you wire to the waveforms in input and the data type of the Y component of the analog waveform determine the polymorphic instance to use.

Example

Use the pull-down menu to select an instance of this VI.

 Add to the block diagram  Find on the palette

WDT Align Waveform Timestamps DBL

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps I64

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps I32

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps I16

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps CDB

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps EXT

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

WDT Align Waveform Timestamps CXT

waveforms in contains all the analog waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

DWDT Align Waveform Timestamps

waveforms in contains all the digital waveforms for which time stamps (t0) are to be changed.
index selects which waveform to extract the time stamp from. The time stamps of all elements of waveforms in are changed to this time stamp.
error in describes error conditions that occur before this node runs. This input provides standard error in functionality.
waveforms out contains the waveforms in array with all time stamps on the elements changed to the time stamp of the element indicated by index.
error out contains error information. This output provides standard error out functionality.

Example

Refer to the Waveform - Align Timestamps VI in the labview\examples\Waveform directory for an example of using the Align Waveform Timestamps VI.

 Open example  Find related examples