diff --git a/disturbance-control-system/index.html b/disturbance-control-system/index.html index 6cc34af..5d978e0 100644 --- a/disturbance-control-system/index.html +++ b/disturbance-control-system/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Measurements @@ -273,76 +273,73 @@ for the JavaScript code in this tag.
UP | - HOME + HOME

Measurements

Table of Contents

-

-Back to main page. -

For all the measurements shown here: @@ -353,13 +350,12 @@ For all the measurements shown here:

  • the voltage amplifiers include a low pass filter with a cut-off frequency at 1kHz
  • -
    -

    1 Effect of all the control systems on the Sample vibrations

    +
    +

    1 Effect of all the control systems on the Sample vibrations

    - +

    -

    All the files (data and Matlab scripts) are accessible here. @@ -368,8 +364,8 @@ All the files (data and Matlab scripts) are accessible -

    1.1 Experimental Setup

    +
    +

    1.1 Experimental Setup

    We here measure the signals of two geophones: @@ -388,7 +384,7 @@ First, all the control systems are turned ON, then, they are turned one by one. Each measurement are done during 50s.

    - +
    @@ -508,8 +504,8 @@ Each of the mat file contains one array data with 3 co -
    -

    1.2 Load data

    +
    +

    1.2 Load data

    We load the data of the z axis of two geophones. @@ -526,15 +522,15 @@ d8 = load( -

    1.3 Analysis - Time Domain

    +
    +

    1.3 Analysis - Time Domain

    First, we can look at the time domain data and compare all the measurements:

      -
    • comparison for the geophone at the sample location (figure 1)
    • -
    • comparison for the geophone on the granite (figure 2)
    • +
    • comparison for the geophone at the sample location (figure 1)
    • +
    • comparison for the geophone on the granite (figure 2)
    @@ -554,7 +550,7 @@ legend( +

    time_domain_sample.png

    Figure 1: Comparison of the time domain data when turning off the control system of the stages - Geophone at the sample location

    @@ -578,7 +574,7 @@ legend( +

    time_domain_marble.png

    Figure 2: Comparison of the time domain data when turning off the control system of the stages - Geophone on the marble

    @@ -586,8 +582,8 @@ legend( -

    1.4 Analysis - Frequency Domain

    +
    +

    1.4 Analysis - Frequency Domain

    dt = d3(2, 3) - d3(1, 3);
    @@ -598,8 +594,8 @@ win = hanning(ceil
     
    -
    -

    1.4.1 Vibrations at the sample location

    +
    +

    1.4.1 Vibrations at the sample location

    First, we compute the Power Spectral Density of the signals coming from the Geophone located at the sample location. @@ -615,7 +611,7 @@ First, we compute the Power Spectral Density of the signals coming from the Geop

    -And we compare all the signals (figures 3 and 4). +And we compare all the signals (figures 3 and 4).

    figure;
    @@ -636,7 +632,7 @@ legend(
    +

    psd_sample_comp.png

    Figure 3: Amplitude Spectral Density of the signal coming from the top geophone

    @@ -644,7 +640,7 @@ legend( +

    psd_sample_comp_high_freq.png

    Figure 4: Amplitude Spectral Density of the signal coming from the top geophone (zoom at high frequencies)

    @@ -652,8 +648,8 @@ legend( -

    1.4.2 Vibrations on the marble

    +
    +

    1.4.2 Vibrations on the marble

    Now we plot the same curves for the geophone located on the marble. @@ -669,7 +665,7 @@ Now we plot the same curves for the geophone located on the marble.

    -And we compare the Amplitude Spectral Densities (figures 5 and 6) +And we compare the Amplitude Spectral Densities (figures 5 and 6)

    figure;
    @@ -690,7 +686,7 @@ legend(
    +

    psd_marble_comp.png

    Figure 5: Amplitude Spectral Density of the signal coming from the top geophone

    @@ -698,7 +694,7 @@ legend( +

    psd_marble_comp_high_freq.png

    Figure 6: Amplitude Spectral Density of the signal coming from the top geophone (zoom at high frequencies)

    @@ -706,11 +702,11 @@ legend( -

    1.5 Effect of the control system on the transmissibility from ground to sample

    +
    +

    1.5 Effect of the control system on the transmissibility from ground to sample

    -As the feedback loops change the dynamics of the system, we should see differences on the transfer function from marble velocity to sample velocity when turning off the control systems (figure 7). +As the feedback loops change the dynamics of the system, we should see differences on the transfer function from marble velocity to sample velocity when turning off the control systems (figure 7).

    @@ -770,15 +766,15 @@ xlim( +

    trans_comp.png

    Figure 7: Comparison of the transfer function from the geophone on the marble to the geophone at the sample location

    -
    -

    1.6 Conclusion

    +
    +

    1.6 Conclusion

    Table 1: Summary of the measurements and the states of the control systems
    +
    @@ -959,7 +954,7 @@ Each of the mat file contains one array data with 3 co
    Table 2: Summary of the measurements and the states of the control systems
    -
    +

    IMG_20190507_101459.jpg

    Figure 8: Voltage amplifier settings for the measurement

    @@ -967,8 +962,8 @@ Each of the mat file contains one array data with 3 co
    -
    -

    2.2 Load data

    +
    +

    2.2 Load data

    We load the data of the z axis of two geophones. @@ -985,15 +980,15 @@ d_he = load( -

    2.3 Analysis - Time Domain

    +
    +

    2.3 Analysis - Time Domain

    First, we can look at the time domain data and compare all the measurements:

      -
    • comparison for the geophone at the sample location (figure 9)
    • -
    • comparison for the geophone on the granite (figure 10)
    • +
    • comparison for the geophone at the sample location (figure 9)
    • +
    • comparison for the geophone on the granite (figure 10)
    @@ -1013,7 +1008,7 @@ legend( +

    time_domain_sample_lpf.png

    Figure 9: Comparison of the time domain data when turning off the control system of the stages - Geophone at the sample location

    @@ -1037,7 +1032,7 @@ legend( +

    time_domain_marble_lpf.png

    Figure 10: Comparison of the time domain data when turning off the control system of the stages - Geophone on the marble

    @@ -1045,8 +1040,8 @@ legend( -

    2.4 Analysis - Frequency Domain

    +
    +

    2.4 Analysis - Frequency Domain

    dt = d_of(2, 3) - d_of(1, 3);
    @@ -1057,8 +1052,8 @@ win = hanning(ceil
     
    -
    -

    2.4.1 Vibrations at the sample location

    +
    +

    2.4.1 Vibrations at the sample location

    First, we compute the Power Spectral Density of the signals coming from the Geophone located at the sample location. @@ -1074,7 +1069,7 @@ First, we compute the Power Spectral Density of the signals coming from the Geop

    -And we compare all the signals (figures 11 and 12). +And we compare all the signals (figures 11 and 12).

    figure;
    @@ -1095,7 +1090,7 @@ legend(
    +

    psd_sample_comp_lpf.png

    Figure 11: Amplitude Spectral Density of the signal coming from the top geophone

    @@ -1103,7 +1098,7 @@ legend( +

    psd_sample_comp_high_freq_lpf.png

    Figure 12: Amplitude Spectral Density of the signal coming from the top geophone (zoom at high frequencies)

    @@ -1111,8 +1106,8 @@ legend( -

    2.4.2 Vibrations on the marble

    +
    +

    2.4.2 Vibrations on the marble

    Now we plot the same curves for the geophone located on the marble. @@ -1128,7 +1123,7 @@ Now we plot the same curves for the geophone located on the marble.

    -And we compare the Amplitude Spectral Densities (figures 13 and 14) +And we compare the Amplitude Spectral Densities (figures 13 and 14)

    figure;
    @@ -1149,7 +1144,7 @@ legend(
    +

    psd_marble_comp_lpf.png

    Figure 13: Amplitude Spectral Density of the signal coming from geophone located on the marble

    @@ -1157,7 +1152,7 @@ legend( +

    psd_marble_comp_lpf_high_freq.png

    Figure 14: Amplitude Spectral Density of the signal coming from the geophone located on the marble (zoom at high frequencies)

    @@ -1166,8 +1161,8 @@ legend( -

    2.5 Conclusion

    +
    +

    2.5 Conclusion

    -
    -

    4.1.1 From Marble to Ty - mat/meas_010.mat

    +
    +

    4.1.1 From Marble to Ty - mat/meas_010.mat

    -One geophone is on the marble, one is on the Ty stage (see figures 18, 19 and 20). +One geophone is on the marble, one is on the Ty stage (see figures 18, 19 and 20).

    @@ -1453,21 +1446,21 @@ The data array contains the following columns: -

    +

    IMG_20190430_155330.jpg

    Figure 18: Setup with one geophone on the marble and one on top of the translation stage

    -
    +

    IMG_20190430_155335.jpg

    Figure 19: Setup with one geophone on the marble and one on top of the translation stage - Close up view

    -
    +

    IMG_20190430_155342.jpg

    Figure 20: Setup with one geophone on the marble and one on top of the translation stage - Top view

    @@ -1475,11 +1468,11 @@ The data array contains the following columns:
    -
    -

    4.1.2 From Marble to Ry - mat/meas_011.mat

    +
    +

    4.1.2 From Marble to Ry - mat/meas_011.mat

    -One geophone is on the marble, one is on the Ry stage (see figure 21) +One geophone is on the marble, one is on the Ry stage (see figure 21)

    @@ -1518,7 +1511,7 @@ The data array contains the following columns: -

    +

    IMG_20190430_163919.jpg

    Figure 21: Setup with one geophone on the marble and one on top of the Tilt Stage

    @@ -1526,11 +1519,11 @@ The data array contains the following columns:
    -
    -

    4.1.3 From Ty to Ry - mat/meas_012.mat

    +
    +

    4.1.3 From Ty to Ry - mat/meas_012.mat

    -One geophone is on the Ty stage, one is on the Ry stage (see figures 22, 23 and 24) +One geophone is on the Ty stage, one is on the Ry stage (see figures 22, 23 and 24) One geophone on the Ty stage, one geophone on the Ry stage.

    @@ -1570,21 +1563,21 @@ The data array contains the following columns: -
    +

    IMG_20190430_170405.jpg

    Figure 22: Setup with one geophone on the translation stage and one on top of the Tilt Stage

    -
    +

    IMG_20190430_170418.jpg

    Figure 23: Setup with one geophone on the translation stage and one on top of the Tilt Stage - Top view

    -
    +

    IMG_20190430_170425.jpg

    Figure 24: Setup with one geophone on the translation stage and one on top of the Tilt Stage - Close up view

    @@ -1593,8 +1586,8 @@ The data array contains the following columns:
    -
    -

    4.2 Load data

    +
    +

    4.2 Load data

    We load the data of the z axis of two geophones. @@ -1608,8 +1601,8 @@ ty_ry = load( -

    4.3 Analysis - Time Domain

    +
    +

    4.3 Analysis - Time Domain

    First, we can look at the time domain data. @@ -1628,7 +1621,7 @@ xlim( +

    time_domain_m_ty.png

    Figure 25: Time domain - Marble and translation stage

    @@ -1648,7 +1641,7 @@ xlim( +

    time_domain_m_ry.png

    Figure 26: Time domain - Marble and tilt stage

    @@ -1667,7 +1660,7 @@ xlim( +

    time_domain_ty_ry.png

    Figure 27: Time domain - Translation stage and tilt stage

    @@ -1675,8 +1668,8 @@ xlim( -

    4.4 Analysis - Frequency Domain

    +
    +

    4.4 Analysis - Frequency Domain

    dt = m_ty(2, 3) - m_ty(1, 3);
    @@ -1687,7 +1680,7 @@ win = hanning(ceil
     
     

    -First, we compute the transfer function estimate between the two geophones for the 3 experiments (figure 28). We also plot their coherence (figure 29). +First, we compute the transfer function estimate between the two geophones for the 3 experiments (figure 28). We also plot their coherence (figure 29).

    [T_m_ty,  f] = tfestimate(m_ty(:, 1),  m_ty(:, 2),  win, [], [], Fs);
    @@ -1726,7 +1719,7 @@ xlim(
    +

    compare_tf_geophones.png

    Figure 28: Transfer function from the first geophone to the second geophone for the three experiments

    @@ -1741,7 +1734,7 @@ xlim( +

    coherence_two_geophones.png

    Figure 29: Coherence between the two geophones for the three experiments

    @@ -1749,8 +1742,8 @@ xlim( -

    4.5 Conclusion

    +
    +

    4.5 Conclusion

    @@ -1764,7 +1757,7 @@ These measurements are not relevant.

    Author: Dehaeze Thomas

    -

    Created: 2019-05-10 ven. 11:35

    +

    Created: 2019-05-14 mar. 22:53

    Validate

    diff --git a/index.html b/index.html index a8bb2c1..fc6b86e 100644 --- a/index.html +++ b/index.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + Measurement of the ID31 Micro-Station @@ -254,83 +254,59 @@ for the JavaScript code in this tag.

    Table of Contents

    -
    -

    1 Measurements of the dynamics of the station

    +

    +This web-page gathers all the measurements done on the ID31 Micro Station. +

    + +
    +

    1 Measurements of the dynamics of the station

    -
    -

    1.1 Measurement 1

    + +
    +

    1.1 Measurement 1

    -
    -

    1.1.1 Notes

    +
    +

    1.1.1 Notes

    @@ -369,8 +345,8 @@ Dynamics of the station is evaluated using instrumented hammer and accelerometer -
    -

    1.1.2 Goal

    +
    +

    1.1.2 Goal

    • Obtain a first estimation of resonance frequencies
    • @@ -378,28 +354,31 @@ Dynamics of the station is evaluated using instrumented hammer and accelerometer
    -
    -

    1.1.3 Results

    +
    +

    1.1.3 Results

    -

    -Resonances have been identified at 45Hz and 75Hz. -However, the quality of the measurements are bad at low frequency. -New measurements should be done with Geophones. -

    +
    +
      +
    • Resonances have been identified at 45Hz and 75Hz
    • +
    • However, the quality of the measurements are bad at low frequency
    • +
    • New measurements should be done with Geophones
    • +
    + +
    -
    -

    1.2 Measurement 2

    +
    +

    1.2 Measurement 2

    -
    -

    1.2.1 Notes

    +
    +

    1.2.1 Notes

    @@ -439,8 +418,8 @@ New measurements should be done with Geophones. -
    -

    1.2.2 Goal

    +
    +

    1.2.2 Goal

    Obtain better coherence at low frequency. @@ -448,27 +427,30 @@ Obtain better coherence at low frequency.

    -
    -

    1.2.3 Results

    +
    +

    1.2.3 Results

    -

    -Resonances at 42Hz, 70Hz and 125Hz have been identified. -The coherence is much better than when using accelerometers. -

    +
    +
      +
    • Resonances at 42Hz, 70Hz and 125Hz have been identified
    • +
    • The coherence is much better than when using accelerometers
    • +
    + +
    -
    -

    1.3 Measurement 3

    +
    +

    1.3 TODO Measurement 3

    -
    -

    1.3.1 Notes

    +
    +

    1.3.1 Notes

    @@ -503,8 +485,8 @@ The coherence is much better than when using accelerometers. -
    -

    1.3.2 Goal

    +
    +

    1.3.2 Goal

    The station is now installed on the experimental hutch with a glued granite (final location). @@ -513,268 +495,56 @@ The station is identified again.

    -
    -

    1.3.3 Results

    +
    +

    1.3.3 Results

    +
    +
    +

    + +

    + +
    +
    -
    -

    2 Measurements of perturbations

    +
    +

    2 Measurements of perturbations

    -
    -
    -

    2.1 Noise coming from the control loop of each stage

    - - -
    -

    2.1.1 Notes

    -
    -
    - - --- -- - - - - - - - - - - - - - - - - -
    Date2018-10-15
    SensorsGeophones
    LocationExperimental Hutch
    -
    -
    - -
    -

    2.1.2 Goal

    -
    -

    -The objective is to estimate how much perturbation is injected in the system by the control systems of each stages of the micro station. -

    - -

    -Geophones are located on the structure. -Each stage is turned on and off. -The signals of the geophones are then compared when the stage is on and off. -

    -
    -
    - - -
    -
    -

    2.2 Static guiding error estimation

    - - -
    -

    2.2.1 Notes

    -
    - - - --- -- - - - - - - - - - - - - - - - - -
    Date2019-01-09
    SensorsInterferometer
    LocationExperimental Hutch
    - -

    -Each stage is statically moved of all its stroke on after the other. -A metrology element is located at the sample position and its motion is measured in translations and rotations. -For each small displacement, the stage is stopped and the motion of the sample is recorded and averaged. -

    -
    -
    - -
    -

    2.2.2 Goal

    -
    -

    -The goal is to estimate the guiding errors of each stage. -

    -
    -
    - -
    -

    2.2.3 Results

    -
    -
    - -
    -

    2.3 Ground motion measurements

    - - -
    -

    2.3.1 Notes

    -
    - - - --- -- - - - - - - - - - - - - - - - - -
    Date2014-10
    SensorsGeophone
    LocationID31 Floor
    -
    -
    - -
    -

    2.3.2 Goal

    -
    -

    -The objective is to obtain the Power Spectral Density of the ground motion at the ID31 floor. -

    -
    -
    - -
    -

    2.3.3 Results

    -
    -
    - -
    -

    2.4 Spindle Measurements

    - - -
    -

    2.4.1 Notes

    -
    - - - --- -- - - - - - - - - - - - -
    Date2017-04-25
    LocationPEL Lab
    -
    -
    - -
    -

    2.4.2 Goal

    -
    -

    -The goal is to estimate all the error motions induced by the Spindle -

    -
    -
    - -
    -

    2.4.3 Results

    -
    -
    -
    - -

    Author: Thomas Dehaeze

    -

    Created: 2019-05-10 ven. 09:12

    +

    Created: 2019-05-14 mar. 23:02

    Validate

    diff --git a/index.org b/index.org index a23e6cb..bafeb86 100644 --- a/index.org +++ b/index.org @@ -75,71 +75,22 @@ The station is identified again. #+end_important * Measurements of perturbations -- [[file:slip-ring-spindle-vibrations/index.org][Measurement of the vibrations induced by the rotation of the slip-ring and spindle]] +- [[file:disturbance-sr-rz/index.org][Measurement of the vibrations induced by the rotation of the slip-ring and spindle]] +- [[file:disturbance-ty-sr/index.org][Measurement of the vibrations induced by the simultaneous rotation of the slip-ring and scan of the translation stage]] +- [[file:disturbance-measurement/index.org][Disturbance Measurement - Spindle]] TODO - [[file:slip-ring-electrical-noise/index.org][Measurement of the electrical noise induced by the slip-ring]] - [[file:ground-motion/index.org][Ground motion measurements]] -- [[file:static-to-dynamic/index.org][Static guiding errors]] +- [[file:static-to-dynamic/index.org][Static guiding errors - Ty]] +- [[file:static-spindle/index.org][Static guiding errors - Spindle]] - [[file:disturbance-control-system/index.org][Disturbance induced by the control system of each stage]] - [[file:disturbance-ty/index.org][Vibrations due to Ty scans]] +- [[file:2018-10-15%20-%20Marc/index.org][Perturbation due to the control loop of each stage]] -** Noise coming from the control loop of each stage -[[file:2018-10-15%20-%20Marc/index.org][Link to the analysis]] - -*** Notes -| *Date* | 2018-10-15 | -| *Sensors* | Geophones | -| *Location* | Experimental Hutch | - -*** Goal -The objective is to estimate how much perturbation is injected in the system by the control systems of each stages of the micro station. - -Geophones are located on the structure. -Each stage is turned on and off. -The signals of the geophones are then compared when the stage is on and off. - -*** Results -- The translation stage seems to have effect on the tilt stage at 20Hz. -- The Tilt stage and the Hexapod control systems have no effect on the motion of the other stages. -- The spindle stage control system seems to induce a motion of the Hexapod on the Z direction around 20Hz. - -** Static guiding error estimation -[[file:Static/index.org][Link to the analysis]] - -*** Notes -| *Date* | 2019-01-09 | -| *Sensors* | Interferometer | -| *Location* | Experimental Hutch | - -Each stage is statically moved of all its stroke on after the other. -A metrology element is located at the sample position and its motion is measured in translations and rotations. -For each small displacement, the stage is stopped and the motion of the sample is recorded and averaged. - -*** Goal -The goal is to estimate the guiding errors of each stage. - -*** Results - -** Spindle Measurements -[[file:Spindle/index.org][Link to the analysis]] - -*** Notes -| *Date* | 2017-04-25 | -| *Location* | PEL Lab | - -*** Goal -The goal is to estimate all the error motions induced by the Spindle - -*** Results - -* Other measurements - Instrumentation +* Other - [[file:huddle-test-geophones/index.org][Huddle Test - Geophones]] - [[file:instrumentation/index.org][Measurement on the instrumentation]] - -- [[file:disturbance-measurement/index.org][Disturbance Measurement]] -- [[file:slip-ring-test/index.org][Slip Ring - Noise measurement]] +- [[file:slip-ring-electrical-noise/index.org][Slip Ring - Noise measurement]] - [[file:static-measurements/index.org][Control System Measurement]] - -* Ressources - [[file:actuators-sensors/index.org][Actuators and Sensors]] - [[file:equipment/equipment.org][Equipment used for the measurements]] - [[file:src/index.org][Matlab functions used for the data analysis]] diff --git a/static-spindle/index.org b/static-spindle/index.org index 0b26ec7..fef9504 100644 --- a/static-spindle/index.org +++ b/static-spindle/index.org @@ -36,6 +36,11 @@ The report made by the PEL is accessible [[file:documents/Spindle_report_test.pd #+caption: Measurement setup at the PEL lab [[file:./img/setup_spindle.png]] +| *Date* | 2017-04-25 | +| *Location* | PEL Lab | + +The goal is to estimate all the error motions induced by the Spindle + * Data Processing :PROPERTIES: :header-args:matlab+: :tangle matlab/spindle_data_processing.m diff --git a/static-to-dynamic/index.org b/static-to-dynamic/index.org index bc05568..d2008cb 100644 --- a/static-to-dynamic/index.org +++ b/static-to-dynamic/index.org @@ -33,6 +33,17 @@ The goal here is to analyze the static measurement on the station (guiding error The report by H-P van der Kleij on the static measurement of the ID31 station is available [[file:data/ID31_report_static_meas.pdf][here]]. + +| *Date* | 2019-01-09 | +| *Sensors* | Interferometer | +| *Location* | Experimental Hutch | + +Each stage is statically moved of all its stroke on after the other. +A metrology element is located at the sample position and its motion is measured in translations and rotations. +For each small displacement, the stage is stopped and the motion of the sample is recorded and averaged. + +The goal is to estimate the guiding errors of each stage. + * Static measurement of the translation stage :PROPERTIES: :header-args:matlab+: :tangle matlab/static_ty.m