The Cohen-Coon autotuning method is an offline method for tuning PID controllers. This method uses PID parameters obtained from an open-loop transfer function experiment. This method is similar to the Ziegler-Nichols method, but provides better results when the controller has a large deadtime Td relative to the time constant T.

Note You must use the PID Autotuning Design VI to implement this autotuning method.

The following table shows the Cohen-Coon recommendations for tuning parameters under different tuning specifications:

Controller Kc Ti Td
P
T K c * T d [ 1 + T d 3 T ]
PI
T K c * T d [ 0.9 + T d 12 T ]
T d [ 30 + 3 ( T d T ) ] 9 + 20 ( T d T )
PID
T K c * T d [ 4 3 + T d 4 T ]
T d [ 32 + 6 ( T d T ) ] 13 + 8 ( T d T )
4 T d 11 + 2 ( T d T )

Where T is the time constant

Kc is the proportional gain

Td is the deadtime