
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
174/
316
TITLE
DRAW.NO.
4.5.2 Logical OR
4.5.2.1 OR_BYTE(in1, in2)
accumulator in1 OR in2
Perform a logical OR between the bits of in1 and in2 and store the result in the integer accumulator.
Operands: Both in1 and in2 can be either BYTE variables or constants.
4.5.2.2 OR_WORD(in1, in2)
accumulator in1 OR in2
Perform a logical OR between the bits of in1 and in2 and store the result in the integer accumulator.
Operands: Both in1 and in2 can be either WORD variables or constants.
4.5.2.3 OR_DWORD(in1, in2)
accumulator in1 OR in2
Perform a logical OR between the bits of in1 and in2 and store the result in the integer accumulator.
Operands: Both in1 and in2 can be either DWORD variables or constants.
For more details, see LD Functions.
Note: IL and LD functions are generally the same, with some differences in data types for operands.