diff --git a/content/zettels/voice_coil_actuators.md b/content/zettels/voice_coil_actuators.md index f4699ba..0080fa8 100644 --- a/content/zettels/voice_coil_actuators.md +++ b/content/zettels/voice_coil_actuators.md @@ -56,13 +56,17 @@ As the force is proportional to the current, a [Transconductance Amplifiers]({{< ## Voice Coil for Vertical payload {#voice-coil-for-vertical-payload} -Let's consider a spring-mass system with a force actuator. +Let's consider a spring-mass system with a force actuator (Figure [1](#figure--fig:voice-coil-vertical-mass-spring)). Parameters are: - `m`: the mass payload in [kg] - `k`: the spring constant in [N/m] - `Fmax`: the maximum force applied by the voice coil in [N] + + +{{< figure src="/ox-hugo/voice_coil_vertical_mass_spring.png" caption="Figure 1: Mass Spring System" >}} + `Dg`: deflection due to gravity in [m] `Df`: maximum stroke using the voice coil in [m] `f0`: the resonance frequency of spring-mass system in [Hz] @@ -101,7 +105,7 @@ Fmax = k * Df; % [N] -{{< figure src="/ox-hugo/voice_coil_force_fct_f0.png" caption="Figure 1: Required Voice Coil Force as a function of the paylaod resonance and corresponding deflection due to gravity (mass is 5kg, stroke is 5mm)" >}} +{{< figure src="/ox-hugo/voice_coil_force_fct_f0.png" caption="Figure 2: Required Voice Coil Force as a function of the paylaod resonance and corresponding deflection due to gravity (mass is 5kg, stroke is 5mm)" >}} ### Determine the payload resonance as a function of the wanted stroke {#determine-the-payload-resonance-as-a-function-of-the-wanted-stroke} @@ -125,11 +129,11 @@ Dg = m * g ./ k; % [m] -{{< figure src="/ox-hugo/voice_coil_resonance_fct_stroke.png" caption="Figure 2: Resonance frequency and deflection due to gravity as a function of the wanted stroke (Max voice coil force is 50N and payload mass is 5kg)" >}} +{{< figure src="/ox-hugo/voice_coil_resonance_fct_stroke.png" caption="Figure 3: Resonance frequency and deflection due to gravity as a function of the wanted stroke (Max voice coil force is 50N and payload mass is 5kg)" >}} -{{< figure src="/ox-hugo/voice_coil_stiffness_fct_stroke.png" caption="Figure 3: Resonance frequency and deflection due to gravity as a function of the wanted stroke (Max voice coil force is 50N and payload mass is 5kg)" >}} +{{< figure src="/ox-hugo/voice_coil_stiffness_fct_stroke.png" caption="Figure 4: Resonance frequency and deflection due to gravity as a function of the wanted stroke (Max voice coil force is 50N and payload mass is 5kg)" >}} ## Bibliography {#bibliography} diff --git a/static/ox-hugo/voice_coil_vertical_mass_spring.png b/static/ox-hugo/voice_coil_vertical_mass_spring.png new file mode 100644 index 0000000..4138b34 Binary files /dev/null and b/static/ox-hugo/voice_coil_vertical_mass_spring.png differ