Project

General

Profile

Test stand DAQ » History » Version 8

Alexandre Camsonne, 12/28/2020 12:24 PM

1 6 Alexandre Camsonne
h1. [[Run list]]    
2 3 Alexandre Camsonne
3
4
5 1 Alexandre Camsonne
h1. Test stand DAQ
6
7 2 Alexandre Camsonne
VME CPU intelvmeha8 ROC2 ROC ID : 4
8 1 Alexandre Camsonne
9
DAQ computer clrlpc 
10 2 Alexandre Camsonne
11
HV on /dev/ttyUSB2
12
13
VME crate on /dev/ttyUSB1
14
15 7 Alexandre Camsonne
DAQ on VNC :1
16
17
18 2 Alexandre Camsonne
Log on clrlpc , type tcsh 
19
20
To start CODA type : startcoda
21
22
choose config TIintelvmeha8 and start run
23 7 Alexandre Camsonne
24
Online diagnostic :
25
26
 cd DiagGUI/fe_diaggui/
27
 ./DiagGUI intelvmeha8.txt
28
29
30
31 2 Alexandre Camsonne
32
To look at data :
33
34
cd companaEcal
35
36
./compana
37
38
give run number
39 4 Alexandre Camsonne
40
root file goes in 
41 8 Alexandre Camsonne
42
/home/a-compton/companaEcal/Rootfiles
43
44
Few root command to display waveforms :
45
i=0;
46
T->Draw("fadc_slot7:Iteration$","","L",1,i++);