LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

execution without click on run button

Solved!
Go to solution

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

0 Kudos
Message 1 of 4
(2,030 Views)
Solution
Accepted by topic author mahdouch

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

0 Kudos
Message 2 of 4
(2,021 Views)

... 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.

0 Kudos
Message 3 of 4
(2,005 Views)

Thank you for your helpful responses;

 

0 Kudos
Message 4 of 4
(1,976 Views)