This commit is contained in:
2022-08-16 12:51:31 +02:00
parent 9de4cabcd9
commit be1cbfad8d
2 changed files with 73 additions and 11 deletions

View File

@ -1,5 +1,5 @@
"""HK Handling for EIVE OBSW"""
from pus_tc.system.acs_ctrl import handle_acs_ctrl_mgm_data
from pus_tm.devs.plpcdu import handle_plpcdu_hk
from pus_tm.devs.rad_sensor import handle_rad_sensor_data
from pus_tm.devs.sus import handle_sus_hk
@ -161,8 +161,7 @@ def handle_regular_hk_print(
object_id=object_id, printer=printer, set_id=set_id, hk_data=hk_data
)
elif objb == obj_ids.ACS_CONTROLLER:
print("Received ACS CTRL data")
print(hk_data.hex(sep=','))
handle_acs_ctrl_mgm_data(printer, hk_data)
else:
LOGGER.info(
f"Service 3 TM: Parsing for object {object_id} and set ID {set_id} "