Differences between revisions 351 and 415 (spanning 64 versions)
Revision 351 as of 2018-12-01 20:05:47
Size: 3540
Editor: MarkBarton
Comment:
Revision 415 as of 2019-05-16 16:03:54
Size: 2401
Editor: MarkBarton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 6: Line 5:
==== Report for week of 11/19 ====
 * BS
  * Fabian did some debugging on the BS and found that the calibration for the F0 LVDT was off due to an Excel error, and that the sag wasn't quite the 7 mm originally observed, but still enough to cause the suspension to touch down. Enzo tried applying LVDT actuation at the GAS filters and got it to lift off far enough to get sensible TFs, but the required BF offset was enough to put the IM OSEMs at the very edge of their usable range, so this is not a good long-term solution. We can probably raise the F0 keystone during the vent by removing mass and/or installing an auxiliary spring, which will then allow us to return the BF keystone to nominal height.
  * While working on the BS, Enzo noticed that one of the stepper drivers was not responding. It turned out to be water damaged from the rain issues earlier in the year. Enzo and Fujii-kun opened the rest of the BS chassises on the second floor but they seem to be OK. Tanaka-san had made a third driver chassis as a spare, so we reserved that and will install it in the week of 12/10.
 * SRM
  * The SRM-W optic arrived and we installed it in place of the SRM-M in the metal mass, taking care to use 1.4 mm shims as recommended by Hirose-san. The weight of the new assembly was within 1 g of the old and did not disturb the height of the payload. There was a very small change in pitch which we corrected with the IM picos.
  * We installed the shelf for the OL receiver.
  * We added the arc weights and geophones and went through several rounds of improving the centering of the IP and then realigning the security structure back to vertical.
  * We calibrated the F0 LVDT, and checked the F0 and IP actuation signs.
  * We adjusted the SF trim masses to set the SF pitch and roll, did an inventory of the trim mass and set the damper gap.
  * We did a final alignment of the whole chain and left the suspension ready for TFs during the f2f week. There is only a few hours of work left before we can install and we hope to do that on Monday 12/10.
 * SR2
  * Enzo replaced the geophones and cables that had been borrowed for calibration and did several rounds of optimization of the IP frequency. He got as low as 46 mHz but with poor Q and so backed off a bit to 55 mHz and may back off a tiny bit more.
  * I derived updated IP matrices for the BS and SR, with more precise geometry data provided by Hirata-san, and published them as T1707205 and T1807663.
  * I created a CENTERING screen for the IP, with large panel meters for the LVDT signals and the derived L, T and Y signals.
  * Enzo confirmed that the fancy stepper control screen created by Shoda-san worked.
  * We installed a modified LPCD as IM-V for testing.
 * SR3
  * We moved HPCDs from BS and SR2 to replace the ones that had been stolen from SR3, so as to create a working suspension with an OL for Kozu-kun.
==== To-Do Lists, Schedule ====
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoBS]]
 * [[KAGRA/Subgroups/VIS/TypeB/ToDoSR]]
 * [[https://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=7779|JGW-L1807779 Type B Schedule (SR)]]
==== Report for Golden Week ====
 * Mark monitored vent and pumpdown, and worked on vistools.py.
Line 30: Line 8:
==== Report for the week of 5/6 ====
 * Lucia and Terrence got the blending working for the IP LVDTs and geophones.
 * Terrence and Mark modified the models and MEDM screens to add a new IP block, IDAMP, for damping using the blended signal with inertial information, and a new DAMPMODE block for ramping smoothly between IDAMP and the old DAMP.
 * Mark worked on vistools.py, improving the support for cdsMuxMatrix blocks (e.g., OSEM2EUL) and adding support for cdsRampMuxMatrix blocks (e.g., the newly introduced DAMPMODE). He also created two sets of unit tests, unittest.py and unittest.sh, for the two modes of use (as a Python module in other Python programs, and as a command-line utility in bash).
Line 31: Line 13:
==== Plan for week of 12/3 ====
 * f2f Meeting at NAOJ - no Kamioka work.
==== Plan for week of 12/10 ====
 * Crane SRM into tank.
 * Install new F0 yaw mechanisms on SRs.
 * Remove First Contact from SRM, unlock and realign.
 * Move SRM in-air cables over.
==== Report for week of 5/13 ====
 * Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN OL. The Y signal was fairly clean and the Y RMS angular velocity requirement was met. However the L signal was quite noisy, and was also contaminating the P signal due to the large cross terms in the diagonalization matrix. The RMS L from 5 Hz down with damping on was around 10 µm/s, which is 10 times the requirement. However little of this was due to pendulum resonances - most of the noise was featureless and broadband. In displacement units the noise was flat up to about 1 Hz and then smoothly rolled off to f^-2. The noise in the raw P and Y signals (not yet divided by the sum) was about 10 times the noise in the SUM
 * We tried improving the noise with different whitening settings. Increasing the overall gain, increasing it at the QPD but reducing it at the whitening filter, and switching off the 1-10Hz boost whitening filter (and compensating software filter) had no effect. Blocking the beam reduced the noise by about 2 orders and brought the raw P and Y in line with the SUM, suggesting that the problem was before the QPD.
 * Mark swapped in an improved version of `vistools.py`, debugged a few small issues, and simplified the `TYPEB.py` Guardian.

==== Vacation/Travel Info ====
 * Terrence's next visit from 4/18 to 7/27.
 * Mark's US vacation from 5/22 to 6/11.
 * Mark's final day 6/28.

Scraps of text for incorporation in the VIS Meeting Minutes

KAGRA/Subgroups/VIS/MeetingNAOJ

Type B (Mark)

Report for Golden Week

  • Mark monitored vent and pumpdown, and worked on vistools.py.

Report for the week of 5/6

  • Lucia and Terrence got the blending working for the IP LVDTs and geophones.
  • Terrence and Mark modified the models and MEDM screens to add a new IP block, IDAMP, for damping using the blended signal with inertial information, and a new DAMPMODE block for ramping smoothly between IDAMP and the old DAMP.
  • Mark worked on vistools.py, improving the support for cdsMuxMatrix blocks (e.g., OSEM2EUL) and adding support for cdsRampMuxMatrix blocks (e.g., the newly introduced DAMPMODE). He also created two sets of unit tests, unittest.py and unittest.sh, for the two modes of use (as a Python module in other Python programs, and as a command-line utility in bash).

Report for week of 5/13

  • Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN OL. The Y signal was fairly clean and the Y RMS angular velocity requirement was met. However the L signal was quite noisy, and was also contaminating the P signal due to the large cross terms in the diagonalization matrix. The RMS L from 5 Hz down with damping on was around 10 µm/s, which is 10 times the requirement. However little of this was due to pendulum resonances - most of the noise was featureless and broadband. In displacement units the noise was flat up to about 1 Hz and then smoothly rolled off to f^-2. The noise in the raw P and Y signals (not yet divided by the sum) was about 10 times the noise in the SUM
  • We tried improving the noise with different whitening settings. Increasing the overall gain, increasing it at the QPD but reducing it at the whitening filter, and switching off the 1-10Hz boost whitening filter (and compensating software filter) had no effect. Blocking the beam reduced the noise by about 2 orders and brought the raw P and Y in line with the SUM, suggesting that the problem was before the QPD.
  • Mark swapped in an improved version of vistools.py, debugged a few small issues, and simplified the TYPEB.py Guardian.

Vacation/Travel Info

  • Terrence's next visit from 4/18 to 7/27.
  • Mark's US vacation from 5/22 to 6/11.
  • Mark's final day 6/28.

KAGRA/Subgroups/VIS/TypeB/Minutes (last edited 2022-10-28 10:02:46 by fabian.arellano)