FANUC PMC-MODEL SD7
Programming Manual
01 01.11.26
Hanaoka
New
A-78550E
EDIT DATE DESIG.
DESCRIPTION
201/
316
TITLE
DRAW.NO.
4.8.1 (type)_TO_BCDx(x=4,8)
4.8.1.1 INT_TO_BCD4(operand)
accumulator converted value
Convert a single-precision integer to binary coded decimal format.
Operand: INT variable; the value to be converted.
4.8.1.2 UINT_TO_BCD4(operand)
accumulator converted value
Convert a single-precision unsigned integer to binary coded decimal format.
Operand: UINT variable; the value to be converted.
4.8.1.3 DINT_TO_BCD8(operand)
accumulator converted value
Convert a double-precision integer to binary coded decimal format.
Operand: DINT variable; the value to be converted.
For more details, see LD Functions.
Note: IL and LD functions are generally the same, with some differences in data types for operands.