This commit is contained in:
2025-06-14 19:04:19 -04:00
parent 3f6e55e372
commit 439a2d61b5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
local max = 15 local max = 15
local init = 3 local init = 3
local rateStep = 0.10 local rateStep = 0.10
local smallRateStep = 0.01 local smallRateStep = 0.05
local min = 1 local min = 1
local function getValue() local function getValue()

View File

@@ -27,7 +27,7 @@ local function checkSteamLevel()
--burnRateDriver.stepDown() --burnRateDriver.stepDown()
elseif value >= min and value < minVent then elseif value >= min and value < minVent then
print("Steam within normal operation range.") print("Steam within normal operation range.")
turbine.setDumpingMode("DUMPING") turbine.setDumpingMode("IDLE")
--burnRateDriver.stepDown() --burnRateDriver.stepDown()
elseif value < min then elseif value < min then
print("Warning: Steam below minimum! Taking action.") print("Warning: Steam below minimum! Taking action.")