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

change config for VM

parent cc7c4c26
No related branches found
No related tags found
No related merge requests found
...@@ -56,46 +56,14 @@ action10 = actions/action10.py ...@@ -56,46 +56,14 @@ action10 = actions/action10.py
action10_img = action10_img =
[ccs-plot_parameters] [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] [ccs-decode_parameters]
randomint = {"format" : "I"} randomint = {"format" : "I"}
test = ["format", "uint3"] test = ["format", "uint3"]
[ccs-user_decoders] [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] [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"], [], []] states = [["KST05345", "KST05348", "KST05351"], [], []]
dpumode = [["KST05155"], [], []] dpumode = [["KST05155"], [], []]
......
...@@ -2,14 +2,14 @@ ...@@ -2,14 +2,14 @@
base = ${confignator-paths:basic-path} base = ${confignator-paths:basic-path}
tst = ${base}/Tst tst = ${base}/Tst
ccs = ${base}/Ccs ccs = ${base}/Ccs
obsw = /home/marko/space/smile/OBSW/implementation obsw = /home/egse/space/smile/OBSW/implementation
crplm = ${obsw}/CrPlm/build/pc crplm = ${obsw}/CrPlm/build/pc
ia = ${obsw}/CrIa/build/pc ia = ${obsw}/CrIa/build/pc
start-simulator-log = ${logging:log-dir}/simulators/sim.log start-simulator-log = ${logging:log-dir}/simulators/sim.log
[database] [database]
user = egse user = egse
password = weltraummuell password = xrayvision
host = 127.0.0.1 host = 127.0.0.1
[logging] [logging]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment