06-10-2014 12:09 AM
Hello Everyone,
Now, I should create some new loops to monitor parameters, every parameter have own Monitoring frequency.
I try to use For to use sub VI, but the sub VI contain the infinite loop for monitoring and the For just run one time, that is I just monitor one values.
My main question is this: How to create some new loops to real-time monitor different frequencys parameters
Solved! Go to Solution.
06-10-2014 03:02 PM
Without seeing your application as a whole, it's hard to give an exact answer, but there are basically two steps (and a lot of details):
That's about it -- except for all the details I mentioned before.
Mike...
06-10-2014 08:34 PM
If very data has a globel, the worload is big, and I can create a vi that monitor all data in this way.
Is there any solutions to create new loop or other way to monitor data that I want.
thanks.
06-10-2014 09:19 PM
Please consider using the state machine architecture.
This will definitely help in your case.
06-10-2014 09:50 PM
OK, thank you!