07-21-2009 01:25 AM
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
07-21-2009 01:39 AM
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