[Ushiba, YamaT, Tamaki]
Summary
We calculated some calibration factor and wrote the guardian for MICH and FPMI lock.
In the end, both MICH and FPMI are locked.
Detail
MICH
After alignment work, we set to work on the MICH Lock.
At first, we obtained counts per meter for each of RF17 and 51 by Ellipse Fitting to determine the calibration factor (Fig1,2).
* Ellipse Fitting draws an ellipse from the RF and DC channel signals to obtain the number of counts per 1 m.
Then it was converted to m/cnt using the following calculation and put in the filter bank (MICHcal).
► Calculation of calibration factor
RF51: 1 / 5.17e6 * 2.378 〜 4.84e-7
RF17: 1 / 9.72e7 * 2.378 〜 2.59e-8
* 2.378 is power scale
► The gain was adjusted with the FB of LSC_MICH.
Next, we add 'TRANSITION_TO_1FSIG
' state
to the VERTEX GRD
to switch 1F signal from 3F (Fig3).
In this state, the velue of INMTRX['MICH','REFL51Q']
and INMTRX['MICH','POPA17Q']
are exchanged (the former goes from 1 to 0 and vice versa, so this means switching from 3F to 1F).
And we also added a state 'MICH_LOCKED
' to lock MICH at 1F (Fig3).
Finally, we made sure that guardian worked well and that MICH was locked.
(An instruction to restore the value of INMTRX
when lock was down also been added to 'DOWN
' state.)
FPMI
To lock FPMI at 1F, we add the 'TRANSITION_TO_1FSIG'
state to LSC_LOCK GRD (Fig4)
.
This state makes VERTEX GRD
request 'MICH_LOCKED'
state.
Then, we add the 'FPMI_RF_LOCKED'
state, and we have confirmed that FPMI can be locked by LSC_LOCK GRD
.