Differences between revisions 397 and 427 (spanning 30 versions)
Revision 397 as of 2019-03-01 16:42:06
Size: 2605
Editor: MarkBarton
Comment:
Revision 427 as of 2019-05-30 14:48:39
Size: 7144
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
==== Report for the week of 2/25 ==== ==== Report for the week 5/27 (written by Fabian) ====
 * Shoda-san updated the Type B watchdog. Upon tripping the amount of actuation will ramp down to zero.
 * Terrence updated the BS guardian.
 * Terrence designed a VIS status monitor. Aso-san said the font was too small.
 * Terrence worked on SRM inertial damping. There is coherence between the geophones and LVDTs at 0.1 Hz.
 * Fabian and Yokozawa-san measured the settings of the SR3 LVDT driver. Klog entry pending.
 * In the weekly comissioning meeting Fabian made the commitment of writing a list of the measurements we want to do with the DRMI for Type B characterization.I will write it by next week and send it around for comnents.
Line 7: Line 13:
 * 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.
=== Type B (Mark) ===
==== Report for the week 5/20 (written by Fabian) ====
 * Terrence implemented a filter for the inertial damping. See entry [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8905|8905]].
 * The highlight of the week is Terrence's measurement of the residual motion of the SR2 optic: as measured by the oplev, it does fulfill the RMS displacement and velocity requirements for lock acquisition and, partially, for the observation mode also. See the report at klog entry [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8949|8949]].
  * The integrated RMS was calculated from 5 Hz to DC because there are some peaks between 8 Hz and 10 Hz and whose origin still has to be clarified. See the report at entries [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8918|8918]] and [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8933|8933]].
  * After Akutsu-san's suggestion Terrence improved the air shield in two rounds, including a cylindrical cover around the viewport. This reduced the noise by about a factor of 10.
  * He realized setting up the shield may have slightly changed something in the oplev and carried out another round of diagonalization.
  * He realized the H3 coil was not working. We fixed it.A cable was disconnected.
  * The optic residual motion in L showed a large peaks close to 0.2 Hz, which is where the micro-seismic may become apparent. The peak was not seen in P or Y. The inertial damping system is likely not working in a suitable way. The blending frequency is 0.190 Hz which may not be low enough.
  * At the end measurement of the residual motion reported was carried out with inertial damping only in yaw.
 * Fabian, Terrence and Fujii-kun measured the settings of the SR2, BS LVDT drivers and one of SR2's. See klogs [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8941|8941]] , [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8951|8951]] and [[http://klog.icrr.u-tokyo.ac.jp/osl/?r=8952|8952]].
 * Fabian worked more on the calculation of the amount of sensor noise injected:
  * I imported Panwei's OSEM noise measurements and calculated the virtual sensor noise.
  * I imported Fujii-kun's measuement of the geophone noise and calculated the virtual sensor noise.
  * I imported the blending filter
  * I wrote lots of comments in Sekiguchi-kun's Matlab scripts.
  * I will write a klog soon with preliminar results.
 * Fabian submitted and abstract for the Autumn JPS meeting on September.
Line 29: Line 32:
==== Plan for week of 3/11 =====
 * Mark at Kamioka full week?
 * Enzo at Kamioka Mon, Tue, then JPS.
 *
==== Plan for the week 5/25 ====
 * Terrence will work in the optimization of the inertial damping.
 * Fabian will continue with the calculation and prepare a presentation for the conference in Brazil.

==== 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 measured Q's for nearly all modes on SR2 from TFs and then did some ring-down tests to get a better estimate of some high-Q modes.
 * Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN and TILT OLs.
  * 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. Akutsu-san says the noise spectrum looks like it may be limited by air currents, and we probably need better wind shielding.
 * Mark swapped in an improved version of `vistools.py`, debugged a few small issues, and simplified the `TYPEB.py` Guardian.
 * Fabian embarked on a project to calculate the residual motion within KAGRA's observation band (beginning at 10 Hz) to make sure The Type B suspension fulfills the requirement, and calculate the speed of the optic to make sure we can acquire the lock.
  * He modified Takanori's Simulink/Matlab simulation in order to include the length sensing oplev and its control feedback path.
  * He imported Enzo's IM/GAS/IP-LVDT filters into the simulation.
  * He imported into the simulation the measured LVDT floor noise (sensitivities).
  * He calculated the IP-L, IP-T and IP-Y sensitivities.

==== Plan for week of 5/20 ====
 * Mark at Mitaka Mon, Tue; US from Wed till 6/11.
 * Fabian
  * Import Panwei's OSEM sensitivity measurements and calculate the sensitivity of the virtual IM sensors.
  * Import geophones sensitivities and calculate the sensitivity of the corresponding virtual sensors.
  * Import Licia's and Terrence's inertial sensing filters.
 * Terrence
  * Try to reduce the OL noise and get better estimates of the RMS velocity with damping on.
Line 34: Line 66:
 * 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.
 * Terrence's next visit from 4/18 to 7/27.
 * Mark's US vacation from 5/22 to 6/11.
 * Fabian at conference in Brazil from 5/31 to 6/17.
 * 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 the week 5/27 (written by Fabian)

  • Shoda-san updated the Type B watchdog. Upon tripping the amount of actuation will ramp down to zero.
  • Terrence updated the BS guardian.
  • Terrence designed a VIS status monitor. Aso-san said the font was too small.
  • Terrence worked on SRM inertial damping. There is coherence between the geophones and LVDTs at 0.1 Hz.
  • Fabian and Yokozawa-san measured the settings of the SR3 LVDT driver. Klog entry pending.
  • In the weekly comissioning meeting Fabian made the commitment of writing a list of the measurements we want to do with the DRMI for Type B characterization.I will write it by next week and send it around for comnents.

Type B (Mark)

Report for the week 5/20 (written by Fabian)

  • Terrence implemented a filter for the inertial damping. See entry 8905.

  • The highlight of the week is Terrence's measurement of the residual motion of the SR2 optic: as measured by the oplev, it does fulfill the RMS displacement and velocity requirements for lock acquisition and, partially, for the observation mode also. See the report at klog entry 8949.

    • The integrated RMS was calculated from 5 Hz to DC because there are some peaks between 8 Hz and 10 Hz and whose origin still has to be clarified. See the report at entries 8918 and 8933.

    • After Akutsu-san's suggestion Terrence improved the air shield in two rounds, including a cylindrical cover around the viewport. This reduced the noise by about a factor of 10.
    • He realized setting up the shield may have slightly changed something in the oplev and carried out another round of diagonalization.
    • He realized the H3 coil was not working. We fixed it.A cable was disconnected.
    • The optic residual motion in L showed a large peaks close to 0.2 Hz, which is where the micro-seismic may become apparent. The peak was not seen in P or Y. The inertial damping system is likely not working in a suitable way. The blending frequency is 0.190 Hz which may not be low enough.
    • At the end measurement of the residual motion reported was carried out with inertial damping only in yaw.
  • Fabian, Terrence and Fujii-kun measured the settings of the SR2, BS LVDT drivers and one of SR2's. See klogs 8941 , 8951 and 8952.

  • Fabian worked more on the calculation of the amount of sensor noise injected:
    • I imported Panwei's OSEM noise measurements and calculated the virtual sensor noise.
    • I imported Fujii-kun's measuement of the geophone noise and calculated the virtual sensor noise.
    • I imported the blending filter
    • I wrote lots of comments in Sekiguchi-kun's Matlab scripts.
    • I will write a klog soon with preliminar results.
  • Fabian submitted and abstract for the Autumn JPS meeting on September.

Plan for the week 5/25

  • Terrence will work in the optimization of the inertial damping.
  • Fabian will continue with the calculation and prepare a presentation for the conference in Brazil.

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 measured Q's for nearly all modes on SR2 from TFs and then did some ring-down tests to get a better estimate of some high-Q modes.
  • Terrence and Mark looked at the velocity and angular velocity noise of the SR2 as reported by the LEN and TILT OLs.
    • 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. Akutsu-san says the noise spectrum looks like it may be limited by air currents, and we probably need better wind shielding.
  • Mark swapped in an improved version of vistools.py, debugged a few small issues, and simplified the TYPEB.py Guardian.

  • Fabian embarked on a project to calculate the residual motion within KAGRA's observation band (beginning at 10 Hz) to make sure The Type B suspension fulfills the requirement, and calculate the speed of the optic to make sure we can acquire the lock.
    • He modified Takanori's Simulink/Matlab simulation in order to include the length sensing oplev and its control feedback path.
    • He imported Enzo's IM/GAS/IP-LVDT filters into the simulation.
    • He imported into the simulation the measured LVDT floor noise (sensitivities).
    • He calculated the IP-L, IP-T and IP-Y sensitivities.

Plan for week of 5/20

  • Mark at Mitaka Mon, Tue; US from Wed till 6/11.
  • Fabian
    • Import Panwei's OSEM sensitivity measurements and calculate the sensitivity of the virtual IM sensors.
    • Import geophones sensitivities and calculate the sensitivity of the corresponding virtual sensors.
    • Import Licia's and Terrence's inertial sensing filters.
  • Terrence
    • Try to reduce the OL noise and get better estimates of the RMS velocity with damping on.

Vacation/Travel Info

  • Terrence's next visit from 4/18 to 7/27.
  • Mark's US vacation from 5/22 to 6/11.
  • Fabian at conference in Brazil from 5/31 to 6/17.
  • Mark's final day 6/28.

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