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.
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.
in my solution you can use only the set input with the counter and reset by hand etc... more options !
Statistics: Posted by oli_lab — 03 Sep 2016, 10:10
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.
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.
in my solution you can use only the set input with the counter and reset by hand etc... more options !
Statistics: Posted by oli_lab — 03 Sep 2016, 10:10