diff --git a/eive_tmtc/tmtc/tcs/ctrl.py b/eive_tmtc/tmtc/tcs/ctrl.py index 17a1131..4894059 100644 --- a/eive_tmtc/tmtc/tcs/ctrl.py +++ b/eive_tmtc/tmtc/tcs/ctrl.py @@ -13,7 +13,7 @@ from tmtccmd.tc.pus_3_fsfw_hk import ( generate_one_hk_command, create_request_one_diag_command, create_enable_periodic_hk_command_with_interval, - create_request_one_hk_command, + create_request_one_hk_command, create_enable_periodic_hk_command_with_interval_with_diag, ) @@ -68,7 +68,7 @@ def pack_tcs_ctrl_commands(q: DefaultPusQueueHelper, op_code: str): ) if op_code == OpCode.ENABLE_TEMP_SET: interval_seconds = float(input("Please specify interval in seconds: ")) - cmds = create_enable_periodic_hk_command_with_interval( + cmds = create_enable_periodic_hk_command_with_interval_with_diag( False, make_sid(TCS_CONTROLLER, CtrlSetId.PRIMARY_SENSORS), interval_seconds ) for cmd in cmds: