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