PID Structure Conversion (DBL) VI
- Updated2025-07-30
- 4 minute(s) read
Converts a PID controller or controllers in Academic, Parallel, or Series form into the form (Academic) and PID gains units that the PID VIs expect. Wire data to the proportional, integral, or derivative input to determine the polymorphic instance to use, or manually select the instance.

Inputs/Outputs
proportional unit
—
proportional unit specifies the units associated with the proportional (P) component of the PID controller to convert. The relationship between the available units is Kc = 100 / PB.
PID structure
—
PID structure specifies the initial form of the PID controller. Refer to the Details section of this topic for the equations that represent each form.
proportional
—
proportional specifies the value of the proportional (P) component of the PID controller to convert.
integral
—
integral specifies the value of the integral (I) component of the PID controller to convert.
derivative
—
derivative specifies the value of the derivative (D) component of the PID controller to convert.
integral unit
—
integral unit specifies the units associated with the integral (I) component of the PID controller to convert.
derivative unit
—
derivative unit specifies the units associated with the derivative (D) component of the PID controller to convert.
PID gains
—
PID gains returns the updated PID gains parameters, which you can use with other PID VIs.
|
Each PID form produces the same result but incorporates information in a different manner. The following equations describe each form:
PID Academic
PID Parallel
To convert a controller in Parallel form to Academic form, this VI converts the proportional, integral, and derivative values according to their changes in units and applies the following transformations:
Kc = Kp Ti = Kc / Ki Td = Kd / KpPID Series
To convert a controller in Series form to Academic form, this VI converts the proportional, integral, and derivative values according to their changes in units and applies the following transformations:
Ti = T'I + T'D
proportional unit
—
proportional
—
PID gains
—
proportional gain (Kc)
—