From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, 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: 

How to make the waveform display in real time

Solved!
Go to solution

I would like to ask how the masters could observe the calculation results from the images at the same time of data acquisition (with certain delay allowed), instead of displaying all the calculation results on the chart once after pressing the pause button

IMG_20220927_112808.jpg

  

0 Kudos
Message 1 of 6
(924 Views)

Move the graph indicator inside the loop!

Lucian
CLA
0 Kudos
Message 2 of 6
(894 Views)

How to move the 'result' module in the figure? While data is collected, one calculation per second is displayed on the chart

0 Kudos
Message 3 of 6
(877 Views)

I solve the the problem

IMG_20220927_182101.jpg

0 Kudos
Message 4 of 6
(855 Views)
Solution
Accepted by topic author laixx

Hi laixx,

 


@laixx wrote:

I solve the the problem


No need for a parallel loop and that queue: just move the calculation and the chart into the first loop!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(848 Views)

Thank you very much for your help

0 Kudos
Message 6 of 6
(795 Views)