Arduino PID Library

on next sampling it already overshoot. anyone have some idea to slove this.

you can use the SetSampleTime() function to make the pid sample more quickly. (Arduino Playground - PIDLibraryAdvancedMethods)

Brett