I got the big reactors to work with PRC
here's my setup
//
these series of functions and commands is only ideal if your not fine tuning every single control rod your reactor has if you want to fine tune your reactor with every single control rod you will need at least 3 red net ports there 1 color s taken by each control rod
//
Control Rods
by default if you flick a lever it will out put 15% because levers just pull out 15 redstone signal with this in mind you need to turn analog signal to digital to do that you need to use the scaler function
control rod white output depends on where you placed the cable
minimum input 0 = 0 strength
maximum input 1/15 = depending on your setup if you use lever making use of 15 ensures that it receives that signal
output minimum X = X height of the rod if the setup isnt receiving any signal this will be the default height of the rods
output maximum X = X height of the rods if signal has been met in this case if you want 50% for your control rods
next power
depending on your setup if we say going to use TE route so you need comparators remember energy cells at max will output 15 signal strength
so here's what I did
declare a variable
equals function
input = side and color
constant 15 = 15 is the signal received
variable X = depending on your setup it is yours to declare
do this per energycell "multiblock"
reactor
[still under equals
constant X = where X = (1-100) this range declares the buffer]
then we need to combine all
for this I used and (X input)
depending on your setup I used 4 inputs this includes the buffer inside the reactor
using
and function
var X where X = to variables set 1-4 for me
output to reactor power switch
if you need and override to activate the reactor
you need to use
Nand (2 input) function
why Nand this is because there are 2 required flags that is needed to operate the reactor first being that the energycell bank itself already acted a switch and either of them are needed to activate the reactor
so just throw in a lever and say
input 1 Variable X where X = the ending variable in the and function
input 2 lever
http://imgur.com/a/MPBBT
here's the album
with this concept to throttle your reactor you can still used this idea
instead of declaring the lever as the switch you can used the energy buffer
Scaler function
input (Input Energy)
//
note that using the reactor's buffer your minimum and maximum range is 0-100% not 0-15
//
minimum input X where X is the starting range to start throttling
maximum input X where X is the final range to finally start throttling you can say 70 for 70%
minimum output X where X = the initial level of the control rods should be
maximum output X where X = level of control rods when throttling 90-95 would be a good idea
output back to the reactor color and side