User Tools

Site Tools


p5:p5

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
p5:p5 [2017/03/02 14:59] – [Fiber assignment] leacp5:p5 [2017/03/09 10:06] (current) – [How to power up] leac
Line 140: Line 140:
   *   For each sector, enter a summary of working/non-working components.    *   For each sector, enter a summary of working/non-working components. 
  
 +===== How to login to underground PCs =====  
  
 +  Login to cmsusr:
 +  ssh -Y username@cmsusr
 +  
 +  From there login to any of the pixel PCs, for example:
 +  ssh -Y srv-s2b18-32-01 
 +  
 +  Become pixeldev:
 +  xsudo -u pixeldev -H bash -l
 +  cd ~pixeldev
 +  
 +  Go to POS installation:
 +  cd ~pixeldev/TriDAS_r45/pixel/PixelRun
 +  
 +  Config files are under:
 +  /pixel/config/BPix/
 +  
 +  Open firefox on cmsusr login node and go to PixelSupervisor:
 +  http://srv-s2b18-32-01.cern.ch:1973
 +  
 +  
 +  
 +===== How to power up =====  
 +  
 +  As pixeldev open three terminal windows. 
 +  
 +  Start the BPixelTools ccu program in the first tab:
 +  cd ~pixeldev/TriDAS_r45/pixel/BPixelTools/ccu
 +  ./run_bpi.bsh (or ./run_bpo.sh, ./run_bmi.sh, ./run_bmi.sh depending on the quadrant)
 +  
 +  (note if you change from the detector inner side (BpI/BmI) to the outer side (BpO/BmO) you will need to change the address of the TKFEC in the file ccu/connections.xml)
 +  
 +  Start the BPixelTools pxfec program in the second tab:
 +  cd ~pixeldev/TriDAS_r45/pixel/BPixelTools/pxfec
 +  ./run.bsh
 +  
 +  Use the third tab to run the python script:
 +  cd ~pixeldev/TriDAS_r45/pixel/BPixelTools/testLea
 +  
 +  For each sector you want to power on run:
 +  python powerOnDcdc.py sectorid
 +  , where sectorid is bmi1,bpi1,bmo1,bpo1,etc
 +  
 +  To power off:
 +  python powerOffDcdc.py sectorid
 +  
 +  
 +  
 +
 + 
p5/p5.1488463175.txt.gz · Last modified: 2017/03/02 14:59 by leac