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)
where Kp is proportional gain, Ki is reset rate in repeats per minute, and Kd is derivative in minutes.
The series form takes the derivative of the signal before the integral action. Often derivative is on measurement only, to prevent a step change in the set point from pegging the output.
The time domain equations are, therefore:
(eq. 1) e = (p + Kd x dp/dt) - s Direct action or
e = s - (p + Kd x dp/dt) Reverse action
(eq. 2) output = Kp x (e + Ki x Integral (e dt))
where p is process measurement and s is set point
The difference between the serial and parallel forms is not too significant. Typically, using the parallel form the gain should be about 25% higher and the reset rate and derivative should be about 25% lower than what is used with the serial form.
The equations provided by most texts and manufacturer's literature are not usually exact. For example, most controllers use some form of derivative filtering. However, for purposes of tuning the above equations are good enough.
What is not close enough is the equation sometimes seen where the gain is not multiplied by all terms. Out = Kp x e + Ki x Integral (e de/dt) _ Kd x de/dt
If this equation were used and if the gain were different from 1, the tuning would not be the same as using the other two equations and could differ by a significant amount (high or low gain applications). The standard methods of tuning the controller would not work.
I hope all this helps.
John Shaw