Simulating an inverted pendulum

12 views (last 30 days)
Hi all,
I'm currently trying to see whether its possible to stabilise a physical inverted pendulum (3d printed) in realtime using matlab and simulink. Originally the project would have a way of changing the inverted pendulum's physical angle, however due to circumstances most will need to be done in simulation. I've created an angle detection program which computes the angle, and the time the angle was recorded at 30cycles/s. I'm wanting to use a PID controller to help control the system. Am I able to do the following process?:
physical inverted pendulum>webcam records>matlab computes time and angle>send time/angle data to simulink>PID to stabilise the pendulum>represent this on simulink inverted pendulum simulation
Or will i need to close the physical loop:
physical inverted pendulum>webcam records>matlab computes time and angle>send time/angle data to simulink>PID to stabilise the pendulum>send signal to driver board motor>change physical inverted pendulum angle
Here is a photo to show what the program records:
A = angle/timestamp recordings,
B = webcam info of real-world inverted pendulum
Any help would be greatly appreciated!
Thanks,
James

Accepted Answer

Nitin Kapgate
Nitin Kapgate on 16 Sep 2020
Here is an example illustrating the implementation of the model of a 2-dimensional inverted pendulum controlled by a PID Controller in Simulink.
To open the 'vrpend' Simulink model, use the following command in your MATLAB command window
vrpend

More Answers (0)

Tags

Community Treasure Hunt

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

Start Hunting!