PID Loop RS Logix 500 Remote Min/Max

Thor Hammer

Member
Join Date
Jan 2014
Location
Santa Cruz, CA
Posts
36
I have a client that is asking to control the minimum and maximum speed of a 2 HP VFD controlled motor. Yes, it can be done on the VFD itself, but that is not what they want. They want to do it from the HMI.

in program see file I/O starting on rung number 0026.

How do I write a value to the word locations for those parameters in my PID loop? What address do I use? Easy as pie in Direct Logic that I've used for years. This is new to me.

Better to write values to the setpoint min/max or output min/max?
 
Go to the AB website literature library and download the instruction set reference manual for Logix500. If you are using a Micrologix then get the ISR manual for MicroLogix. In the manual you will find the block offset address for the PID min/max for SLC PLCs which use an N word block for PIDs. If its a Micrologix then the ISR will have the element designator for the PD file used for PIDs.

I suggest you have the HMI write the operator entered limits to any N word address you choose, then perform a range check to keep the operator entered values in range, then use a MOV to move the values the correct registers in the PID block.
 
Last edited:
it is a micrologix 1500. Thank you for the tip. I like the range verification check.

so in summary it is possible to do what I want once I get educated on the addresses needed?
 

Similar Topics

Good morning guys, I have a machine that fills bags of prepared food at a variable speed, and a machine that checks the weight of the bag. What...
Replies
23
Views
6,827
I am using PID instruction in RS Logix 5000 with independent equation. I am confused about its tuning. Please somebody explain under listed...
Replies
1
Views
4,931
I am trying to adjust my PID loop: The process variable is % solids in water. The control Variable is % VFD pump speed. The problem with the...
Replies
6
Views
2,289
I am in the process of implementing a PID loop for dosing to a water system. I would like to use an analog input for a water quality sensor as...
Replies
3
Views
1,682
Just tuned a heating application where my natural period was 250 seconds. Everything I've read says that the loop update time should be 5-10 times...
Replies
1
Views
1,631
Back
Top Bottom