
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
211/
316
TITLE
DRAW.NO.
4.9.5 Modulus BCD
4.9.5.1 PMC_MOD_BCD2(in1, in2)
accumulator REMAINDER [in1/in2]
Divide one BCD2 by another and place the remainder in the accumulator. The accumulator type is unchanged
in1: BYTE variable or constant
in2: BYTE variable or constant
4.9.5.2 PMC_MOD_BCD4(in1, in2)
accumulator REMAINDER [in1/in2]
Divide one BCD4 by another and place the remainder in the accumulator. The accumulator type is unchanged
in1: WORD variable or constant
in2: WORD variable or constant
4.9.5.3 PMC_MOD_BCD8(in1, in2)
accumulator REMAINDER [in1/in2]
Divide one BCD8 by another and place the remainder in the accumulator. The accumulator type is unchanged
in1: DWORD variable or constant
in2: 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.