LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

pid parameters

Solved!
Go to solution

Hello,

I would like to know what is the best and fastest strategy to tweak the 3 parameters of the PID knowing that my systems run in while loop that is executed every 40s.

I hope it is not by random guessing until I find the right parameters.

Spoiler
Spoiler
Smiley Happy

Cheers,

Zied

0 Kudos
Message 1 of 2
(2,404 Views)
Solution
Accepted by topic author ziedhosni

There are many ways to do PID tuning. The most common approach is the Ziegler-Nichols method (both open- and closed-loop versions). The PID help provides a basic explanation of PID tuning (this information is also available in a more readable PDF format as part of your LabVIEW installation). For more detail, Proven Methods and Best Practices for Practical Process Control by ControlGuru has some good information. You can also try the PID Autotuning feature (I haven't used it so I cannot comment on its effectiveness).

Message 2 of 2
(2,398 Views)