PID algorithm

ggchavhan

Member
Join Date
Nov 2006
Location
pune
Posts
135
Hi,

I am using low cost Delta PLC DVP 14SS, I want to use a PID loop, as per PID instruction, during testing of the program, I found that on error present for the time output is not going to integrate, I tried no of options, but still I am held on same point INTEGRATION of output.
Now I am thinking to program the PID algorithm, secondly this PLC doesnot support floating points. I need help for writing code for PID process using only Integers. If any of friend can suggest me PID algorithum, I will be very grateful.


GAJANAN
 
You can get the old GE Series Six PID program here:

http://application.gefanuc.com/support/plc/downloads/SSix/s6pid.zip

It doesn't support floating point math, so it might be just what you are looking for.

You will need someone to load it up in LM6 and create a printout for you. I'll see if I can get my hands on an old WorkMaker (WorkMaster) and do that for you.

Beware, there are two bugs in the program. The first one I've forgotten, but it should be covered in the program (GE was aware of this one).

The second one was that the "I" part of the PID subroutine would wrap around and reset itself to zero if the setpoint was never achieved (discovered by yours truely - the hard way).

Of course, it would help if you knew Series Six programming... :)

PM me if you want a hand with it.
 
have you dowloaded and Delta's PLC Application Manual?

for which purpose do you need the PID for?
there are several registers need to be setup for you to be able to use the PID...
 

Similar Topics

Hi just wondering if anyone can help me out with the type of algorithm Omron PLCs use? Ideal, Series, or Parallel? I'm running through a tuning...
Replies
4
Views
1,902
Hello I have plc s7-1200 and want to control 4 outputs with 3 inputs by PID algorithm . any outputs is dependent. I could do this?
Replies
13
Views
5,207
Hi all! In Siemens help PID controller is K(1+1/Tis+Tds). I did in matlab some model with object described Transfer Function and this PID form...
Replies
8
Views
8,051
Hi i want to make PID code by using MLX1000, I dont want to use PID instruction and real type data format. is possible, if yes please help me...
Replies
9
Views
2,957
Good day, Im a young engineer with only 5 months experience, so forgive me please eventual "funny" questions. In last month i did some...
Replies
49
Views
35,518
Back
Top Bottom