11-11-2012 11:46 PM
I am doing PI controller design for boost converter using PID FPGA My controller works but there is voltage ripple in Process Variable since I am new to labview I dont have idea how to eliminate it.
11-19-2012 11:29 PM
Sounds like you have too much Kp (proportional gain). Try reducing Kp until the oscillation stops.
11-19-2012 11:47 PM
I tried low value of Kp to high value of Kp the problem exist the same
11-19-2012 11:56 PM - edited 11-19-2012 11:57 PM
Did you try adjusting Kp with Ki set to 0? Is your feedback variable oscillating as well?
Can you post the FPGA code or a picture at least?
11-19-2012 11:58 PM
My Feed back value is oscillating if you have a PI controller Labview FPGA code can you share it here
11-20-2012 12:40 AM - edited 11-20-2012 12:41 AM
I have done a PID controller in a LabVIEW FPGA in the past. I no longer have the code.
How low did you go with Kp? Something else that could be happening is that your system bandwidth is so high that your Kp is much too sensitive. You could try reducing the gain at the output of the PID VI so your Kp is less responsive.
It would help immensely if you could show the code or do a screenshot.
11-21-2012 11:13 PM
This is my code