From 3b76f7c583173917fcb8dd1ddc8d3d6af4aa093f Mon Sep 17 00:00:00 2001 From: Erik Kooistra <kooistra@astron.nl> Date: Mon, 30 Oct 2017 12:52:36 +0000 Subject: [PATCH] Read switch on/off FN output. --- .../apertif/doc/apertif_wsrt_useful_commands_erko.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt b/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt index f2e9984259..8314433690 100755 --- a/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt +++ b/applications/apertif/doc/apertif_wsrt_useful_commands_erko.txt @@ -181,6 +181,9 @@ python main.py --app arts_sc1 --tel c --pol 0,1 --unb 2:15 --opt noflash ssh lcu-rtc -X "ssh boudewijn@localhost sh /home/boudewijn/SVN/apertif/commissioning/trunk/test_scripts/python/test_arts_0.sh" +# Read switch on/off FN output +ssh lcu-rtc -X "python $UPE/peripherals/util_dp_xonoff.py --unb 0:7 --fn 0:3 -v 5 -s OUTPUT -n 0" + # switch off FN output ssh lcu-rtc -X "python $UPE/peripherals/util_dp_xonoff.py --unb 0:7 --fn 0:3 -v 5 -s OUTPUT -n 1" @@ -247,6 +250,10 @@ ssh lcu-rtc -X "python $UPE/peripherals/pi_common_pulse_delay.py --unb 0:7 --bn # read fiber delays in FN ssh lcu-rtc -X "python $UPE/peripherals/pi_dp_fifo_monitor.py --unb 0:7 --fn 0:3 --reg rd_fill,wr_full,rd_empty,rd_usedw" +# Dish subrack mesh and back +ssh lcu-rtc -X "python $UPE/peripherals/util_tr_nonbonded.py --unb 0:7 --fn 0:3 --bn 0:3 -n 7 -s MESH" +ssh lcu-rtc -X "python $UPE/peripherals/util_tr_nonbonded.py --unb 0:7 --bn 0:3 -n 7 -s BACK" + ############################################################################### # Read sensors -- GitLab