Converts PID gains in the Academic, Parallel, or Series form to the normalized Parallel form that the PID VI expects.


icon

Use the following table to understand the details about the equations that the Convert PID Gains VI uses when converting the PID gains. The converted PID gains are Kp, Ki, and Kd, respectively.

Original PID Form Original Gains: Units Conversion Equations
Academic Kc: Gain (K)
Ti: s
Td: s
Parallel Kp': Gain (K)
Ki': Hz
Kd': s
Series KC': Gain (K)
TI': s
TD': s

Examples

Refer to the following example files included with LabVIEW FPGA Module.

  • labview\examples\CompactRIO\FPGA Fundamentals\FPGA Math and Analysis\Floating-point PID\Multi-Channel PID\Multi-Channel PID.lvproj
  • labview\examples\CompactRIO\FPGA Fundamentals\FPGA Math and Analysis\Floating-point PID\Multi-Rate PID\Multi-Rate PID.lvproj
  • labview\examples\R Series\FPGA Fundamentals\FPGA Math and Analysis\Floating-point PID\Multi-Channel PID\Multi-Channel PID.lvproj
  • labview\examples\R Series\FPGA Fundamentals\FPGA Math and Analysis\Floating-point PID\Multi-Rate PID\Multi-Rate PID.lvproj