This afternoon I put in operation a few modifications to the Automation, necessary for the planned interventions:
- the node DET_MAIN has been verified to be in SHUTTER_CLOSED, then it was put in PAUSE and detached from the Management chain from ITF_LOCK (see #64761);
- the node OMC_LOCK has been tentatively put in SHUTDOWN, but the state was not reached as the temperature control was already off and safe; it has been put in PAUSE and detached from ITF_LOCK;
- ITF_LOCK has been modified in order to not act or check both DET_MAIN and OMC_LOCK, with some addition regarding the TCS; namely:
- Removed WI and NI CH from DOWN and FMODERR_TUNED;
- Removed DET_MAIN and OMC_LOCK from NodeManager;
- commented the DET_MAIN block around line 390 in DOWN; forced self.FAST_SHUTTER_DEAD = False (which should not be used anyway);
- commented the DET_MAIN block around line 430 in DOWN; forced state requests of other nodes in all cases outside such block;
- commented the DET_MAIN block around line 592 in DOWN;
- commented the state request to OMC_LOCK in DOWN;
- commented all the execution statements of the shutter decorators for the paths: SINGLE_BOUNCE_[NI,WI], LOCKED_ARMS_IR, PRWI, SRNI, SHORT_MICH, MISALIGNED_END_MIRRORS; all other paths should be considered unsafe.
After the start of the SDB1 venting and the (unrelated) operation on SR we relocked the arm cavities, with no apparent issues. The diff file for ITF_LOCK.py is attached.