Today I was called by Fabio because the automation of the squeezing was not relocking anymore. I realized that the SC PLL was not able to relock anymore. I tried to move the SC laser in frequency but I never passed from a locking point.
The SC laser is never used in science mode so I decided to remove it from the automation:
I changhed the SC lokcing threshold in SQZ_MAIN.ini from 1.2 to -1.2
I changed line 2616 from ('LOCKED_PLL_SC', 'SQZ_LOCKING_NO_FC'), to ('LOCKED_PLL_CC', 'SQZ_LOCKING_NO_FC'),
and 2621 from ('SQZ_INJECTED_NO_FC', 'LOCKED_PLL_SC'), to ('SQZ_INJECTED_NO_FC', 'LOCKED_PLL_CC'),
then I changed the final state in the decorator SQZ_OK from LOCKED_PLL_SC to locked PLL_CC
To re-integrate the SQZ node in ITF lock should be enough change all the call in the state LOCKED_PLL_SC with LOCKED_PLL_CC
Further investigation on the SC PLL will be done in the next maintenance. This issue will not cause problem to the normal operation of SQZ in science mode