I still have 2 issues on the tonages that I cant seem to solve 1. Combiner expecting all inputs instead of dynamic input selection
At my load elevator, I’m using a combiner to merge inputs from one of three upstream processes.
Which process feeds into the combiner should depend on a parameter (so it changes dynamically).
Issue:
The combiner currently expects input from all three processes plus the fluid-to-item converter, which causes it to block — the truck stops and waits indefinitely after a few cycles.
Question:
How can I configure the combiner to accept input from only one of the upstream processes at a time (based on the parameter), instead of waiting for all inputs?
Is there a way to dynamically reassign the combiner’s required input ports during runtime?
2. Validating that truck tonnage matches loaded/unloaded tonnage
I’m trying to validate that the tonnage assigned to each truck matches the tonnage actually loaded or unloaded through the fluid-to-item and item-to-fluid converters.
What I want:
A table showing:
What I tried:
A list, but the converter’s timing and tonnage values aren’t being written to it.
A global table, but I can’t get a one-to-one mapping between truck and transfer data.
A statistics collector, but it also can’t capture data from the converter directly.
Question:
What’s the best way to create a validation table that dynamically logs truck ID, activity, and tonnage (both assigned and transferred) and how to do it (I am a rooking in modelling and tried to search for videos explaining the concepts but couldn't find any helpful ones)
Also it seems that the fluid to item is not working in the correct way - since the output should be more then the input - 1 fluid should be converted to x amount of tiny blocks - that should go in the truck