Differences between revisions 31 and 397 (spanning 366 versions)
Revision 31 as of 2016-06-24 13:21:11
Size: 2284
Editor: MarkBarton
Comment:
Revision 397 as of 2019-03-01 16:42:06
Size: 2605
Editor: MarkBarton
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 5: Line 4:
 * Type B Past Week Summary
  * Mark and Fabian worked at Kamioka:
   * All the parts for the security structure were located. The clamp pieces for the IM are being taken back to Mitaka to have extra screw holes added.
   * The BS/PR2/SR2 area was cleaned and tidied to allow floor removal and assembly frame construction.
   * 21 "Type 1" cables (PI-Flange, Signal) and 15 "Type 5" cables (OSEM) were tested. They all passed. Sufficient tested "Type 2" cables (PI-Flange, Motor) were located in the PR3 area.
   * Hirata-san worked on the Inventor assembly, adding views (originally defined by Mark) of the different phases of construction.
   * Hirata-san shipped 7 SFs and some parts to Kamioka.
   * Hirata-san made assembly drawings of the damper rings and cable clamps for SR.
   * Hirata-san liaised with Mirapro about the frame assembly.
 * Type B ongoing issues
  * Wires
   * Need to decide RM wire thickness and order BS and RM wires. Lead time is a few days from Nilaco.
  * OSEMs
   * Akutsu-san is working to get wide-mouth OSEMs
  * Longer cables for BF->PI and SF->PI.
   * Takahashi-san has ordered extra connectors (due any day) and will get a company to make the cables.
  * Feedthrough Adapters
   * Need large quantity of male and female D-Sub 9, IDC ribbon connectors - Takahashi-san is getting a quote.
  * Can we make SR wire breakers bigger?
   * Fukushima-san will start on machining test soon (as of 5/27).
  * Installation stuff
   * Crane scale - RECEIVED
  * Ballast masses for payload
   * Initial batch received - ordered extra smaller ones to allow for adjustments.
  * Lower breadboard stuff
   * Installation to be incorporated into the procedure document. Mark/Takahashi to discuss.
   * Breadboard springs (in manufacture, expected end of July)
   * Nail-head parts: quote from Mirapro received, not urgent, will be combined with assembly frame order.
  * Documents
   * BS Assembly Procedure [[http://gwdoc.icrr.u-tokyo.ac.jp/cgi-bin/private/DocDB/ShowDocument?docid=4235| E1504235]], [[https://onedrive.live.com/redir?resid=D5CCFA70A378E0D0!195&authkey=!AM_usynuo9QI57g&ithint=folder,webloc|E1504235 draft]]
=== Type B (Mark) ===
==== Report for the week of 2/25 ====

 * Fabian monitored suspensions during the vent.
 * Terrence and Mark made lots of changes to the Guardians and RTMs:
  * Added UI to take snapshots with ALIGNED/MISALIGNED channels (for late use by Guardian).
  * Changed "IM1" and "IM2" in channel names to "IMV" and "IMH"; also "DIO" and "BO" -> "BIO".
  * Created library blocks for BIO and made all the Type B models use them.
  * Tweaked the control topology to be more LIGO-style: the error signal for DC control is sensor-setpoint (not setpoint-sensor as in many controls textbooks); the input to the damping block is the uninverted sensor signal(s); there is a hard-wired -1 after the damping block representing default negative gain.
 * Fabian went inside the SRM chamber and diagnosed the problem that had appeared shortly before vent. It turned out to be yaw of the IP causing a payload cable to touch. He fixed it with the F0 yaw stepper. (He had tried this earlier without success but it turned out the problem was another dead output on the stepper driver.)
 * Terrence traced the geophone issue to a group of dead channels (#20-23) on the AA chassis. We tried replacing the chassis and it fixed not only the geophone issue but an issue in the TILT OL path (#24-27) that we had planned to debug next.
 * We retested the BIO for stepper remote enable system and this time it was working (probably due to the refactoring of the BIO stuff in the model and/or all the restarts).
 * We rebuilt all the IOP models after removing an unneeded ADC1 block (corresponding to hardware that Yoshizawa-san had removed).
 * Enzo and Terrence wrote Python scripts to automate the process of adapting the control filters to the new topology (where the DAMP and DCCTRL functions are in parallel instead of series).
==== Plan for week of 3/4 ====
 * Enzo at Mitaka.
 * Mark, Fabian Mon-Wed (Thu is farewell party).
 * Final tweaks of SRM?
 * Monitor (re-)pumpdown.
 * Tests of new Guardian.
 * Final test of stepper remote enable system (someone in cleanroom checks the lights go on/off).
 * Continue monitoring SRM yaw drift.
 * Setup SRM and SR3 LEN OLs.
 * Work on Type B paper.

==== Plan for week of 3/11 =====
 * Mark at Kamioka full week?
 * Enzo at Kamioka Mon, Tue, then JPS.
 *
==== Vacation/Travel Info ====
 * Enzo vacation, 3/5 and 3/6.
 * Enzo et al. Farewell Party, 3/7.
 * Enzo at JPS then final vacation, 3/13-29
 * Terrence's last day, 3/29.

Scraps of text for incorporation in the VIS Meeting Minutes

KAGRA/Subgroups/VIS/MeetingNAOJ

Type B (Mark)

Report for the week of 2/25

  • Fabian monitored suspensions during the vent.
  • Terrence and Mark made lots of changes to the Guardians and RTMs:
    • Added UI to take snapshots with ALIGNED/MISALIGNED channels (for late use by Guardian).
    • Changed "IM1" and "IM2" in channel names to "IMV" and "IMH"; also "DIO" and "BO" -> "BIO".

    • Created library blocks for BIO and made all the Type B models use them.
    • Tweaked the control topology to be more LIGO-style: the error signal for DC control is sensor-setpoint (not setpoint-sensor as in many controls textbooks); the input to the damping block is the uninverted sensor signal(s); there is a hard-wired -1 after the damping block representing default negative gain.
  • Fabian went inside the SRM chamber and diagnosed the problem that had appeared shortly before vent. It turned out to be yaw of the IP causing a payload cable to touch. He fixed it with the F0 yaw stepper. (He had tried this earlier without success but it turned out the problem was another dead output on the stepper driver.)
  • Terrence traced the geophone issue to a group of dead channels (#20-23) on the AA chassis. We tried replacing the chassis and it fixed not only the geophone issue but an issue in the TILT OL path (#24-27) that we had planned to debug next.
  • We retested the BIO for stepper remote enable system and this time it was working (probably due to the refactoring of the BIO stuff in the model and/or all the restarts).
  • We rebuilt all the IOP models after removing an unneeded ADC1 block (corresponding to hardware that Yoshizawa-san had removed).
  • Enzo and Terrence wrote Python scripts to automate the process of adapting the control filters to the new topology (where the DAMP and DCCTRL functions are in parallel instead of series).

Plan for week of 3/4

  • Enzo at Mitaka.
  • Mark, Fabian Mon-Wed (Thu is farewell party).
  • Final tweaks of SRM?
  • Monitor (re-)pumpdown.
  • Tests of new Guardian.
  • Final test of stepper remote enable system (someone in cleanroom checks the lights go on/off).
  • Continue monitoring SRM yaw drift.
  • Setup SRM and SR3 LEN OLs.
  • Work on Type B paper.

==== Plan for week of 3/11 =====

  • Mark at Kamioka full week?
  • Enzo at Kamioka Mon, Tue, then JPS.

Vacation/Travel Info

  • Enzo vacation, 3/5 and 3/6.
  • Enzo et al. Farewell Party, 3/7.
  • Enzo at JPS then final vacation, 3/13-29
  • Terrence's last day, 3/29.

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