[2.0.10] Decider Combinator - No Output Count
Posted: Fri Oct 25, 2024 12:55 am
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.
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.