Test stand DAQ » History » Version 9
Alexandre Camsonne, 12/28/2020 02:44 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 | 9 | Alexandre Camsonne | to access use minicom, if you need to setup the port for /dev/ttyUSB1 or USB2 do : minicom -s and change serial settings ( should be 9600 8 N 1 ) |
16 | |||
17 | |||
18 | 7 | Alexandre Camsonne | DAQ on VNC :1 |
19 | |||
20 | |||
21 | 2 | Alexandre Camsonne | Log on clrlpc , type tcsh |
22 | |||
23 | To start CODA type : startcoda |
||
24 | |||
25 | choose config TIintelvmeha8 and start run |
||
26 | 7 | Alexandre Camsonne | |
27 | Online diagnostic : |
||
28 | |||
29 | cd DiagGUI/fe_diaggui/ |
||
30 | ./DiagGUI intelvmeha8.txt |
||
31 | |||
32 | |||
33 | |||
34 | 2 | Alexandre Camsonne | |
35 | To look at data : |
||
36 | |||
37 | cd companaEcal |
||
38 | |||
39 | ./compana |
||
40 | |||
41 | give run number |
||
42 | 4 | Alexandre Camsonne | |
43 | root file goes in |
||
44 | 8 | Alexandre Camsonne | |
45 | /home/a-compton/companaEcal/Rootfiles |
||
46 | |||
47 | Few root command to display waveforms : |
||
48 | i=0; |
||
49 | T->Draw("fadc_slot7:Iteration$","","L",1,i++); |