Page 1 of 1
[Twinsen] Decider Combinator: no output when using "input count"
Posted: Fri Jul 21, 2017 12:00 pm
by paole
Version: 0.15.30
There's no output from the Decider Combinator when the field "input count" is chosen.

- 2017-07-21_12h10_47.png (191.81 KiB) Viewed 1431 times
Re: [Twinsen] Decider Combinator: no output when using "input count"
Posted: Fri Jul 21, 2017 3:22 pm
by erebus2161
Unless I misunderstand how decider combinators work, they output the input count of the output signal when the parameter condition is true. So in this example, when the I signal count is equal to 3, the input count of the red signal, which is 0, is the output.
To do what I believe you are expecting in this example, you need to output the input count of the signal I, then use an arithmetic combinator to convert to a red signal with the same count.
Re: [Twinsen] Decider Combinator: no output when using "input count"
Posted: Fri Jul 21, 2017 3:59 pm
by Loewchen
erebus2161 wrote:Unless I misunderstand how decider combinators work, they output the input count of the output signal when the parameter condition is true. So in this example, when the I signal count is equal to 3, the input count of the red signal, which is 0, is the output.
Indeed, it says so in the info text when hovering over "Input count" as well.