Page 1 of 1

[0.15.9][Twinsen] Decider works with output 1, but not input count

Posted: Sun May 07, 2017 8:58 pm
by dirtydan
The decider combinator that outputs a red signal (input Green) does not output a red signal when set to "input count", but it does output when set to output "1" (when the conditions are true for both.)
The logic adds the 2 uranium types in the chest into a Green variable, and the decider combinator in question is deciding if the steel chest is full. (48 slots*100 items/stack=100 items)

Re: [0.15.9] Decider works with output 1, but not input count

Posted: Mon May 08, 2017 8:08 am
by Anyone
I encountered a similar issue, trying to output the amount of water (steam) via the decider combinator. When I did input count as output, it refused to give any output at all.

Re: [0.15.9][Twinsen] Decider works with output 1, but not input count

Posted: Tue May 09, 2017 10:23 am
by Twinsen
Input count copies the count of the red signal from the input signals, not from the condition. Since you have no red signal in the input, nothing is outputted.