필터 지우기
필터 지우기

how can i simulated electrohydraulic servo valve ?

조회 수: 1 (최근 30일)
Borislav
Borislav 2012년 9월 19일
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!

답변 (1개)

Ryan G
Ryan G 2012년 9월 20일
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.

카테고리

Help CenterFile Exchange에서 Simscape Fluids에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by