mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed supervisor keep alive periodics timing
This commit is contained in:
parent
4b60c038f4
commit
b25ebdf959
@ -15,7 +15,7 @@ local print_ts = util.print_ts
|
|||||||
local println_ts = util.println_ts
|
local println_ts = util.println_ts
|
||||||
|
|
||||||
local PERIODICS = {
|
local PERIODICS = {
|
||||||
KEEP_ALIVE = 2.0
|
KEEP_ALIVE = 2000
|
||||||
}
|
}
|
||||||
|
|
||||||
-- coordinator supervisor session
|
-- coordinator supervisor session
|
||||||
|
@ -33,7 +33,7 @@ plc.PLC_S_CMDS = PLC_S_CMDS
|
|||||||
plc.PLC_S_DATA = PLC_S_DATA
|
plc.PLC_S_DATA = PLC_S_DATA
|
||||||
|
|
||||||
local PERIODICS = {
|
local PERIODICS = {
|
||||||
KEEP_ALIVE = 2.0
|
KEEP_ALIVE = 2000
|
||||||
}
|
}
|
||||||
|
|
||||||
-- PLC supervisor session
|
-- PLC supervisor session
|
||||||
|
@ -39,7 +39,7 @@ rtu.RTU_S_CMDS = RTU_S_CMDS
|
|||||||
rtu.RTU_S_DATA = RTU_S_DATA
|
rtu.RTU_S_DATA = RTU_S_DATA
|
||||||
|
|
||||||
local PERIODICS = {
|
local PERIODICS = {
|
||||||
KEEP_ALIVE = 2.0
|
KEEP_ALIVE = 2000
|
||||||
}
|
}
|
||||||
|
|
||||||
---@class rs_session_command
|
---@class rs_session_command
|
||||||
|
@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
|
|||||||
local config = require("supervisor.config")
|
local config = require("supervisor.config")
|
||||||
local supervisor = require("supervisor.supervisor")
|
local supervisor = require("supervisor.supervisor")
|
||||||
|
|
||||||
local SUPERVISOR_VERSION = "beta-v0.5.1"
|
local SUPERVISOR_VERSION = "beta-v0.5.2"
|
||||||
|
|
||||||
local print = util.print
|
local print = util.print
|
||||||
local println = util.println
|
local println = util.println
|
||||||
|
Loading…
x
Reference in New Issue
Block a user