 GokulGKM
		
			GokulGKM
		
		
		
		
		
		
		
		
	
			05-21-2015 02:03 AM
Hi,
how to blink Boolean indicator i given color based.here i attached my program. i will given green and blue but when i run this it will blink Red and blue and red and green.i want to blink blue and green.
Solved! Go to Solution.
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			05-21-2015 02:38 AM
 goffauxs
		
			goffauxs
		
		
		
		
		
		
		
		
	
			05-21-2015 02:43 AM
Hi madhanskm,
Here's what I've come up with. The value of the boolean changes from true to false with every iteration of the loop. You can change the timing of the loop to change the rate at which the led blinks.
Hope it helps,
goffauxs
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			05-21-2015 02:46 AM - edited 05-21-2015 02:47 AM
 
					
				
		
 lmtis
		
			lmtis
		
		
		
		
		
		
		
		
	
			09-15-2015 02:52 PM
Well that fairly well sucks!  Just setting the blinking property is a whole lot less obtrusive than having to programmatically toggle the color.  Now I know why my yellow indicator doesn't appear to blink. 
 Ola_A
		
			Ola_A
		
		
		
		
		
		
		
		
	
			04-29-2016 06:44 AM
GerdW, you say the blink color is defined in Labview options, but some blinking are in red, some in yellow?
The example is blinking in red, when i make a Square Led for example it is blinking in yellow, what is the difference?
Francly all my booleans are blinking in yellow, how do you get red?
 Ola_A
		
			Ola_A
		
		
		
		
		
		
		
		
	
			04-29-2016 06:48 AM
I tried your solution, with a loop time of 500ms, and it blinks in three colors! Green, blue and red.
Ola