09-13-2012 05:45 PM
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!
09-13-2012 05:58 PM
09-14-2012 08:08 AM
Thanks Altenbach. I tried your idea and seems to work just fine for my problem.