XW2Z-200J-B9 Omron, XW2Z-200J-B9 Datasheet - Page 355

no-image

XW2Z-200J-B9

Manufacturer Part Number
XW2Z-200J-B9
Description
CONNECTOR CABLE 2M
Manufacturer
Omron
Datasheet

Specifications of XW2Z-200J-B9

Lead Free Status / Rohs Status
Lead free / RoHS Compliant
Other names
XW2Z200JB9
The following instructions are used in pairs to set and cancel certain instruction conditions. Each pair of
instructions must be in the same task.
Flags
In this context, a flag is a bit that serves as an interface between instructions.
Operands
Operands specify preset instruction parameters (boxes in ladder diagrams) that are used to specify I/O mem-
ory area contents or constants. An instruction can be executed by entering an address or constant as the oper-
ands. Operands are classified as source, destination, or number operands.
Note Operands are also called the first operand, second operand, and so on, starting from the top of the
328
Programming
Interlocked
Break
Block program
execution
• Differentiation Flags
• Carry (CY) Flag
Source
Destination
(Results)
Number
Differentiation result flags. The status of these flags
are input automatically to the instruction for all dif-
ferentiated up/down output instructions and the
DIFU(013)/DIFD(014) instructions.
The Carry Flag is used as an unspecified operand
in data shift instructions and addition/subtraction
instructions.
Instruction
condition
instruction.
Example
D00000
#0000
MOV
D00000
#0000
Specifies the address of the data
to be read or a constant.
Specifies the address where data
will be written.
Specifies a particular number used
in the instruction, such as a jump
number or subroutine number.
MOV
An interlock turns OFF part of the program. Special conditions, such as
turning OFF output bits, resetting timers, and holding counters, are in
effect.
A break causes execution of a repeated FOR-NEXT loop to end in the
middle of the loop. (All instructions in the loop to NEXT are not exe-
cuted.)
Instructions from JMP0 to JME0 are executed.
A program block from BPRG(096) to BEND(801) is executed.
Operand types
Input flags
First operand
Second operand
S (source)
D (destination)
Description
S
C
D
N
JMP
Operand
3
• Condition Flags
symbol
Condition Flags include the Always ON/OFF Flags, as well as
flags that are updated by results of instruction execution. In user
programs, these flags can be specified by labels, such as ER, CY,
>, =, A1, A0, rather than by addresses.
N (number)
Source operand
Control data
---
---
Output flags
Source operand other than control
data (C)
Compound data in a source oper-
and that has different meanings
depending bit status.
Description
IL(002)
BREAK
JMP0
BPRG(096)
instruction
Setting
Appendix A
JME0
ILC(003)
NEXT
BEND(801)
instruction
Canceling