PID Compensator

The Proportional Integral Derivative (PID) compensator enables you to optimize the frequency response of the filter by using three (3) gain coefficients: Proportional Gain (Kp), Integral Gain (Ki), and Differential Gain (Kd). You might also choose to tune this controller by selecting the placement frequency for the single pole and two zeros, see the figure below - PID Compensator Phase and Gain Characteristics. In this figure, the (-1) slope is the equivalent to -20 dB/decade and the (+1) slope to +20 dB/decade.

PID-Compensator-Phase-and-Gain-Characteristics.PNG

The PID Compensator Transfer Function is shown below.

PID-Compensator-Transfer-Function.PNG

The PID Compensator Design window is shown in the figure below. In this window you must enter the specific information about the hardware configuration along with compensator settings, this includes:

  • PID Gains: You can define the gains for the Proportional, Integral, and Derivative gains
  • Pole / Zeros Frequency: Based on the PID Gains defined, the Digital Compensator Design Tool (DCDT) will calculate and display the frequency location of the pole (at origin) and the two zeros of the compensator.
  • Pulse Width Modulation (PWM) Switching Frequency: This is the operating frequency of the power switch (e.g., Metal–Oxide–Semiconductor Field-Effect Transistor, also known as MOSFET) and this will be defined by the microcontroller's Time Base Period Register.
  • PWM Sampling Ratio: The DCDT will use this value to calculate the sampling frequency as a function of the PWM Switching Frequency.
    • Sampling Frequency = ( PWM Switching Frequency / PWM Sampling Ratio )
    • For example, use the Trigger # Output Divider bits to configure the trigger event register and enable a specific hardware sampling frequency, see the dsPIC33/PIC24 Family Reference Manuals for more details.
  • PWM Maximum Resolution: Depending on hardware configuration settings, the PWM resolution will change. This value will be used to compute the PWM gain value, see dsPIC33/PIC24 Family Reference Manuals for more details.
  • Computational Delay: This is the time it takes for the microcontroller to execute the selected compensator mathematical algorithm. The DCDT will use the default values as defined in Table 2 of the DCDT Default Values page. It is important for you to understand that this delay will not impact the calculated digital compensator coefficients, but it will have an impact on the overall system loop gain (closed-loop) phase margin.
  • Gate Drive Delay: This is the delay associated with the hardware gate-driver + MOSFET delays, (see the section on the graphical user interface, or GUI, default values). It is important for you to understand that this delay will not have an impact on the calculated digital compensator coefficients, but it will impact the overall system loop gain (closed-loop) phase margin.
  • Control Output Min/Max: These are integer values that will be used as the absolute max/min clamping limits for the compensator output. This value clamps the value written to the target register and will have no effects on the internal compensator computations.
  • Load Defaults: This button option will load the DCDT default values for the selected compensator (see the section on GUI default values).
PID-Compensator-Design-Window.PNG
© 2024 Microchip Technology, Inc.
Notice: ARM and Cortex are the registered trademarks of ARM Limited in the EU and other countries.
Information contained on this site regarding device applications and the like is provided only for your convenience and may be superseded by updates. It is your responsibility to ensure that your application meets with your specifications. MICROCHIP MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND WHETHER EXPRESS OR IMPLIED, WRITTEN OR ORAL, STATUTORY OR OTHERWISE, RELATED TO THE INFORMATION, INCLUDING BUT NOT LIMITED TO ITS CONDITION, QUALITY, PERFORMANCE, MERCHANTABILITY OR FITNESS FOR PURPOSE. Microchip disclaims all liability arising from this information and its use. Use of Microchip devices in life support and/or safety applications is entirely at the buyer's risk, and the buyer agrees to defend, indemnify and hold harmless Microchip from any and all damages, claims, suits, or expenses resulting from such use. No licenses are conveyed, implicitly or otherwise, under any Microchip intellectual property rights.