Page 1 of 1

How do you make Robots Builds robots?

Posted: Sun Sep 14, 2014 11:04 pm
by Junion
I can't search well enough to find the answer, so I'm asking again, sorry if this is redundant.

How do you make a robot take one out of a chest, and make it 'active'?

I'm running 0.10.10

I know I've seen others do it somehow..but I can't find how they set it up.

Re: How do you make Robots Builds robots?

Posted: Sun Sep 14, 2014 11:28 pm
by FishSandwich
Put it next to a roboport with an inserter and get the inserter to put it inside.

Re: How do you make Robots Builds robots?

Posted: Sun Sep 14, 2014 11:29 pm
by -root

Re: How do you make Robots Builds robots?

Posted: Sun Sep 14, 2014 11:47 pm
by Junion
Not very smart :P.

Umm I ment, I had already seen your build of that in the Hydra Delimma :).


But the answer of, just insert it into the roboport directly is sadly what I was looking for -.-. I couldn't find where you did that in Hydra, so I went looking...I had considered 'what if I just pop it in there?' but my brain was 'no way that'd ever work' so I never tried it :P.

Thank you fish for the direct answer, and thank you root for a better link to your counter and how it works...I think for now I'll stick with my 3 splitter technique..it hits close enough to the ratio I want :).

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 11:25 am
by Boogieman14
With a setup like this, do you build in any kind of rate limiting? Or will you just let it go, until you have 1000s of robots flying around? :)

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 1:28 pm
by -root
Boogieman14 wrote:With a setup like this, do you build in any kind of rate limiting? Or will you just let it go, until you have 1000s of robots flying around? :)
That's very hard to do currently in factorio.

I have two possible ways of limiting the total build, but neither of them are particular accurate. Its actually a good question though, I'd be keen ot know if anyone else has worked out a way of having a running count going.

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 1:46 pm
by Boogieman14
In my current game it probably won't matter too much to just let it go - construction bots mostly that is, biters tend to.. take bites out of them frequently :lol:

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 3:16 pm
by n9103
Had a short brainstorm, and the only feasible idea I came up with, is monitoring the amount of something in the network that is always needed, but somewhat slow to produce, and having an inserter trigger anytime there's a backlog waiting to be transported.
I'm not really sure what would be a good choice to monitor, since the item in question would have to stay underproduced in order to keep the limiter working.

The alternative to a limiter though, would be an extended timer setup, to slow down the production. A 5 or 6 bit binary counter would work to make the production no more than 1/minute.

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 9:12 pm
by xnmo
It would be helpful if mousing over a roboport would tell you the total number of robots (and roboports for that matter) in the system. If you mouse over a chest you can see the number of logistic robots but I have no clue how many construction bots I have, lol.

And also if there were a separate filter for logistic and construction robots that are currently in the network, so you could tell a smart insert to only work if say there are less than 500 construction robots operational.

Re: How do you make Robots Builds robots?

Posted: Sat Sep 27, 2014 9:20 pm
by ssilk
Currently the number of construction bots working is added to the number of logistic bots. So if you give all your construction bots work to do, it and compare that with before you know it about.

(I think it has something to do that the construction bots need to be in both areas, the logistic and the construction area and they took for counting just the number which is in the logistic area...)

Re: How do you make Robots Builds robots?

Posted: Thu Oct 02, 2014 8:39 am
by BeltRunner
Boogieman14 wrote:With a setup like this, do you build in any kind of rate limiting? Or will you just let it go, until you have 1000s of robots flying around? :)
Limits on logistic and construction robots added to roboport:
Wiring
Example
EDIT: added step-by-step instruction.

Re: How do you make Robots Builds robots?

Posted: Fri Oct 03, 2014 1:00 am
by ssilk
Hm. Do I understand it right: you put every bot into the roboport, until the port is full. Then there will be a bot in the smart chest and triggers an iron/copper inserted into the smart chest, too. Once the port requests again bots, the iron/copper is taken out of the smart chest and blocks then the further input.

Smart! :)

But this will insert minimum 8*50 bots (in the best case 4 * 50 logistic and 4 * 50 construction bots) into the roboports. In the worst it will insert that multiplied with the number of roboports (but quite unlike). I think this solution is better than doing nothing, but what's really needed is the number of available and working bots in the logistic and construction networks copied as a number in the logistic network.

Re: How do you make Robots Builds robots?

Posted: Fri Oct 03, 2014 1:59 am
by BeltRunner
ssilk wrote:Hm. Do I understand it right: you put every bot into the roboport, until the port is full. Then there will be a bot in the smart chest and triggers an iron/copper inserted into the smart chest, too. Once the port requests again bots, the iron/copper is taken out of the smart chest and blocks then the further input.

Smart! :)

But this will insert minimum 8*50 bots (in the best case 4 * 50 logistic and 4 * 50 construction bots) into the roboports. In the worst it will insert that multiplied with the number of roboports (but quite unlike). I think this solution is better than doing nothing, but what's really needed is the number of available and working bots in the logistic and construction networks copied as a number in the logistic network.
No. Check the second spoiler for detailed explanation (original post updated).

Re: How do you make Robots Builds robots?

Posted: Fri Oct 03, 2014 2:23 am
by ssilk
Ah, didn't saw the direction of the inserters. Useful...

Re: How do you make Robots Builds robots?

Posted: Fri Oct 03, 2014 2:28 am
by n9103
Doesn't seem much different from a basic relay style logic system, but it works. :)