Dear team:
C2000 Digital Control Library
Version 3.2
User’s Guide

There are many PID and PI controllers in C2000 digital control library. Which controller is more suitable for motor position control?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Dear team:
C2000 Digital Control Library
Version 3.2
User’s Guide

There are many PID and PI controllers in C2000 digital control library. Which controller is more suitable for motor position control?
The controller selection depends on the order of your system. If your control signal for position loop is speed, then PI should be the choice. If your control signal is torque (or sometimes current), then PID is recommended since your plant is second order.
The difference between different version of PI or PID are only in the implementation. You can choose the appropriate one based on your personal preference.
Han