End - IDEC MICROSmart FC6A Series Ladder Programming Manual

Automation organizer windldr
Hide thumbs Also See for MICROSmart FC6A Series:
Table of Contents

Advertisement

4: B
I
ASIC
NSTRUCTIONS
Ladder Diagram
JMP
I1
I2
Q0
JMP
I3
I4
Q1
JMP
I5
I6
Q2
JEND
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 according to the actual input
statuses of I4 through I6.

END

The END instruction is always required at the end of a program; however, it is not necessary to program the END instruction after
the last programmed instruction. WindLDR automatically appends the END instruction at the end of a program.
scan
A
is the execution of all instructions from address zero to the END instruction. The time required for this execution is referred
scan time
to as one
. 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 processed sequentially
once again.
Ladder Diagram
I0
Q0
I1
Q1
END
4-32
Program List
Instruction
LOD
JMP
LOD
OUT
LOD
JMP
LOD
OUT
LOD
JMP
LOD
OUT
JEND
Program List
Instruction
LOD
OUT
LOD
OUT
END
FC6A S
MICROS
L
ERIES
MART
Data
I1
I2
Q0
I3
I4
Q1
I5
I6
Q2
Data
I0
Q0
I1
Q1
P
M
ADDER
ROGRAMMING
ANUAL
FC9Y-B1726

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents