How do I create a controller to stabilize an inverted pendulum in Simulink?
조회 수: 9 (최근 30일)
이전 댓글 표시
I currently have a inverted pendulum designed in Simscape multibody and it moves by shifting the base from side to side using a prismatic joint (and an input signal to determine the position of the pendulums base). I now want to keep the pendulum upright as the base shifts,using some sort of control system, and I'm not sure how to do this.
댓글 수: 0
채택된 답변
Nikhil
2023년 6월 13일
You can refer to this article Control of an Inverted Pendulum on a Cart which discusses how to design a PD controller for an inverted pendulum model in Simscape. The x (displacement) and theta (angle) data are imported into Simulink where the controller is designed.
Additionally, you can refer to this article for optimising the control loop parameters: Inverted Pendulum Controller Tuning
댓글 수: 1
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Programmatic Tuning에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!