I/O Updates; Scan Sequence - Allen-Bradley PLC-2/30 Programming And Operations Manual

Hide thumbs Also See for PLC-2/30:
Table of Contents
7.2

I/O Updates

7.2.1

Scan Sequence

Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
WARNING: MCR or ZCL zones should not be overlapped or
nested. Each zone should be separate and complete.
Overlapping MCR or ZCL zones may result in unpredictable or
hazardous machine operation with possible damage to
equipment or personal injury.
Two instructions used to update I/O data during the execution of the user
program are:
Immediate Input –|I|–
Immediate Output –(IOT)–
These instructions are used to transfer critical I/O data ahead of the normal
scan sequence. This speeds up the response of output devices to the
program and the update of input data for program use.
The immediate I/O instructions are usually used where I/O modules
interface with I/O devices that operate in a shorter period than the
processor scan time. These may include TTL logic or fast response input or
output devices.
Most electromechanical devices have a response time longer than the
processor scan time. Thus, data to and from these devices need not be
updated ahead of the normal I/O scan.
The PLC-2/30 processor scan sequence can be divided into 2 parts
(Figure 7.2):
Program Scan
I/O Scan
Chapter 7
Table of Contents
loading

Table of Contents