03-19-2010 02:52 PM
I have an LED that lights green when a timer and set time are equal/greater than. How can I force the LED to stay active? Such as if the timer gets reset... The LED needs to still show active.
03-19-2010 02:57 PM
You can use Boolean's Property Node > Value to set the boolean to high.
03-19-2010 02:59 PM
Use a feedback node. Wire the OR of current value and last value to the LED and back into the feedback node.
03-19-2010 03:06 PM
03-19-2010 03:07 PM
Or search the forums for a Boolean Latch. Such as the one in this thread.
03-19-2010 03:11 PM
In case you don't know the feedback node, here's the concept of latching using a shift register.
03-19-2010 03:14 PM - edited 03-19-2010 03:15 PM
Broken Arrow wrote:Or search the forums for a Boolean Latch. Such as the one in this thread.
I guess I should have thought of that...
03-19-2010 03:30 PM
03-25-2014 06:01 AM
hello everyone,
i hope that i am posting under the right header.
I did a program for led using case structure and while loop. but the problem is that the led is blinking. i
dont want it to blink. i want the pin to stay high then when i press the boolean, it shall be off.
the led pin is on my breadboard.
can any1 help
the first snapshot i use a simple case structure
03-25-2014 07:06 AM
@Zahkay wrote:
hello everyone,
i hope that i am posting under the right header.
I did a program for led using case structure and while loop. but the problem is that the led is blinking. i
dont want it to blink. i want the pin to stay high then when i press the boolean, it shall be off.
the led pin is on my breadboard.
can any1 help
the first snapshot i use a simple case structure
Start a new thread. And post the actual code. The pictures you gave is not enough information to diagnose the issue.