tuning PID controller in simulink with actual hardware equipments
4 views (last 30 days)
Show older comments
Hello all,
I am working on a project in which i am using pid controllers to tune the gains. My system/controller is multiple input (2) and multiple output (2) type system. The controller is controlling the speed of two motors on an actual hardware. I am NOT writing the transfer function of the plant/motor/system, I am directly using a feedback control loop by acquiring the data from the sensors/encoders, and sending the desired signal to the system/motors for corrective actions. I am using simulink for this purpose.
I just want to know the way of tuning the gains of my controllers by running it in an actual hardware, without writing the transfer function of the plant/system.
0 Comments
Accepted Answer
Sam Chak
on 4 Nov 2022
If the transfer function is unknown, and the system is relatively simple, perhap the model-free extremum-seeking-like approach can be used to tune the gains.
2 Comments
Sam Chak
on 6 Nov 2022
If there is no coupling between the states or the coupling effect is relatively weak, then the tuning should work. Another popular PID tuning method is called the Relay method.
You can search and find many articles on the Relay-based PID Tuning method.
More Answers (0)
See Also
Categories
Find more on Classical Control Design in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!