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

Chapter
10
10-1
Program Control Instructions
This chapter describes these program control instructions:
output override
immediate I/O update
Some applications need programming techniques designed to override a
group of non-retentive outputs or update I/O ahead of the usual I/O scan
time. The program control instructions satisfy this need.
The output override, or zone type instructions, operate similarly to a
hardwired master control relay in that they affect a group of outputs in the
user program. But these instructions are not a substitute for a hardwired
master control relay, which provides emergency I/O power shutdown.
The following table illustrates specific instructions for these categories:
Output Override Immediate Update I/O
Master Control Reset Immediate Input Update
Zone Control Last State Immediate Output Update
Master
Control Reset and Zone Control Last State
ATTENTION: Do not place a LABEL instruction in an MCR
or ZCL zone. When jumping over a start fence, the processor
will execute the program from the label to the end fence as if
the start fence had been true. The start fence may have been
false, so that all outputs within the zone are controlled by the
output override instruction (i.e. OFF for MCR or last state for
ZCL instructions).
Failure to observe this warning could cause unexpected
operation with possible damage to equipment and/or injury
to personnel.
Chapter Objectives
Introduction
Output Override Instructions