To make MC auto locker running correctly, mcdown and mcup were revised
I tried it by unlocking MC several times. It seems OK. Let's see how it works.
Nominal gains for locking (to be taken care by mcdown)
C1:IOO-MC_REFL_GAIN
was 16 and is 19 now.
C1:IOO-MC_VCO_GAIN
was 9 and is 9 now too.
C1:PSL-FSS_MGAIN
was missing and now +13
C1:PSL-FSS_FASTGAIN
was +23.5 and is now +20.0
Nominal gains for operation ( to be taken care by mcup.
C1:IOO-MC_REFL_GAIN
was 19 and is 19 now too.
C1:IOO-MC_VCO_GAIN
was 25 and now uses ezcastep (ezcastep C1:IOO-MC_VCO_GAIN=9 +1,16 -s 0.1)
C1:PSL-FSS_MGAIN
C1:PSL-FSS_FASTGAIN
ezcawrite C1:PSL-FSS_MGAIN `ezcaread -n C1:PSL-STAT_FSS_NOM_C_GAIN`
ezcawrite C1:PSL-FSS_FASTGAIN `ezcaread -n C1:PSL-STAT_FSS_NOM_F_GAIN`
C1:PSL-STAT_FSS_NOM_C_GAIN` is +18
C1:PSL-STAT_FSS_NOM_F_GAIN` is +20 |