From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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
(1,962 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
(1,946 Views)