updated
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
local max = 15
|
||||
local init = 3
|
||||
local rateStep = 0.10
|
||||
local smallRateStep = 0.01
|
||||
local smallRateStep = 0.05
|
||||
local min = 1
|
||||
|
||||
local function getValue()
|
||||
|
||||
@@ -27,7 +27,7 @@ local function checkSteamLevel()
|
||||
--burnRateDriver.stepDown()
|
||||
elseif value >= min and value < minVent then
|
||||
print("Steam within normal operation range.")
|
||||
turbine.setDumpingMode("DUMPING")
|
||||
turbine.setDumpingMode("IDLE")
|
||||
--burnRateDriver.stepDown()
|
||||
elseif value < min then
|
||||
print("Warning: Steam below minimum! Taking action.")
|
||||
|
||||
Reference in New Issue
Block a user