Need help

I am not sure what your are asking. PID is an equation which uses integers/floating integers from inputs to create a balanced output to control things like heat (heat is an example, other things can be controlled but heat many can understand).

Lets say you have a need to control the heat in an oven/dryer. When you start the heat it may have a tendency to overshoot the preset temperature, in some cases bad enough to trigger a high temp alarm/shutdown. The proportional value is used to set the temp preset, the integral to compensate for overshoot BUT sometimes this causes too much fluctuation...ie goes over too far then under temp too far, so derivative is added to tune it to maintain a balance between over and under temp range. In alot of cases tho P&I is enough to handle the situation.

I am not sure what you were asking but I think its the type format the info is retained as in the plc. Since PID usually works with integers of some sort (like a temp setting of 350 degrees F) the file type would be integer or floating integer depending and would use word files.

If you need more detailed info on PID please state it.
 
I know, I know.

I bet glovebiter is looking for...

Word 0 is status bits.
Word 1 is ...

This is in chapeter 9 of the .pdf file.

Ron, the integral gain does not compensate for overshoot. It is one of the main causes of overshoot. Think about it. All the sum of errors accumulated while getting to the setpoint must be unwound by overshooting the setpoint. The differentiator reduces oversoot and provides system damping by increasing the damping factor of the combined system and controller. The integrator reduces steady state error.
 

Similar Topics

I'm fairly new to Rockwell software, I've had some basic training in the past but nothing too advanced. My company and I use Reliable products for...
Replies
9
Views
237
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
156
Good day all! Can someone help me with the procedure to update Beijers E700 firmware? The Panel I am working on is firmware 2.04v and I would...
Replies
1
Views
62
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
316
Back
Top Bottom