Power consuption Calculator?
-
- Inserter
- Posts: 20
- Joined: Fri Apr 06, 2018 6:10 pm
- Contact:
Power consuption Calculator?
is there a tool to input a Blueprint string and get back it's max/min power consumption or do I just need to calculate the whole thing by hand?
Re: Power consuption Calculator?
Not exactly what you ask for, but this might suit your need : http://kirkmcdonald.github.io/
Also viewtopic.php?f=134&t=62118 can be useful, if no modules are used.
Also viewtopic.php?f=134&t=62118 can be useful, if no modules are used.
Koub - Please consider English is not my native language.
-
- Inserter
- Posts: 20
- Joined: Fri Apr 06, 2018 6:10 pm
- Contact:
Re: Power consuption Calculator?
Thanks for the effort sadly though I have 5 large blueprints one of an oil field, one with electric miners, one of a steel/oil refinery, one of a copper/iron smeltery/ Red & green chip production/ Uranium processing and one of a railroad depot/mall that makes everything. and yes they do all use moduals. As why I want this information is because I'm trying to make a self expanding factory and want to auto mate the process of telling how much power we need for everything by counting the total number of each of the 5 blueprints just mentioned and combining their totals to subtract from our power production totals that we get in a simmilar process.Koub wrote: Fri Sep 11, 2020 6:50 pm Not exactly what you ask for, but this might suit your need : http://kirkmcdonald.github.io/
Also viewtopic.php?f=134&t=62118 can be useful, if no modules are used.
Re: Power consuption Calculator?
if you hover over a blue print, it shows you the item count involved in the construction; so that cuts down on the hard part.
Assuming module usage is standardized across machine types, the math should be pretty manageable by hand. Or by spread sheet. Or may as well just code your own calculator.
Assuming module usage is standardized across machine types, the math should be pretty manageable by hand. Or by spread sheet. Or may as well just code your own calculator.
-
- Inserter
- Posts: 20
- Joined: Fri Apr 06, 2018 6:10 pm
- Contact:
Re: Power consuption Calculator?
Welp I spent this morning pulling together a google sheet with the drain and consumption of everything that uses power in the game. So I'll do as you state and plug in the item counts and let the spreadsheet do the math.starlinvf wrote: Fri Sep 11, 2020 7:34 pm if you hover over a blue print, it shows you the item count involved in the construction; so that cuts down on the hard part.
Assuming module usage is standardized across machine types, the math should be pretty manageable by hand. Or by spread sheet. Or may as well just code your own calculator.
Re: Power consuption Calculator?
How about plonking your blueprints in sandbox mode, and adding a single infinite power source, and item voiders on every output of your blueprints ?
You should be able to measure the maximum total consumption for each of them.
You should be able to measure the maximum total consumption for each of them.
Koub - Please consider English is not my native language.