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

Program Control Instructions
Chapter 10
10-5
Editing in a Completed Rung
Edit these instructions by performing the following steps:
1. Position the cursor over the MCR or ZCL instruction you want
to change.
2. Press either -(MCR)- or -(ZCL)- or any other appropriate instruction
type key.
3. Enter any parameters that may be required by a new instruction.
Immediate I/O update instructions interrupt the program scan to update I/O
data before the normal I/O update sequence. Use these instructions where
I/O modules interface with I/O devices that operate in a shorter time period
than the processor scan.
Important: You can have as many as 8 Immediate Input and 8 Immediate
Output instructions per rack.
Immediate Input/Immediate Output Update
An Immediate Input Update instruction interrupts the program scan to
update input image table with data from the corresponding module group.
The image table is updated before the normal I/O scan and executed each
program scan (Figure 10.3). This instruction is always considered logic
true and execution takes place whether or not other rung conditions allow
logic continuity.
Immediate I/O Update
Instructions