Home arrow Support arrow Forums

Luminary Micro Forums

mccabehm

Fresh Boarder
Click here to see the profile of this user

2008/01/18 11:18

PID Control in C

Can someone point me to a free C implementation of a PID controller?

login or register to reply

sixscrews

Junior Boarder
Click here to see the profile of this user

2008/01/22 22:07

Re:PID Control in C

Here are a few:

This is the most useful of the bunch:

http://www.mstarlabs.com/apeng/techniques/pidsoftw.html

This one is in C++ but is easily adapted to C:

http://www.ddj.com/cpp/184403292

This on is in BASIC but is also easily adapted:

http://www.jashaw.com/pid/code.htm

Have fun,

ss

login or register to reply