by David Ferguson on Fri Sep 06, 2013 3:18 pm
Jon, I think you need to create a state machine using a timer and conditions. Use the duty cycle of the output to control the brightness of the light.
For example, you could create a timer that counted up, and rolled over at a limit of .2 seconds.
Then you could have a condition for your output that was something like "timer > 0.1 sec". So it would be off for .1 seconds, then on for .1 seconds -- and repeat so it would cycle at 5 hz. Your condition could be if "LightOn is true" and "timer > 5 sec" so it would only blink on when the LightOn channel was true.
Hope that helps.
David Ferguson
Veracity Racing Data