3 logical operation/comparison instructions, 1 and instruction (and), Outline – Yaskawa MP900 Series Machine Controller New Ladder Editor User Manual
Page 65: Format parameter

1.3 Logical Operation/Comparison Instructions
1-55
1
1.3 Logical Operation/Comparison Instructions
1.3.1 AND Instruction (AND)
Outline
The AND instruction outputs the logical product (AND) of Source A and Source B to the
Dest.
Format
Parameter
Table 1.7 1 bit Truth Table for the Logical Product
Source A
Source B
Dest
0
0
0
0
1
0
1
0
0
1
1
1
Parameter Name
Setting
Source A
• Any integer type and double-length integer type register
• Any integer type and double-length integer type register with
subscript
• Subscript register
• Constant
Source B
• Any integer type and double-length integer type register
• Any integer type and double-length integer type register with
subscript
• Subscript register
• Constant
Dest
• Any integer type and double-length integer type register
(except for # and C register)
• Any integer type and double-length integer type register with
subscript (except for # and C register)
• Subscript register
Symbol: AND
Full Name: AND
Category: LOGIC
Icon: