SLC Function SLC 5/05 PLC Program

Mickey,
what i'm wanting to do is restrict how far the valve can open or close because of the dead space of travel from 100% open until it reaches 60%
so if i limit the valve from opening to 60% open it has less distance to travel
on the flip side I want the valve to close to 80% that will lease it 20% open

Min_Max.jpg


When the Control Output CV % (this is the % the valve is closing) gets to 80% I want the valve to stop, & when the CV gets to 40% closed I would like for it to stop

not sure on these settings
output limiting bit (OL) word 0, bit 3 of PID Control Block is
enabled (1), the CVH (Control Value High) you enter is the maximum output
(in percent) that the control variable attains. If the calculated CV exceeds the
CVH, the CV is set (overridden) to the CVH value you entered and the upper
limit alarm bit (UL) is set

I have not configured this
 
Last edited:
So as I understand your request the valve at 0 % is fully open and at 100% the valve is fully closed.

If this is the case then set the output max at 80% and the output min at 40%.Also set the "OL" bit to enable output limits.

This will prevent the valve from fully closing at 80% (closed) and from fully opening at 40%(closed).

Edit: others please jump in if I have misread this.
 
Last edited:
Just thinking out loud..

If this is your pressure control, it does seem a little odd that you have a valve that will fail open on a loss of signal and you do not want it to fully close. Hopefully there is no overpressure issues in your process.
 
Thanks Mickey for asking,
with our process if the valve was to fail closed, then there would be a pressure
issue inside the plant, by having it to fail open in the event of a shutdown would allow the pressure to equalize.


Thanks again for your help!!
 

Similar Topics

I'm struggling to implement the test case which is highlighted. What ends up happening is the servo starts when I turn the cycle on, but it...
Replies
3
Views
1,071
I want to average a phorsphorus reading (F8:20) over an hour (4 samples/hr). Ranged 0.03 to 3.0 mg/l. I may want to increase it to 4 or an 8 hr...
Replies
15
Views
5,606
I am building a traffic light simulator that I will be using to demonstrate PLC's at my sons' 5th grade elementary school as part of their STEM...
Replies
1
Views
1,754
Good afternoon. We upgraded to SLC 5/05 processors a few years back but I don't think our MSG function has been working properly. The data...
Replies
1
Views
1,715
Any suggestions on how to increment a counter or other SLC instruction based on a string of integers being not equal to 0. I have determined a...
Replies
6
Views
3,102
Back
Top Bottom