Differences between revisions 326 and 397 (spanning 71 versions)
Revision 326 as of 2018-09-21 10:48:16
Size: 2030
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 6: Line 5:
==== Report for week of 9/17 ====
 * Monday 9/17 was holiday.
 * We optimized the trim mass on the SF to get more balance torque with less total mass. We now have a reserve of 480 g for the yaw pico.
 * We set the SF damper gap to 6 mm.
 * We set the SR2 pitch with the optic lever, aligned the IRM and set all the OSEMs to have good clearance and midrange output.
 * We locked the SR2 suspension (except for the SF) and craned it into the tank.
 * We moved the vacuum feedthroughs over to the tank.
 * With help from Ohishi-san, we removed the First Contact from SR2.
 * Mark did an audit of all the electronics boxes and updated the item list and S-number file cards on JGWDoc.
 * Mark did an inventory of some thin arc weights and finalized the number to order (8*38 mm + 9*10 mm).
 * Panwei copied control filters over from the SR3.
 
==== Plan for week of 9/24 ====
 * Monday 9/17 is holiday (Respect for the Aged Day).
 * Enzo on vacation.
 * Mark, Hirata-san, Fabian, Panwei at Kamioka Tue-Fri.
===== SR2 =====
 * Remove First Contact.
 * Move SR2 in-air cables.
 * Unlock and realign suspension.
===== SRM =====
 * Set pitch of SRM and RM, tighten clamps, remove winch system.
 * Weigh IM/... section.
 * Build up SS to BF level.
 * Add BF.
==== Report for the week of 2/25 ====
Line 32: Line 7:
==== Plan for week of 9/24 ====
 * Monday 9/24 is holiday (Autumn Equinox).
 * Mark, Hirata-san, Fabian, Panwei at Kamioka Tue-Fri.
 * Suspend IM and tweak height/balance.
===== SRM =====
 * Cable/test BF.
 * Install IRM.
 * Install/cable/test IM OSEMs.
 * 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.
Line 41: Line 29:
==== 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)]]

==== Vacation Info ====
 * Mark: 9/10-14 (job interview in US).
 * Enzo: 9/14 JPS, 9/15 through 10/8 vacation in Chile.
==== 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)