RSLogix 5000 PID - Tieback / Manual

slick_william

Member
Join Date
Apr 2020
Location
Oregon
Posts
39
Hello everybody, been a longtime viewer of the forum, this is my first time posting. Nice to meet you all.

I am working with a system which uses a PID instruction to control a VFD speed to deliver a desired flow rate, easy peazy. Additionally, the operator wants to be able to switch into a mode (via an HMI) which would then run the VFD at a manual speed setpoint.

For example, say the operator runs the pump to deliver 250 gpm of flow, so the PID takes over and we end up with a final VFD speed of something random, say 55.4 %.

Then the operator goes "okay, I want to run my VFD at 70% speed now". He/she hits a button on the HMI, and now 70% speed command gets sent directly to the analog output which controls the VFD speed.

So after a few hours of research, I think the tieback parameter inside the PID instruction (along with the manual control bit--.CTL.24) might be able to accomplish this.

Is it possible to accomplish this type of control using the PID block by itself, along with the tieback SP and manual function? Or will I need to add additional programming to handle the manual speed control?

If anyone could answer that, I can handle the rest.

Thanks all

- Will
 
If you want to set a manual output on the PID:

Set MyPid.SWM to true and write the output value to MyPid.SO

(.SWM is software manual and .SO is set output)
 
That's all there is to it. And setting the .swm bit to false will automatically result in a bumpless transfer from where the PID was when in manual.
 

Similar Topics

Hi, Long time not in the forum, and not in the programming. I´m getting back. I was issued a conversion from RSLogix 500 to RSLogix 5000 (studio...
Replies
0
Views
1,293
So I have a PID loop on an 1756-L61 running V17 software just for background. Also the PID PV is a pressure transmitter and the CV is speed sent...
Replies
1
Views
900
Hi All, I have a PID control application that I would like to get your opinions on. As I am reality new to PID loops I am struggling somewhat...
Replies
14
Views
4,295
Hi, I am confuse with the scaling tab on the PID dialog box. On the Process variable I am using a tag that is already scale. 0 to 16 Feet Level...
Replies
2
Views
2,429
Hi I am trying to understand the best method of providing bumpless transfer to the PID function (not PIDE) The existing code shows In Manual...
Replies
10
Views
4,621
Back
Top Bottom