From: hadaq Date: Mon, 12 Aug 2024 12:55:32 +0000 (+0200) Subject: changes to the command buttons, warnings, toggle of beam abort X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=65237cf145d28d7b18fd31e3af33f671f74ee7e8;p=hadesdaq.git changes to the command buttons, warnings, toggle of beam abort --- diff --git a/.gitignore b/.gitignore index c4aa9c4..1658b87 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ bit oldlogs oldscripts *.sav* +threshold +thr_trb3 diff --git a/control/gui/power/Ecal_Padiwa b/control/gui/power/Ecal_Padiwa index 24cb766..f5a1363 100755 --- a/control/gui/power/Ecal_Padiwa +++ b/control/gui/power/Ecal_Padiwa @@ -7,7 +7,9 @@ if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " - source /home/hadaq/.bash_profile + source /home/hadaq/.bash_profile + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a ECal Padiwa Power-Cycle...\" cd /home/hadaq/hadesdaq/utils; PERLLIB=/home/hadaq/EPICS/EPICS-3.15.6/base/lib/perl ./ECAL_LV5_Powercycle.sh; diff --git a/control/gui/power/Ecal_RPC b/control/gui/power/Ecal_RPC index bfcbaee..efa3dce 100755 --- a/control/gui/power/Ecal_RPC +++ b/control/gui/power/Ecal_RPC @@ -1,14 +1,16 @@ #!/bin/bash -export myvar=$(doyoureallywant.pl "to powercycle the RPC/ECAL LV?") +export myvar=$(doyoureallywant.pl "to powercycle the RPC/ECAL LV" "WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " - source /home/hadaq/.bash_profile + source /home/hadaq/.bash_profile echo Switch off beam abort ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" - sleep .1 + sleep .1 + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a RPC/ECAL power cycle...\" cd /home/hadaq/hadesdaq/utils; PERLLIB=/home/hadaq/EPICS/EPICS-3.15.6/base/lib/perl ./ECAL_Powercycle.pl; diff --git a/control/gui/power/Hubs b/control/gui/power/Hubs index 2c2c088..ed79325 100755 --- a/control/gui/power/Hubs +++ b/control/gui/power/Hubs @@ -5,7 +5,9 @@ if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " - source /home/hadaq/.bash_profile + source /home/hadaq/.bash_profile + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a HUB-Power-Cycle...\" cd /home/hadaq/hadesdaq/utils; PERLLIB=/home/hadaq/EPICS/EPICS-3.15.6/base/lib/perl ./HUB_Powercycle.pl; diff --git a/control/gui/power/MDC_LV b/control/gui/power/MDC_LV index e2cb101..e083853 100755 --- a/control/gui/power/MDC_LV +++ b/control/gui/power/MDC_LV @@ -1,6 +1,7 @@ #!/bin/bash export myvar=$(doyoureallywant.pl "to make a MDC powercycle? There will be no further warnings!") +# export myvar=$(doyoureallywant.pl "to make a MDC powercycle? There will be no further warnings!" "WARNING: Stop Trigger before doing power cyclces!") if [ $myvar == "256" ]; then exit; fi diff --git a/control/gui/power/RICH b/control/gui/power/RICH index 96820b3..5618876 100755 --- a/control/gui/power/RICH +++ b/control/gui/power/RICH @@ -6,6 +6,8 @@ if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a RICH power cycle...\" cd /home/hadaq/trbsoft/hadesdaq/utils; PERLLIB=/home/hadaq/EPICS/EPICS-3.15.6/base/lib/perl ./RICH_Powercycle.pl; diff --git a/control/gui/power/Start b/control/gui/power/Start index c08c6e5..06678af 100755 --- a/control/gui/power/Start +++ b/control/gui/power/Start @@ -7,6 +7,8 @@ if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a Start power cycle...\" cd /home/hadaq/hadesdaq/utils; bash Powercycle_Start.sh; diff --git a/control/gui/power/TOF_MdcHub b/control/gui/power/TOF_MdcHub index 544ef6a..5d99a19 100755 --- a/control/gui/power/TOF_MdcHub +++ b/control/gui/power/TOF_MdcHub @@ -1,14 +1,16 @@ #!/bin/bash -export myvar=$(doyoureallywant.pl "to powercycle the MDC/TOF/Central LV?") +export myvar=$(doyoureallywant.pl "to powercycle the MDC/TOF/Central LV" "WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " - source /home/hadaq/.bash_profile + source /home/hadaq/.bash_profile echo Switch off beam abort ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" - sleep .1 + sleep .1 + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a MDC/TOF/Central power cycle...\" cd /home/hadaq/hadesdaq/utils; PERLLIB=/home/hadaq/EPICS/EPICS-3.15.6/base/lib/perl ./MdcTofCentral_Powercycle.pl; diff --git a/control/gui/power/Triggerbox_Beam b/control/gui/power/Triggerbox_Beam index bf9779f..c9d1507 100755 --- a/control/gui/power/Triggerbox_Beam +++ b/control/gui/power/Triggerbox_Beam @@ -1,14 +1,20 @@ #!/bin/bash -export myvar=$(doyoureallywant.pl "to powercycle the Triggerbox and Beam Monitoring?") +export myvar=$(doyoureallywant.pl "to powercycle the Triggerbox and Beam Monitoring" "WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi +# export myvar=$(zenity --warning --title=\"Beam Control\" --text=\"Switch off beam first!\" --height=10 --width=100) +# if [ $myvar == "256" ]; then exit; fi + + xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " - source /home/hadaq/.bash_profile + source /home/hadaq/.bash_profile echo Switch off beam abort ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" - sleep .1 + sleep .1 + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a power cycle of Triggerbox and Beam Monitoring...\" cd /home/hadaq/hadesdaq/utils; bash Powercycle_Trigger.sh; diff --git a/control/gui/power/Wall b/control/gui/power/Wall index a5256a9..93312c4 100755 --- a/control/gui/power/Wall +++ b/control/gui/power/Wall @@ -7,6 +7,8 @@ if [ $myvar == "256" ]; then exit; fi xterm -e bash --login -c ' ssh hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile + echo Switch off trigger + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 echo \"Starting a Wall power cycle...\" cd /home/hadaq/hadesdaq/utils; PERLLIB=$EPICS_BASE/lib/perl ./Wall_Powercycle.pl; diff --git a/control/gui/reboot/10_Quite-A-Lot b/control/gui/reboot/10_Quite-A-Lot index 45ee7e7..27849c8 100755 --- a/control/gui/reboot/10_Quite-A-Lot +++ b/control/gui/reboot/10_Quite-A-Lot @@ -1,6 +1,6 @@ #!/bin/bash -export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot TOF, FW, RICH, RPC, ECAL and Start boards ") +export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot TOF, FW, RICH, RPC, ECAL and Start boards") #"WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi notifyall.sh "DAQ" " The boards of TOF, FW, RICH, RPC, ECAL and Start are going to be rebooted." "STARTUP" & @@ -10,13 +10,18 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' source /home/hadaq/.bash_profile echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 + echo Mute DAQi + ssh hadaq@hadesp33 \"killall -USR1 speakdaemon.pl\" +# echo Switch off beam abort +# ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" +# sleep .1 cd ~/trbsoft/trbnettools/binlocal echo \"This does not include MDC, Extra Boards, Hubs, CTS!\" - - + + echo TOF FW for TRB3_SERVER in trbp088 trbp263 trbp006 trbp262 trbp265 trbp242 trbp074 trbp267 trbp266; do @@ -24,29 +29,26 @@ for TRB3_SERVER in trbp088 trbp263 trbp006 trbp262 trbp265 trbp242 trbp074 trbp TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff done -echo RICH +echo RICH for TRB3_SERVER in trb3sc136 trb3sc158 trb3sc144 trb3sc139 trb3sc163 trb3sc153 trb3sc164 trb3sc166 trb3sc137 trb3sc138 trb3sc162 trb3sc141; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xfe51 #to prevent a race condition between reset issued by combiner and Dirich not rebooting afterwards - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xfe51 #to prevent a race condition between reset issued by combiner and Dirich not rebooting afterwards + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff sleep .3 done - + echo RPC - echo Switch off beam abort - ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" - sleep .1 for TRB3_SERVER in trb3sc317 trb3sc319 trb3sc320 trb3sc315 trb3sc318 trb3sc316; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff sleep .3 - done - -sleep 2 - + done + +sleep 2 + echo ECal for TRB3_SERVER in trb3sc134 trb3sc009 trb3sc130 trb3sc128 trb3sc131 trb3sc129 ; do @@ -55,16 +57,16 @@ for TRB3_SERVER in trb3sc134 trb3sc009 trb3sc130 trb3sc128 trb3sc131 trb3sc129 sleep .3 done - - -echo Start + + +echo Start for TRB3_SERVER in trb3sc438; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff - done - - + done + + echo \"Done - Check for Error messages above, then do a DAQ restart!\" sleep 10 " diff --git a/control/gui/reboot/30_Ecal b/control/gui/reboot/30_Ecal index 2fb27fa..43373d3 100755 --- a/control/gui/reboot/30_Ecal +++ b/control/gui/reboot/30_Ecal @@ -13,14 +13,14 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 # trbcmd reload 0xfe71 - trbcmd reload 0x120 + timeout 1s trbcmd reload 0x120 cd ~/trbsoft/trbnettools/binlocal for TRB3_SERVER in trb3sc134 trb3sc009 trb3sc130 trb3sc128 trb3sc131 trb3sc129 ; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff sleep .6 done diff --git a/control/gui/reboot/30_Extra_Boards b/control/gui/reboot/30_Extra_Boards index 901c072..a331d6b 100755 --- a/control/gui/reboot/30_Extra_Boards +++ b/control/gui/reboot/30_Extra_Boards @@ -1,6 +1,6 @@ #!/bin/bash -export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot auxiliary boards in the system") +export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot auxiliary boards in the system" "WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi notifyall.sh "DAQ" " Auxiliary boards are going to be rebooted." "STARTUP" & @@ -10,6 +10,9 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' source /home/hadaq/.bash_profile echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 + echo Switch off beam abort + ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" + sleep .1 # trbcmd reload 0x8d00 trbcmd reload 0x0010 diff --git a/control/gui/reboot/30_Hubs b/control/gui/reboot/30_Hubs index 002274a..e26f37f 100755 --- a/control/gui/reboot/30_Hubs +++ b/control/gui/reboot/30_Hubs @@ -11,18 +11,19 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 # trbcmd reload 0xfffe - -trbcmd reload 0x8011 -trbcmd reload 0x8013 -trbcmd reload 0x8014 -trbcmd reload 0x8015 -trbcmd reload 0x8016 -trbcmd reload 0x8017 -trbcmd reload 0x8018 +# trbcmd reload 0x8011 +# trbcmd reload 0x8013 +# trbcmd reload 0x8014 +# trbcmd reload 0x8015 +# trbcmd reload 0x8016 +# trbcmd reload 0x8017 +# trbcmd reload 0x8018 trbcmd reload 0x8800 trbcmd reload 0x8810 +trbcmd reload 0xfe65 + trbcmd reload 0x8000 echo Done diff --git a/control/gui/reboot/30_MDC_OEP b/control/gui/reboot/30_MDC_OEP index 4cc9d6c..d418dbf 100755 --- a/control/gui/reboot/30_MDC_OEP +++ b/control/gui/reboot/30_MDC_OEP @@ -6,9 +6,12 @@ if [ $myvar == "256" ]; then exit; fi notifyall.sh "DAQ" " OEPs are going to be rebooted." "STARTUP" & xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' + ssh hadaq@lxhadesdaqp " + source /home/hadaq/.bash_profile echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 ~/bin/rebootoep_x11.sh + " sleep 2 ' diff --git a/control/gui/reboot/30_RICH b/control/gui/reboot/30_RICH index aee7be0..389038e 100755 --- a/control/gui/reboot/30_RICH +++ b/control/gui/reboot/30_RICH @@ -18,8 +18,8 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' for TRB3_SERVER in trb3sc136 trb3sc158 trb3sc144 trb3sc139 trb3sc163 trb3sc153 trb3sc164 trb3sc166 trb3sc137 trb3sc138 trb3sc162 trb3sc141; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xfe51 #to prevent a race condition between reset issued by combiner and Dirich not rebooting afterwards - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xfe51 #to prevent a race condition between reset issued by combiner and Dirich not rebooting afterwards + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff sleep .6 done diff --git a/control/gui/reboot/30_RPC b/control/gui/reboot/30_RPC index d6480ca..2184560 100755 --- a/control/gui/reboot/30_RPC +++ b/control/gui/reboot/30_RPC @@ -1,6 +1,6 @@ #!/bin/bash -export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot RPC boards in the system") +export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot RPC boards in the system") #"WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi notifyall.sh "DAQ" " The RPC boards are going to be rebooted." "STARTUP" & @@ -9,19 +9,19 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' ssh hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile echo Switch off trigger - timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 - echo Switch off beam abort - ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" - sleep .1 + timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 +# echo Switch off beam abort +# ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" +# sleep .1 cd ~/trbsoft/trbnettools/binlocal - + for TRB3_SERVER in trb3sc317 trb3sc319 trb3sc320 trb3sc315 trb3sc318 trb3sc316; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff sleep .6 - done - + done + # TRB3_SERVER=trb3sc317 ./trbcmd reload 0xffff # TRB3_SERVER=trb3sc319 ./trbcmd reload 0xffff # TRB3_SERVER=trb3sc320 ./trbcmd reload 0xffff diff --git a/control/gui/reboot/30_Start b/control/gui/reboot/30_Start index 59cbacc..ed10108 100755 --- a/control/gui/reboot/30_Start +++ b/control/gui/reboot/30_Start @@ -15,7 +15,7 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' for TRB3_SERVER in trb3sc438; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff done echo \"Done - Check for Error messages above, then do a DAQ restart!\" diff --git a/control/gui/reboot/30_TOF_Wall b/control/gui/reboot/30_TOF_Wall index 9404570..16b2254 100755 --- a/control/gui/reboot/30_TOF_Wall +++ b/control/gui/reboot/30_TOF_Wall @@ -1,6 +1,6 @@ #!/bin/bash -export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot TOF and FW ") +export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl "reboot TOF and FW") #"WARNING: Turn off the beam request in the back of the counting house before!") if [ $myvar == "256" ]; then exit; fi notifyall.sh "DAQ" " The boards of TOF and FW are going to be rebooted." "STARTUP" & @@ -11,18 +11,22 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' echo Switch off trigger timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 cd ~/trbsoft/trbnettools/binlocal +# echo Switch off beam abort +# ssh hadeswrp01 \"echo \"W3000000010\" >/dev/ttyUSB0\" +# sleep .1 - - +# echo \"Trying reload via TrbNet\" +# timeout .2s trbcmd reload 0xfe47 +# timeout .2s trbcmd reload 0xfe40 for TRB3_SERVER in trbp088 trbp263 trbp006 trbp262 trbp265 trbp242 trbp074 trbp267 trbp266; do ping \$TRB3_SERVER -c 1 -w 1 >/dev/null 2>&1 || echo \"ERROR contacting \$TRB3_SERVER\" - TRB3_SERVER=\$TRB3_SERVER ./trbcmd reload 0xffff + TRB3_SERVER=\$TRB3_SERVER timeout 1s ./trbcmd reload 0xffff sleep .3 done - + echo \"Done - Check for Error messages above, then do a DAQ restart!\" sleep 10 diff --git a/control/gui/reboot/90_Reprogram_CTS b/control/gui/reboot/90_Reprogram_CTS index 7ade4bb..ce23408 100755 --- a/control/gui/reboot/90_Reprogram_CTS +++ b/control/gui/reboot/90_Reprogram_CTS @@ -8,8 +8,6 @@ killall logerrors.pl notifyall.sh "DAQ" " FPGA are being reprogrammed." "STARTUP" & -timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 # Switch off trigger - xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' ssh -X hadaq@lxhadesdaqp " source /home/hadaq/.bash_profile @@ -17,9 +15,10 @@ xterm -geometry 80x24 -bg orange -fg black -e bash --login -c ' timeout 1s trbcmd setbit 0x0003 0xa0c0 0x400 cd ~/trbsoft/hadesdaq/main/ ./startup.pl -f main_hades.script -o file -m TOF -m RPC -m WALL -m RICH -m STARTCTS -m MDC -m MDCDATASET --eb off + echo \"Done. Start DAQ!\" #echo \"First config run\" #bash startup_briccolage.sh " ' -notifyall.sh "DAQ" " FPGA have been programmed and DAQ is started." "STARTUP" & +notifyall.sh "DAQ" " FPGA have been programmed." "STARTUP" & diff --git a/control/gui/settings/RPC_Thrs b/control/gui/settings/RPC_Thrs index 1a2aefb..da85004 100755 --- a/control/gui/settings/RPC_Thrs +++ b/control/gui/settings/RPC_Thrs @@ -5,11 +5,11 @@ xterm -geometry 80x24 -bg orange -fg black -e bash -c ' export DAQOPSERVER=hadesp31 echo Reloading RPC thresholds cd /home/hadaq/trbsoft/hadesdaq/rpc/ - /home/hadaq/trbsoft/daq/rpc/trb3sc/thresholds/resetThresholdAllJan.sh + /home/hadaq/trbsoft/daq/rpc/trb3sc/thresholds/setThresholdAllJan.sh /home/hadaq/trbsoft/daq/rpc/setAllMultBoard.sh - echo Reloading fRPC thresholds - cd /home/hadaq/trbsoft/hadesdaq/frpc/ - /home/hadaq/trbsoft/daq/frpc/setThreshold.sh + #echo Reloading fRPC thresholds + #cd /home/hadaq/trbsoft/hadesdaq/frpc/ + #/home/hadaq/trbsoft/daq/frpc/setThreshold.sh echo Done sleep 5 ' diff --git a/hmon/daqi.png b/hmon/daqi.png new file mode 100644 index 0000000..709a48b Binary files /dev/null and b/hmon/daqi.png differ diff --git a/hmon/doc/rate-veto.htt b/hmon/doc/rate-veto.htt new file mode 100644 index 0000000..195ecb5 --- /dev/null +++ b/hmon/doc/rate-veto.htt @@ -0,0 +1,9 @@ +

VETO hit rate

+

+This button shows the rate of hits on VETO. +

+

Error Handling

+ +
+This button should not become red - If it does: RUN! +
diff --git a/utils/move_doublecpu_irq.sh b/utils/old/move_doublecpu_irq.sh similarity index 100% rename from utils/move_doublecpu_irq.sh rename to utils/old/move_doublecpu_irq.sh diff --git a/utils/move_doublecpu_irq_old.sh b/utils/old/move_doublecpu_irq_old.sh similarity index 100% rename from utils/move_doublecpu_irq_old.sh rename to utils/old/move_doublecpu_irq_old.sh diff --git a/utils/odroid_HMP_Powercycle.sh b/utils/old/odroid_HMP_Powercycle.sh similarity index 100% rename from utils/odroid_HMP_Powercycle.sh rename to utils/old/odroid_HMP_Powercycle.sh