From: hadaq@CountingHouse Date: Fri, 21 Feb 2014 13:09:41 +0000 (+0100) Subject: just a small update X-Git-Tag: pre2018~113 X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=b2482a0b56d5b0ab3a5eccd1f00303a008ecd9eb;p=hadesdaq.git just a small update --- diff --git a/control/gui/eb/99_Prefix_Pt b/control/gui/eb/99_Prefix_Pt new file mode 100755 index 0000000..adf6813 --- /dev/null +++ b/control/gui/eb/99_Prefix_Pt @@ -0,0 +1,13 @@ +#!/bin/bash + +# notifyall.sh "DAQ" " Eventbuilders are being restarted." "EB" & + +ssh -X hadaq@lxhadesdaq " + xterm -geometry 80x24 -bg orange -fg black -e bash -c ' + echo "Starting Eventbuilder 1 - 16 with prefix pt" + cd ~/trbsoft/hadesdaq/evtbuild/ + ./start_eb_gbe.pl -e restart -n 1-16 -d on -p pt + ' + " +notifyall.sh "DAQ" " Eventbuilders have been started. Writing test files" "EB" & + diff --git a/hmon/hmon_busynew.pl b/hmon/hmon_busynew.pl index 0c87f64..1916c11 100755 --- a/hmon/hmon_busynew.pl +++ b/hmon/hmon_busynew.pl @@ -123,6 +123,16 @@ while (1) { HPlot::PlotFill('BusyTimeBars',$diff->{0x8001}->[6],6,0); #Wall HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[2],7,0); #Start/Cts HPlot::PlotFill('BusyTimeBars',max($diff->{0x8003}->[1],$diff->{0x8003}->[2]),8,0); #Pion + +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+6],0,1); #MDC12 +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+7],1,1); #MDC34 +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8000}->[16+3],2,1); #Shower +# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8001}->[16+1],$diff->{0x8001}->[16+2]),3,1); #RPC +# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8001}->[16+3],$diff->{0x8001}->[16+4],$diff->{0x8001}->[16+5]),4,1); #Rich +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[16+1],5,1); #Tof +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8001}->[16+6],6,1); #Wall +# HPlot::PlotFill('BusyTimeBars',$diff->{0x8002}->[16+2],7,1); #Start/Cts +# HPlot::PlotFill('BusyTimeBars',max($diff->{0x8003}->[16+1],$diff->{0x8003}->[16+2]),8,1); #Pion HPlot::PlotDraw('BusyTimeBars'); unless(++$iter % 4) {