Logistic belt (no bots)

This board is to show, discuss and archive useful combinator- and logic-creations.
Smart triggering, counters and sensors, useful circuitry, switching as an art :), computers.
Please provide if possible always a blueprint of your creation.
Post Reply
leoch
Fast Inserter
Fast Inserter
Posts: 135
Joined: Fri Dec 16, 2016 9:37 pm
Contact:

Logistic belt (no bots)

Post by leoch »

Now that logistic bots are more difficult to research, there's motivation to find alternatives.
logistic-boxes.jpeg
logistic-boxes.jpeg (360.38 KiB) Viewed 3269 times
This is a belt, a big loop basically, where requested items circulate around until taken. The green wires on top are there to count items on the belt; this isn't totally necessary but helps avoid loading too many items. The red wire connected to the poles is the requester circuit; circuit connections are really simple.
logistic-loading.jpeg
logistic-loading.jpeg (266.39 KiB) Viewed 3269 times
Build your supply factories. Connect an inserter from each type of resource to the red wire, and enable the inserter when its resource is > 0.
logistic-demand.jpeg
logistic-demand.jpeg (180.35 KiB) Viewed 3269 times
Here's an example of a single demand. The green wire coming from the north carries the request: 100 mining drills. The filter-inserter is connected to this wire, and configured to "set filters" from the wire. The combinator is simply set to "each + 0, output each"; I call this an isolator. It's there so that the local demand (100 drills) can be added to the red "total demand" wire (which combines all requests).

Lets go back to the boxes:
logistic-boxes.jpeg
logistic-boxes.jpeg (360.38 KiB) Viewed 3269 times
There are only three types of combinator used:
  • Constant combinators, to set the desired contents of each chest
  • Arithmetic combinators, set to "each * -1; output each"; I call this a subtractor
  • Arithmetic combinators, set to "each + 0, output each"; I call this an isolator
If these boxes were the only requesters of each resource, the filter-inserters could simply have hard-coded filters and the constant combinators be connected directly to the network. But because we want to allow multiple requesters (e.g. mining drills are used here and elsewhere), we do this:
  • green wire from box to input of subtractor [carries box contents]
  • red wire from output of subtractor to constant combinator, filter inserter, and input of isolator [carries constant combinator values - box contents]
  • red wire from output of isolator connected to red requestor wire
There's one more combinator: another subtractor, with input connected to the logistic belt, and output to the red request wire.

Here's a blueprint for the boxes. (They should be passive provider boxes, but I haven't built any of them yet in this game.)
Box blueprints

Post Reply

Return to “Combinator Creations”