Power generator circuit connections
Posted: Sat Jun 28, 2025 11:06 am
www.factorio.com
https://test.forums.factorio.com/
It can be accomplished with a single decider. (A < T1) or (S > 0 and A < T2) -> 1 S, with the output fed back into the input. T1 is your low power threshold and T2 is your high power threshold. An output of S signifies the need for additional power production. People have been using setups like this for years to throttle their steam power while transitioning to solar.Spychotic wrote: Sat Jun 28, 2025 11:06 am There's no way to do this - well, there might be but it's far too complicated if there is - using the accumulator readouts.
It took me a while for me to figure out what you were communicating, but I got there. This does not allow me to do things that I want to do because it depends on the accumulators being partially charged. It also lags the actual power consumption.computeraddict wrote: Sat Jun 28, 2025 3:35 pmIt can be accomplished with a single decider. (A < T1) or (S > 0 and A < T2) -> 1 S, with the output fed back into the input. T1 is your low power threshold and T2 is your high power threshold. An output of S signifies the need for additional power production. People have been using setups like this for years to throttle their steam power while transitioning to solar.Spychotic wrote: Sat Jun 28, 2025 11:06 am There's no way to do this - well, there might be but it's far too complicated if there is - using the accumulator readouts.
That is an indication that you are using more than you are producing, yes. You have not communicated how this would be insufficient.Spychotic wrote: Fri Jul 11, 2025 7:58 pm because it depends on the accumulators being partially charged
Yes? What's the problem with that?