User Tools

Site Tools


installation_cern_2chambres

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
installation_cern_2chambres [2018/07/05 11:19]
acqilc [Daq environnment]
installation_cern_2chambres [2021/07/10 23:21] (current)
Line 1: Line 1:
 ====== New firmware (v2) on both chambers ====== ====== New firmware (v2) on both chambers ======
 +{{ :​gifpp_daq.pdf |LYDAQ for dummies }}
 ===== Mapping return chamber ===== ===== Mapping return chamber =====
  
Line 96: Line 97:
  
  
-Example of readout of binary data can be found in [[http://​git.ipnl.in2p3.fr/​mirabito/​TdcAnalysis | this git directory] of my analysis. The  //​TdcChannel//​ class change (FEBCMS tag) to take into account the 6 bytes structure. The //read// method in tdcrb.cxx (FEBCMS tag) is addapted to this new format+Example of readout of binary data can be found in [[http://​git.ipnl.in2p3.fr/​mirabito/​TdcAnalysis | this git directory]] of my analysis. The  //​TdcChannel//​ class change (FEBCMS tag) to take into account the 6 bytes structure. The //read// method in tdcrb.cxx (FEBCMS tag) is addapted to this new format
  
  
Line 263: Line 264:
 ==== ASICs configuration ==== ==== ASICs configuration ====
  
 +
 +The initial configuration with both the return chamber calibrated (TDC_RETNEW_8) and  the 4 FEBs of the coaxial chamber is **TDC_RETNEW_9**
 +
 +Two runs were use to calibrate those Febs to 480 VTHTIME: 741263 and 741278
 +
 +Nevertheless the HV was set to 7800 V when it was done and detector noise pollutes those runs.
 +
 +The new state to be used for cosmic data taking is **TDC_RETNEW_12**
 +
 +at 1 kV on all chambers we got run 741284
 +
 +{{ :​cern_july18:​run741284_allstrip5.png |}}
 +
 +
 +{{ :​cern_july18:​run741284_allstrip6.png |}}
 +
 +{{ :​cern_july18:​run741284_allstrip7.png |}}
 +
 +{{ :​cern_july18:​run741284_allstrip8.png |}}
 +
 +The return strip chamber is a bit noisy (ground connection to be adjusted) and **the minimal threshold is 504** ( ~ 65 fC)
 +
 +
 + --- //​[[laurent.mirabito@gmail.com|DAQ user]] 2018/07/05 13:53//
 +The current environnment ​ is
 +
 +<​code>​
 +
 +acqilc@lyosdhcal11:​~$ slccontrol --slc-ptstatus
 +          P          T  ​
 +     ​962.00 ​    ​295.45 ​
 +acqilc@lyosdhcal11:​~$ slccontrol --slc-humstatus
 +         ​H0 ​        ​T0 ​        ​H1 ​        ​T1  ​
 +      46.53     ​294.71 ​     37.14     ​294.89 ​
 +
 +</​code>​
 +
 +
 +The start of the acquisition can be done with the //​restart_daq//​ script
 +
 +<​code>​
 +#!/bin/bash
 +shopt -s expand_aliases
 +. ${HOME}/​.daqrc
 +
 +
 +daqcontrol --jc-kill
 +sleep 2
 +daqcontrol --jc-start
 +sleep 2
 +slccontrol --slc-cre;​slccontrol --slc-init;​slccontrol --slc-conf
 +sleep 1
 +slccontrol --slc-lvon
 +daqcontrol --daq-create
 +daqcontrol --daq-discover
 +daqcontrol --daq-service
 +daqcontrol --daq-initialise
 +
 +daqcontrol --daq-download --dbstate=TDC_RETNEW_12
 +daqcontrol --daq-setvth --vth=504
 +daqcontrol --daq-configure
 +daqcontrol --trig-spillof --clock=1000
 +daqcontrol --trig-spillon --clock=10000000
 +daqcontrol --trig-spillreg --value=32
 +daqcontrol --trig-setreg --address=7 --value=200000000
 +#curl -g http://​lyosdhcal10:​45000/​FDAQ/​CMD?​name=SETTDCMODE\&​VALUE=1
 +
 +</​code>​
 +
 +Then a run is started on lyosdhcal11 with
 +
 +''​daqcontrol --daq-start;​daqcontrol --trig-resume''​
 +
 +and  stopped with
 +
 +''​daqcontrol --daq-stop''​
 +
 +
 +The last line of //​restart_daq//​ is commented. If one wants to run in trigger mode (only acquisition frame with trigger in are transmitted):​
 +
 +''​ curl -g http://​lyosdhcal11:​45000/​FDAQ/​CMD?​name=SETTDCMODE\&​VALUE=1 ''​
 +
 +and go back in normal mode with
 +
 +''​ curl -g http://​lyosdhcal11:​45000/​FDAQ/​CMD?​name=SETTDCMODE\&​VALUE=0 ''​
 +
 +===== Cosmic runs =====
 +
 + --- //​[[laurent.mirabito@gmail.com|DAQ user]] 2018/07/05 14:13//
 +
 +HV set to 6500 V on coaxial
 +
 +High currents
 +
 +<​code>​
 +Bot_Coax ​    ​\u2502 ​ 6500 V  10.00 uA   6499 V   0.67 uA On                 ​\u250204.0001 ​
 +Top_Coax ​    ​\u2502 ​ 6500 V  10.00 uA   6499 V   1.98 uA On                 ​\u250204.0002 ​
 +-----        \u25020 ​     V  30.00 uA      0 V   0.00 uA Off                \u250204.0003 ​
 +BOT_Return ​  ​\u2502 ​ 1000 V  10.00 uA   1001 V   0.01 uA On                 ​\u250204.0004 ​
 +TOP_Return ​  ​\u2502 ​ 1000 V  10.00 uA    998 V   0.02 uA On                 ​\u250204.0005 ​
 +-
 +</​code>​
 +
 +Run 741290 on going (trigger Mode)
installation_cern_2chambres.1530789591.txt.gz · Last modified: 2021/07/10 23:20 (external edit)