Posted: 02 Sep 2016, 23:40
Counter sends a "1" value when it stops. How can I get a switch turn ON and stays ON when the counter stops?. It is similar to how to turn ON a switch with a button.
Thanks in advance
Thanks in advance
BrainModular Users Forum
https://www.brainmodular.org/forums/
https://www.brainmodular.org/forums/viewtopic.php?f=6&t=5500
yes it is true but you'll need a "pass if changed" in between if you want to change the state of the switch by hand.shawnb wrote:Actually, just feed the 'value' output of the counter directly into the switch value. It will be ON whenever there is a value & OFF whenever the counter is at 0. If you would like it reversed, use a not(a) module between the counter & the switch.