mirror of
https://github.com/MikaylaFischler/cc-mek-scada.git
synced 2024-08-30 18:22:34 +00:00
fixed coordinator RCS annunciator dimensions
This commit is contained in:
parent
bd1625c42e
commit
523ac91c3b
@ -19,7 +19,7 @@ local iocontrol = require("coordinator.iocontrol")
|
||||
local renderer = require("coordinator.renderer")
|
||||
local sounder = require("coordinator.sounder")
|
||||
|
||||
local COORDINATOR_VERSION = "v0.11.2"
|
||||
local COORDINATOR_VERSION = "v0.11.3"
|
||||
|
||||
local print = util.print
|
||||
local println = util.println
|
||||
|
@ -234,8 +234,8 @@ local function init(parent, id)
|
||||
|
||||
TextBox{parent=main,text="REACTOR COOLANT SYSTEM",fg_bg=cpair(colors.black,colors.blue),alignment=TEXT_ALIGN.CENTER,width=33,height=1,x=46,y=22}
|
||||
local rcs = Rectangle{parent=main,border=border(1,colors.blue,true),thin=true,width=33,height=24,x=46,y=23}
|
||||
local rcs_annunc = Div{parent=rcs,width=27,height=22,x=2,y=1}
|
||||
local rcs_tags = Div{parent=rcs,width=2,height=13,x=29,y=9}
|
||||
local rcs_annunc = Div{parent=rcs,width=27,height=23,x=2,y=1}
|
||||
local rcs_tags = Div{parent=rcs,width=2,height=14,x=29,y=9}
|
||||
|
||||
local c_flt = IndicatorLight{parent=rcs_annunc,label="RCS Hardware Fault",colors=cpair(colors.yellow,colors.gray)}
|
||||
local c_emg = TriIndicatorLight{parent=rcs_annunc,label="Emergency Coolant",c1=colors.gray,c2=colors.white,c3=colors.yellow}
|
||||
|
@ -2,10 +2,10 @@
|
||||
"versions": {
|
||||
"bootloader": "0.2",
|
||||
"comms": "1.4.0",
|
||||
"reactor-plc": "v0.12.0",
|
||||
"reactor-plc": "v0.12.1",
|
||||
"rtu": "v0.12.1",
|
||||
"supervisor": "v0.13.1",
|
||||
"coordinator": "v0.11.0",
|
||||
"coordinator": "v0.11.3",
|
||||
"pocket": "alpha-v0.0.0"
|
||||
},
|
||||
"files": {
|
||||
@ -20,6 +20,7 @@
|
||||
"scada-common/psil.lua",
|
||||
"scada-common/tcallbackdsp.lua",
|
||||
"scada-common/rsio.lua",
|
||||
"scada-common/constants.lua",
|
||||
"scada-common/mqueue.lua",
|
||||
"scada-common/crash.lua",
|
||||
"scada-common/log.lua",
|
||||
@ -177,13 +178,13 @@
|
||||
},
|
||||
"sizes": {
|
||||
"system": 1982,
|
||||
"common": 88565,
|
||||
"common": 90500,
|
||||
"graphics": 99858,
|
||||
"lockbox": 100797,
|
||||
"reactor-plc": 75621,
|
||||
"rtu": 85496,
|
||||
"supervisor": 270182,
|
||||
"coordinator": 183279,
|
||||
"reactor-plc": 75545,
|
||||
"rtu": 83090,
|
||||
"supervisor": 269955,
|
||||
"coordinator": 179370,
|
||||
"pocket": 335
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user