Sign in to follow this  
Followers 0
sa747sp

RSLogix 5000 PID code

2 posts in this topic

Hi, can anyone help me to program a simple PID code for controling a valve. I just want to compare the set point with the process value and control the valve propoertioally Many thanks Frank

Share this post


Link to post
Share on other sites
I've used "stepper" logic before. Simply put it goes something like this. Start timer. Timer Done. Compare. If high increment output in the correct direction. Compare. If low increment in the correct direction. Start timer. Repeat. The Timer sets how often the state of the "loop" is tested. The Increment value sets the amount of output change. I usually put some dead band in there too.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0