Quick-setup resizable mining outpost

Clever and beautiful constructions, bigger than two chunks
- Defense: killing biters as an art
- Castles, Throne Rooms, Decorations (comfortable living in the Factorio World)
- Main Bus Concepts
- Modular Systems, Factory Streets, show how all works together
- Megabases
Please provide us with blueprints or saves, if that makes sense of course.
Forum rules
Clever and beautiful constructions, bigger than two chunks
Post Reply
deemer
Inserter
Inserter
Posts: 29
Joined: Wed Jun 24, 2015 4:01 am
Contact:

Quick-setup resizable mining outpost

Post by deemer »

I want to expand my base and exploit all the resources, but setting up mining outposts is a pain.

Here is my set of blueprints that makes it easy again:
Complete mining outpost
Complete mining outpost
Complete.jpg (254.4 KiB) Viewed 15131 times
Exploded view showing separate blueprints
Exploded view showing separate blueprints
ExplodedView.jpg (141.96 KiB) Viewed 15131 times
View of what the combinator is doing
View of what the combinator is doing
Combinator.jpg (341.93 KiB) Viewed 15131 times
Blueprint string--mining drill array
Blueprint string--extension busses
Blueprint string--train station

User avatar
siggboy
Filter Inserter
Filter Inserter
Posts: 988
Joined: Tue Mar 29, 2016 11:47 am
Contact:

Re: Quick-setup resizable mining outpost

Post by siggboy »

deemer wrote:I want to expand my base and exploit all the resources, but setting up mining outposts is a pain.

Here is my set of blueprints that makes it easy again:
Use robots. That's actually easy. No belt laying at all, and you can space the mining drills pretty much however you want, don't have to line them up.

Mine directly into active provider chests from each miner (or pair of miners), set the requester chests at the loading bay to 200 each (not 20k or they'll not fill evenly).

In my experience 100 robots is more than enough for a large ore patch.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick

User avatar
Xterminator
Filter Inserter
Filter Inserter
Posts: 981
Joined: Sun Jun 15, 2014 4:49 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by Xterminator »

Nice designs! It certainly makes it easier to have blueprints and premade designs for outposts. Personally I would put the miners much closer together but that's just me. I can see the benefit of spreading them out since it means you won't mind the outpost of resources as quickly.
Guess it really comes down to how much raw throughput and resources you need and how fast.

Thanks for sharing. :)
Image Image Image

TheVeteraNoob
Long Handed Inserter
Long Handed Inserter
Posts: 69
Joined: Wed Jul 20, 2016 2:20 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by TheVeteraNoob »

If you use similar wire setup you can get a usually more exact number in each chest and change the number of chests.

1. Wire each chest to the below inserter. Except the one furthest down the belt. (Red wire)

2. Connect each inserter to the same green network. Except the same unwired inserter before.

3. Wire the last chest to the input of a adder. Set the condition to each*-1 and output each.

4. Connect the output to the green network.

5. Set each inserter to anything < 0.

User avatar
siggboy
Filter Inserter
Filter Inserter
Posts: 988
Joined: Tue Mar 29, 2016 11:47 am
Contact:

Re: Quick-setup resizable mining outpost

Post by siggboy »

That's a nice variation of the chest balancer. I don't believe it does balance more evenly, but it simplifies the configuration if you want to vary the chest count (as you point out). It's not really a big advantage because usually you have a blueprint that includes the chest balancer and it will not be necessary to change any configuration regarding the number of chests.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick

Mehve
Filter Inserter
Filter Inserter
Posts: 318
Joined: Sat Aug 06, 2016 9:12 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by Mehve »

Question: What exactly is that glob of splitters and UG's just before the train station proper? I see four belts going in, and four going out, and I'm familiar enough with a variety of ways you can make a 4-to-4 balance, but I honestly can't figure out wth the stuff in the middle is trying to do?

User avatar
siggboy
Filter Inserter
Filter Inserter
Posts: 988
Joined: Tue Mar 29, 2016 11:47 am
Contact:

Re: Quick-setup resizable mining outpost

Post by siggboy »

It's a 4-4 balancer with too many splitters (more than needed); I think it also tries to balance the belt lanes, but I haven't checked if it actually works, probably it does. The splitter based balancer is mostly unnecessary, because the loader already uses a combinator-based balancer (and it's due to the fact that the layout expects the mining drills to feed from two sides onto 2x2 belts).

This is a very heavily engineered, actually overengineered, solution for when you need the full capacity of 4 red belts and want to drain the miners as equally as possible.
The routing from the mining drills is also a little more complex that it needs to be (the extra splitter to be able to feed from both sides is not needed).

Most outposts won't output more than 2 blue belts of ore, and you simply feed those along the two sides of the wagons and the combinator-balancer does take care of the rest. If you need more than 2 blue belts then the posted layout is not bad.

So for most cases I guess it would be better to simplify it a little: use two stacked splitters at each join point to output 2 balanced blue belts of ore, and just feed those to the train station. No need for 4-4 balancer, and a lot less need for splitters and belts.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick

Mehve
Filter Inserter
Filter Inserter
Posts: 318
Joined: Sat Aug 06, 2016 9:12 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by Mehve »

Alright, so I wasn't missing anything obvious. I was a little concerned for a moment :)

Also, anyone grabbing those blueprints n ow, be careful - it's spaced for pre-0.13 trains, and won't line up with current train spacing without shrinking the gap between the first two cars and the last two.

TheVeteraNoob
Long Handed Inserter
Long Handed Inserter
Posts: 69
Joined: Wed Jul 20, 2016 2:20 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by TheVeteraNoob »

siggboy wrote:That's a nice variation of the chest balancer. I don't believe it does balance more evenly, but it simplifies the configuration if you want to vary the chest count (as you point out). It's not really a big advantage because usually you have a blueprint that includes the chest balancer and it will not be necessary to change any configuration regarding the number of chests.
I've seen the other design in action. Due to being based on average storage it tends to go funny after a few uneven loads . Not that it matters much :)

User avatar
siggboy
Filter Inserter
Filter Inserter
Posts: 988
Joined: Tue Mar 29, 2016 11:47 am
Contact:

Re: Quick-setup resizable mining outpost

Post by siggboy »

TheVeteraNoob wrote:I've seen the other design in action. Due to being based on average storage it tends to go funny after a few uneven loads . Not that it matters much :)
Well I don't know what you mean by "it goes funny". It just blocks the inserters that are in front of chests which have more than the average amount of stuff in them. The inserters take batches of items from the belt, which causes it to work unevenly, but modulo the batch size the chest contents are averaged.

Your solution is not really different in that regard, the averaging is just derived in a different way; the inserter operation is pretty much the same.

All these averaging solutions have a lower throughput limit than a perfect splitter-based balancer, but that usually does not matter for a mining outpost (unless it's so big that you're getting close to the throughput limit of the train station, and then it won't make much of a difference anyway).
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick

TheVeteraNoob
Long Handed Inserter
Long Handed Inserter
Posts: 69
Joined: Wed Jul 20, 2016 2:20 pm
Contact:

Re: Quick-setup resizable mining outpost

Post by TheVeteraNoob »

The chests with less items in them will increase the average items per chest before equalising their numbers. So if one chest ever becomes unbalanced it is impossible for them to equalize.

Edit: after typing this I realize this makes no sense whatsoever. But this is what I have seen. But once again the difference isn't big enough to matter.

User avatar
siggboy
Filter Inserter
Filter Inserter
Posts: 988
Joined: Tue Mar 29, 2016 11:47 am
Contact:

Re: Quick-setup resizable mining outpost

Post by siggboy »

What you've seen is due to the fact that the inserters load more than 1 item at a time, and the average values are rounded. That means the balancing will never be count perfect (unless you use non-stack inserters with no bonuses), but it will always be within a small margin of error around the actual average value.
Is your railroad worrying you? Doctor T-Junction recommends: Smart, dynamic train deliveries with combinator Magick

Post Reply

Return to “Medium/Big/Gigantic Sized Structures”