LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Record data on real time at highspeed and show graph on Host machine vi

Hi,

 

In our application we are using LabVIEW 8.6 with real time cRIO 9074.We are using shared variables (Network published) to communicate with real time controller with HMI screen on Host machine.

We are running some tests on cRIO in different loops.

In cRIO we want to record some data in seperate loop (but this data record loop will stop after that test stop) and the data will be displayed on Host machine vi.(through shared variable)

In this case execution of other loops on cRIO doesn't stop.

 

Please suggest......

 

Thanks in advance

0 Kudos
Message 1 of 2
(2,443 Views)

Hi 9823322868,

you can use queues or notifier to send the stop signal to your loops or you check for a valid reference which you use in these loops and which becomes invalid if the other loop stops.

 

Mike

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