LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PID closed loop

My objective is to create a closed loop speed controller but like a guy said on one of his posts there all on the toolkit but I do not have the toolkit. I also can not afford the toolkit in my budget. 

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

Do you have a question?

0 Kudos
Message 2 of 4
(2,804 Views)

Hi duke,

 

maybe you team up with Gotti?

Best regards,
GerdW


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

You can easily code a PI or PID controller without the toolkit - when it is written in a form for sampled data (discrete time) then it is quite simple.

Search for "incremental PID controller" and I'm sure you'll find the simple equation to implement within a timed loop (assuming you are wanting to control something real / realtime, and the controller you want is PI/PID).

 

You might need to add some additional software functionality to keep it working well - e.g. limits, anti-windup, rate limits, filters - but depends upon your application.

Consultant Control Engineer
www-isc-ltd.com
0 Kudos
Message 4 of 4
(2,735 Views)