]> jspc29.x-matter.uni-frankfurt.de Git - hadesdaq.git/commitdiff
status, mt
authorhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:13:21 +0000 (17:13 +0200)
committerhadaq@countinghouse <hadaq@CountingHouse>
Thu, 28 Aug 2014 15:13:21 +0000 (17:13 +0200)
control/gui/daq/35_Reboot_MDCHub

index a0d709c4a08fd97069921438215c6838ed566f6e..0bd30b14b38ac9c7f994c5f9cc89a24e9fcea825 100755 (executable)
@@ -7,11 +7,11 @@
 export myvar=$(/home/hadaq/trbsoft/hadesdaq/utils/doyoureallywant.pl " reboot the MDC-Hubs")
 if [ $myvar == "256" ]; then exit; fi
 
-trbcmd reset
-rebootfpga.sh 0xfe11
-sleep 10;
-#daqop set flash 1 oep; daqop reboot oep
-#  '
-#  "
+ssh -X hadaq@lxhadesdaq "
+xterm -geometry 80x24 -bg orange -fg black -e bash --login -c '
+trbcmd reset;
+trbcmd reload 0xfe11
+'";
+sleep 8;
 notifyall.sh "DAQ" "<I> MDC-Hubs rebooted" "MDC"&