
FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
157/
316
TITLE
DRAW.NO.
4.3.3 Multiply
4.3.3.1 MUL_INT(in1, in2)
accumulator in1 * in2
Multiply one single-precision integer by another and store the product in the accumulator. The accumulator type is
unchanged.
in1: INT variable or constant
in2: INT variable or constant
4.3.3.2 MUL_UINT(in1, in2)
accumulator in1 * in2
Multiply one single-precision unsigned integer by another and store the product in the accumulator. The accumulator
type is unchanged.
in1: UINT variable or constant
in2: UINT variable or constant
4.3.3.3 MUL_DINT(in1, in2)
accumulator in1 * in2
Multiply one double-precision integer by another and store the product in the accumulator. The accumulator type is
unchanged.
in1: DINT variable or constant
in2: DINT 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.