I've been setting up some train logic and noticed that the decider combinator will not output item count, seemingly at all - however my use case is limited.
My goal is to set the station limit after doing some calculations to determine how many trains are needed versus how many trains the station can handle (similar to LTN). It all comes down to this decide combinator (and a second for the inverse).
I've tested selecting both green and red inputs (for the output) and it does not output anything.
If I set the output to a hard 1, then it decides to output.
The only way I've been able to get this to work is by using the Anything output. Which then makes the logic harder to follow because I am forced to use the same icons for both inputs so I can use the signals as the outputs - which for simplicity, I made into the train limit (L).
I have a second combinator to set the limit based on the requested amount.
This works, but it makes it less simple to follow.
Thank you.
[2.0.10] Decider Combinator - No Output Count
Re: [2.0.10] Decider Combinator - No Output Count
Thanks for the report however i see no bugs here.
When you set Outputs "[L] input count R", that means you want to output a signal [L] with a value of signal L as seen on the decider's Red(R) wire input. Signal L is not present on the input so the decider does what you asked it to do: outputs L with a value of 0 which is erased since it is equal to 0.
When you set Outputs "[L] input count R", that means you want to output a signal [L] with a value of signal L as seen on the decider's Red(R) wire input. Signal L is not present on the input so the decider does what you asked it to do: outputs L with a value of 0 which is erased since it is equal to 0.