Modicon 984 PID help

Steve Bailey

Lifetime Supporting Member + Moderator
Join Date
Apr 2002
Location
The boondocks of Western Massachusetts USA
Posts
8,589
I'm in the process of upgrading a 1998 vintage Modicon 984 system. The existing program contains a PID function block. The only PID instructions I can find in the ProWorx help files are the PCFL PID and the PID2.

The documentation for the PID2 function says that the Source block takes 21 consecutive 4xxxx addresses and the destination block takes 9 consecutive addresses. The PID function in the existing system has 41100 as the address for the source block and 41116 for the destination block which implies to me that the source block is using 16 consecutive addresses.

Can anyone point me to where I can find a description of the difference between the PID function and the PID2 function?
 
hi Steve,

I have the "Modicon Ladder Logic Block Library User Guide"
in front of me cat# 840 USE 101 00 Version 2.1
PID block is described in section 21.6.4 pages 452 to 457.

PM me with your fax number and I'll send you a copy.

Brian.
 
Steve,

A brief look reveals,

PID uses FP (floating point) math unlike PID2

the length of the PID parameter block is 44 registers.

The first 12 registers are inputs, the next 32 are outputs.

there is a lot to this and I have never had the pleasure of using one.

Brian.

edit, Yep your right, I hope you find it.....
 
Last edited:
There is a PID instuction that predates both the PID2 and PCFLPID. It was a loadable block and originally for the 584 but also works with 984. Search for "modicon 584 PID" and u will have more luck. I found this link http://v1.graybar.com/automation/ga%5Fmanuals/ have a look in 584 processors chapter 19 PID and you will find what you need only page 19-10 onward.
 

Similar Topics

Hi, Seeking consultation on an implementation matter, and have a question about Modicon Compact 984 communication through RS485: Three Modicon...
Replies
4
Views
213
Hi I have a modicon 984 with proworx 32 that is scaling an analog input, and I need to adjust the scaling. I have new analog input values and %...
Replies
3
Views
1,726
Hi, I am trying to get a machine started that was moved from one location to another. It has a Modicon 984-A131 PLC. I have Schneider Electric...
Replies
1
Views
1,016
Dear Friends, I have Schneider PLC which is the world's first one Modicon i need software of Modicon PLC 984,it is known as...
Replies
0
Views
966
I found the below logic in an old program. If I am reading the System Manual correctly, it appears that the UCTR will never count up to 10, since...
Replies
3
Views
1,641
Back
Top Bottom