Digital I/O

cancel
Showing results for 
Search instead for 
Did you mean: 

how to turn off the LED

hallo
 
I have a problem , I put a LED as a warning, it turns on when no axis is selected.
It works, but the problem is , the LED stays on even if  i select an axis.(see attachment)
is there any way to turn it off at the begining and while  the LV is runing
 
thank you
Toni 
 
0 Kudos
Message 1 of 3
(3,648 Views)
When running the VI, the value of axis will be compared to 0 :
  • equal : outer True case --> LED = True
  • different : outer False case

The only place where you write the state of the LED is in the True case and therefore it will never be reset.

Could you please explain a little bit more in details what you are trying to do. This would help us to make an example.
0 Kudos
Message 2 of 3
(3,640 Views)
thank you for your replay
 
OH I  see.
I put the LED outside the case , and so it will be reset everytime I start the prog.
 
thanks again
0 Kudos
Message 3 of 3
(3,638 Views)