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/01 11:35] – [List of known issues] leacp5:p5 [2017/03/09 10:06] (current) – [How to power up] leac
Line 113: Line 113:
      
      
-===== Fiber assignment ===== 
  
-== Patch Panel ==  
-^ 1          ^ 2 ^ 3       ^ 4  ^ 5    ^ 6      | 
-| pxFEC   | FED 1 top     | FED 1 bottom       |FED 2 top   | FED 2 bottom    |FED 3 top | 
- 
-== Detector Side ==  
-^ BpI/BmI SEC1-4 ^ | 
-^ Crate End ^ Detector End | 
-| 1          | SEC1-pxFEC    | 
-| 2          | SEC1-1    | 
-| 3          | SEC1-2    | 
-| 4          | SEC1-3    | 
-| 5          | SEC1-4    | 
-| 6          | SEC1-5     | 
-| 7          | SEC2-pxFEC    | 
-| 8          | SEC2-1    | 
-| 9          | SEC2-2    | 
-| 10         | SEC2-3    | 
-| 11         | SEC2-4    | 
-| 12         | SEC2-5     | 
-| 13         | SEC3-pxFEC    | 
-| 14          | SEC3-1    | 
-| 15          | SEC3-2    | 
-| 16         |SEC3-3    | 
-| 17         | SEC3-4    | 
-| 18         | tkFEC     | 
-| 19          | SEC4-pxFEC    | 
-| 20          | SEC4-1    | 
-| 21          | SEC4-2    | 
-| 22         |SEC4-3    | 
-| 23         | SEC4-4    | 
-| 24         | SEC4-5     | 
- 
- 
-^ BpI SEC5-8 ^ | 
-^ Crate End ^ Detector End | 
-| 7          | SEC8-pxFEC    | 
-| 8          | SEC8-1    | 
-| 9          | SEC8-2    | 
-| 13         | SEC8-3    | 
-| 14         | SEC8-4    | 
-| 19         | SEC8-5     | 
-| 7          | SEC7-pxFEC    | 
-| 8          | SEC7-1    | 
-| 9          | SEC7-2    | 
-| 13         | SEC7-3    | 
-| 14         | SEC7-4    | 
-| 19         | SEC7-5     | 
-| 7         | SEC6-pxFEC    | 
-| 8         | SEC6-1    | 
-| 9         | SEC6-2    | 
-| 13         |SEC6-3    | 
-| 14         | SEC6-4    | 
-| 19         | tkFEC     | 
-| 7          | SEC5-pxFEC    | 
-| 8          | SEC5-1    | 
-| 9          | SEC5-2    | 
-| 13         |SEC5-3    | 
-| 14         | SEC5-4    | 
-| 19         | SEC5-5     | 
  
  
Line 200: 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.1488364549.txt.gz · Last modified: 2017/03/01 11:35 by leac