User Manual Owner's manual
Table Of Contents
- 1772-6.5.8, Mini-PLC-2/02, -2/16, -2/17 Processor, User Manual
- Important User Information
- Summary of Changes
- Table of Contents
- 1 - Using This Manual
- 2 - Fundamentals of a Programmable Controller
- 3 - Hardware Features
- 4 - Installing Your Programmable Controller
- 5 - Starting Your Processor
- 6 - Maintaining and Troubleshooting Your Processor
- 7 - Memory Organization
- 8 - Scan Theory
- 9 - Relay-Like Instructions
- 10 - Program Control Instructions
- 11 - Timers and Counters
- 12 - Data Manipulation and Compare Instructions
- 13 - Three-Digit Math Instructions
- 14 - EAF Math Instructions
- 15 - EAF Log, Trig, and FIFO Instructions
- 16 - EAF Process Control Instructions
- 17 - Jump Instructions and Subroutines
- 18 - Block Transfer
- 19 - Data Transfer Instructions
- 20 - Bit Shift Registers
- 21 - Sequencers
- 22 - Selectable Timer Interrupts
- 23 - Report Generation
- 24 - Program Editing
- 25 - Programming Techniques
- 26 - Program Troubleshooting
- A - Specifications
- B - Processor Comparison Chart
- C - Number Systems
- D - Glossary
- E - Quick Reference
- Index
- Back Cover

EAF
Process Control Instructions
Chapter 16
16-27
Derivative Gain Constant (Word 06)
When using the Independent Gain Equation, this is the derivative gain
K
D
(sec). When using the Dependent Gains equation, this is the derivative
time constant T
D
(min).
Derivative Uses Error (Word 01, Bit 06)
You can select whether the derivative term in either PID equation acts on
changes in error or process variable. Consider selecting this feature if you
want to accelerate the response to online changes to the setpoint.
Reset (0) For normal response to set point changes, derivative
acts on the change in PV
Set (1) For a faster response to set point changes, set this bit to
act on the change in Error
Done Bit (Word 01, Bit 15)
This bit is set/reset by the EAF instruction when new values have
been calculated.
Reset (0) New values not calculated
Set (1) New values calculated
Enable Bit (Word 01, Bit 17)
This bit is set/reset by the EAF instruction to change the status of the
PID rung.
Reset (0) Rung is not enabled
Set (1) Rung is enabled
Error (E) (Word 16)
The algebraic difference between PV and SP.
Error Sign (Word 02, Bit 07)
This bit is set/reset by the EAF instruction to indicate the polarity of
the error.
Reset (0) error is negative
Set (1) error is positive
Equation (Word 01, Bit 00)
This bit is set/reset this bit to choose your PID equation.
Reset (0) Independent Gain Equation
Set (1) Dependent Gain Equation