|
AIDA
GELINA
BRIKEN
nToF
CRIB
ISOLDE
CIRCE
nTOFCapture
DESPEC
DTAS
EDI_PSA
179Ta
CARME
StellarModelling
DCF
K40
|
AIDA |
 |
|
Message ID: 284
Entry time: Mon Jun 6 14:24:07 2016
|
Author: |
TD, ML & YS |
Subject: |
R1118 (AIDA) |
|
|
22.14 R1118 starts
aidas1 has been rebooted
Changed /MIDAS/linux-ppc_4xx/startup/aidacommon from
netint DACQ_PushEnable 60
netint DACQ_FlushEnable 60
to
netint DACQ_PushEnable 10
netint DACQ_FlushEnable 10
AIDA FEE64s then power-cycled and rebooted
nnaida19 data link to merger disabled
see attachments 1-8
22.30 R1118 stops
AIDA SYNCs & good events at end of R1118 - see attachments 9-10 |
|
#!/bin/bash
#
UM=`umask`
umask 0
#
cd /MIDAS/linux-ppc_4xx/drivers/spi/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/xaida/module
./load
sleep 5
cd /MIDAS/linux-ppc_4xx/drivers/aidamem/module
./load
sleep 5
MIDAS_MEMSAS_PORT=0
export MIDAS_MEMSAS_PORT
export PATH=/MIDAS/linux-ppc_4xx/bin:${PATH}
export LD_LIBRARY_PATH=/MIDAS/linux-ppc_4xx/lib:${LD_LIBRARY_PATH}
/MIDAS/TclHttpd/linux-ppc_4xx/TclHttpd-server&
sleep 10
cd /MIDAS/linux-ppc_4xx/bin
#
# define netints and access registers
#
netint Output_BufferSize 64
netint Format_Option 4
netint Xfer_Option 3
netint Xfer_NoBlock 0
netint Xfer_Overlap 0
netint Xfer_Priority 0
netint DACQ_TxInit 1
netint DACQ_StatsTime 5
netint DACQ_PushEnable 10
netint DACQ_FlushEnable 10
cd /MIDAS/Data_Acq/bin/linux-ppc_4xx
# ./ExecV1
nice ./AidaExecV8
#
umask $UM
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|