PID gains from a Transfer Function of a mass-spring-damper system

조회 수: 3 (최근 30일)
Miguel
Miguel 2014년 6월 19일
답변: Arkadiy Turevskiy 2014년 6월 24일
I am looking to calculate the PID gains (Kp, Ki -> Ti, Kd -> Td) of a PID controller in Matlab. From the state-space model, I calculated the transfer function to be:
I tried doing this tutorial but I am having trouble using the feedback function since the numerator of the transfer function doesn't match the other parameter.
Does anyone have any advice?
For reference, my system model is:
Thank you!

답변 (1개)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014년 6월 24일
Well, your system has 1 input (force) and 2 outputs (x1,x2), so it is a single input - multi output system. The tutorial you tried to follow is showing how to design a PID Controller for a single-input single-output system.
What do you need to control in your system, is it x2? That would be most reasonable thing to do.
If that is the case, then the transfer function you should be looking at is F to x2.

카테고리

Help CenterFile Exchange에서 PID Controller Tuning에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by