
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
209/
316
TITLE
DRAW.NO.
4.9.3 Multiply BCD
4.9.3.1 PMC_MUL_BCD2(in1, in2)
accumulator in1 * in2
Multiply one BCD2 by another and store the product in the accumulator. The accumulator type is unchanged.
in1: BYTE variable or constant
in2: BYTE variable or constant
4.9.3.2 PMC_MUL_BCD4(in1, in2)
accumulator in1 * in2
Multiply one BCD4 by another and store the product in the accumulator. The accumulator type is unchanged.
in1: WORD variable or constant
in2: WORD variable or constant
4.9.3.3 PMC_MUL_BCD8(in1, in2)
accumulator in1 * in2
Multiply one BCD8 by another and store the product 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.