From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to implement a PID controller without any toolkit

Solved!
Go to solution

Hi,

 

I have to implement a PID controller in LabView without any special toolkit and module,can anybody give me some tips that how can I do that?!

I'm almost new with this concept in Labview.I really appreciate any helps.

 

Regards,

Navid

0 Kudos
Message 1 of 4
(2,611 Views)

Hi Navid,

 

you should search for "SimplePID" in the forum and you will find an elementary PID algorithm implemented in a VI…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 4
(2,604 Views)

Thanks for your respond,

Actually I can not run the example that you have sent,I need a library " ni435xcm.dll" which is not also in  folders in zip file.

0 Kudos
Message 3 of 4
(2,594 Views)
Solution
Accepted by topic author Navid777

Hi Navid,

 

the SimplePID.vi will not need any DLL as it is made of pure G functions…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(2,590 Views)