PID Loop (DL06 PLC)

phasor

Member
Join Date
May 2004
Posts
2
I was trying to use the dummy approach first, but you guys are rough.. Anyway... I know what Proportional Integral Derivative loop is mathematically and how it works conceptually ok. I also know that for the application I want, I will only need the Proportionality part of the PID, I want to use the Loop to help me read pressure and temperature from sensors. The pressure sensor/transmitter is a WIKA brand that reads Vacuum up to -30inHg and pressure up to 30psig; it has three-wire connection with a fourth wire for a shielded connection.
my set point for the pressure sensor will be -5inHg therefore the output of my loop should be 0 correct?
How can I program the PID loop using the DirectSOFT32 software from Automation Direct? this is what I did so far: Algorithm: Positional, Forward acting; Transfer mode: bumpless I;config: 12-bit bipolar common format; the problem is what format do I write the tuning part for the gain/bias
 
Last edited:
Ok, then since you have shown that you know a bit, here is a good tutorial on using the AD PID loop.

http://support.automationdirect.com/tutorials/pid_trainer.pps

And along with that comes the example programs portion of the ADC website.

http://support.automationdirect.com/examples.html


To answer your questions see page 8-8 of the Users manual for the plc family you are using. It lists all of the data formats and memory addresses for each part of the PID. Eg Gain, Setpoint, PV, etc...

BTW, I would venture that you really want Bumpless II.
 

Similar Topics

Hello, I am attempting to tune a PID loop on a process. The process involves a valve with electronic actuator that has quite a high deadband...
Replies
10
Views
2,155
We have a PID loop at the plant that measures our drum outlet temp. It adjusts a damper to control the temp within the set point. We have a...
Replies
8
Views
1,410
Hello All, Has anyone on here used Soft PLC brand PLCs? I've just now started doing PLC programming and I am totally stuck on trying to make a PID...
Replies
4
Views
1,543
Hello and thanks for reading my question/problem. I am working on an a application where I have a servo controlled gate that allows product (dry)...
Replies
14
Views
2,757
Hello All, I am trying to figure out the best way to control a system I am working on. I have 2 bags of peanuts being lifted up by hoist. I am...
Replies
23
Views
4,721
Back
Top Bottom