PID loops

Sheethal

Member
Join Date
Jan 2004
Posts
8
I am using an Allen Bradley Control Logix processor, and RSLogix5000 Function Block Diagrams to program it.I need to know how to use PID loops.I am new to the subject and greatly appreciate it if anyone can direct me to links about it/ help me solve my problem.

My problem

I have a varible which shud work in a deadband.If it goes below the deadband my status bit shud read a 0.If it goes above my max it shud give me a 1.If it is in between it should retain the previous state's value.

My question
Should I use a PID loop?
 
"Should I use a PID loop?"

Not on a bet!

PID is used for continuous control of a process variable, and is meant for modulating control. You COULD use the alarm functions of a PID loop for your purpose, but that is like using a the James Bond BMW to run to the store for milk!

You need to use two comparison statements, a setpoint, and a deadband. When the measured value exceeds the setpoint (>), turn on a bit and latch it on. Subtract the deadband from the setpoint, and that is the lower limit. When the measured value is below (<) the lower limit turn of the bit.
 

Similar Topics

Hey All, I am working on the programming to maintain level and pressure in a 80 gallon surge tank. This tank feeds fillers that fill either 2.5...
Replies
2
Views
1,541
Hi guys! It seems to me that PID loops with feed forward are underutilized. Maybe it's just me but I think almost every loop would work better...
Replies
6
Views
2,721
I have a need to control the speed of a pump using two different control scenarios. The hardware is an AB CompactLogix with Studio5000 V30...
Replies
47
Views
15,863
Hi, I am new to Eaton ELC Soft. I have a background with Allan Bradley plcs but this seems to be set as if from 1950. It seems to be powerful...
Replies
0
Views
1,978
Hi A few weeks back, I purchased PLCs.net Newsletter Tips Compilation 2002-2012 (good stuff) Noticed lately in the recent issues a series...
Replies
7
Views
2,298
Back
Top Bottom