First time Circuit
Posted: Tue Oct 24, 2017 6:34 pm
Ok its the first time im working with circuits, but i cant fully get what i want yet, so i need a bit of help/advice here.
The case:
I have a patch of solar panels attached to a bunch of accumuilators.
What i want to do, is when the accumiltors get below 10%, my backup of steampower should kick in, but continue until the accumilators are back at minimum 90% and then the steam will shut down again.
once the accumulators get below 10% again, the backup will kick in and so on..
So what have i done so far (see screenshot)
On 1 accumulator i have connected 2 deciders, and the accumilator will output its percentage loaded power in %
One decider is set to output L=1 when A<10.
the other is set to output H=1 when A<90.
//<something is missing here, read on>
These 2 deciders are connected to a third that says: if L > H (so power is below 20%) then output S = 1.
last is the power switch that looks at S, and checks if S = 1 -> turn on.
So what happens now, is when the power gets below 20%, the steam kicks in, but at 21% stops, but kicks in at 20% again and so on and so forth, ending up in a stroboscope effect.
I am differently missing a part here, but im unsure how i should do this :/
I was thinking of some way that i sent a S=1 to turn it on, but then i need some "while A<90" statement to keep it on.
The case:
I have a patch of solar panels attached to a bunch of accumuilators.
What i want to do, is when the accumiltors get below 10%, my backup of steampower should kick in, but continue until the accumilators are back at minimum 90% and then the steam will shut down again.
once the accumulators get below 10% again, the backup will kick in and so on..
So what have i done so far (see screenshot)
On 1 accumulator i have connected 2 deciders, and the accumilator will output its percentage loaded power in %
One decider is set to output L=1 when A<10.
the other is set to output H=1 when A<90.
//<something is missing here, read on>
These 2 deciders are connected to a third that says: if L > H (so power is below 20%) then output S = 1.
last is the power switch that looks at S, and checks if S = 1 -> turn on.
So what happens now, is when the power gets below 20%, the steam kicks in, but at 21% stops, but kicks in at 20% again and so on and so forth, ending up in a stroboscope effect.
I am differently missing a part here, but im unsure how i should do this :/
I was thinking of some way that i sent a S=1 to turn it on, but then i need some "while A<90" statement to keep it on.