LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Process Handling

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

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

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

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