This content is not available in your preferred language.

The content is shown in another available language. Your browser may include features that can help translate the text.

Resample VI Not Using the t0 Input Information

Updated Jan 2, 2024

Reported In

Software

  • LabVIEW

Issue Details

I am using the Resample Waveforms (Single Shot) VI in LabVIEW and I am seeing that the function does not always use the t0 input information, sometimes it keeps the t0 from the waveform in, I also see the t0 adjusted warning output is set to true under this condition. Why is this happening?
image.png
image.png
 

Solution

The configured t0 input needs to be later than the t0 from the waveform in to be maintained. If the configured t0 input is earlier, the t0 for the resampled waveform out will maintain the t0 from the waveform in and will also output a true value in the t0 adjusted warning terminal.

In the previous example, we can see this behavior, the configured t0 (07:59:59- 31/12/1903) is earlier than the t0 from the waveform in (08:00:00- 31/12/1903), and in consequence, the resample waveform out maintains the t0 from the waveform in (08:00:00- 31/12/1903).

Additional Information

For additional information related to the function visit: Resample Waveforms (single shot) VI

Was this information helpful?

Yes

No