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 12:01]
acqilc [ASICs configuration]
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 287: Line 288:
  
  --- //​[[laurent.mirabito@gmail.com|DAQ user]] 2018/07/05 13:53//  --- //​[[laurent.mirabito@gmail.com|DAQ user]] 2018/07/05 13:53//
 +The current environnment ​ is
  
-<pre>+<code>
  
 acqilc@lyosdhcal11:​~$ slccontrol --slc-ptstatus acqilc@lyosdhcal11:​~$ slccontrol --slc-ptstatus
Line 297: Line 299:
       46.53     ​294.71 ​     37.14     ​294.89 ​       46.53     ​294.71 ​     37.14     ​294.89 ​
  
-</pre>+</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.1530792090.txt.gz · Last modified: 2021/07/10 23:20 (external edit)