Skip to content

GalaxyBench

cquarant edited this page Feb 8, 2024 · 40 revisions

Table of Contents

BEFORE TO START

BEFORE STARTING THE MACHINE

  1. Check if the compressor is ON (otherwise turn it ON: compressor room next to the workshop)
  2. Check if the compressor switch in the electical cabinet is on ON (otherwise turn it ON) gal1
  3. Start supply from the compressor to the machine (black valve on the wall behind the machine) gal2

MACHINE START

  1. Start the machine from the switch on the cabinet on the machine left
  • IMPORTANT: ONLY AFTER STARTING COMPRESSOR SUPPLY!!!

gal3

  1. When the red light on the probe hand is on and the light on the galaxy remote look like the picture below, press and hold the round silver button in the bottom (red square) until it flashes with a green light

photo_2024-02-06_17-18-35

  1. If the machine doesn’t start, check the safety red buttons are unlocked.
  • There are two of them: one on the cabinet on the left, one on the controller
  1. NOW YOU ARE READY TO MEASURE

LYSO ARRAY MEASUREMENTS

How to place the grid for LYSO Arrays

  1. Place the grid and the probe on the right position

image

  1. Mount the arrays on the grid (barcode on the right bottom of the upper surface)

image

MEASUREMENT ROUTINE SELECTION

  1. Start PC-DMIS 2019
  2. In “Seleziona file tastatore” window, leave “ROBERTA” and press OK
  3. Press ok in the window “Avviare macchina se necessario”
  4. Close the “PCDLRN” window
  5. File → Apri → Find the routine (TEMPORARY USE FILE: LYSO_array_NoCalib.PRG, otherwise File name: LYSO_array_PREIRR.PRG/LYSO_array_POSTIRR.PRG/LYSO_array_TEST.PRG Directory:C:\Users\Public\Documents\Hexagon\PC-DMIS\2019 R2)
  6. Check both “Apri on-line” (/”Macchina1”) and “Includi CAD”
  7. Check speed on the controller is at maximum

DATA ACQUISITION

  1. Select everything (“Seleziona tutto” or Maiusc+F3)

  2. Select “NO” on the window “OK a contrassegnare gli elem. Dell’allineam. manuale?” if the grid is positioned in the right position.

  • If the grid is in another position, select “YES” and follow the instructions for the manual movements after the Run
  1. Select “Esegui” or Ctrl+Q

  2. Select "OK" in the window "Avviare movimento del polso"

  3. The calibration starts and then the probing is automatic

  4. Before the actual probing, there will be 12 windows to be filled: one window to be filled with the array code (LAST 6 DIGITS) and the other one with its type, this couple of windows for each array

gal4

The order is (as shown in the picture):

  • array1=array in the position (row,column)=(3,2)
  • array2=array in the position (3,1)
  • array3=array in the position (2,2)
  • array4=array in the position (2,1)
  • array5=array in the position (1,2)
  • array6=array in the position (1,1)

gal5

COPY RAW DATA IN WORKSTATION HPZ4

Raw data are saved as "barcode_day-time.TXT" format in the directory C:\Users\Angelo\Desktop\Roberta\MisureDimensionali_LYSO\Array

  • Open Windows command prompt
  • Go to the directory Array
cd C:\Users\User1\Desktop\Roberta\MisureDimensionali_LYSO\Array
  • Copy raw data in the workstation hpz4: directory ArrayData_tmp
pscp -P 3333 *.TXT [email protected]://data/cmsdaq/DimensionBench/Arrays/ArrayData_tmp
  • Copy raw data from dir Array to dir Processati
copy *.TXT C:\Users\User1\Desktop\Roberta\MisureDimensionali_LYSO\Processati
  • Delete raw data from dir Array
del *.TXT

CHECK MEASUREMENTS

To assess the valitidy of a measurement, check the plots saved in HPZ4:

setup your VPN connection to INFN

login to HPZ4 workstation and go to dir:

ssh -p 3333 [email protected]
cd /data/cmsdaq/DimensionBench/Arrays/ArrayData_plot/
display <LastRunName>_PREIRR_LN-LS_MaxVar_13_measured_points.png &

for an example of a good/bad measurement, see slide 12 of: https://docs.google.com/presentation/d/1EAjLbP8ehkK3I6q3ZCtSLoR5e55Iz9fhiNo7OHYLnww/edit#slide=id.g27de59715d0_0_49

AFTER THE MEASUREMENT

  1. Bring the probe manually to a safe position

  2. Turn the machine OFF

  3. Turn the compressor supply OFF from the valve (ONLY AFTER TURNING OFF THE MACHINE)

LYSO BAR MEASUREMENTS

‼️ How to place the grid for LYSO Bars ‼️

  1. Place the grid and the probe on the right position

image

  1. Mount the bars on the grid (possibly with 3.12 mm dimension on the vertical direction)

image

  1. Block the bars

image

MEASUREMENT ROUTINE SELECTION

  1. Start PC-DMIS 2019
  2. In “Seleziona file tastatore” window, leave “ROBERTA” and press OK
  3. Press ok in the window “Avviare macchina se necessario”
  4. Close the “PCDLRN” window
  5. File → Apri → Find the routine (TEMPORARY USE FILE: LYSO_bar_NoCalib.PRG, otherwise File name: LYSO_bar.PRG Directory:C:\Users\Public\Documents\Hexagon\PC-DMIS\2019 R2)
  6. Check both “Apri on-line” (/”Macchina1”) and “Includi CAD”
  7. Check the speed on the controller is at maximum

DATA ACQUISITION

  1. Select everything (“Seleziona tutto” or Maiusc+F3)

  2. Select “No” on the window “OK a contrassegnare gli elem. Dell’allineam. manuale?” if the grid is positioned in the right position.

  • If the grid is in another position, select “Yes” and follow the instructions for the manual movements after the Run (TO BE AVOIDED)
  1. Select “Esegui” or Ctrl+Q

  2. Select "OK" in the window "Avviare movimento del polso"

  3. The calibration starts and then the probing is automatic

  4. Before the probing, there will be 7 windows to be filled: for each bar, from the one on the top to the one on the bottom, insert the corresponding barcode (LAST 6 DIGITS)

image

The order is as shown in the picture:

image

COPY RAW DATA IN WORKSTATION HPZ4

Raw data are saved as "barcode_day-time.TXT" format in the directory C:\Users\Angelo\Desktop\Roberta\MisureDimensionali_LYSO\Bar

  • Open Windows command prompt
  • Go to the directory Bar
cd C:\Users\User1\Desktop\Roberta\MisureDimensionali_LYSO\Bar
  • Copy raw data in the workstation hpz4: directory BarData_tmp
pscp -P 3333 *.TXT [email protected]://data/cmsdaq/DimensionBench/Bars/BarData_tmp
  • Copy raw data from dir Bar to dir Processati
copy *.TXT C:\Users\User1\Desktop\Roberta\MisureDimensionali_LYSO\Processati
  • Delete raw data from dir Bar
del *.TXT

AFTER THE MEASUREMENT

  1. Bring the probe manually to a safe position

  2. Turn the machine OFF

  3. Turn the compressor supply OFF from the valve (ONLY AFTER TURNING OFF THE MACHINE)