Chapter 6 Applied Instructions
6-73
6.3 Data Conversion Instructions
6.3.1 List of Data Conversion Instructions
API
instruction
Function Step
0200
BCD DBCD –

Converting the binary number into the
binary-coded decimal number
5
0201
BIN DBIN

Converting the binary-coded decimal
number into the binary number
5
0202
FLT DFLT –

Converting the binary integer into the
binary floating-point number
5
0203
FLTD DFLTD –

Converting the binary integer into the
64-bit floating-point number
5
0204
INT DINT –

Converting the 32-bit floating-point
number into the binary integer
5
0205
– FINT DFINT

Converting the 64-bit floating-point
number into the binary integer
5
0206
MMOV

Converting the 16-bit value into the
32-bit value
5
0207
RMOV

Converting the 32-bit value into the
16-bit value
5
0208
GRY DGRY

Converting the binary number into the
Gray code
5
0209
GBIN DGBIN

Converting the Gray code into the
binary number
5
0211
– FNEG –

Reversing the sign of the 32-bit
floating-point number
3
0212
– FBCD –

Converting the binary floating-point
number into the decimal floating-point
number
5
0213
– FBIN –

Converting the decimal floating-point
number into the binary floating-point
number
5
0214
BKBCD

Converting the binary numbers in blocks
into the binary-coded decimal numbers
7
0215
BKBIN

Converting the binary numbers in blocks
into the binary-coded decimal numbers
in blocks
7
SCLP DSCLP

Parameter type of scale value operation
9
0218
LINE DLINE

Converting a column of data into a line
of data
7
0219
COLM DCOLM
–

Converting a line of data into a column
of data
7