LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use PID controller block of Control and Design Toolkit for real time control using DAQ USB6363?

Hi,

I want to developed PI controller in labview for real time control of device.

 

I will use DAQ USB 6363 for signal input and out to the device. 

 

I found out that PID controller block in labview simulations works fine, I just want to know can I used the same block in real time?

 

Please give me some suggestions

0 Kudos
Message 1 of 3
(159 Views)

Hi Umair,

 


@UmairMech wrote:

I want to developed PI controller in labview for real time control of device.

 

I will use DAQ USB 6363 for signal input and out to the device. 

 

I found out that PID controller block in labview simulations works fine, I just want to know can I used the same block in real time?


The wording "real time" has special meaning when it comes to LabVIEW: there are certain targets where your program may be executed on and some of them offer realtime behaviour!

Your question seems to use "real time" in the wrong meaning as reading and writing to an USB device certainly is NOT supported by (strict) realtime behaviour…

 

You can use the PI(D) function not just in simulation, but also for control of real hardware…

Best regards,
GerdW


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