450
BINHA, BINHAP, DBINHA, DBINHAP
Function
BINHA
(1) Converts the individual digit numbers of hexadecimal notation of the BIN 16-bit data designated by into ASCII codes,
and stores the results into the area starting from the device designated by .
For example, if 02A6
H
has been designated by , it will be stored as follows:
(2) The BIN data designated by can be in the range from 0
H
to FFFF
H
.
(3) The operation results stored at are processed as 4-digit hexadecimal values.
For this reason, zeros which are significant digits on the left side of the value are processed as "0". (No zero suppression
is conducted.)
(4) The data to be stored at the device designated by +2 differs depending on the ON/OFF status of SM701 (number of
characters to output select signal).
When SM701 is OFF.....Stores "0"
When SM701 is ON......Does not change
DBINHA
(1) Converts the individual digit numbers of hexadecimal notation of the BIN 32-bit data designated by into ASCII codes,
and stores the results into the area starting from the device designated by .
For example, if the value 03AC625E
H
has been designated by , it would be stored following in the following manner:
(2) The BIN data designated by can be in the range from 0
H
to FFFFFFFF
H
.
(3) The operation results stored at are processed as 8-digit hexadecimal values.
For this reason, zeros which are significant digits on the left side of the value are processed as "0". (No zero suppression
is conducted.)
(4) The data to be stored at the device designated by +2 differs depending on the ON/OFF status of SM701 (number of
characters to output select signal).
When SM701 is OFF.....Stores "0"
When SM701 is ON......Does not change
S
D
+1
ASCII code for the 4th digitASCII code for the 3rd digit
ASCII code for the 2nd digitASCII code for the 1st digit
b15 b8b7 b0
+2
0
b15 b0
BIN 16-bit data
S
D
D
D
Only when
SM701 is OFF
S
D
+1
30
H
(0)32
H
(2)
41
H (A)36
H
(6)
b15 b8 b7 b0
+2
00
H
b15
b0
02A6H
S
D
D
D
S
D
D
S
D
+1
ASCII code for the 8th digit
ASCII code for the 7th digit
ASCII code for the 6th digit
ASCII code for the 5th digit
b15 b8
b7
b0
+2
ASCII code for the 4th digit
ASCII code for the 3rd digit
ASCII code for the 2nd digit
ASCII code for the 1st digit
+3
+1
0
Upper 16 bits Lower 16 bits
BIN 32-bit data
+4
S
D
S
D
D
D
D
(Only when
SM701 is OFF)
S
D
+1
30H (0)33H (3)
41
H (A)43H (C)
b15 b8 b7 b0
+2
36H
(6)32H (2)
35
H (5)45H (E)
+3
00H
+4
+1
03AC 62
5E
H
S
D
S
D
D
D
D
S
D
D