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-41
Rung 5 This is the Data Address of the EAF instruction. It points
the next value added to the calculation (present position).
This is an optional display rung.
Rung 6 This rung displays the result of the EAF instruction. Words
040 through 043 are used for internal calculations and must
not be manipulated. Word 044 contains the 3 most
significant digits (fifth word of the EAF result) and word 045
contains the 3 least significant digits (sixth word of the EAF
result). There is an implied decimal point between these two
words (044 and 045). This is an optional display rung.
If you want to calculate the standard deviation for a new set of values, you
must reset to zero:
1. The accumulated value of the timer.
2. The data in the data address word, rung 5 (047 in this example).
3. The results in the result words, rung 6 (0044 and 0045 in
this example).
The starting position of the File-to-Word Move must also be set to one.
(The accumulated value of counter 034 in this example.)
SixDigit
Functions
Six-digit averaging and standard deviation ladder diagrams are very similar
with the following exceptions:
1. The averaging function number is 06 and standard deviation is 07.
2. The first result word in 6-digit averaging occurs one word after the
Result Address. The first eight words of the 6-digit standard
deviation result are reserved for internal processor calculations, and
thus the result occurs 9 decimal words after the Result Address.