Ziegler nichols method (PID control)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
seramm91
Messages
4
Reaction score
0
hello there, i just want to ask some questions related to PID controller. currently, i have run zumo robot to detect line by using PID controller approach ziegler nichols method..however, by testing P,PI, and PID, P gives the most accurate when zumo follows the line..which is better actually? P? PI?or PID??i kind of newbie about this...
 
Engineering news on Phys.org
The ZN method is probably the most widely used PID tuning method in industry by far. The truth is that instruments and controls are usually sloppy (inaccuracies, variable dead times, hysteresis, etc.) enough that the differences between these methods rarely matter.
 
  • Like
Likes   Reactions: seramm91
JakeBrodskyPE said:
The ZN method is probably the most widely used PID tuning method in industry by far. The truth is that instruments and controls are usually sloppy (inaccuracies, variable dead times, hysteresis, etc.) enough that the differences between these methods rarely matter.
ok thank you