Filter löschen
Filter löschen

how can i simulated electrohydraulic servo valve ?

1 Ansicht (letzte 30 Tage)
Borislav
Borislav am 19 Sep. 2012
Hello, i'm student from Bulgaria. I need help with Matlab simulink ! How to simulate tachometer connected to a hydraulic fixed motor? More specifically, how to convert angular speed of tachometer [rad / s] in current [V] to make feedback to the servo control electronic valve?
Thanks in advance!

Antworten (1)

Ryan G
Ryan G am 20 Sep. 2012
You can use the Rotational Electromechanical Converter from simscape to change between the two realms. If you don't have simscape in your model you can view the source of the block if you do have the simscape library.
This type of conversion would be pretty basic in simulink where
voltage = K * angular_velocity;
where K is rad/s per unit voltage.

Kategorien

Mehr zu Simscape Fluids finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by