Plc5/40 Pid

scottsull

Member
Join Date
Jan 2004
Posts
42
I have searched this site plus the AB site and could not find an answer to this question.

With a PID instruction what does SO equate to? I am familiar with PV SP CV but not SO. (as in PD20:1 SO)

As always thanks in advance.
 
.SO is the 'Set Output' value.

I generally use it (as I don't use tieback) when I put a PID in .SWM (Software manual) mode, and force the PID CV to a zero-effect output. It is a direct write to the output CV, as opposed to the tieback which is a bumpless transition from manual to auto modes.
 
Thanks Alaric. I have read the instruction and it only confused me more.

Thanks rdrast. I guess I don't understand what software manual is. The instruction states that the number you put in .SO
is used in place of the algorithm for setting the CV. This I can understand if you are in software manual but in my usage it is part of the algorithm calculating the number to put in the SP of the PID. This is confusing, why would you use a ficticious number (.SO) to calculate the setpoint of a PID when the PID is in auto.

I'll go back and reread the instruction but if you could give me a real world explaination I would appreciate it.

Thanks again
 
Are you saying that someone is using the output of the PID loop as a part of it's input? When in auto, .SO is .CV (essentially, there are some slight differences, one being that .SO is unaffected by the CV Limit clamps).

Perhaps somebody was trying to come up with a creative way of introducing a derivative term based on CV?
 

Similar Topics

Has anyone had an issue with a PID control after the processor has been upgraded form a L40E to a L80E. It does not seem to be controlling...
Replies
48
Views
5,993
I am working on a PLC5 that is doing temp control. However the temp control is working more like ON/OFF and not Proportional control. I am not...
Replies
32
Views
8,490
Has anyone ever converted a the PID instruction from a PLC5 to a CLX platform? The issue I am facing concerns the difference between a PID...
Replies
10
Views
3,457
I'm working on a project to convert an old PLC5 processor to an L63. Below is sample logic of one of the several PID controls from the...
Replies
9
Views
5,036
Hey fellas, I'm in the midst of doing my first translation from 5 to 5000 that also includes PID instructions. I'm just looking for any helpful...
Replies
10
Views
5,433
Back
Top Bottom