From 05f9b1b04a1fac15845871f2cbdc4c7ff253ed60 Mon Sep 17 00:00:00 2001
From: Marko Mecina <marko.mecina@univie.ac.at>
Date: Tue, 15 Feb 2022 13:39:53 +0100
Subject: [PATCH] CCS config cleanup

---
 Ccs/ccs_main_config.cfg | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

diff --git a/Ccs/ccs_main_config.cfg b/Ccs/ccs_main_config.cfg
index 107ba77..3ca68c4 100644
--- a/Ccs/ccs_main_config.cfg
+++ b/Ccs/ccs_main_config.cfg
@@ -35,25 +35,25 @@ tc_port = 60001
 
 [ccs-actions]
 action1 = actions/action1.py
-action1_img = pixmap/ON_PS.svg
+action1_img = 
 action2 = actions/action2.py
-action2_img = pixmap/ON_HPC.svg
+action2_img = 
 action3 = actions/action3.py
-action3_img = pixmap/POOLVIEW.svg
+action3_img = 
 action4 = actions/action4.py
-action4_img = pixmap/IASWRAM.svg
+action4_img = 
 action5 = actions/action5.py
-action5_img = pixmap/RUNIASW.svg
+action5_img = 
 action6 = actions/action6.py
-action6_img = pixmap/SQLRE.svg
+action6_img = 
 action7 = actions/action7.py
-action7_img = pixmap/RESET.svg
-action8 = action8.py
+action7_img = 
+action8 = actions/action8.py
 action8_img = 
 action9 = actions/action9.py
-action9_img = pixmap/OFF_HPC.svg
+action9_img = 
 action10 = actions/action10.py
-action10_img = pixmap/OFF_PS.svg
+action10_img = 
 
 [ccs-plot_parameters]
 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
 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"}
 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]
 randomint = {"format" : "I"}
@@ -95,6 +96,8 @@ status = [["DPT07061", "DPT07062", "DPT07063", "DPT07064"], [], []]
 test = [["DPT05193", "DPT05194"], ["DPT05198"], ["DPT05193", "DPT05198"]]
 new = [["DPT04001", "DPT04003"], [], []]
 parameters = [["DPT04061", "DPT04071", "DPT04069", "DPT04084"], [], []]
+states = [["KST05345", "KST05348", "KST05351"], [], []]
+dpumode = [["KST05155"], [], []]
 
 [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"}]
-- 
GitLab