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