This morning (Monday Dec 12) I ran the lockloss script and I can see that H1:ALS-Y_FIBR_LOCK_TEMPERATURECOMTROLS_ON was flipping (see attached, second column from the left). Other things like LASER_HEAD_CRYSTALFREQUENCY, CRYSTALTEMPERATURE and VCO_TUNEOFS were also changing but these were not monitored.
Anyway, it's strange that this was not found when Cheryl and Corey ran lockloss tool. Maybe NDS2 was misbehaving?
Just to make sure, what I did is:
cd /ligo/home/keita.kawabe/LockLoss/SDFERRORS/h1sysecaty1plc2
for ii in ecaty1plc2_a*; do lockloss -c ${ii} plot -w '[-10, 10]' 1165432802; done
Corey suggested looking at DIAG_SDF log, and there is activity that coincides with H1 going out of Observe:
19:19:45UTC - H1 out of Observe, and DIAG_SDF shows:
Now, how do I know what "USERMSG 0: DIFFS: sysecaty1plc2: 1" is?
Keita's alog 32134 - instructions on how to look for channels that changed
My bad - investigating - looked at SDF - kicked H1 out of Observe:
DIAG_SDF log:
From Keita:
I took
/opt/rtcds/lho/h1/target/h1sysecaty1plc2sdf/h1sysecaty1plc2sdfepics/OBSERVE.snap
and stripped unnecessary information, split into 20 line chunks and
put them here:
/ligo/home/keita.kawabe/LockLoss/SDFERRORS/h1sysecaty1plc2
Could you again run the lockloss tool by
for ii in ecaty1plc2*; do lockloss -c ${ii} plot -w '[-10,10]' gpstime; done
This morning (Monday Dec 12) I ran the lockloss script and I can see that H1:ALS-Y_FIBR_LOCK_TEMPERATURECOMTROLS_ON was flipping (see attached, second column from the left). Other things like LASER_HEAD_CRYSTALFREQUENCY, CRYSTALTEMPERATURE and VCO_TUNEOFS were also changing but these were not monitored.
Anyway, it's strange that this was not found when Cheryl and Corey ran lockloss tool. Maybe NDS2 was misbehaving?
Just to make sure, what I did is:
cd /ligo/home/keita.kawabe/LockLoss/SDFERRORS/h1sysecaty1plc2
for ii in ecaty1plc2_a*; do lockloss -c ${ii} plot -w '[-10, 10]' 1165432802; done