Conversio
n form
Data format
Usage example
Data before conversion
ASCII data after
conversion
"%b"
16-bit BCD data
Decimal ASCII data
"%b" , "%5b" , "%-5b" , "%05b" ,
"%10.5b"
"%Lb"
32-bit BCD data
Decimal ASCII data
"%Lb" , "%5Lb" , "%-5Lb" ,
"%05Lb" , "%10.5Lb"
"%f"
32-bit single-precision real
number data
Floating point number ASCII
data
"%f" , "%5.2f" , "%+5.2f" , "%-5.2f" ,
"%05.2f" , "%#f" , "% f"
"%Lf"
64-bit double-precision real
number data
Floating point number ASCII
data
"%Lf" , "%5.2Lf" , "%+5.2Lf" ,
"%-5.2Lf" , "%05.2Lf" , "%#Lf" , "%
Lf"
"%e"
32-bit single-precision real
number data
Exponential notation ASCII
data
"%e" , "%5.2e" , "%+5.2e" ,
"%-5.2e" , "%05.2e" , "%#5.2e" , "%
e" , "%E"
"%Le"
64-bit double-precision real
number data
Exponential notation ASCII
data
"%Le" , "%5.2Le" , "%+5.2Le" ,
"%-5.2Le" , "%05.2Le" , "%#5.2Le" ,
"% Le" , "%LE"
"%g"
32-bit single-precision real
number data
Exponential notation ASCII
data or floating-point ASCII
data
(whichever is shorter in the
relevant notation)
"%g" , "%5.2g" , "%+5.2g" ,
"%-5.2g" , "%05.2g" , "%#5.2g" ,
"%G"
"%Lg"
64-bit double-precision real
number data
Exponential notation ASCII
data or floating-point ASCII
data
(whichever is shorter in the
relevant notation)
"%Lg" , "%5.2Lg" , "%+5.2Lg" ,
"%-5.2Lg" , "%05.2Lg" , "%#5.2Lg" ,
"%LG"
"%s"
String data
String data (for the specified
number of characters)
"%s" , "%5s" , %-5s" ,"%-05s"
"%S"
String data
String data (conversion for
the specified number of
characters, or up to H0)
"%S" , "%5S" , %-5S" ,"%-05S"
(Note 1)
The number of converted digits for the conversion form is up to 16 digits.
(Note 2)
Conversion modifier 'L’ can also specified in a lower case character.
(Note 3)
"%S" (upper-case letter) is supported for CPU unit Ver. 4.10 and later, or Ver. 3.40 to Ver. 3.**.
■
Options for the conversion form [S1] (BIN data → ASCII data)
Items
Conversion
form
BIN data before
conversion
ASCII data after
conversion
Description
Specification
of upper /
lower case
characters
%x
H ABCD
"abcd"
Specifies upper or lower case
alphabets used for hexadecimal /
exponential notation ASCII data.
For %d, %u, %b, and %f, upper-case
letters are handled as body data.
%X
H ABCD
"ABCD"
%e
SF1234.567
"1.3"
%E
SF1234.567
"1.3"
Specification
of the number
of display
digits
%d
K 100
"100"
The display digit is specified with "Total
number of characters" and "Number of
characters of precision." It is specified
with “n.m”, “n”, or “.m”, etc.
%5d
K 100
"
␣␣
100"
%10.5d
K 100
"
␣␣␣␣␣
00100"
14.14 PRINT/EPRINT Instruction Shared Conversion Form Table
WUME-FP7CPUPGR-12
14-71
Содержание FP7 Series
Страница 2: ... MEMO 2 WUME FP7CPUPGR 12 ...
Страница 18: ... MEMO xviii WUME FP7CPUPGR 12 ...
Страница 52: ... MEMO 1 34 WUME FP7CPUPGR 12 ...
Страница 61: ...Example 2 Use PSHS RDS or POPS instruction 2 1 Structure of Instructions WUME FP7CPUPGR 12 2 9 ...
Страница 104: ... MEMO 2 52 WUME FP7CPUPGR 12 ...
Страница 123: ...3 9 ANS AND stack WUME FP7CPUPGR 12 3 19 ...
Страница 125: ...3 10 ORS OR Stack WUME FP7CPUPGR 12 3 21 ...
Страница 129: ...3 11 PSHS Push stack RDS Read stack POPS Pop stack WUME FP7CPUPGR 12 3 25 ...
Страница 139: ...4 CNDE instruction 5 Step ladder instructions 6 Subroutine instructions 3 16 ALT Alternate out WUME FP7CPUPGR 12 3 35 ...
Страница 146: ... Application example of timer instructions serial connection of timers 3 17 TM Timer 3 42 WUME FP7CPUPGR 12 ...
Страница 147: ... Application example of timer instructions parallel connection of timers 3 17 TM Timer WUME FP7CPUPGR 12 3 43 ...
Страница 190: ...3 26 JP LBL Jump Label 3 86 WUME FP7CPUPGR 12 ...
Страница 239: ...Name Description SR8 ER 3 46 ST ST ST ST ST ST Data Comparison Start WUME FP7CPUPGR 12 3 135 ...
Страница 246: ... MEMO 3 142 WUME FP7CPUPGR 12 ...
Страница 251: ...Name Description SRA Depending on the comparison result SRB SRC 4 1 CMP Data Compare WUME FP7CPUPGR 12 4 5 ...
Страница 258: ... MEMO 4 12 WUME FP7CPUPGR 12 ...
Страница 277: ...F E D C B A 9 8 7 6 5 4 3 2 1 0 Digit 3 Digit 2 Digit 1 Digit 0 bit 5 8 DGT Digit Data Transfer WUME FP7CPUPGR 12 5 19 ...
Страница 304: ... MEMO 5 46 WUME FP7CPUPGR 12 ...
Страница 321: ...Name Description ER 6 7 DIVFP2 Division FP2 Compatible WUME FP7CPUPGR 12 6 17 ...
Страница 348: ... MEMO 6 44 WUME FP7CPUPGR 12 ...
Страница 388: ... MEMO 7 40 WUME FP7CPUPGR 12 ...
Страница 438: ... MEMO 8 50 WUME FP7CPUPGR 12 ...
Страница 450: ... MEMO 9 12 WUME FP7CPUPGR 12 ...
Страница 520: ... MEMO 10 70 WUME FP7CPUPGR 12 ...
Страница 602: ... MEMO 11 82 WUME FP7CPUPGR 12 ...
Страница 622: ... MEMO 12 20 WUME FP7CPUPGR 12 ...
Страница 650: ... MEMO 13 28 WUME FP7CPUPGR 12 ...
Страница 1160: ... MEMO 18 66 WUME FP7CPUPGR 12 ...
Страница 1188: ... MEMO 19 28 WUME FP7CPUPGR 12 ...
Страница 1211: ...20 4 ASCII Code Table JIS8 Code Table Reference Table ASCII Codes 20 4 ASCII Code Table JIS8 Code Table WUME FP7CPUPGR 12 20 23 ...
Страница 1220: ... MEMO WUME FP7CPUPGR 12 ...
Страница 1221: ... MEMO WUME FP7CPUPGR 12 ...