Simulating an inverted pendulum
Afficher commentaires plus anciens
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
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Programmatic Tuning dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!