Electrical – PID parameters are given in percentage

automationpid controller

I have a question about setting the parameters of PID controller if they are given in range between 0.1% and 100%.

I have a device with the PID controller and P, I and D shares can be set separately in a range from above. I want to make the setting process automatic. But in all algorithms about PID controllers I read the gain, reset and derivative are not given in percentage.

How can I calculate gain, reset and derivative from this parameters? What is the best strategy to automate my device if I use all parameters in percent directly? Any answers and links are appreciated.

With best regards,
mikhail14

Best Answer

Only the P coefficient is a dimensionless quantity, and therefore can be expressed in percent.

The I coefficient is in units of 1/time, and the D coefficient in units of time. Percent therefore makes no sense unless the percent of what exactly is clearly specified and in the right units. There is no way for us to guess how percent may be applied to these in your case. Consult the documentation for the specific controller.