From 42b347524d2ce7dadf41c51b683b0b270dc92f4c Mon Sep 17 00:00:00 2001 From: Marko Mecina <marko.mecina@univie.ac.at> Date: Tue, 15 Feb 2022 14:10:10 +0100 Subject: [PATCH] change config for VM --- Ccs/ccs_main_config.cfg | 32 -------------------------------- egse.cfg | 4 ++-- 2 files changed, 2 insertions(+), 34 deletions(-) diff --git a/Ccs/ccs_main_config.cfg b/Ccs/ccs_main_config.cfg index 3ca68c4..55f4217 100644 --- a/Ccs/ccs_main_config.cfg +++ b/Ccs/ccs_main_config.cfg @@ -56,46 +56,14 @@ action10 = actions/action10.py action10_img = [ccs-plot_parameters] -heartbeat = {"APID": 322, "format": "H", "bytepos": 16, "ST": 195, "SST": 1} -bee-adc_p5v = {"format": "H", "SST": 25, "APID": 322, "bytepos": 58, "ST": 3} -bee-adc_3v3 = {"format": "H", "SST": 25, "APID": 322, "bytepos": 60, "ST": 3} -debug-p7v0 = {"format": "H", "SST": 25, "APID": 322, "bytepos": 51, "ST": 3} -diag = {"APID": 961, "ST": 222, "SST": 6, "SID": null, "bytepos": 32, "format": "f"} -centroid-offsetx = {"APID": 323, "ST": 196, "SST": 1, "SID": null, "bytepos": 16, "format": "i24"} -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"} test = ["format", "uint3"] [ccs-user_decoders] -heartbeat = {"bytepos": 16, "bytelen": 2} -adc_p5v = {"bytelen": 2, "bytepos": 58} -adc_3v3 = {"bytelen": 2, "bytepos": 60} -sem_p7v0 = {"bytelen": 2, "bytepos": 49} -sem_p7v0xx = {"bytelen": 2, "bytepos": 51} -iasw state = {"bytelen": 2, "bytepos": 83} -sem state = {"bytelen": 4, "bytepos": 21} -debug-p7v0 = {"bytepos": 51, "bytelen": 2} -bee-adc_p5v = {"bytelen": 2, "bytepos": 58} -bee-adc_3v3 = {"bytepos": 60, "bytelen": 2} -pktlen = {"bytepos": 4, "bytelen": 2} -ph = {"bytepos": 0, "bytelen": 6} -ph2 = {"bytepos": 0, "format": "I"} [ccs-monitor_parameter_sets] -default = [["DPT07329"]] -dputest = [["DPT06030", "DPT06031", "DPT06032", "DPT06033"], ["DPT06036"], ["DPT06045", "DPT06046", "DPT06047", "DPT06048"]] -hk1 = [["DPT07042", "DPT07043", "DPT07045"], ["DPT07081", "DPT07082", "DPT07083"], ["DPT07832", "DPT07833", "DPT07834", "DPT07835", "DPT07836", "DPT07837"]] -hk100 = [["DPT07042", "DPT07043"], ["DPT07081", "DPT07838", "DPT07839"], []] -sem_fpm = [["SCT00042", "SCT00045", "SCT00056"], ["SCT00040", "SCT00035", "SCT00027"], []] -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"], [], []] diff --git a/egse.cfg b/egse.cfg index ea012ea..165dde6 100644 --- a/egse.cfg +++ b/egse.cfg @@ -2,14 +2,14 @@ base = ${confignator-paths:basic-path} tst = ${base}/Tst ccs = ${base}/Ccs -obsw = /home/marko/space/smile/OBSW/implementation +obsw = /home/egse/space/smile/OBSW/implementation crplm = ${obsw}/CrPlm/build/pc ia = ${obsw}/CrIa/build/pc start-simulator-log = ${logging:log-dir}/simulators/sim.log [database] user = egse -password = weltraummuell +password = xrayvision host = 127.0.0.1 [logging] -- GitLab