Counter stops counting after one
I have 4 counters connected to another counter that has the target value of 4. All 4 counters reach their full value, yet the counter that receives their signal stops counting after 1. Does anyone have an idea why this is happening, or how to fix this?
-
The "increment" input is a trigger. Which means it "does the thing" when the input goes from non-positive to positive (in this case from off to on). But as you're already sending it an "on" from one counter, when another counter sends on nothing happens.
You could put the "full" signal through a signal manipulator in "pulse" mode so that it goes on for a moment and then off again. This will then allow other counters to send a signal also. -
Ah! That solved it. Thanks @TAPgiles!
-
No probs ^^
請登入寫評論。