Page 1 of 1

PID controller for DC Motor Positioning

Posted: Wed Sep 28, 2016 10:10 am
by neteng
Hi all,

Could anyone help me as to how one can implement a PID controller on python??....having trouble calling a variable which is in another python script.....??....the variable is the input to my PID controller.......

Thanks...

Re: PID controller for DC Motor Positioning

Posted: Wed Sep 28, 2016 11:01 am
by scotty101
I've made use of this one in the past
http://code.activestate.com/recipes/577 ... ontroller/

If you are having coding problems, then you should post your code making sure to place it between [ code][ /code] brackets.