From 7b8e461cb9370297ff878d5b1400f78774d2445e Mon Sep 17 00:00:00 2001 From: Daniel van der Schuur <schuur@astron.nl> Date: Thu, 13 Jul 2017 14:23:58 +0000 Subject: [PATCH] -Added temperature threshold write command (commented out) --- applications/apertif/commissioning/dish_commands.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index 8842b2230e..39b5becca0 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -102,6 +102,11 @@ python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 4 # Print the user firmware image design names python $UPE/peripherals/util_system_info.py --unb $UNBS --fn 0:3 --bn 0:3 -n 2 +############################################################################### +# Write temperature threshold +############################################################################### +#python $UPE/peripherals/util_unb_sens.py --unb 0:7 --bn 0:3 --fn 0:3 -n 7 + ############################################################################### # Call ADU initialization sequence ############################################################################### -- GitLab