nass-simscape/org/metrology_frame.org

5.2 KiB

Study of the Metrology Frame

Flexibility of the reference mirror

Introduction   ignore

In this section we wish to see how a flexibility between the nano-hexapod's top platform and the reference mirror will change the plant dynamics and limits the performance.

First, we identify the dynamics of the system for an infinitely rigid reference mirror, and then for a reference mirror with a limited resonance frequency.

We will compare the two dynamics and conclude.

Initialization

We initialize all the stages with the default parameters.

  initializeGround();
  initializeGranite();
  initializeTy();
  initializeRy();
  initializeRz();
  initializeMicroHexapod();
  initializeAxisc();
  initializeNanoHexapod();

We first consider a rigid Sample to simplify the analysis.

  initializeSample('type', 'rigid');

Rigid fixation between the metrology frame and the nano-hexapod

Let's first consider a rigid reference mirror and we identify the dynamics of the system.

  initializeMirror('type', 'rigid');

Flexible fixation between the metrology frame and the nano-hexapod

We now initialize a reference mirror with a main resonance frequency at $200\ [Hz]$.

  initializeMirror('type', 'flexible', 'freq', 200*ones(6,1));

And we re identify the plant dynamics.

Comparison

The obtained transfer functions from $\mathcal{F}_z$ to $\mathcal{X}_z$ when considering a rigid reference mirror and a flexible one are shown in Figure fig:effect_mirror_flexibility_fz_dz.

/tdehaeze/nass-simscape/media/commit/4e531a6673dc792b541c40c168d6f966ff360985/org/figs/effect_mirror_flexibility_fz_dz.png

Effect of the mirror flexibility on the transfer function from $\mathcal{F}_z$ to $\mathcal{X}_z$

Conclusion

A flexibility between the nano-hexapod top platform and the reference mirror will appear in the plant as two complex conjugate poles at the frequency of the resonance of the mirror on top of the nano-hexapod. This induces 180 degrees of phase drop on the plant and will limit the attainable controller bandwidth.

This phase drop appears whatever the nano-hexapod stiffness. Thus, care should be taken when designing the fixation of the reference mirror on top of the nano-hexapod.