Owning Palette: PID VIs
Requires: Full Development System
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.
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
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 specifies the initial form of the PID controller. Refer to the Details section of this topic for the equations that represent each form.
|
|||||||
proportional specifies the value of the proportional (P) component of the PID controller to convert. | |||||||
integral specifies the value of the integral (I) component of the PID controller to convert. | |||||||
derivative specifies the value of the derivative (D) component of the PID controller to convert. | |||||||
integral unit specifies the units associated with the integral (I) component of the PID controller to convert.
|
|||||||
derivative unit specifies the units associated with the derivative (D) component of the PID controller to convert.
|
|||||||
PID gains returns the updated PID gains parameters, which you can use with other PID VIs.
|
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 specifies the initial form of the PID controller. Refer to the Details section of this topic for the equations that represent each form.
|
|||||||
proportional specifies the values of the proportional (P) components of the PID controllers to convert. | |||||||
integral specifies the values of the integral (I) components of the PID controllers to convert. | |||||||
derivative specifies the values of the derivative (D) components of the PID controllers to convert. | |||||||
integral unit specifies the units associated with the integral (I) component of the PID controller to convert.
|
|||||||
derivative unit specifies the units associated with the derivative (D) component of the PID controller to convert.
|
|||||||
PID parameters returns an array containing the updated PID gains parameters for each controller. You can use the updated values 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 / Kp
PID 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