The main points of today's shift are the following:
- we carried on the characterization of the beatnote signals: we injected colored noise after the RFC error point (Sc_MC_RFC_Err_Pre, which is calibrated in µm), while the ALS was locked on both the arms, and the reallocation on the mirrors was active; the FlipMirror_ATR was up, to allow the presence of the beatnote signals. Noise was injected from 150 s starting from GPS = 1297763508; in Figure 1 there is the overall TF computed with this injection and the superposition of the swept sine from yesterday's shift;
- during the shift we had an issue with the lock of the North Arm on the IR beam: a few seconds after the engagement of the lock, the corrections rapidly drifted away in a direction, causing the unlock; the problem disappeared after a while, but the reason is still unclear;
- we did a test to apply an offset to a reallocation loop, which means setting an offset to the VCO correction, but only on the mirror part of the loop; we could see that only the main IR peak was scanned by the cavity (Figure 2); it is clear that in order to stay on the resonance, we need to have less noise on the reallocation loop or its equivalent for the coupled arms;
- we set up most of the new code in LSC_Acl which will use the beatnote signals to lock CARM on the IMC:
- we acquired the channels of the single-arm beatnote (NARM_BEAT_157MHz_DFREQ, WARM_BEAT_154MHz_DFREQ), the DC powers coming from CEB (NARM_BEAT_DC, WARM_BEAT_DC), the reflection DC signals from the External End Benches (ALS_NEB_PD_GREEN_DC, ALS_WEB_PD_GREEN_DC) and the reconstructed CARM/DARM beatnote signals (CARM_FREQ, DARM_FREQ); the LSC_ equivalents are not stored in the DAQ;
- we took the chance of this edit to split the single, not stored ALS_NOISE channel used for the reallocation in two channels, one per arm, in order to resemble more the usual loop structure; the new channels will be stored in the DAQ;
- we changed the way the CARM/DARM_LOCK_ON flags are generated, so that they can used when either both arms are locked on the IR (for backward compatibility) or both arms have the ALS loop reallocated on them; the new flags are stored in the DAQ as 1 Hz channels;
- CARM_FREQ was added to the CARM_MC sensing matrix only, and DARM_FREQ to the DARM sensing matrix; the single-arm beatnote signals are added to the reallocation sensing matrix, which now can be filled with either the VCO error, the VCO correction (which is the usual sensing for this control) or the single-arm beatnote signal; the sensing matrix channels (to which is applied the setpoint) are called ALS_[N,W]Arm_RAW and they are saved in the DAQ;
- given that we were at the end of the shift, we did not try to restart LSC_Acl, as all the changes need to be tested, and the last one will break the current code basis of the ALS Metatron nodes; this will be done next Monday afternoon.