LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to implement a high-order controller in Labview

In LabView, PID controllers have ready-made modules, but for some high-order controllers, such as robust controllers, how can they be implemented in LabView and have a high control bandwidth.

0 Kudos
Message 1 of 2
(2,161 Views)

Hi REDJ,

 


@REDJ wrote:

for some high-order controllers, such as robust controllers, how can they be implemented in LabView


As LabVIEW is a programming language you can program any type of control you like to!

 


@REDJ wrote:

have a high control bandwidth.


Bandwidth is coupled to loop iteration time: when you want reliable iteration times (nearly constant time with minimal jitter) you should NOT use a standard Windows computer. Depending on your needs you need to use RT targets (like cRIO) or even the FPGA inside those RT targets (like cRIO)…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(2,044 Views)