LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The created start button in my Vi doesn't react to a command

I have created two sequences ( sequence 0 for electric engine control and sequence 1(including start button) for start measure and saving).The problem is that you have to pull the start button at least one or two seconds until it reacts to the command.
0 Kudos
Message 1 of 2
(2,595 Views)
Your VI is busy doing something else (for "at least one or two seconds") until it gets around to acting on the Start button. Do you have some loops with long delays? Do you have VIs before the Start action that take a long time to run?
If you want the Start action to happen before other functions in your program, you may need to restructure your program.
When you say "you have to pull the start button at least one or two seconds" do you mean you have to press and hold the button? In that case, you might consider changing the mechanical action of the switch.
If you can post your VI and give a more detailed description of what you're trying to do, it may show the details needed to solve your problem.
0 Kudos
Message 2 of 2
(2,595 Views)