LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to turn off a LED in an array

Humm,...  now I'm confused...
 
So do you still have a problem with your VI?  If so, what problem are you having?
 
R
0 Kudos
Message 31 of 36
(979 Views)
Yes, now i am able to turn OFF the LED, but the problem i posted now arises.
 
Thanks
0 Kudos
Message 32 of 36
(961 Views)
Hi Veeru,
which problem do you mean?
Mike
0 Kudos
Message 33 of 36
(958 Views)
Thanks Mike
 
Problem with the indicator.
 
I have an array of indicator in my program.I am using an event structure and there are somany cases in that.
 
if the case structure condition is true,the indicator turns ON,but when the program is  running if someother case condition is false all the ON indicators goes OFF.
 
Pls give me some suggetions
 
Thanks
0 Kudos
Message 34 of 36
(954 Views)
Hi Veeru,
you have to link your array in all event cases! If you do it, then it work. If you don´t see a "point" on the output tunnel on the event case, then you have linked this wire in all cases.

Hope it helps.
Mike


Message Edited by MikeS81 on 07-09-2008 08:43 PM
0 Kudos
Message 35 of 36
(952 Views)
Best practice is to make tunnels so that the DON'T use default if unwired.  Thus it will be an open tunnel (not filled in, not a point) and will cause a broken run arrow until all of the cases have the tunnel wired in.
Message 36 of 36
(943 Views)