CL Controller (PIV) End of trail navigation bar

Table of Contents >Quanser Rapid Control Prototyping Toolkit >VI and Function Reference >VIs - By Category >VI Categories >Continuous VIs and Functions >CL Controller >

CL Controller (PD with FF)

CL Controller (PD with FF)

Parent Polymorphic VI:CL Controller

Requirements:Quanser Rapid Control Prototyping Toolkit, LabVIEW 2020 or newer, Control Design and Simulation Module


Description

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.


Outputs

error

error is the difference between the reference and measured signals, i.e. e = r - y.

output, u

output, u is the controller output signal.


Details

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.


Feedthrough Behaviour

All input/output pairs of this function have direct feedthrough behaviour.


Examples

  • RCP CL Controller PV ExampleThis example demonstrates the use of RCP CL Controller using PV gains.

    Targets

    Target

    Supported

    Comments

    RCP Windows (64-bit) Target

    Yes

    Fully supported.

     

    navigation bar