Test stand DAQ » History » Version 15
David Flay, 01/14/2021 11:36 PM
1 | 6 | Alexandre Camsonne | h1. [[Run list]] |
---|---|---|---|
2 | 3 | Alexandre Camsonne | |
3 | 15 | David Flay | h1. [Run Plan and Projected Event Rates]] |
4 | |||
5 | 14 | David Flay | h1. [[Linux/macOS VNC Instructions]] |
6 | 3 | Alexandre Camsonne | |
7 | 1 | Alexandre Camsonne | h1. Test stand DAQ |
8 | |||
9 | 2 | Alexandre Camsonne | VME CPU intelvmeha8 ROC2 ROC ID : 4 |
10 | 1 | Alexandre Camsonne | |
11 | DAQ computer clrlpc |
||
12 | 2 | Alexandre Camsonne | |
13 | HV on /dev/ttyUSB2 |
||
14 | |||
15 | VME crate on /dev/ttyUSB1 |
||
16 | |||
17 | 10 | Alexandre Camsonne | type CAEN to accesss the crate |
18 | |||
19 | 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 ) |
20 | |||
21 | |||
22 | 7 | Alexandre Camsonne | DAQ on VNC :1 |
23 | |||
24 | |||
25 | 2 | Alexandre Camsonne | Log on clrlpc , type tcsh |
26 | |||
27 | To start CODA type : startcoda |
||
28 | |||
29 | choose config TIintelvmeha8 and start run |
||
30 | 7 | Alexandre Camsonne | |
31 | Online diagnostic : |
||
32 | |||
33 | cd DiagGUI/fe_diaggui/ |
||
34 | ./DiagGUI intelvmeha8.txt |
||
35 | |||
36 | |||
37 | |||
38 | 2 | Alexandre Camsonne | |
39 | To look at data : |
||
40 | |||
41 | cd companaEcal |
||
42 | |||
43 | ./compana |
||
44 | |||
45 | give run number |
||
46 | 4 | Alexandre Camsonne | |
47 | root file goes in |
||
48 | 8 | Alexandre Camsonne | |
49 | /home/a-compton/companaEcal/Rootfiles |
||
50 | |||
51 | Few root command to display waveforms : |
||
52 | i=0; |
||
53 | T->Draw("fadc_slot7:Iteration$","","L",1,i++); |
||
54 | 11 | Jixie Zhang | |
55 | |||
56 | To change latency of fadc: |
||
57 | 1) go to clrlpc:/home/coda/3.10/linuxvme/fadc-HallB/rol |
||
58 | 2) modify fadc_list.C |
||
59 | 3) ssh a-compton@intelvmeha8; cd /home/coda/3.10/linuxvme/fadc-HallB/rol; make |
||
60 | 4) restart coda |