07-01-2010 09:09 AM - edited 07-01-2010 09:10 AM
Hello,
I have two processes, one is with user intervention and the other should run in a timely manner.
I need to do the automatic processes one by one for a specific time period (say 1 sec) and start from the begining (like in a circle).
While running the automatic process, if there is any user intervention stop the automatic process and do the action specified by the user.
How shall i implement this concept with LabVIEW?
Please comment on this.
-mfp
07-01-2010 09:57 AM
Hi Favas!
What you could to is to implement your code with a loop for the user interface and a second loop with a state machine.
Marco