From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,946 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,939 Views)

Thank you! It helps a lot!

 

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