update
This commit is contained in:
@@ -21,7 +21,7 @@ local function checkSteamLevel()
|
||||
reactor.scram();
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
burnRateDriver.stepDown()
|
||||
elseif value <= maxVent-10 then
|
||||
elseif value >= maxVent-10 then
|
||||
print("Steam within vent range. Adjusting vents.")
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
burnRateDriver.stepDown()
|
||||
@@ -52,6 +52,7 @@ local function report()
|
||||
value = getValue()
|
||||
monitor.clearLine()
|
||||
monitor.write("Turbine Steam: " .. value .. "%")
|
||||
monitor.write("Turbine Vent: " .. turbine.getDumpingMode() .. "%")
|
||||
end
|
||||
|
||||
return { report = report, watch = watch }
|
||||
Reference in New Issue
Block a user