is it possible to create a reverse acting PID in a Scadapack?

defcon.klaxon

Lifetime Supporting Member
Join Date
Feb 2015
Location
Far NorCal
Posts
616
Hey guys,

I'm working on creating a PID loop that will modulate a valve on a water filter, and the idea is to close the valve until the flow through the filter matches a setpoint. I just realized that if the flow is too low, it'll require the PID loop to close the valve, not open it so it'll be a reverse not direct output. However, I don't see any way to do a reverse control on the PIDA block. Does anyone have a suggestion on how to create this sort of control loop?
 
Just found the answer for anyone who might come across this post. Positive proportional gain values affect direct action, and negative proportional gain values reverse the action.
 
I think ( not 100% sure ) is to reverse the setpoint and process variable inputs to the PID instruction.

It would be confusing for someone following you though. Lots of documentation.
 
From what I've done on PID in all my air handling projects, there is a drop down in the configuration tab that lets you either choose PV - SP or SP - PV. This also changes the update method in the Integral configuration in the PID. So almost all of my PID's were PV - SP like for heat, fans, water valves. So the ones that were "reversed" were the chilled water valves in a cooling routine. Upon setpoint drop below PV the valve would close. If SP got above PV, the valve would open. Heat and fan speed opposite. Hope this helps.
 
I think ( not 100% sure ) is to reverse the setpoint and process variable inputs to the PID instruction.

It would be confusing for someone following you though. Lots of documentation.


It should work.


Or subtracting from 100% PID's output. But then also manual mode needs subtracking from 100% so that valve is positioned to right place (y)
 

Similar Topics

I am working with WinnCC Flexible 2008 on an MP377. The application require the operator to do a few differnet configurations before running the...
Replies
5
Views
4,333
Hello All, I need the ability to remotely reboot a Red Lion CR3000 HMI. Due to some graphics issues when the database is updated the HMI must be...
Replies
4
Views
204
Hello The plant is running and there is no shutdown nowadays therefore I can add 1734- AENTR and its card while PLC is in Run? I do not wanna...
Replies
8
Views
332
Folks, I have a client with an old ABB Advant / MOD300 system (v14.4). Around y2k I installed the ABB Industrial IT MOD300 OPC Server 1.1/2...
Replies
1
Views
161
Hi all so i have a robot project im working on were i need to set the layers. using the hmi screen i would like to use the numeric data display to...
Replies
11
Views
809
Back
Top Bottom