Re: how do I switch between accumulator and steam/coal based machine?
Posted: Sat Oct 10, 2020 9:21 pm
www.factorio.com
https://forums.factorio.com/
so, is this correct like this?TheRangerLOL wrote: Wed Oct 07, 2020 11:23 amAlright, i'm not sure exactly what you don't get, but this is how i did it. I hope this can shed you a little light. Electronic circuits can be very difficult if you don't get the gist of them. The important thing to remember is the order that power systems will produce electricity. I'm working with 32 bit so i can't speak for nuclear, but it will produce first with Solar, then Steam, and lastly, Accumulators, meaning that even at night steam will produce electricity first, even if your accumulators are at maximum.JapaneseMom wrote: Tue Oct 06, 2020 4:00 pm is this really it? or I'm missing something? I'm trying to like satisfy my electricity productions, so I can switch to solar now instead of expanding my steam and boiler
SteamPowerCutoff.png
My steam power comes in down the Yellow arrow into a power switch (make sure it's on the correct side). The power switch is what connects/disconnects things. Blue is my accumulator, I have it set to putting out signal P, but default signal is A (the actual accumulator i use is somewhere else in my base attached to this system, i set up this accumulator for demonstration). The accumulator signal goes into the input of the decider so that you can set whatever number (threshold) you want the steam engines to start working again. The output of the decider goes to the input of the power switch and that's what sets your threshold. (Ignore the other decider and light, those are for personal use and are completely unnecessary.)
I suppose it's important to note that the accumulator's signal given off is a percentage of full power, not a straight gigawatt signal.
As for programming things, it's fairly simple. Your decider is reading your % of power from the accumulator. So, if your Accumulator output (A or P, in this case) is < than....lets just say 10, then you will output 1 on signal Green (or whatever color you feel like) to the input of the power switch. Then set the power switch to activate if signal Green is > than 0. If you did everything correctly, then your steam engines should be turning on when your accumulator's power is less than 10%, or whatever threshold you decided to set your decider to.
I hope i explained that correctly, and i hope it helps.
ehhhh like this? then how are you going to change the signal?astroshak wrote: Sat Oct 10, 2020 9:50 pm The simplest way is to have all of your Offshore Pumps (the ones feeding your boilers) wired to one Accumulator.
Have the Offshore Pumps set to turn on when A < 20, or w/e your desired set point may be.
You don't need it for nuclear, but I like having a back up power plant with solar. It helps with sudden power spikes. And looking at the power graph lets me know when I need to expand solar. Like when it turns on many days in a row.astroshak wrote: Sat Oct 10, 2020 9:50 pm I’m not entirely sure, however, that its worthwhile doing this.
The connection from the accumulators is fine, but the combinator logic needs fixing. Load the attached demo save file below and see how it works:JapaneseMom wrote: Sat Oct 10, 2020 9:39 pm[...]
so is this connection correct? sorry, your image is too crowded, so I'm not sure if you put electric pole between switcher or none at all (Blue: Accumulator, Orange: Boiler)
Screenshot (1267)_LI.jpg
[...]
Why would you need to change the signal? You want it to read A, the default Accumulator Charge %. Then have the pumps turn on if it gets too low.JapaneseMom wrote: Sat Oct 10, 2020 9:56 pmehhhh like this? then how are you going to change the signal?astroshak wrote: Sat Oct 10, 2020 9:50 pm The simplest way is to have all of your Offshore Pumps (the ones feeding your boilers) wired to one Accumulator.
Have the Offshore Pumps set to turn on when A < 20, or w/e your desired set point may be.
Screenshot (1273).png
So, I almost feel bad that I laughed a little when i saw this picture.
sorry, your image is too crowded,
The one big thing you're missing is the power cables here.Lastly, the power switch itself
JapaneseMom wrote: Sat Oct 10, 2020 9:56 pm ehhhh like this? then how are you going to change the signal?
The concept here is that all your accumulators will have the same power level, and output the same signal. You just need to make sure that one accumulator is on the main power grid, and not the boiler power grid.Serenity wrote: Sat Oct 10, 2020 9:59 pm Just put down an extra accumulator next to the power plant. There is no need to run circuit wire long distance for this.
If you wanted to use the Offshore Pump method, then it's like this...
Boilers are still unwireable in vanilla 1.0. But jeez, what version are you using!? That boiler design is ancient!TheRangerLOL wrote: Sun Oct 11, 2020 1:40 am[...]Btw, my version of factorio doesn't allow you to connect wires to the boiler. What kinda stuff does it let you do when you do connect?
[...]
32-bit, so 14.23 or something.Theikkru wrote: Sun Oct 11, 2020 2:34 amBoilers are still unwireable in vanilla 1.0. But jeez, what version are you using!? That boiler design is ancient!TheRangerLOL wrote: Sun Oct 11, 2020 1:40 am[...]Btw, my version of factorio doesn't allow you to connect wires to the boiler. What kinda stuff does it let you do when you do connect?
[...]
ahhh bruhh, yeah you can connect the red wire. wtf, last night it wont let me connect it says cable wont reachTheRangerLOL wrote: Sun Oct 11, 2020 1:40 am So, I almost feel bad that I laughed a little when i saw this picture.
You CAN connect the large power poles to each other with the red wire. Sometimes you have to move around to get them connected, but as long as the copper cable can connect, then the red and green wires can as well.
BigPowerWires.png
I dont understand what you mean. connecting red wire to boiler or something?TheRangerLOL wrote: Sun Oct 11, 2020 1:40 am Yeah I'm sorry about that too. I'd post a blueprint if I could but, I work with what i got.
I think It might be a little simpler if I show you what I did. Also, you don't need one on the boiler at all. Btw, my version of factorio doesn't allow you to connect wires to the boiler. What kinda stuff does it let you do when you do connect?
SteamPowerCutoffProgramming.png
power cables? I dont understand what you mean. there are only green and red wire hereTheRangerLOL wrote: Sun Oct 11, 2020 1:40 am The one big thing you're missing is the power cables here.
BoilerPower.png
The important thing to do here, is you need to isolate the boilers from the main power grid. You can take down wires using Shift+Click on a power pole, and then use copper wires to manually re-attach the power cables where you need them.
JapaneseMom wrote: Sat Oct 10, 2020 9:56 pm ehhhh like this? then how are you going to change the signal?
Serenity wrote: Sat Oct 10, 2020 9:59 pm Just put down an extra accumulator next to the power plant. There is no need to run circuit wire long distance for this.
so, something like this?TheRangerLOL wrote: Sun Oct 11, 2020 1:40 am The concept here is that all your accumulators will have the same power level, and output the same signal. You just need to make sure that one accumulator is on the main power grid, and not the boiler power grid.
Base1Power.png
My main accumulator field is farther to the north, but the actual accumulator for signal P (A) is sitting down there next to the water. And then the boilers are completely disconnected from the rest of the power grid until the power switch goes on.
Idk, I feel like that was an imperfect explanation so let us know if anything is still giving you trouble.
The same copper wire you use to make electronic circuits can be used to connect power poles with copper wire. You use hold it in cursor, click the first power pole and then the second power pole. If the connection already exists doing that will remove the connection, and create a new connection if it doesn't exist. It works similarly to red/green wire.JapaneseMom wrote: Sun Oct 11, 2020 11:49 am power cables? I dont understand what you mean. there are only green and red wire here
JapaneseMom wrote: Sun Oct 11, 2020 11:49 am
ahhh bruhh, yeah you can connect the red wire. wtf, last night it wont let me connect it says cable wont reach
Don't worry about it, it's not important.I dont understand what you mean. connecting red wire to boiler or something?
power cables? I dont understand what you mean. there are only green and red wire here
Yoyobuae wrote: Sun Oct 11, 2020 2:57 pm The same copper wire you use to make electronic circuits can be used to connect power poles with copper wire... It works similarly to red/green wire.
Your copper wires attaching to the power switch is going to be part of what makes this whole thing work. Could be part of what's giving you so much trouble.You can do this same thing to connect power poles to a power switch. You connect one power pole to one side of the power switch, using copper wire, and then connect the other side of the power switch to different power pole. When the power switch is closed then power can flow between those two power poles thru the power switch.
Your main power grid should be whatever is connected to your factory. The boilers are going to be backup power from now on, right?also isnt main power grid basically any of the boiler? I mean I connect everything in right order anyway, so it should fill up anything that is currently empty right?
Yup, just make sure you connect your red wire and stuff. You can put the power switch and combinators right there if you wanted to.so, something like this?
damn I know people getting tired of this discussion...
Yeah that's one of the really cool things about it, i think anyways. And for this one, no, distance is not important. You can honestly connect whatever accumulator you want. It really doesn't matter where it is, except that it cannot be connected to the boilers.what the game taught you to do and what you want to do is vastly different. and people base and my base is different. I put my accumulator far away in case im going mega base, but people put their accumulator neat their base, so I dont know if distance matters in order to setup this kind of thing or not
hmmmm, so something like this? (not sure if you can see it, but there is copper cable connecting from main to switcher)TheRangerLOL wrote: Sun Oct 11, 2020 5:03 pm Your copper wires attaching to the power switch is going to be part of what makes this whole thing work. Could be part of what's giving you so much trouble.
yess. so is this connection correct? (ill ask regarding the programming again once the connection already in place)TheRangerLOL wrote: Sun Oct 11, 2020 5:03 pm Your main power grid should be whatever is connected to your factory. The boilers are going to be backup power from now on, right?
hahaha yeah thank god you still hereTheRangerLOL wrote: Sun Oct 11, 2020 5:03 pmYeah I can see that as well. I don't mind though. I've got some experience explaining things that are sometimes difficult to grasp to new players. I've learned that patience when dealing with other people is extremely important, even when you're having a bad day (that's not to say you should ignore your feelings though). I also think there's a tiny bit of a language barrier here, which is making things slightly more difficult as well.
Yeah, I think you got it there.JapaneseMom wrote: Sun Oct 11, 2020 6:39 pmhmmmm, so something like this? (not sure if you can see it, but there is copper cable connecting from main to switcher)TheRangerLOL wrote: Sun Oct 11, 2020 5:03 pm Your copper wires attaching to the power switch is going to be part of what makes this whole thing work. Could be part of what's giving you so much trouble.
Screenshot (1290)_LI.jpg
Short answer: No.yess. so is this connection correct? (ill ask regarding the programming again once the connection already in place)
Screenshot (1292)_LI.jpg
You're welcomehahaha yeah thank god you still here