A few examples of control system challenges in the LIGO project, so that clever interested researchers can help to solve them.
- make sure you have GIT LFS configured: run
git lfs install
from the repo root dir after cloning the first time - use
git lfs track
before doinggit add
for binary files which you want to store, but don't need version control
- Damping of Mirror Suspension
- Angular Control of Optical Cavity Mirrors
- Hierarchical Control of Mirror Suspension for Optical Cavity Control
- Optimal ID of Linear Systems
- Minimize RMS velocity or displacement of the test mass (mirror). The RMS of test mass longitudinal motion (x), and lateral motion (y) divided by 1000, and vertical motion (z) divided by 1000, must be < 10^-19 m/rHz at 10 Hz, falling faster than 1/f^4 (except for bounce mode peak at ~12 Hz). Pitch (rotation about y) noise, and Yaw (rotation about z) noise, must each be < 10^-17 rad/rHz at 10 Hz, falling faster than 1/f^2. Roll motion should be damped, but specific limit is required.
- Filter sensor noise so the resulting contribution to test mass motion satisfies the criteria given above.
- Avoid saturating the actuators. (MORE DEFINITION NEEDED HERE)
- Locally damped plant as seen by the global alignment controls should be 'simple' and easy to put in a feedback loop.
- Need to have enough gain below 3 Hz
- Need to have low feedthrough of angular noise into DARM
- Does it have to be MIMO?
- The DRMI loops are all low bandwidth. Only cHard is a challenging loop.
- Shape opto-mechanical response to all for 'simple' global alignment controls
- Minimize relative motion of interferometric DoFs
- Avoid saturating the actuators
- Want to have a ~100 Hz bandwidth loop for the longitudinal controls
- How stable should the crossovers be? Variation in the crossovers can distort the calibration.
- Given the existing seismic vibration and sensor noise, try to have a factor of 10-30 between the peak range of the actuator and the RMS of the control signal.
- Minimize relative motion of interferometric DoFs
- Avoid saturating the actuators
- It takes us too long to make transfer function measurements.
-
98% of our measurements are LTI, so no need for thinking of time-dependent, nonlinear systems.
-
90% of our systems can be considered SISO for basic design purposes.
- For the ones where MIMO is necessary, we can always considered a reduced order MIMO system rather than the full state space with all possible off-diagonal elements.
- Description in LIGO Control Systems Wiki
- README in OptimalSysID dir