Sign in to follow this  
Followers 0
jazzplayermark

To 'PID' or to 'HomeBrew'. Very slow PV

3 posts in this topic

I have an application that needs control of a flow that is very slow to respond. From the time a change is made on the CV until it's seen by the PV is in the neighborhood of 15 minutes. I'm using an SLC 5/03 so the maximum update time is only 10.23 seconds. What is the best way to handle this? Would the PID loop even work for something this slow?

Share this post


Link to post
Share on other sites
I would build a stepper. Start a timer, when the timer is done do a compare, if SP > PV increment or decrement CV else if SP is < PV go the other way. Use deadband to constrain CV to a range of PV or in other words don't change CV if the SP and PV are within X of one another. Once the compare is done restart the timer Edited by Michael Lloyd

Share this post


Link to post
Share on other sites
Why ? Can you describe the process (hardware)? Edited by Mickey

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