updated burnrate
This commit is contained in:
@@ -21,10 +21,10 @@ local function checkSteamLevel()
|
||||
reactor.scram();
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
burnRateDriver.stepDown()
|
||||
elseif value >= minVent and value <= maxVent then
|
||||
elseif value <= maxVent-10 then
|
||||
print("Steam within vent range. Adjusting vents.")
|
||||
--turbine.setDumpingMode("DUMPING")
|
||||
--burnRateDriver.stepDown()
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
burnRateDriver.stepDown()
|
||||
elseif value >= min and value < minVent then
|
||||
print("Steam within normal operation range.")
|
||||
turbine.setDumpingMode("IDLE")
|
||||
|
||||
Reference in New Issue
Block a user