LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why did I only get a part of wave chart even if I have appended the wave together using shift register?

Solved!
Go to solution

It seems only read 200 samples and then stop. Shouldn't I get a continuous wave chart after using shift register on a while loop?

0 Kudos
Message 1 of 3
(1,949 Views)
Solution
Accepted by topic author JudeLi

You must remove Start VI out from the loop...
You cannot 'Start' a task which is already running...

 

 

You also remove the Start VI completely from your code... If you do not use Start VI, a measurement task starts automatically when the DAQmx Read VI runs.

 

Remove Start VI.PNG

 

Find the attached VI.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


Message 2 of 3
(1,942 Views)

Thank you! It helps a lot!

 

0 Kudos
Message 3 of 3
(1,899 Views)