some adaptions

This commit is contained in:
2022-05-31 16:42:53 +02:00
parent a1cbc3bc13
commit cba2055c59
5 changed files with 11 additions and 4 deletions

View File

@ -271,7 +271,7 @@ def pack_proc_commands(tc_queue: TcQueueT, op_code: str):
if op_code in OpCodes.TV_SETUP_TCS_FT_ON:
# Enable scheduling
tc_queue.appendleft(generate_enable_tc_sched_cmd().pack_command_tuple())
tc_queue.appendleft(generate_enable_tc_sched_cmd(22).pack_command_tuple())
# check whether tcs_assembly also has to be commanded to NORMAL Mode
pack_tcs_sys_commands(
tc_queue=tc_queue, op_code=TcsOpCodes.TCS_BOARD_ASS_NORMAL[0]