Part Number: TIDM-DC-DC-BUCK
Reference design TIDM-DC-DC-BUCK:
In buck_user_settings.h line 469
#define BUCK_DCL_DEFAULT_PID_SCALE ((float32_t) 10.0)
I want to know why the default PID value is 10.0?
Thanks,
Tim
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.
Part Number: TIDM-DC-DC-BUCK
Reference design TIDM-DC-DC-BUCK:
In buck_user_settings.h line 469
#define BUCK_DCL_DEFAULT_PID_SCALE ((float32_t) 10.0)
I want to know why the default PID value is 10.0?
Thanks,
Tim
Hi Tim,
Let me look into this question for greater detail about why this specific value was chosen. In the meantime, please refer to our DCL user guide document for further questions
Regards,
Peter
Hi Tim,
Thank you for your patience. This BUCK_DCL_DEFAULT_PID_SCALE value is simply used to scale the values of Kp, Ki, and Kd so that the values displayed in the debug expressions menu is more easily readable. This scale value does not impact the PID performance, but please note that this is the intended default scale value for running the labs. Altering this value will deviate what is seen in the CCS debug menu from what is displayed in the lab guide. See below note from user guide:

Regards,
Peter