PIDE CLamp

Join Date
Dec 2020
Location
PA
Posts
2
I have a boiler with a max steam flow. is there away to Clamp the CV value whenever the Steam output goes over 40000 PPH

My PIDe is controlling Presssure
 
yes.


change existing PIDE #1 that moves valve to control steam flow:

  • PIDE #1 CV will still be the valve position.
  • PIDE #1 PV will be the value from flowmeter.
  • PIDE #1 SP will be output of PIDE #2 (see below)


New PIDE #2




  • PIDE #2 CV will be steam flowrate cascading to PID #1 SP; max output for this CV is 40000PPH.
  • PIDE #2 PV will be the value from the pressure sensor, which previously went to the PV of existing PIDE #1
  • PIDE #2 SP will be the desired steam pressure.


Tuning parameters for this will be very different from the current tuning with the one PIDE, though related.


There are probably better ways to do this.
 
Last edited:
Yeah I think the easiest way may be the copy the current CV into the CVHLimit when the steam flow goes over your desired value. I'm sure there will be more to it than that, but that would be where I'd start. Releasing it when it goes below a certain value would probably be necessary.
 
I think one of the best ways is to have two PIDs- your original one that controls pressure, and a new one that controls flow. Select the one whose output is lowest to write to the actual CV.

The advantage of this method vs. clamping the CV is that this method can drive the CV lower if need be.

Sounds complicated but it's really not. Someone even just posted a Rockwell .pdf on PIDEs recently that gives an example of how to do it.
 
Last edited:

Similar Topics

Greetings ... someone sent me a request for some student handsouts that I developed ... turns out that I had this hosted on my business website...
Replies
0
Views
133
Have a logix controller and I'm using the PIDE block for the autotuner. I've got the hang of doing it for direct control things like pressure...
Replies
21
Views
1,774
Studio 5000 version 34. Have error on PIDE CVFaulted (Status1.2), Control variable (CV) health bad. No more information online or in...
Replies
3
Views
973
Hi everyone, I am trying to add a control loop to my HMI interface however I keep getting the following issue, any idea why this would happen?
Replies
8
Views
1,618
We have a routine that we trigger with a JSR every 10 seconds that has PIDE instructions. This resides in a Periodic task that triggers every...
Replies
6
Views
926
Back
Top Bottom