■
Setting conversion data for the control string [S1]
Control
character
string
Data format
Available
operation
units
Usage example
BIN data before
conversion
ASCII data after
conversion
"%d" or
"%i"
16-bit data (signed integer)
Decimal ASCII data
SS
"%d" , "%5d" , "%
+5d" , "%-5d" , %05d" ,
%10.5d" , "%d," , "% d"
32-bit data (signed integer)
Decimal ASCII data
SL
"%u"
16-bit data (unsigned
integer)
Decimal ASCII data
US
"%u" , "%5u" , "%
+5u" , "%-5u","%05u" ,
%10.5u" , "%u,"
32-bit data (unsigned
integer)
Decimal ASCII data
UL
"%x"
16-bit data
Hexadecimal ASCII data
(Forward/reverse direction)
US
"%x" , "%5x" , "%-5x" ,
"%05x", "%10.5x" ,
"%x," , "%#x" , "%X"
32-bit data
Hexadecimal ASCII data
(Forward/reverse direction)
UL
"%b"
16-bit BCD data
Decimal ASCII data
(Forward/reverse direction)
US
"%b" , "%5b" , "%-5b" ,
"%05b", "%10.5b" ,
"%b,"
32-bit BCD data
Decimal ASCII data
(Forward/reverse direction)
UL
"%f"
32-bit single-precision real
number data
Floating point number ASCII
data
SF
"%f" , "%5.2f" , "%
+5.2f"
"%-5.2f" , "%05.2f" ,
"%f,"
"%#f" , "% f"
64-bit double-precision real
number data
Floating point number ASCII
data
DF
"%e"
32-bit single-precision real
number data
Exponential notation ASCII
data
SF
"%e" , "% 5.2e" , "%
+5.2e" , "%-5.2e" ,
"%05.2e" ,"%# 5.2e" ,
"% e" , "%E"
64-bit double-precision real
number data
Convert to exponential
notation ASCII data
DF
"%g"
32-bit single-precision real
number data
Exponential notation ASCII
data or floating-point ASCII
data
(whichever is shorter in the
relevant notation)
SF
"%g" , "%5.2g" , "%
+5.2g", "%-5.2g" ,
"%05.2g" , "%g,",
"%#5.2g" , "%G"
64-bit double-precision real
number data
Exponential notation ASCII
data or floating-point ASCII
data
(whichever is shorter in the
relevant notation)
DF
(Note 1)
The number of converted digits for a control string is up to 16.
■
Application example of control string [S1]
The following is a conversion example according to the operation unit and conversion direction.
Oper
ation
unit
Conv
ersio
n
direct
ion
Control
character
string
Binary data
ASCII data
Description
US
Rever
se
%+12.5u
K 1234
"
␣␣␣␣␣␣␣
01234"
When %u is specified, the result is
not signed.
14.9 BTOA (Conversion: BIN → ASCII)
14-32
WUME-FP7CPUPGR-12
Summary of Contents for FP7 Series
Page 2: ... MEMO 2 WUME FP7CPUPGR 12 ...
Page 18: ... MEMO xviii WUME FP7CPUPGR 12 ...
Page 52: ... MEMO 1 34 WUME FP7CPUPGR 12 ...
Page 104: ... MEMO 2 52 WUME FP7CPUPGR 12 ...
Page 123: ...3 9 ANS AND stack WUME FP7CPUPGR 12 3 19 ...
Page 125: ...3 10 ORS OR Stack WUME FP7CPUPGR 12 3 21 ...
Page 129: ...3 11 PSHS Push stack RDS Read stack POPS Pop stack WUME FP7CPUPGR 12 3 25 ...
Page 190: ...3 26 JP LBL Jump Label 3 86 WUME FP7CPUPGR 12 ...
Page 239: ...Name Description SR8 ER 3 46 ST ST ST ST ST ST Data Comparison Start WUME FP7CPUPGR 12 3 135 ...
Page 246: ... MEMO 3 142 WUME FP7CPUPGR 12 ...
Page 258: ... MEMO 4 12 WUME FP7CPUPGR 12 ...
Page 304: ... MEMO 5 46 WUME FP7CPUPGR 12 ...
Page 321: ...Name Description ER 6 7 DIVFP2 Division FP2 Compatible WUME FP7CPUPGR 12 6 17 ...
Page 348: ... MEMO 6 44 WUME FP7CPUPGR 12 ...
Page 388: ... MEMO 7 40 WUME FP7CPUPGR 12 ...
Page 438: ... MEMO 8 50 WUME FP7CPUPGR 12 ...
Page 450: ... MEMO 9 12 WUME FP7CPUPGR 12 ...
Page 520: ... MEMO 10 70 WUME FP7CPUPGR 12 ...
Page 602: ... MEMO 11 82 WUME FP7CPUPGR 12 ...
Page 622: ... MEMO 12 20 WUME FP7CPUPGR 12 ...
Page 650: ... MEMO 13 28 WUME FP7CPUPGR 12 ...
Page 1160: ... MEMO 18 66 WUME FP7CPUPGR 12 ...
Page 1188: ... MEMO 19 28 WUME FP7CPUPGR 12 ...
Page 1220: ... MEMO WUME FP7CPUPGR 12 ...
Page 1221: ... MEMO WUME FP7CPUPGR 12 ...