Skip to content
Snippets Groups Projects
Commit 3b76f7c5 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Read switch on/off FN output.

parent 05b5b7fa
No related branches found
No related tags found
No related merge requests found
...@@ -181,6 +181,9 @@ python main.py --app arts_sc1 --tel c --pol 0,1 --unb 2:15 --opt noflash ...@@ -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" 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 # 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" 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 ...@@ -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 # 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" 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 # Read sensors
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment