Displaying reports 69081-69100 of 77126.Go to page Start 3451 3452 3453 3454 3455 3456 3457 3458 3459 End
Reports until 19:19, Tuesday 29 October 2013
H1 SUS
arnaud.pele@LIGO.ORG - posted 19:19, Tuesday 29 October 2013 (8308)
ITMX measurements still pending

I had troubles getting ITMX data with matlab from last friday's measurement, because of a typo I made in the code when updating the new channel names. Although, I was able to recover data of the main chain with dtt with the right channel names, and it looks healthy, cf the attached document.

I reran a new set of measurements overnight on monday for the reaction chain, but this time it failed because of a drive issue. The details have been logged by Jeff cf alog 8279.

So I started again tonight and it seems to be working fine for now.

Non-image files attached to this report
H1 SUS (CDS)
jeffrey.kissel@LIGO.ORG - posted 18:50, Tuesday 29 October 2013 - last comment - 20:04, Tuesday 29 October 2013(8306)
h1susb123 Computer Woes
D. Barker, J. Batch, J. Kissel, A. Pele

Arnaud has been having trouble this week taking transfer functions on ITMX. After a lot of chasing our tails, and finding a few bugs in the infrastructure work that I've been doing (see LHO aLOG 8247, and  [sorry for the lack of aLOGging, slaps own wrist, was on a deadline for Stuart]), we finally discovered that the analog "keep-alive" signal that is sent from the I/O chassis to the AI Chassis for all the SUS on the h1susb123 (H1SUSITMX, H1SUSITMY, H1SUSBS) was failing. It had apparently failed on Sunday at 7pm PT, when I was here fixing an unrelated bug in the *library parts* for the QUAD (which means, if it *was* me, it would have affected all QUAD models, and Arnaud has successfully driven / damped H1SUSETMX since Sunday). It's now fixed, with a hard power cycle of the front end and IO chassis. (Some rather upsetting) Details below.

---------

The symptoms we identified:
- The IOP Model output on the SUS OVERVIEW screen was showing zeros when we expected to have output signal
- The IOP's GDS_TP screen showed the 5th bit was red -- explained on pg 18 of T1100625 to be 
     "Anti-imaging (AI) chassis watchdog (18bit DAC modules only / [on the] IOP [screen] only): For 18 bit DAC modules, the IOP [front end model] sends a 1 [Hz] heartbeat to the connected AI chassis via a [16 bit] binary output [card] on these modules. The AI chassis, in turn, returns a bit via the DAC binary input register to indicate receipt."
(Don't worry, even with my [edits], it still doesn't even make sense, even to *me*.)
- The LED near the the input of the AI chassis was OFF (not red, just off)
- The switch to flip in the DAC duotone signal on the 31st channel of ADC0 in the IO chassis, which is controlled by the same 16 bit BIO card, was malfunctioning in that -- when watching the 31st channel of ADC0 in dataviewer -- we saw the signal flip from noise to *zero* instead of noise to the typical pretty duotone sinewaves.

Welp. Looks like we need to add yet ANOTHER watchdog layer to the overview screen. 

Dave's conjecture is that some how this 16 bit BIO card got in a bad state on Sunday. It's unclear how, though, since I was just stopping and restarting the user models, and was not playing with the IOP, nor was I turning on and off the front end or the IO chassis.

Anyways. How do we solve any problem with computers? Power down and power back up. *sigh*.

There's now a reasonably successful procedure for gracefully bringing a front end / IO chassis up and down, with out affecting other front ends. Here's what I got from picking Dave's brain, and watching over his shoulder:
(1) Kill the user model processes running on that front end.
     ]$ ssh h1susb123
     ]$ killh1susitmy
     ]$ killh1susitmx
     ]$ killh1susbs
(2) Kill the IOP process running on the front end
     ]$ killh1iopsusb123
(3) Remove the front end from the IPC / Dolphin network, so you don't crash every other front end. Note, you only should do this step if you're powering down the front end and IO chassis. It's not necessary when just stop and starting frontend processes.
      ]$ sudo -s
     ]$ /opt/DIS/sbin/dxtool prepare-shudown 0 
(4) Turn off the front-end gracefully* (still as super user)
      ]$ power off
* This didn't work for us. The front end powered down, and then immediately began rebooting itself and bringing all the models back up. So, we had to 
   - wait for it to finish rebooting and bringing up the models
   - kill the front end processes again
   - Go into the Mass Storage Room (MSR) and hold the power button until it powered down.
(5) Turn off the IO chassis by going to the CDS Highbay, and flicking the rocker switch on the front of the chassis.**
** This doesn't work FOR ANY IO CHASSIS. Jim informs me that the rocker switch is wired to the wrong pins on the motherboard. For every IO chassis. Yeah. So, one has to disconnect the DC power in the back of the rack by unscrewing properly secure cables, risking powering down the chassis unevenly. Similarly on power up. TOTAL BADNESS. Apparently at LLO, they've installed lamp-style rocker switches right on the the cable to work around this problem and badness. (a) Why don't we have this already at LHO? (b) Was this an accepted, global, CDS fix? (c) Why can't we just re-wire the IO chassis?
(6) Turn on the IO chassis via the same rocker switch in the front (assuming you've reconnected the DC power, and like I did, flipped the rocker to the off position expecting it to work before hand.)
(7) Use monit (the remote controller of front ends' power that I still know too little about) to gracefully turn on the front end.
Upon power up, the front is gracefully inserted back into the dolphin network, the IOP front end process is restarted, and then the user front end processes***.
*** Because I've been making a bunch of changes to the EPICs variables in these models, and haven't yet had the chance to update the safe.snaps, the start-up process takes much longer to restore the snap (trying to reconcile the differences I presume), which means the $(IFO):FEC-$(DCUID)_BURT_RESTORE flag doesn't get set before the process looks for it's timing synchronization signal, and just hangs there red and dead claiming no sync. You have to then hit the button (when the EPICs gateway catches up, some time later), restart the front-end process (which captures that this bit is now set), then it happily picks up the IOP timing sync, and springs back to life.


That's the process. Don't you feel better? 
Comments related to this report
keith.thorne@LIGO.ORG - 20:04, Tuesday 29 October 2013 (8309)
If the front-end is not locked up, you can simply shutdown it down with:
sudo shutdown -hP now
   (This command will shutdown the Dolphin client as well)

If you want to shutdown all models on a front-end:
sudo /etc/kill_models.sh

We have a lot of power outages at LLO, hence the invention of in-line power kill switches as it is a long way to the DC power room.  David K. may have them already fabbed - we will check.

H1 AOS (AOS)
thomas.vo@LIGO.ORG - posted 17:13, Tuesday 29 October 2013 (8305)
ITMX Manifold Cryopump Baffle
After moving the jigs to the west bay clean room for more space, we were able to finish the mods requiring the use of a punch that previously got bound up.  Next step is to bend the blades and move the baffle onto the balancing fixture.
H1 INS
jim.warner@LIGO.ORG - posted 16:38, Tuesday 29 October 2013 (8304)
ITMX floated and balanced

This morning, I worked on balancing and floating the ITMX ISI. I also added some "temporary" masses (3kg) to the optical table to approximate the missing weight of the SUS fiber guards. As of now, the balancing is done, but I still need to go back in and fine-tune the lockers, then re-gap CPS's. Only issue I had was the LVEA seems seismically noisier than the end-station, which makes reading the floating position of the ISI on the CPS's difficult.

LHO General
justin.bergman@LIGO.ORG - posted 15:57, Tuesday 29 October 2013 (8303)
Ops

IAS measurements@EX

Conduit run@EX

SEI Work@ITMX

CP Baffle assembly continues@LVEA

H2 laser hazard for ISS PD work

Tumbleweed removal along X-arm

815 Townsend controls here to work on lightning arrestors

820 Sprague

900 DAC error on H1IOPSUSH2B –restarted

1030 Paradise Water

1200 Peter K restarting PSL frontend

1400 Mark B driving IM1

X1 DTS
james.batch@LIGO.ORG - posted 15:00, Tuesday 29 October 2013 (8302)
Rebooted x1fe3
The x1fe3 was refusing connections on port 22, rebooted.
H1 ISC
alexan.staley@LIGO.ORG - posted 14:39, Tuesday 29 October 2013 (8301)
IOT2L is ready to be moved

(Alexa, Kiwamu)

 

We deattched the IOT2L lead pipes from the HAM 2 viewports. We also disconnected all the cables onto the feedthrough of IOT2L. So the table can be moved!  (I have attached a little schematic/drawing of the cable layout)

Non-image files attached to this report
H1 TCS
jodi.fauver@LIGO.ORG - posted 13:35, Tuesday 29 October 2013 (8300)
SM2 Re-Clean
Joe and I commenced the cleaning party on the two SM2 this morning. It took a couple of hours to pre-clean the tapped holes on each mirror. Very little debris came out with the Liquinox swabs and, as usual, rinsing the Liquinox was good, clean fun. Once we were satisfied with the pre-cleaning of the holes, we stopped for lunch. After lunch, we prepared the isopropanol bath in the designated pan under the fume hood. We wanded the tapped holes and then each of the honey-comb pockets on the back of the first mirror. Next, we transferred the mirror to a flow bench and removed the Teflon disk so we could perform the isopropanol rinse/N2 blow-off of the optic face. After a brief inspection, we replaced the Teflon disk and set that mirror aside. Then, we ran through the wanding etc. on the second mirror, inspected it and replaced the disk. The mirrors are setting on the flow bench until they are needed. 

We came out and talked to John about what he wanted us to do WRT FTIR. John asked to see the procedure that we had followed and asked a few questions. After hearing our responses, he is willing to accept the SM2s as clean without an FTIR.
LHO General
jonathan.hanks@LIGO.ORG - posted 11:36, Tuesday 29 October 2013 - last comment - 12:16, Tuesday 29 October 2013(8298)
LHO Network Status
There were some network outages today starting at 10am local time.  This was do to a reconfiguration of the network to provide more flexible routing of traffic between PNNL (local transit provider) and ESnet (main ISP).  The testing of changes was completed around 11:15am local time.

The main work is done there are a few minor changes which may interrupt the network again.  These interruptions will be on the order of seconds.  I will post a follow up comment when the work is complete.
Comments related to this report
jonathan.hanks@LIGO.ORG - 12:16, Tuesday 29 October 2013 (8299)
The work is complete.  There were no additional outages.
H1 PSL (PSL)
gerardo.moreno@LIGO.ORG - posted 10:42, Tuesday 29 October 2013 (8297)
PSL offline

Looks like the PSL went offline yesterday (10/28) at around 11:09 local. Sheila will try to get in and restart it later today. This is Justin not Gerardo.

H1 CDS (SUS)
james.batch@LIGO.ORG - posted 10:16, Tuesday 29 October 2013 - last comment - 20:06, Tuesday 29 October 2013(8296)
Restarted models on h1sush2b
At about 9:03 PDT, there was a timing error detected by the DACs on h1sush2b, which resulted in all outputs being set to 0.  The only remedy is to restart the IOP model, so I killed h1susim, restarted h1iopsush2b, then started h1susim again.  This has cleared the DAC error.  I burt restored to 8:00 PDT.
Comments related to this report
keith.thorne@LIGO.ORG - 20:06, Tuesday 29 October 2013 (8310)
A simple 'sudo /etc/startWorld.sh' will do all this 
H1 SEI
hugh.radkins@LIGO.ORG - posted 09:53, Tuesday 29 October 2013 (8295)
BSC9 ETMx HEPI Position Check

Checking the Dial Indicators this morning-- Largest horizontal shift is 3 mils (<0.1mm).  So HEPI has not moved.

LHO General (CDS, PEM)
patrick.thomas@LIGO.ORG - posted 09:24, Tuesday 29 October 2013 (8294)
moved dust monitor code test to h0epics
Stopped test code running on opsws8 (alog 8207) at 09:11 (controlling dust monitors in the optics labs)

Started code in 'screen' on h0epics:
cd /ligo/home/patrick.thomas/epics/iocs/dust/dust_met_one_227b_comp_ctrl/iocBoot/ioch0_dust_lab/
screen -S 'h0dustlab' -d -m ../../bin/linux-x86_64/dust st.cmd

Ran burtwb on /ligo/cds/lho/h0/burt/2013/10/28/00:00/h0dustlab.snap

This is the only IOC currently running on h0epics. The other dust monitor IOCs are running on h0epics2.
Will let this test run for a few days before migrating the other dust monitor IOCs to it.
H1 SEI
fabrice.matichard@LIGO.ORG - posted 17:25, Monday 28 October 2013 (8291)
MIMO Tilt Decoupling Results
The 8 coefficients for MIMO tilt decoupling have been installed. Since we don't have an alignment matrix like in the ISI, I installed the product of the Local to Cartesian Position Sensor matrix and the tilt correction matrix.

Data has bee taken to check the decoupling results, both for the matrix resulting from SISO calculations and from the MIMO calculations (see yesterday's log for details)

The figure attached shows that the tilt horizontal couplings has been reduced to the order of 1e-3 for all 4 transfer functions (on the left of the vertical gray line, and under the horizontal one).

X to RX results show why MIMO calculation is slightly better. The effect could be larger if the RX to RY couplings were higher on other units.

We'll review these results at tomorrow's testing meeting, and will likely start working on a procedure to automate this process.
Images attached to this report
X1 DTS
james.batch@LIGO.ORG - posted 16:34, Monday 28 October 2013 (8290)
Modified user environment setup scripts
Modified /ligo/cdscfg and /opt/cdscfg setup scripts to allow a user to use an alternate userapps checkout.

To use, check out a private copy of the userapps repository into your home directory and then:

source $HOME/userapps/etc/userapps-env.sh 

or set the PRIVATE_USERAPPS environment variable and source the top-level CDS configuration script:

export PRIVATE_USESRAPPS=$HOME/userapps
source /ligo/cdscfg/stdsetup.sh

LHO General
thomas.vo@LIGO.ORG - posted 15:57, Monday 28 October 2013 (8288)
10/28/2013
- HEPI actuator attachment at ETMX: Greg G, Jim W
- MC Baffle assembly in West Bay: Mitch R, Gerardo M.
- Work in H2 PSL Enclosure: Peter K.
- Transfer functions on ITMX SUS: Arnaud P.
- TCS Steering mirror cleaning: Jodi F, Justin B
- Pump bagged vacuum joints on GV6: Kyle R
- Restarting ECATC1, working on PLC2: Sheila D
- Removing beam tube insulation: Contractors
- Work in TMS lab at EX: Cheryl
- Roof top camera was blown or bumped resulting in loss of range of motion, Richard M notified
H1 SUS
betsy.weaver@LIGO.ORG - posted 11:45, Friday 25 October 2013 - last comment - 08:55, Tuesday 29 October 2013(8267)
SRM TFs

We looked at Arnaud's TFs taken last night on SRM and determined that there was something unhealthy in the vertical/roll, pitch directions of motion as seen by the top BOSEMs (T1, T2, T3).  Travis investigated and tweeked a few seemingly non-issues:

Slightly offcenter T2, possible loose cable connections (ha!), possibl droopy C3 cover at the top.  A quick look at DTT roll and vertical and these don't seem to have helped...  Arnaud is looking at verifying direction of excitation motion now.

Comments related to this report
betsy.weaver@LIGO.ORG - 12:47, Friday 25 October 2013 (8269)

Richard found that the binary cabling was pointing incorrectly.  He recabled according to spec and actuation has restored to the BOSEMs we couldn't see actuation on previously.  A look at a new roll DTT TF and things look healthier.

 

HOWEVER - Arnaud also pointed out that the side actuation has a sign flip somehwere.  Travis dug into documentation and found that the side BOSEM is mounted on the incorrect side of the suspension.  We'll switch it and retake the full TF set this weekend.

arnaud.pele@LIGO.ORG - 13:46, Friday 25 October 2013 (8272)

Side osem actuates in the right direction, so top mass actuation is now fully functionning. Phase 2b transfer functions will be running tonight.

betsy.weaver@LIGO.ORG - 08:55, Tuesday 29 October 2013 (8293)

In fact, the SRM is supposed to have the side BOSEM mounted opposite to most othere HSTS, with an appropriate sign flip in the side coil gain, functionality is as expected.

H1 SUS
arnaud.pele@LIGO.ORG - posted 14:09, Tuesday 21 May 2013 - last comment - 18:13, Tuesday 29 October 2013(6442)
Beamsplitter phase3b spectra with new filters

Phase 3b spectra have been measured on the beamsplitter after Jeff Kissel implemented the new filters.

The attached pdf are showing a comparison between spectra taken in March 26th phase 3a (in blue), and May 17th phase 3b (in green) with the suspension damped (first pdf) and undamped (second one). The ISI was damped.

Data, measurement lists and figures have been commited on the svn

Non-image files attached to this report
Comments related to this report
arnaud.pele@LIGO.ORG - 19:29, Tuesday 10 September 2013 (7723)

Attached are spectra from the beamsplitter under vacuum (phase 3b) comparing damped and undamped spectra for M1 and M2. Damping looks to be working fine for all dof, except in yaw, where it increases the motion (page 12 of first pdf and page 7 of second pdf). Those spectra have been taken with a gain of -2 in L and P (as it has been used during HIFO-Y) and -1 for the other dofs

Non-image files attached to this comment
arnaud.pele@LIGO.ORG - 18:13, Tuesday 29 October 2013 (8307)

Attached is a performance spectra of the beamsplitter, plotted with osem sensor noise. The spectra compares H1 BS in chamber, in air, with no ISI isolation, suspension damped, and L1 BS in vacuum with ISI and suspension damped.

Non-image files attached to this comment
Displaying reports 69081-69100 of 77126.Go to page Start 3451 3452 3453 3454 3455 3456 3457 3458 3459 End