PID control using plc

vinukrishnan

Member
Join Date
Oct 2010
Location
kottayam
Posts
20
hi,friends i tried to study pid control using PLC for that purpose i have used rslogix 500 and select ML1400 as plc.after making the ladder logic.i have downloaded the program to rs emulate 500 and tried to simulate the control but i found that PID dosen't producing any control signal.i have tried different values for SP,PV..but still PID controller not producing any cv out put.At the same time i am able to produce produce CV out put by changing the mode to manual and by increasing %cv.
Is this mean that RSemulate is not able to provide the stimulation for PID controller.And For that we need Actual hardware?
i tried the same thing by using scaled and non scaled raw data for pv and sp but still PID not producing any cv Out put.
i have also change loop update time to several value but still no cv out put .
so can any body tell what i should do to solve the problem?
 
i have download hotrod.zip...and load the same program in my pc with emulator as drive but still my CV out put is not changing with change in PV,other thing is that in the PID block PV is always showing Value zero even though i am changing N7:0 which i have assigned for process value in PID block...
 
Two ideas come to mind.

1. Do a Find All for N7:0. You may be overwriting it somewhere else in your program

2. If your PID block is in a sub routine (I.e. Not in Lad 2) then you may not have a JSR instruction to call the subroutine.
 
That's because RSEmulate 500 doesn't support the PID instruction.

The Emulator doesn't have a precise clock, and the PID instruction requires one, so they simply don't execute that instruction. There are quite a few instructions that depend on the hardware and are not executed by the Emulator; they are listed in the Knowledgebase.
 

Similar Topics

Hi, I would like to ask about the allen bradley on how to use the pid block in the programming, the software i use is rslogix500 and model of plc...
Replies
4
Views
3,883
Hi Everyone. I have been reading through the forums, and I have learned a lot! I do have a specific question that I couldn't find. I have a...
Replies
8
Views
5,102
hi all! m doing my FYP related to PID control of Bytronics inverted pendulum.First of all m little bit confused that whether it is possible or...
Replies
8
Views
8,152
I have a project. Using PLC S7-200 control tempurature by PID/PWM method. The first time I do this project so I need helping from you. Thanks
Replies
3
Views
2,358
Any suggestions to this are appreciated. I am thinking about setting up a PID loop (I'm new to PID and PLC stuff, take it easy on me if you will)...
Replies
25
Views
9,147
Back
Top Bottom