Quote Originally Posted by miro245 View Post
Thank you for you help.But,I have one question for you.If you send that one led blinks (examples) 15 second.He started,and in moment you send 10 plus.Is led blink countinius blinking 25 second???Is programs make sum like 15+10 seconds.???
Thank you once gain
Miro245
The answers to all your questions are in the code...

Code:
		'
		'	BLINK LED Command
		'	-----------------
	If Command=3 then
		For CounterA=1 to Yvariable
			Gosub LEDsON
			Pause 200
			Gosub LEDsOFF
			Pause 200
			Next CounterA
		endif