LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

display a signal outside the while loop

Solved!
Go to solution

Hi I'm looking for a way to display the signals after the end of the acquisition (outside the while loop), I used a register and a feedback node, but the signals overlap? Is there a way to display the signals on the time scale? thanks in advance

Download All
0 Kudos
Message 1 of 3
(370 Views)
Solution
Accepted by topic author ameletudiante99

Use Waveform >>Analog Waveform >> Append Waveform instead of build array.

 

snip.png

Message 2 of 3
(352 Views)
Solution
Accepted by topic author ameletudiante99

You are creating an array of waveforms, one element for each iteration. Your weird constructs are nothing more than autoindexing (but we don't see what's on the left side of the loop and how the SR is initialzied)

 

If x0 is not important, you could just do a concatenating tunnel on the Y component.

 

 

altenbach_1-1718206014623.png

 

0 Kudos
Message 3 of 3
(318 Views)