There is a rather nice Big Reactors computercraft script, but it's integration with turbines is lackluster. This is the sctipt: https://github.com/sandalle/minecraft_bigreactor_control It supports multiple reactors and turbines, multiple monitors, and controlling the reactors/turbines by clicking on the monitors. Here is the issue, Reactors have a 10 mil RF buffer, turbines 1 mil. When I hook up a turbine, even though the buffer is full it says it is only 10% full. Line 620 seems to be the issue. I tried an if statement, but that did not really work at all, the buffer indicator was correct, but the automatic controls did not work at all, but manual controls were un affected.