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