Skip to content
Snippets Groups Projects
Commit 05f9b1b0 authored by Marko Mecina's avatar Marko Mecina
Browse files

CCS config cleanup

parent 77cbc1fa
Branches
No related tags found
No related merge requests found
...@@ -35,25 +35,25 @@ tc_port = 60001 ...@@ -35,25 +35,25 @@ tc_port = 60001
[ccs-actions] [ccs-actions]
action1 = actions/action1.py action1 = actions/action1.py
action1_img = pixmap/ON_PS.svg action1_img =
action2 = actions/action2.py action2 = actions/action2.py
action2_img = pixmap/ON_HPC.svg action2_img =
action3 = actions/action3.py action3 = actions/action3.py
action3_img = pixmap/POOLVIEW.svg action3_img =
action4 = actions/action4.py action4 = actions/action4.py
action4_img = pixmap/IASWRAM.svg action4_img =
action5 = actions/action5.py action5 = actions/action5.py
action5_img = pixmap/RUNIASW.svg action5_img =
action6 = actions/action6.py action6 = actions/action6.py
action6_img = pixmap/SQLRE.svg action6_img =
action7 = actions/action7.py action7 = actions/action7.py
action7_img = pixmap/RESET.svg action7_img =
action8 = action8.py action8 = actions/action8.py
action8_img = action8_img =
action9 = actions/action9.py action9 = actions/action9.py
action9_img = pixmap/OFF_HPC.svg action9_img =
action10 = actions/action10.py action10 = actions/action10.py
action10_img = pixmap/OFF_PS.svg action10_img =
[ccs-plot_parameters] [ccs-plot_parameters]
heartbeat = {"APID": 322, "format": "H", "bytepos": 16, "ST": 195, "SST": 1} heartbeat = {"APID": 322, "format": "H", "bytepos": 16, "ST": 195, "SST": 1}
...@@ -65,6 +65,7 @@ centroid-offsetx = {"APID": 323, "ST": 196, "SST": 1, "SID": null, "bytepos": 16 ...@@ -65,6 +65,7 @@ centroid-offsetx = {"APID": 323, "ST": 196, "SST": 1, "SID": null, "bytepos": 16
s13-2-counter = {"APID": 324, "ST": 13, "SST": 2, "SID": null, "bytepos": 17, "format": "H"} s13-2-counter = {"APID": 324, "ST": 13, "SST": 2, "SID": null, "bytepos": 17, "format": "H"}
erase retries = {"APID": 322, "ST": 3, "SST": 25, "SID": 38, "bytepos": 21, "format": "I"} erase retries = {"APID": 322, "ST": 3, "SST": 25, "SID": 38, "bytepos": 21, "format": "I"}
ccstep = {"APID": 322, "ST": 3, "SST": 25, "SID": 20, "bytepos": 17, "format": "B"} ccstep = {"APID": 322, "ST": 3, "SST": 25, "SID": 20, "bytepos": 17, "format": "B"}
tm13_sduseqnmb = {"APID": 321, "ST": 13, "SST": 2, "SID": null, "bytepos": 19, "format": "H", "offbi": 0}
[ccs-decode_parameters] [ccs-decode_parameters]
randomint = {"format" : "I"} randomint = {"format" : "I"}
...@@ -95,6 +96,8 @@ status = [["DPT07061", "DPT07062", "DPT07063", "DPT07064"], [], []] ...@@ -95,6 +96,8 @@ status = [["DPT07061", "DPT07062", "DPT07063", "DPT07064"], [], []]
test = [["DPT05193", "DPT05194"], ["DPT05198"], ["DPT05193", "DPT05198"]] test = [["DPT05193", "DPT05194"], ["DPT05198"], ["DPT05193", "DPT05198"]]
new = [["DPT04001", "DPT04003"], [], []] new = [["DPT04001", "DPT04003"], [], []]
parameters = [["DPT04061", "DPT04071", "DPT04069", "DPT04084"], [], []] parameters = [["DPT04061", "DPT04071", "DPT04069", "DPT04084"], [], []]
states = [["KST05345", "KST05348", "KST05351"], [], []]
dpumode = [["KST05155"], [], []]
[ccs-pool_colour_filters] [ccs-pool_colour_filters]
default = [{"TM/TC" : "TC", "colour" : "orange"}, {"APID": 322, "SST" : 25, "colour" : "green"}, {"APID": 322, "ST" : 195, "colour" : "#004000"}, {"APID" : 321, "ST" : 1, "colour" : "grey50"}, {"APID": 321, "ST" : 13, "colour" : "blue"}, {"APID" : 961, "colour" : "magenta"}, {"ST" : 5, "SST" : 1, "colour" : "dark blue"}, {"ST" : 5, "SST" : 2, "colour" : "red"}, {"ST" : 5, "SST" : 3, "colour" : "red"}, {"ST" : 5, "SST" : 4, "colour" : "red"}, {"ST" : 5, "SST" : 241, "colour" : "sandy brown"}] default = [{"TM/TC" : "TC", "colour" : "orange"}, {"APID": 322, "SST" : 25, "colour" : "green"}, {"APID": 322, "ST" : 195, "colour" : "#004000"}, {"APID" : 321, "ST" : 1, "colour" : "grey50"}, {"APID": 321, "ST" : 13, "colour" : "blue"}, {"APID" : 961, "colour" : "magenta"}, {"ST" : 5, "SST" : 1, "colour" : "dark blue"}, {"ST" : 5, "SST" : 2, "colour" : "red"}, {"ST" : 5, "SST" : 3, "colour" : "red"}, {"ST" : 5, "SST" : 4, "colour" : "red"}, {"ST" : 5, "SST" : 241, "colour" : "sandy brown"}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment