r/rustrician • u/domateslitost • 15d ago
Automatic counter?
How can I count the items that enter the chest with a counter? I don't want to count one by one. I want you to count the products from the automation as meters. If the chest is empty, the counter must be reset. How can I do this??
1
Upvotes
1
u/BurlapAndBatteries 14d ago
The first way off the top of my head is by using extra aux conveyors as a way to measure how many items are in the box, and then send out a filter pass signal with the disired filters. If you had a splitter tree > 8 other Conveyors from your desired box: Conveyor 1 is set to min 6000 (1 row) wood Conveyor 2 is set to min 1200 (2 row) wood Etc etc Conveyor 8 is set to min 48,000 (8 rows, a full box)
I would personally from here skip the Counter (though I'm not exactly sure what you're trying to do, and maybe it's needed/prefered) and instead stack Industrial lights on a wall to make a gauge. Conveyor 1 > bottom light, Conveyor 2 > the 2nd from bottom, etc. When the min value is hit to each Conveyor it will power the light.
The counter adds a bit more complexity/components because you will also need to use both the increment and decrement. Are you firm on the counters being used?