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

Selectable Timed Interrupt
Chapter 22
22-2
Figure 22.1
Sample
Program Rungs
027
02
RTO
047
.01
110
01
047
15
PR 100
AC 000
L
010
07
CTU
057
PR 999
AC 000
110
00
RTO
047
PR 100
AC 000
110
00
CTR
057
PR 999
AC 000
110
00
U
027
02
1
2
3
4
5
6
User
Program
Sample Program
RUNG 1
RUNG 2
RUNG 3
RUNG 4
RUNG 5
RUNG 6
110
001
G
047 010
15 00
110
01
00
010
CTU
057
PR 999
AC 000
RUNG 8
RUNG 7
110
01
047
15
CTU
057
PR 999
AC 000
RET
RUNG 10
RUNG 9
7
8
9
10
Selectable
Timed
Interrupt
Subroutine
Subroutine Area
ATTENTION: The Get instruction in the above example
causes the subroutine to be scanned and the output to come on.