Table of Contents >Quanser Rapid Control Prototyping Toolkit >VI and Function Reference >VIs - By Category >VI Categories >Continuous VIs and Functions >CL Controller >
Parent Polymorphic VI: | CL Controller |
Requirements: | Quanser Rapid Control Prototyping Toolkit, LabVIEW 2020 or newer, Control Design and Simulation Module |
Produces a control signal that drives the system to the reference value based on the deviation between the measured value and the reference using Proportional-Derivative (PD) and Acceleration Feed-Forward control.
cut-off frequency is the high-pass filter cut-off frequency (in rad/s) used to determine the velocity of y. |
reference, r is the reference signal, e.g. desired position or velocity of a DC motor. |
measured, y is the measured signal, e.g. motor position. |
proportional gain, kp is multiplied by the error between the reference and measured signals and added to the final output. |
integral gain, ki is multiplied by the integral of the error between the reference and measured signals and added to the final output. |
feed-forward gain, ka is multiplied by the acceleration of the reference point and added to the final output. |
error is the difference between the reference and measured signals, i.e. e = r - y. |
|
output, u is the controller output signal. |
The PD+FF control loop is depicted below and has the following structure: u = kp (r-y) + kd s (r-y) + ka s2 r. The direct derivative is not taken to minimize the noise in the control output. Instead, the first-order high-pass filter ωf s/(s+ωf) is used to compute the velocity of the error, where ωf is the cut off frequency. Using the acceleration of the reference signal can lead to improved response time.
All input/output pairs of this function have direct feedthrough behaviour.
RCP CL Controller PV Example | This example demonstrates the use of RCP CL Controller using PV gains. |
Target |
Supported |
Comments |
---|---|---|
Yes |
Fully supported. |
Copyright © Quanser Inc. This page was generated 2021-09-24. Submit feedback to Quanser about this page.
Link to this page.