Following up on EJ's alog, I have extended the code to check if the unresponsive filter is under local control by the model. I ran it this afternoon while H1 was in observe, running in 'nice' mode so as to not hammer the frontends with CA requests (delays between requests).
If we disregard locally controlled filters, the number of unresponsive filters is reduced to 3 (see attached). The top one runs on h1lsc, the other two on h1lscaux.
Here is the full list, with locally controlled filters marked with *
Total numer of filtermodules = 13367
num unresponsive 14
h1lsc {'LSC-EXTRA_AI_2': 'FM2 '}
h1lscaux {'LSC-LOCKIN_1_DEMOD_9_I': 'FM1 ',
'LSC-LOCKIN_1_DEMOD_9_Q': 'FM1 '}
h1sqz {'SQZ-RLF_VCXO_SERVO': 'FM2* '}
h1alsex {'LSC-X_ARM_DRIVE': 'FM3* FM5* '}
h1alsey {'LSC-Y_ARM_DRIVE': 'FM3* FM5* '}
h1sussqzin {'SUS-ZM1_M2_COILOUTF_LL': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_LR': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_UL': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_UR': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_LL': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_LR': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_UL': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_UR': 'FM1* FM6* '}
Turned thses filters off:
h1lsc {'LSC-EXTRA_AI_2': 'FM2 '}
h1lscaux {'LSC-LOCKIN_1_DEMOD_9_I': 'FM1 ',
'LSC-LOCKIN_1_DEMOD_9_Q': 'FM1 '}
Added gain of 1 filters to:
h1sqz {'SQZ-RLF_VCXO_SERVO': 'FM2* '}
h1sussqzin {'SUS-ZM1_M2_COILOUTF_LL': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_LR': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_UL': 'FM1* FM6* ',
'SUS-ZM1_M2_COILOUTF_UR': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_LL': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_LR': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_UL': 'FM1* FM6* ',
'SUS-ZM3_M2_COILOUTF_UR': 'FM1* FM6* '}
This should have no effect on anything.
Remove the controls from these filter modules:
h1alsex {'LSC-X_ARM_DRIVE': 'FM3* FM5* '}
h1alsey {'LSC-Y_ARM_DRIVE': 'FM3* FM5* '}
Turned these filters off after a model restart.