Mr. Shaw,
In order to clarify the terminology we need to explain five terms : ideal, parallel, series, interacting and noninteracting. As explained by you parallel and series relate to the position of derivative and integral in PID equation.
Other common difference is whether the gain...
How to invoke (run) an application (executable) from a fortran program?
I have an executable of a C program which reads data from a text file. I want to integrate this exe with a main fortran program so that I would write a data required by C executable (text file) from a fortran program, then...
Dear Mr Shaw,
There seems to be lot of confusion even with terminology. Quoting from your reply:
"I do not know what is meant by the "Ideal" form. In the time domain, the parallel form is the simplest:
output = Kp x ( e + Ki x Integral( e dt) + Kd x de/dt)"
This form which...
Thanks Mr. Shaw,
I had already done internet search. I did find, though, some interesting information using the suggested combination of key words.
More detailed list is available on the site- http://bestune.50megs.com/PLC.htm.
I wanted to know if much more exhaustive compilation of...
With digital control technology, several different variants of PID algorithms have proliferated. Is there any reference (book, article or website) where these algorithms have been compiled?