
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
173/
316
TITLE
DRAW.NO.
4.5.1 Logical AND
4.5.1.1 AND_BYTE(in1, in2)
accumulator in1 AND in2
Perform a logical AND between each bit of in1 and the same bit of in2. The corresponding bit of the integer
accumulator is set or cleared depending on the result.
Operands: Both in1 and in2 can be either a BYTE variable or constant.
4.5.1.2 AND_WORD(in1, in2)
accumulator in1 AND in2
Perform a logical AND between each bit of in1 and the same bit of in2. The corresponding bit of the integer
accumulator is set or cleared depending on the result.
Operands: Both in1 and in2 can be either a WORD variable or constant.
4.5.1.3 AND_DWORD(in1, in2)
accumulator in1 AND in2
Perform a logical AND between each bit of in1 and the same bit of in2. The corresponding bit of the integer
accumulator is set or cleared depending on the result.
Operands: Both in1 and in2 can be either a DWORD variable or constant.
For more details, see LD Functions.
Note: IL and LD functions are generally the same, with some differences in data types for operands.