LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

run button on the front panel

Is there a way to have a run button on the front panel, instead of the little arrow on the top? I want to do an update button on the front panel, so after a change in controls is made, I have to stop and run the VI all over again.
0 Kudos
Message 1 of 2
(2,790 Views)
just imbed your whole diagram in a case statement, inside a while loop, and create a run button connected to the case input. Don't forget to add a wait function, with a moderate time value (200 ms). You could also use an event structure.
 
 

Message Edité par chilly charly le 11-01-2005 08:56 AM

Chilly Charly    (aka CC)
0 Kudos
Message 2 of 2
(2,781 Views)