LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Display and Graph time update

Dear friends

 

How a Display and Graph can update with a manual adjustable time control? Not using loop delay.

 

Thanks,

0 Kudos
Message 1 of 4
(2,439 Views)

Hi Alex,

 

you need to use a loop delay anyway when you want to update an indicator at a regular interval!

 

But it doesn't need to be the very same loop as your DAQ loop. You could use a parallel running loop with it's own timing…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,428 Views)

Ok.

My problem is exactly the parallel processing. I've used while loops in parallel and the data go by local variable. I think it isn't a good practice, maybe there is a better way avoiding local variable to pass the data.

0 Kudos
Message 3 of 4
(2,422 Views)

look in this forum for AE or FG (action engine or functional global)

0 Kudos
Message 4 of 4
(2,401 Views)