Displaying reports 11421-11440 of 84690.Go to page Start 568 569 570 571 572 573 574 575 576 End
Reports until 09:01, Friday 19 January 2024
H1 PSL
ryan.crouch@LIGO.ORG - posted 09:01, Friday 19 January 2024 (75469)
PSL Status Report - Weekly

Closes FAMIS 26227


Laser Status:
    NPRO output power is 1.835W (nominal ~2W)
    AMP1 output power is 68.84W (nominal ~70W)
    AMP2 output power is 140.0W (nominal 135-140W)
    NPRO watchdog is GREEN
    AMP1 watchdog is GREEN
    AMP2 watchdog is GREEN

PMC:
    It has been locked 1 days, 20 hr 55 minutes
    Reflected power = 18.8W
    Transmitted power = 108.8W
    PowerSum = 127.6W

FSS:
    It has been locked for 3 days 0 hr and 28 min
    TPD[V] = 0.3952V

ISS:
    The diffracted power is around 1.7%
    Last saturation event was 3 days 1 hours and 0 minutes ago


Possible Issues:
    PMC reflected power is high
    FSS TPD is low
    ISS diffracted power is low

Images attached to this report
LHO FMCS
ryan.crouch@LIGO.ORG - posted 08:08, Friday 19 January 2024 - last comment - 10:41, Friday 19 January 2024(75468)
OPS Friday day shift start

TITLE: 01/19 Day Shift: 16:00-00:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Planned Engineering
OUTGOING OPERATOR: None
CURRENT ENVIRONMENT:
    SEI_ENV state: MAINTENANCE
    Wind: 10mph Gusts, 8mph 5min avg
    Primary useism: 0.05 μm/s
    Secondary useism: 0.73 μm/s 
QUICK SUMMARY:

Images attached to this report
Comments related to this report
ryan.crouch@LIGO.ORG - 09:22, Friday 19 January 2024 (75470)

The LVEA temp increases are likely from the cleanrooms being on as they look to be more localized to where we have them setup and it probably does not present any immediate danger or worries.

ryan.crouch@LIGO.ORG - 10:41, Friday 19 January 2024 (75475)

The LVEA temps seem to be stable at their higher temperatures, except maybe ZONEs 1B and 3A which may still be rising but they're both under 70 degrees F.

Images attached to this comment
LHO VE (VE)
janos.csizmazia@LIGO.ORG - posted 16:57, Thursday 18 January 2024 - last comment - 11:54, Friday 19 January 2024(75467)
1-18 vent vacuum diary
Today's activities:
- The Annulus volumes of HAM6, HAM7, and GV2 were vented with Nitrogen
- HAM6 X+ and X- doors were taken off
- HAM7 X+ and X- doors were prepared to be taken off tomorrow
- HAM7 RGA electronics was disconnected, the aux cart was removed
- The purge air was checked, its quality was satisfactory, see details in comment
- The staff left early because of the unpleasant weather conditions
So far, everything is going according to plan: https://docs.google.com/spreadsheets/d/1F3Z1cjFrFtaNHayVFVVXruY5JwSiY5-S/edit?usp=sharing&ouid=104962245367404322733&rtpof=true&sd=true
Comments related to this report
travis.sadecki@LIGO.ORG - 11:54, Friday 19 January 2024 (75478)

Dewpoint measurement was taken at the output mode cleaner tube purge air output.  It was -40.5C and slowly dropping before the dewpoint meter battery decided to die.  Since this already satisfied our dewpoint threshold, I did not re-sample after replacing the battery.  

H1 CDS
patrick.thomas@LIGO.ORG - posted 14:41, Thursday 18 January 2024 - last comment - 15:03, Thursday 18 January 2024(75464)
Updated the FMCS EPICS IOC code
WP 11626

Dave B., Jonathan H., Patrick T.

Jan. 17 - Jan. 18

The IOC reading out the FMCS data from the BACnet devices and putting it into EPICS has been migrated to the code from ORNL: https://controlssoftware.sns.ornl.gov/bacnet/index.html

As cdsadmin in /home/cdsadmin/github on fmcs-epics-cds I checked out https://github.com/ornl-epics/BACnet.git at this commit:

cdsadmin@fmcs-epics-cds:~/github/BACnet$ git log
commit b0ebd50612faae162a7b3b0dc898cd44c30b9ea3 (HEAD -> main, origin/main, origin/HEAD)
Author: kasemir 
Date:   Thu Aug 10 09:13:50 2023 -0400

    import


In /home/cdsadmin/github/BACnet/configure/ I copied RELEASE-template to RELEASE and in RELEASE changed EPICS_BASE=/home/8w4/epics/base/base-3-14-11 to EPICS_BASE=/usr/lib/epics. Jonathan installed the necessary build tools to compile the IOC and I did so by running make in /home/cdsadmin/github/BACnet.

As cdsadmin in /home/cdsadmin/gitlab I checked out https://git.ligo.org/patrick.thomas/fmcs-bacnet.git. This repository contains our custom FMCS EPICS database files and scripts and it should replace https://redoubt.ligo-wa.caltech.edu/viewvc/projects/trunk/epics/iocs/fmcs_bacnet/. In /home/cdsadmin/github/BACnet I created a db directory and made these soft links in it:

chiller_bacnet.db -> /home/cdsadmin/gitlab/fmcs-bacnet/chiller_bacnet.db
fces_bacnet.db -> /home/cdsadmin/gitlab/fmcs-bacnet/fces_bacnet.db
fmcs_bacnet_bi_to_ai.db -> /home/cdsadmin/gitlab/fmcs-bacnet/fmcs_bacnet_bi_to_ai.db
monitor.db -> /home/cdsadmin/gitlab/fmcs-bacnet/monitor.db

In /home/cdsadmin/github/BACnet/iocBoot/ioctestIoc/ I renamed the st.cmd file to st.cmd.original and created the soft link st.cmd -> /home/cdsadmin/gitlab/fmcs-bacnet/ornl_st.cmd.

The documentation for this BACnet driver code states that it only supports ai, ao, and stringin records. In order to continue to use our bi records that have ONAM and ZNAM strings defined, I created an additional ai record for each of these. Then instead of having the bi records read from the driver code I made the ai records read from it and send their values to the bi records.

In addition I added a pair of keep alive channels, H0:FMC-BACNET_COUNTER and H0:FMC-BACNET_HEARTBEAT. The former increments its value by 1 at 1 Hz. The latter toggles its value between 0 and 1 at 1 Hz.

This driver code also provides monitoring of the traffic to and from each BACnet device. Therefore for each device I created three channels, H0:FMC-BACNET_{device id}_TX, H0:FMC-BACNET_{device id}_RX, and H0:FMC-BACNET_{device id}_ER. These scan at 1 Hz.

This morning I manually started the code, and after correcting a couple of mistakes in the database files, it seemed to be running stably. It is interesting to note that although the scan rate of each of the records had not changed (the majority at .1 Hz), the values seemed to be updating much faster than before. I therefore reduced their scan rate to 1 Hz.

I have seen a number of timeout and other error messages on the console, but I am not certain how to troubleshoot them. The ER diagnostic channels that I looked at read 0, and the values seem to be updating. Since the old code also had error messages, I'm not sure if it is a problem.
Comments related to this report
david.barker@LIGO.ORG - 14:58, Thursday 18 January 2024 (75465)

fmcs-epics-cds puppet policy was updated to run the new IOC. The systemd config for the fmcs_ioc.service is now:
[Unit]
Description=FMCS IOC

[Service]
WorkingDirectory=/home/cdsadmin/BACnet_R0-8/iocBoot/e2b-ioc
# ExecStart=/usr/bin/procServ -f -q -c /home/cdsadmin/BACnet_R0-8/iocBoot/e2b-ioc -p /tmp/fmcs_ioc.pid -n fmcs_ioc --restrict -L /tmp/fmcs_ioc.log 1234 /home/cdsadmin/BACnet_R0-8/iocBoot/e2b-ioc/st.cmd
ExecStart=/usr/bin/procServ -f -q -c /home/cdsadmin/github/BACnet/iocBoot/ioctestIoc -p /tmp/fmcs_ioc.pid -n fmcs_ioc --restrict -L /tmp/fmcs_ioc.log 1234 /home/cdsadmin/github/BACnet/iocBoot/ioctestIoc/st.cmd
User=cdsadmin
Restart=always
RestartSec=60

[Install]
WantedBy=multi-user.target
 

 

david.barker@LIGO.ORG - 15:03, Thursday 18 January 2024 (75466)

After the new FMCS IOC was stable, I restarted the cell phone text alarms system (at 13:14)

The fmcs-ioc-restart code was also started in case of any flatline issues overnight. This code now also resets the epics record alarm fields after any IOC restart.

H1 General
ryan.crouch@LIGO.ORG - posted 14:27, Thursday 18 January 2024 (75462)
OPS Thursday day shift end

TITLE: 01/18 Day Shift: 16:00-00:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Planned Engineering
INCOMING OPERATOR: None
SHIFT SUMMARY: HAM6 doors are off, and HAM7 doors are being prepped for removal tomorrow. Jim locked HAM6 around 20:40UTC. Snows picking up and isn't predicted to stop until tomorrow morning.

LOG:                                                                                                                                                                                                                                                                                                                                                                                                                   

Start Time System Name Location Lazer_Haz Task Time End
15:56 FAC Randy LVEA N HAM6, in 15:30-16:00, back in 16:20UTC 20:32
16:24 VAC Jordan, Travis LVEA N Prep for HAM6 door removal!! 20:32
17:00 FAC Chris MidY N Grab tools for fan lubing, then lubing fans 19:33
17:08 CAL Tony & Rick EndX LOCAL PCAL work, TX 21:43
17:30 FAC Kim & Karen LVEA N Tech clean, Kim out at 17:52UTC 18:17
17:34 VAC Gerardo LVEA N Join VAC team 20:32
17:55 EE Ken EndY N Lights 21:22
18:17 FAC Karen Optics lab, Vac prep N tech clean 18:41
19:01 VAC Betsy LVEA, HAM6 N Check out progress 19:20
19:01 FAC Kim, Karen LVEA N Tech clean, Karen in at 19:10UTC 19:53
19:07 SAF Danny Mids, Ends N Safety checks 22:00
19:11 CDS Patrick Remote N Update FMCS code 21:17
19:38 ISC Sheila, Julian Optics lab N Checks 21:03
19:54 ISC Camilla Optics lab N Join Sheila 20:45
20:35 SEI Jim LVEA N Lock HAM6 21:12
20:43 SQZ Vicky Optics lab N SQZ checks 20:54
20:38 FAC Mitch LVEA N Help jim 21:12
20:42 IAS Jason LVEA N Check on the FARO 20:49
21:20 FAC Eric EndX N Investigate heaters Ongoing
21:36 VAC Jordan, Alan, Melena LVEA N Prep HAM7 doors Ongoing
21:41 VAC Gerardo LVEA N Join crew Ongoing

                                                                                                                                                                                                                                                                                                                                                                                                                             

Images attached to this report
H1 SEI (OpsInfo)
jim.warner@LIGO.ORG - posted 13:16, Thursday 18 January 2024 (75463)
HAM6 ISI is locked, work platform is installed

After vac pulled doors, I went in and lock HAM6 ISI. Mitch came out and we then installled the work platforms at each door. I couldn't remember if we secured those with c-clamps or not, there weren't any with the platforms. But, they're pretty stable even without.

LHO FMCS
ryan.crouch@LIGO.ORG - posted 11:52, Thursday 18 January 2024 (75457)
OPS Thursday day shift update

The VAC team is currently working on getting the doors off of HAM6&7.

PSL 102 red dust alarm, MX low temp alarm (H0:FMC-MX_VEA_202A_DEGF) and a CS airhandler alarm for LVEA_REHEAT_{3A, 3B}

LHO FMCS
tyler.guidry@LIGO.ORG - posted 11:47, Thursday 18 January 2024 (75461)
Supply Fan's Lubed and Swapped
Quarterly lubrication of all applicable supply fans has been performed and AHU's with redundancy are swapped. This quarterly change will include the re-introduction of MY SF 02 which recently underwent a bearing swap at both the intake and discharge side of the fans (no motor bearing swaps).

C. Soike E. Otterman T. Guidry
H1 CDS
david.barker@LIGO.ORG - posted 11:25, Thursday 18 January 2024 (75460)
Installing new FMCS EPICS IOC

Patrick, Erik, Dave:

WP11626 New FMCS IOC

Patrick is starting a new version of the FMCS IOC code.

While the new code is being tested, the cell phone alarms have been turned off and the old code disabled.

H1 ISC
sheila.dwyer@LIGO.ORG - posted 10:19, Thursday 18 January 2024 (67400)
another check of excess noise when operating EX ESD at reduced bias

I'm going through my old alog drafts, this is from Feb 2023 but the times here may now be useful information, so I'm posting this incomplete draft from a year ago. 

Last week I did an additional test to follow up on 66843 66751 where excess noise was seen when locking DARM on ETMX with an ESD bias of -125V.   Past checks have shown that this excess noise is not due to a calibration error or due to SRCL or MICH feedforward being mistuned with the reduced bias. 

The first attachment shows that indeed this noise is there repeatably in a way that is similar to what was seem in past tests, although the spectrum did change over the time I was doing this test.  This time I did the measurements in NLN_CAL_MEAS so that ADS and calibration lines were off. 

Although the estimate of the ESD quadratic term in 66843 suggested that the ESD quadratic term shouldn't be large enough to explain this noise, I wanted to repeat the test while driving a line on the ESD strongly enough to see the quadratic coupling to confirm that the model of the quadratic coupling is working well.  The second attachment shows three examples of driving a 15.45 Hz line with the same amplitude (10  counts at LOCK_L_EXC), each with slightly different results. The green cursors show the injected line and it's harmonic at 30.9Hz. The first time that I injected the line, it seemed as though the broad noise from 20-35Hz was reduced (grey trace, compare to yellow and blue), but in the next two tests this was not repeated.  

The third attachment shows what happened when I tripled the amplitude of the injected line, the 15.45 Hz peak is increased by a factor of 3 while the 30.9Hz peak is increased by a factor of 9; this makes sense. 

 

Images attached to this report
LHO VE
david.barker@LIGO.ORG - posted 10:07, Thursday 18 January 2024 (75458)
Thu CP1 Fill

Thu Jan 18 10:02:40 2024 INFO: Fill completed in 2min 38secs

Quick fill, TCs started around 0C.

Images attached to this report
H1 General
ryan.crouch@LIGO.ORG - posted 08:01, Thursday 18 January 2024 (75455)
OPS Thursday day shift start

TITLE: 01/18 Day Shift: 16:00-00:00 UTC (08:00-16:00 PST), all times posted in UTC
STATE of H1: Planned Engineering
OUTGOING OPERATOR: None
CURRENT ENVIRONMENT:
    SEI_ENV state: MAINTENANCE
    Wind: 10mph Gusts, 8mph 5min avg
    Primary useism: 0.02 μm/s
    Secondary useism: 0.34 μm/s
QUICK SUMMARY:

LHO VE (VE)
janos.csizmazia@LIGO.ORG - posted 20:39, Wednesday 17 January 2024 - last comment - 14:20, Friday 19 January 2024(75454)
1-17 vent vacuum diary
Today's activities:
- Relay tube was vented with Nitrogen; it was also taken off (mitre part stayed, the others came off in 1 single piece)
- RGA scans have been made at HAM7 and HAM6 - they were satisfactory, details later; the OMC RGA is leaking, so no scan there - leak hunting later the week, or next week
- All the RGAs, Cold Cathode gauges, Ion pumps, NEG-pumps were valved out in the volumes to be vented
- The corner was vented first. At the start of the vent, the purge air's dew point was at ~-52 deg C, with 0 particles. The vent was carried out from 2 pm to 6 pm
- HAM7 was vented after. The purge air's dew point was at ~-42 deg C, with 0 particles. This vent was carried out during the corner vent, taken ~1.5 hours
- After the corner vent, GV5 AIP railed: this suggests a leak from the annulus system to the main volume - further investigation is required (history: in the last 3 years this AIP railed 6 times). This Annulus volume is being pumped with an aux cart now during this vent
Comments related to this report
jordan.vanosky@LIGO.ORG - 14:20, Friday 19 January 2024 (75479)

Pre-Vent RGA scans collected for HAM7 and the corner/HAM6.

Raw data and scan info collected at T2400018, currently only HAM7 are posted but will add the corner scans once back on site.

Attached is HAM7 faraday and SEM scans:

Chamber Pressure: 7.68e-8 Torr

Pumping state: 1200 l/s Ion pump

Valve state: FC1&2 closed, RV1&2 closed, chamber isolated from both HAM5 and BSC3

Non-image files attached to this comment
H1 AOS (DetChar)
szabolcs.marka@LIGO.ORG - posted 19:28, Wednesday 17 January 2024 (75453)
Summary of the LHO DQ shift for the 9 days period of 2024-01-08 to 2024-01-16 (End of O4a shift)
Below is the summary of the LHO DQ shift for the 9 days period of 2024-01-08 to 2024-01-16:

We would like to express our gratitude to the Instrument Team for having a superb detector!

Kudos to Zsuzsa Marka for the patient and expert instructions and Beverly and the DetChar Team for the amazing tool and organization!

End of O4a shift
In observing for the period ~47%. (78.7, 32.3, 6.2, 100, 27, 0, 56, 59.6, 61.3)
Range: generally between 150 and 160 Mpc, quite rugged in the last few days.
Some earthquakes contributed to lock losses, however, intentional lock loss also happened.
Microseism was an issue for a good fraction of the week.
There was one day that was covered by a single continuous lock and another day that had no lock whatsoever.
For the first part of the period the glitchiness had been normal, but for the last few days there had been quite a bit of large glitches in the bucket.
New HVETO channels kept showing up every day, except the last one as compared to the previous period.
Combs, such as 23.8Hz, 29.97Hz, 9.474Hz, 9.475Hz, and 9.48Hz showed up on most days. Line counts below the threshold on all days when data is available.
Some strange behavior on some PEM channels, as posted in daily logs.
Many pyCBC triggers with new SNR > 10 (medium or short) showed up most days; the large glitch rate in the bucket seemed to correlate with how many were there.
The full DQ shift report with day-by-day details is available at:

https://wiki.ligo.org/DetChar/DataQuality/DQShiftLHO20240108 
H1 CAL
anthony.sanchez@LIGO.ORG - posted 16:41, Wednesday 17 January 2024 - last comment - 15:06, Friday 19 January 2024(75452)
PCAL Lab Tx module Maintenace.

Rick and I went to the PCAL LAB to do the PCAL Tx module maintanence today.
We followed Mostly followed the procedure outlined in DCC doc T1600436-v8 which was printed out and attached to the ALOG.
I have also updated the PCALTxMaintenanceLogBook spreadsheet with the latest information from today's activity. This is information is not currently in the DCC.
I will wait until after EX and EY are completed later this week before updating the DCC with the latest spread sheet. The latest information Is currently attached to this alog.
Attached a picture of the OLTF taken with the SR785, I will update this with the .gif that the SR785 gave us tomorrow.
 

Images attached to this report
Non-image files attached to this report
Comments related to this report
anthony.sanchez@LIGO.ORG - 15:06, Friday 19 January 2024 (75483)

How about I post a PDF of all the pages from the PCAL Lab Tx Module Maintenace.

Non-image files attached to this comment
H1 General
ryan.crouch@LIGO.ORG - posted 13:42, Wednesday 17 January 2024 - last comment - 10:36, Thursday 18 January 2024(75449)
Picomotors disabled for volumes to be vented

After Fil finished turning off the HV power, following section 3.6 from M1300464 on the DCC and I confirmed that all of the picomotors for HAM3, HAM6, HAM7, and EX were disabled, they were all already off when I opened their medms. MEDMs screenshot

Images attached to this report
Comments related to this report
ryan.crouch@LIGO.ORG - 10:36, Thursday 18 January 2024 (75459)

I also turned off the OPO tec servo this morning following the same document.

Images attached to this comment
H1 ISC
sheila.dwyer@LIGO.ORG - posted 14:52, Wednesday 10 January 2024 - last comment - 15:12, Tuesday 30 January 2024(75308)
NEW DARM transition attempts

Louis, Jenne, TJ, Sheila

Today we continued to try to transition to the new Darm configuration, which we had suceeded in doing in December but weren't able to repeat last week (75204). 

In our first attempt today we tried a faster ramp time, 0.1 seconds.  This caused immediate saturation of ETMX ESD.  We struggled to relock because of the environment. 

Because Elenna pointed out that the problem at roughly 3 Hz with the earlier transition attempts might have been the soft loops, we thought of trying to do the transition before the soft loops are engaged, after the other ASC is on.  We tried this first before transitioning to DC readout which wouldn't work because of the DARM filter changes.  Then we made a second attempt at DC readout.  We also lost lock due to a 2 Hz oscialltion, even without the soft loops on. 

Some gps times of transitions and attempt:

Comments related to this report
sheila.dwyer@LIGO.ORG - 15:42, Friday 12 January 2024 (75348)

Adding two more times to this list:

  • 1386538350 transition from December 13th, with configuration shown in screenshot ( 5 second ramp time) (L2 LOCK FM2, 10 and L1 LOCK FM2,4,10) (L3 master out max = 1e6)
  • 1386621508 Decmeber 14th L2 LOCK FM1,2,10 L1 LOCK FM2,6 5 second ramp time, 30000 counts max on ESD
  • 1387034098 transition from Decmeber 19th, L2 LOCK FM10 then add FM1+2 2 seconds later, L1 LOCK L FM2,6 (L3 master out max = 6e6)
  • 1387140058 transition December 20th, L2 and L1 SWSTATS the same as on the 19th (used guardian NEW_DARM), ESD max just below 2e6
  • 1387237746 transition December 21st using guardian (same as 19th and 20th)
  •  1388444283 Jan 4th failure, SWSTATs the same as on the 14th.
  • 1389131192 today attempt to reproduce Dec 13th transition, except that L2 lock boost was on (FM1 L2 LOCKL) 5 second ramp time (screenshot)

The second screenshot here shows the transitions from Dec 13th, 14th, and 19th. These are three slightly different configuration of the UIM filters and variations on which PUM boosts were on when we made the transition.  On the 14th the oscillation was particularly small, this was with our new UIM filter (FM 2 + 6) and with both PUM boosts on L2 LOCK FM1,2,10 already during the transition.  This is the same configuraition that failed mulitple times in the last two weeks.

Images attached to this comment
sheila.dwyer@LIGO.ORG - 20:40, Wednesday 17 January 2024 (75451)

Today I went back to three of these transitions, December 14th (1386621508 sucsesful no oscillation) and Jan 4 (1388444283) + Jan 5th (1388520329) which were unsucsesfull attempts. It also seems as though the only change to the filter file since the Dec 14th transition is a change copy the Qprime filter into L1 drivealign, which has not been used in any of these attempts (this can't be used because tidal is routed through drivalign). 

In short, it doesn't seem that we made a mistaken change to any of these settings between December and January which caused the transition to stop working.

L1 DRIVEALIGN L2L 37888 no filters on  
L1 LOCK L 37922 FM2,6 (muBoostm, aL1L2)  
L2 DRIVEALIGN L2L 37968 FM5,7 (Q prime, vStopA)  
L2 LOCK L 38403 FM1,2,10 (boost, 3.5, 1.5:0^2, cross)  on the 5th FM1+ 2 were ramping while we did the transition  
L3 DRIVEALIGN L2L 37888 no filters on  
L3 LOCK L 268474240 FM8, FM9, FM10, gain ramping for 5 seconds (vStops 8+9, 4+5, 6+7)  
ETMX L3 ISCINF L 37888 no filters on  
DARM2 38142 FM2,3,4,5,6,7,8  
DARM1 40782 FM2,3,4,7,9,10  

 

louis.dartez@LIGO.ORG - 15:12, Tuesday 30 January 2024 (75634)
I added start and end time windows for the successful transitions in LHO:75631.
Displaying reports 11421-11440 of 84690.Go to page Start 568 569 570 571 572 573 574 575 576 End