LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run a loop when there is any change in value of any control or local variable in side the loop

I am trying to write a program for a complicated multivariate system. I have many different controls connected to different functionality of the system. What I want to do is, run a continuous time loop, but I don't want the program to go over all the different controls and execute all the different functions. Instead can I do the job in a way, that the program will only execute the part that has changes in its control compared to its last loop and not go over the rest of the program in the loop? Hope I make my problem clear!

0 Kudos
Message 1 of 3
(2,206 Views)

Have a look at my idea here. The code shown on the left can be done with current tools.

 

0 Kudos
Message 2 of 3
(2,197 Views)

Thanks Altenbach. I tried your idea and seems to work just fine for my problem.

0 Kudos
Message 3 of 3
(2,157 Views)