Skip to content
Snippets Groups Projects
Commit d555ca0d authored by Menno Norden's avatar Menno Norden
Browse files

bug 1315: beamctl used to switch on HBA

parent 7af254a9
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
# 1.1 subband statistics HBA test # 1.2 subband statistics HBA test
# 29-06-09, M.J Norden # 18-01-10, M.J Norden
# HBA input with antennas # HBA input with antennas
rspctl --specinv=1 rspctl --rcuprsg=0
rspctl --rcuprsg=0 rspctl --wg=0
rspctl --wg=0 rspctl --splitter=0
rspctl --rcumode=5
sleep 2 swlevel 3
rspctl --rcuenable=1 beamctl --array=HBA --rcus=0:95 --rcumode=5 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
sleep 2 sleep 2
echo ========================== echo ==========================
echo "Subband Statistics HBA rcumode=5" `hostname -s` echo "Subband Statistics HBA rcumode=5" `hostname -s`
echo ========================== echo ==========================
rspctl --stati& rspctl --stati&
sleep 20 && kill $! sleep 20 && kill $!
#!/bin/sh #!/bin/sh
# 1.1 subband statistics HBA test # 1.2 subband statistics HBA test
# 29-06-09, M.J Norden # 18-01-10, M.J Norden
# HBA input with antennas # HBA input with antennas
echo "Set the clock speed at 160MHz (rspctl --clock=160)" echo "Set the clock speed at 160MHz (wait for 60 seconds)"
echo "Before you run this test!!" rspctl --clock=160 && sleep 60
rspctl --specinv=0 rspctl --rcuprsg=0
rspctl --rcuprsg=0 rspctl --wg=0
rspctl --wg=0 rspctl --splitter=0
rspctl --rcumode=6
sleep 2 swlevel 3
rspctl --rcuenable=1 beamctl --array=HBA --rcus=0:95 --rcumode=6 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
sleep 2 sleep 2
echo ========================== echo ==========================
echo "Subband Statistics HBA rcumode=6" `hostname -s` echo "Subband Statistics HBA rcumode=6" `hostname -s`
echo ========================== echo ==========================
rspctl --stati& rspctl --stati&
sleep 20 && kill $! sleep 20 && kill $!
echo "Do not forget to switch the clock back to 200MHz"
#!/bin/sh #!/bin/sh
# 1.1 subband statistics HBA test # 1.2 subband statistics HBA test
# 29-06-09, M.J Norden # 18-01-10, M.J Norden
# HBA input with antennas # HBA input with antennas
rspctl --specinv=0 rspctl --rcuprsg=0
rspctl --rcuprsg=0 rspctl --wg=0
rspctl --wg=0 rspctl --splitter=0
rspctl --rcumode=7
sleep 2 swlevel 3
rspctl --rcuenable=1 beamctl --array=HBA --rcus=0:95 --rcumode=7 --subbands=100:110 --beamlets=0:10 --direction=0,0,J2000&
sleep 2 sleep 2
echo ========================== echo ==========================
echo "Subband Statistics HBA rcumode=7" `hostname -s` echo "Subband Statistics HBA rcumode=7" `hostname -s`
echo ========================== echo ==========================
rspctl --stati& rspctl --stati&
sleep 20 && kill $! sleep 20 && kill $!
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