mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
PLC bugfix
This commit is contained in:
parent
aeda38fa01
commit
3fe47f99a9
@ -12,7 +12,7 @@ os.loadAPI("config.lua")
|
||||
os.loadAPI("plc.lua")
|
||||
os.loadAPI("threads.lua")
|
||||
|
||||
local R_PLC_VERSION = "alpha-v0.4.12"
|
||||
local R_PLC_VERSION = "alpha-v0.4.13"
|
||||
|
||||
local print = util.print
|
||||
local println = util.println
|
||||
|
@ -483,7 +483,7 @@ function thread__setpoint_control(smem)
|
||||
end
|
||||
|
||||
-- delay before next check
|
||||
last_update = util.adaptive_delay(SETPOINT_CTRL_SLEEP, last_update)
|
||||
last_update = util.adaptive_delay(SP_CTRL_SLEEP, last_update)
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user