7: B
ASIC
I
NSTRUCTIONS
7-26
« FC4A M
ICRO
S
MART
U
SER
’
S
M
ANUAL
»
JMP (Jump) and JEND (Jump End), continued
END
The END instruction is always required at the end of a program; however, it is not necessary to program the END instruc-
tion after the last programmed instruction. The END instruction already exists at every unused address. (When an address
is used for programming, the END instruction is removed.)
A
scan
is the execution of all instructions from address zero to the END instruction. The time required for this execution is
referred to as one
scan time
. The scan time varies with respect to program length, which corresponds to the address where
the END instruction is found.
During the scan time, program instructions are processed sequentially. This is why the output instruction closest to the
END instruction has priority over a previous instruction for the same output. No output is initiated until all logic within a
scan is processed.
Output occurs simultaneously, and this is the first part of the END instruction execution. The second part of the END
instruction execution is to monitor all inputs, also done simultaneously. Then program instructions are ready to be pro-
cessed sequentially once again.
Ladder Diagram
I1
I2
I3
I4
I5
I6
JMP
JEND
JMP
JMP
This jump circuit will give priority to I1, I3, and I5, in that order.
When input I1 is on, the first JMP is executed so that subsequent output statuses of Q0 through Q2 are held.
When input I1 is off, the first JMP is not executed so that the following program is executed according to the actual input
statuses of I2 through I6.
When I1 is off and I3 is on, the second JMP is executed so that subsequent output statuses of Q1 and Q2 are held.
When both I1 and I3 are off, the first and second JMPs are not executed so that the following program is executed accord-
ing to the actual input statuses of I4 through I6.
Instruction
Data
LOD
JMP
LOD
OUT
LOD
JMP
LOD
OUT
LOD
JMP
LOD
OUT
JEND
I1
I2
Q0
I3
I4
Q1
I5
I6
Q2
Program List
Q2
Q0
Q1
Ladder Diagram
END
Instruction
Data
LOD
OUT
LOD
OUT
END
I0
Q0
I1
Q1
Program List
Q1
I0
I1
Q0
Содержание FC4A-C10R2
Страница 1: ...FC4A SERIES Micro Programmable Logic Controller User s Manual FC9Y B812 ...
Страница 6: ...PREFACE 4 FC4A MICROSMART USER S MANUAL ...
Страница 94: ...2 MODULE SPECIFICATIONS 2 74 FC4A MICROSMART USER S MANUAL ...
Страница 184: ...6 ALLOCATION NUMBERS 6 20 FC4A MICROSMART USER S MANUAL ...
Страница 218: ...8 ADVANCED INSTRUCTIONS 8 8 FC4A MICROSMART USER S MANUAL ...
Страница 240: ...11 BINARY ARITHMETIC INSTRUCTIONS 11 8 FC4A MICROSMART USER S MANUAL ...
Страница 244: ...12 BOOLEAN COMPUTATION INSTRUCTIONS 12 4 FC4A MICROSMART USER S MANUAL ...
Страница 252: ...13 SHIFT ROTATE INSTRUCTIONS 13 8 FC4A MICROSMART USER S MANUAL ...
Страница 274: ...15 WEEK PROGRAMMER INSTRUCTIONS 15 8 FC4A MICROSMART USER S MANUAL ...
Страница 378: ...22 DUAL TEACHING TIMER INSTRUCTIONS 22 4 FC4A MICROSMART USER S MANUAL ...
Страница 386: ...23 INTELLIGENT MODULE ACCESS INSTRUCTIONS 23 8 FC4A MICROSMART USER S MANUAL ...
Страница 408: ...24 ANALOG I O CONTROL 24 22 FC4A MICROSMART USER S MANUAL ...
Страница 426: ...26 COMPUTER LINK COMMUNICATION 26 6 FC4A MICROSMART USER S MANUAL ...