![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/3/8d/38d56254-54fe-46e3-85ae-d3f5260e1091/38d56254-54fe-46e3-85ae-d3f5260e1091-bg13a.png)
FX Series Programmable Controllers Execution Times And Instructional Hierarchy 7
7-14
7.4 Batch Processing
This is the s
stem used b
all members of the FX famil
of PLC’s. The basic concept is that
there are three sta
es to an
pro
ram scan. In other words, ever
time the pro
ram is
processed form start to end the followin
sequence of events occurs:
Input processing:
All of the current input statuses are read in to a
temporar
memor
area; sometimes called an
ima
e memor
. The PLC is now read
for the next
pro
ram processin
.......
Program processing:
All of the updated inputs are checked as the
pro
ram is processed. If the new input statuses
chan
e the status of driven outputs, then these are
noted in the ima
e memor
for the......
Output processing:
The new, current statuses of the outputs which
have
ust be processed are ph
sicall
updated, i.e
rela
s are turned ON or OFF as required. The
pro
ram scan starts a
ain............
The s
stem is known as 'Batch processin
'
because all of the inputs, pro
ram operation and finall
the outputs are processed as batches.
7.5 Summary of Device Memory Allocations
The memor
allocations of the pro
rammable are ver
complex, but from a users point of view
there are three main areas:
a) The Pro
ram Memor
:
This memor
area holds all of the data re
ardin
: parameters, sequence pro
ram, constant
values K and H, pointer information for P and I devices, nest level information, file re
ister
contents/allocations and also the pro
ram comment area.
- This memor
area is latched either b
batter
backup or b
use of EEPROM pro
ram
mana
ement (dependent on the PLC bein
used). An
data stored in this area is kept
even when the PLC is powered down. The duration and reliabilit
of the data stora
e is
dependent upon the condition of the batter
or EEPROM bein
used to perform the
backup process.
Input Processing
Program Processing
Output Processing