Wiki » History » Version 7
Ken Nishida, 03/24/2025 12:26 PM
1 | 1 | Alexandre Camsonne | h1. Wiki |
---|---|---|---|
2 | |||
3 | 4 | Ken Nishida | h3. List of equipement from Japan |
4 | 1 | Alexandre Camsonne | |
5 | 4 | Ken Nishida | # SiPM 3ch Box Qty.4 |
6 | # Special 30m LAN cable Qty.4 |
||
7 | # Raspberry Pi5 Qty.1 |
||
8 | # 7 inch Monitor Qty.1 |
||
9 | # USB-LAN connector Qty.1 |
||
10 | # Standard LAN cable Qty.2 |
||
11 | # NIM EASIROC Qty.1 |
||
12 | # TTL-NIM-TTL 8ch module Qty.1 (https://www.kagaku.com/hoshin/n002.html, 1ch TTLtoNIM, 4ch NIM-TTL will be used) |
||
13 | # 2ch Gate&Delay Module Qty.2 (http://www.tcnland.co.jp/archives/product_type/gatedelaygenerator_n-tm_307, 4ch G&D will be used) |
||
14 | # 4ch logic fan I/O Qty.1 (http://www.tcnland.co.jp/archives/product_type/fanin%EF%BC%8Ffanout_n-tm_102, 2ch will be used) |
||
15 | 1 | Alexandre Camsonne | |
16 | The SiPM is 3ch SiPM Box x 4 = 12 ch total. All SiPM can be handled by the adobe items. |
||
17 | For 8.~10., please arrange for spare modules in case the modules sent from Japan are defective. Equivalent products are fine. |
||
18 | We were unable to handle the detector well due to the effects of noise and crosstalk from TTL with standard cat.7 LAN cables or ECL Flat cables. We will provide a cable with an additional shield on the cat.7 cable. |
||
19 | |||
20 | |||
21 | |||
22 | 4 | Ken Nishida | h3. Old map of Hall A for previous SBS experiment |
23 | 1 | Alexandre Camsonne | |
24 | 4 | Ken Nishida | # https://userweb.jlab.org/~efuchey/SBS_BB/Pictures/GlobalPlanHallAFloor_lowBBangle.pdf |
25 | # https://redmine.jlab.org/documents/118 |
||
26 | |||
27 | |||
28 | |||
29 | 6 | Ken Nishida | h3. How to operate new-firmware EASIROC and RaspberryPi |
30 | 5 | Ken Nishida | |
31 | # Access to RaspberryPi |
||
32 | * IP address : 129.57.193.11 |
||
33 | * Password : Please ask Ken |
||
34 | * Can access via JLab hall-gateway |
||
35 | * RasbberryPi controls EASIROC, edits EASIROC parameter files, saves aquired data by EASIROC, and outputs TTL signal for LED. |
||
36 | 1 | Alexandre Camsonne | |
37 | 6 | Ken Nishida | # Turn on LED in SiPM Boxes |
38 | * Each SiPM box has LED so that we can see 1p.e. level signal clearly. |
||
39 | * LEDs flash by sending TTL signal from RaspberryPi via BNC cable at 200Hz. This TTL signal is also used for DAQ trigger. |
||
40 | * Execute @python GPIO.py@ to start sending TTL and turning on LED. |
||
41 | * LED emission intensity is very sensitive to width and amplitude of TTL signal. Ken has already adjusted it, so please don't touch NIM gate& delay generator and variable register. |
||
42 | * You can edit @GPIO.py@ script and select @Pedestal mode@/ @LED mode@. In @Pedestal mode@, you will aquire only pedestal data (without 1p.e. signal), while in @LED mode@, you will aquire 1p.e. data. |
||
43 | |||
44 | 5 | Ken Nishida | # Boot EASIROC |
45 | * Confirm power supply to NIM crate, RaspberryPi is OK |
||
46 | * Once power is supplied to EASIROC correctly, LED1 at the bottom of EASIROC module turns red |
||
47 | * Main directory of EASIROC operation files on RaspberryPi |
||
48 | @cd ~/EASIROC@ : main directory |
||
49 | @Controller.rb@ : EASIROC controller script |
||
50 | @GPIO.py@ : TTL signal for LED |
||
51 | @yaml@ : EASIROC parameter files. @RegisterValue.yaml@ is the only parameter file we need to edit. |
||
52 | @data@ : Data files (both .dat & .root). Once DAQ is completed, both rawdata(.dat) and decoded root file(.root) are output automatically in this directory. |
||
53 | * Boot EASIROC (IP: @192.168.10.21@ ) |
||
54 | @./Controller.rb [IP address]@ |
||
55 | |||
56 | # Command to operate EASIROC |
||
57 | * @./Controller.rb [IP address]@ will open interactive EASIROC controller. |
||
58 | * @help@ command will show available interactive commands |
||
59 | * Basic commands we will use are: |
||
60 | <pre> |
||
61 | setHV [bias voltage] : Set SiPM HV as [bias voltage] value. |
||
62 | statusHV : Show HV & current value on SiPMs. |
||
63 | slowcontrol : Reflect changes on slow-controller setting (every time after you edit RegisterValue.yaml ). |
||
64 | tdc on/off : TDC data taking ON/OFF. You can basically set as "ON". |
||
65 | adc on/off : ADC data taking ON/OFF. You can basically set as "ON". |
||
66 | scaler on/off : Scaler data taking ON/OFF. You can basically set as "ON". |
||
67 | read [EventNumber] [Filename] : Start data taking. Data taking will go at 200Hz and EventNum around 10000-50000 looks fine. Filename is currently like "test000x.dat". |
||
68 | </pre> |
||
69 | |||
70 | * Caution0: EASIROC is ASIC module and is very weak for example against over-current caused by your wrong HV operation. Please be careful when you operate EASIROC not to break it, and please ask Ken if you have something unclear before doing it. |
||
71 | |||
72 | * Caution1: When setting SiPM HV, you should increase SIPM HV gradually like 0V->20V->40V->50V->53V->54.5V. You can see 1p.e. signals from SiPM at 53V. If you cannot see the signals at 53V, you have some mistakes or troubles like HV line is not connected correctly. Also, be careful not to set SiPM HV larger than 56V. Please check your input value every time you use @setHV@ command. HV will be enough at around 54.5V or 55.0V. Please check HV & current status frequently with @statusHV@ command. |
||
73 | |||
74 | * Caution2: Every time before disconnecting HV line or shutting down EASIROC, you should decrease SiPM HV gradually with @setHV@ command. Don't cut off HV suddenly. |
||
75 | |||
76 | 1 | Alexandre Camsonne | * Caution3: Sometimes, EASIROC interactive mode may unexpectedly and suddenly closed while you are operating it. Basically, EASIROC is designed to decrease HV gradually in even such cases not to damage SiPM and EASIROC itself. So, you don't worry about it too much, but please let Ken know if some troubles happen. |
77 | 6 | Ken Nishida | |
78 | |||
79 | 7 | Ken Nishida | h3. Signal line & HV line connection |
80 | !connection1.png! |
||
81 | 1 | Alexandre Camsonne | |
82 | 7 | Ken Nishida | h3. Check signals with oscilloscope |
83 | |||
84 | # 4ch oscilloscope is assigned as followed: |
||
85 | 1 | Alexandre Camsonne | <pre> |
86 | 7 | Ken Nishida | ch1: (50ohm impedance, 1V/div.) TTL signal from RaspberryPi -> use oscilloscope trigger |
87 | ch2: (1Mohm impedance, 50mV/div.) Fast-shaper analog output from EASIROC |
||
88 | ch3: (1Mohm impedance, 50mV/div.) Slow-shaper analog output from EASIROC |
||
89 | ch4: (50ohm impedance, 1V/div.) Hold timing signal |
||
90 | As for orizontal scale, around 200ns/div will be good. |
||
91 | 6 | Ken Nishida | </pre> |