Omron CS1G/H-CPUxx-EV1 Programming Manual page 109

Sysmac cs series; sysmac cj series
Hide thumbs Also See for CS1G/H-CPUxx-EV1:
Table of Contents

Advertisement

Sequence Input Instructions
Instruction
Symbol/Operand
Mnemonic
Code
AND LOAD
Logic block Logic block
AND LD
OR LOAD
Logic block
OR LD
Logic block
NOT
---
NOT
520
CONDITION ON
UP(521)
UP
521
CONDITION OFF
DOWN(522)
DOWN
522
BIT TEST
TST(350)
LD TST
350
S
N
S: Source word
N: Bit number
BIT TEST
TSTN(351)
LD TSTN
351
S
N
S: Source word
N: Bit number
BIT TEST
AND TST(350)
AND TST
350
S
N
S: Source word
N: Bit number
BIT TEST
AND TSTN(351)
AND TSTN
351
S
N
S: Source word
N: Bit number
Function
Takes a logical AND between logic blocks.
LD
Logic block A
to
LD
Logic block B
to
Serial connection between logic block A and
AND LD
logic block B.
Takes a logical OR between logic blocks.
LD
Logic block A
to
LD
Logic block B
to
OR LD
Parallel connection between logic block A
and logic block B.
Reverses the execution condition.
UP(521) turns ON the execution condition for one cycle when the exe-
cution condition goes from OFF to ON.
DOWN(522) turns ON the execution condition for one cycle when the
execution condition goes from ON to OFF.
LD TST(350), AND TST(350), and OR TST(350) are used in the pro-
gram like LD, AND, and OR; the execution condition is ON when the
specified bit in the specified word is ON and OFF when the bit is OFF.
LD TSTN(351), AND TSTN(351), and OR TSTN(351) are used in the
program like LD NOT, AND NOT, and OR NOT; the execution condition
is OFF when the specified bit in the specified word is ON and ON when
the bit is OFF.
LD TST(350), AND TST(350), and OR TST(350) are used in the pro-
gram like LD, AND, and OR; the execution condition is ON when the
specified bit in the specified word is ON and OFF when the bit is OFF.
LD TSTN(351), AND TSTN(351), and OR TSTN(351) are used in the
program like LD NOT, AND NOT, and OR NOT; the execution condition
is OFF when the specified bit in the specified word is ON and ON when
the bit is OFF.
Section 3-1
Location
Execution condition
Continues on rung
Required
Continues on rung
Required
Continues on rung
Required
Continues on rung
Required
Continues on rung
Required
Continues on rung
Not required
Continues on rung
Not required
Continues on rung
Required
Continues on rung
Required
73

Advertisement

Table of Contents
loading

Table of Contents