LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

replotting during measurment

hello

I have a system that would run for few hours collecting data. I want the program to plot the data for a short interval, then earse that graph and plot another one for the same interval and doing this continuously until the main time for the program is up. 

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

Hi bianco,

 

that's nice.

And what's your problem?

 

🙂

Best regards,
GerdW


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

well, my program of measuring and plotting at the same time works properly but I need to make some changes to plot graphs for short intervals.   

I dont know what kind loop structure I should deploy for plotting for a short interval, like 10 min, then erasing the graph and plotting another one. I have been reading the manuals, I think at some point I should use "invoke node" but I am not fimiliar to it. so I am kind of stuck.

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

Hi bianconen,

 

you don't need an invoke node...

 

To plot data in a graph you already need to collect data in an array. All you have to do is to initialize that array after your "10min" interval to clear both array and plot!

Best regards,
GerdW


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