4 logic operations and comparison instructions, 1 inclusive and (and), 1 ) operation – Yaskawa MP900 Series Ladder Programming Manual User Manual
Page 132: 2 ) format

5.4 Logic Operations and Comparison Instructions
5.4.1 Inclusive AND (AND)
5-63
Instructions
5
5.4 Logic Operations and Comparison Instructions
5.4.1 Inclusive AND (AND)
( 1 ) Operation
The AND instruction performs a logical AND operation on input data A and input data B and the result is stored in the
output data.
This instruction can be used only with integer or double-length integer data.
Each bit in the input data is evaluated as shown in the following truth table.
( 2 ) Format
∗ C and # registers cannot be used.
Input data A
Input data B
Output data
0
0
0
0
1
0
1
0
0
1
1
1
Input data A
Output data
Input data B
Inclusive AND
(AND)
Parameter Name
Applicable Data Types
B
W
L
F
A
Index
Constant
Input data A (SrcA)
×
{
{
{
×
{
{
Input data B (SrcB)
×
{
{
{
×
{
{
Output data (Dest)
×
{
*
{
*
{
*
×
{
×
Input data A
Input data B
Output data
Icon:
Key entry: &