02-20-2012 10:24 AM
Hello,
I'm new in programming with Labview.
I want to design a system that since input variables change, the output must change without clicking on run to start.
thank you
Solved! Go to Solution.
02-20-2012 10:58 AM
Put your code in a while loop. Add a Wait function so the loop does not consume all the available CPU resources.
Look at the on-line tutorials for help getting started with LabVIEW.
Lynn
02-20-2012 12:56 PM
... and once the program is ready to be deployed and used by others (non-programmers), set it to "run when opened" and potentially built it into a standalone application.
02-21-2012 12:37 PM
Thank you for your helpful responses;