Справочник Пользователя для Mitsubishi Electronics FXCPU

Скачать
Страница из 838
15 Applied Instructions (External Device (optional device))
15.3 ASCI / Hexadecimal to ASCII Conversion
395
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
11
Appl
ied
 In
stru
cti
ons 
(D
ata O
per
at
io
n)
12
Ap
plied
 Instru
ctio
ns 
(High S
peed 
Process
ing)
13
App
lied Instr
ucti
ons 
(Handy
 
Instruction)
14
Ap
pl
ied In
struct
ions 
(External FX I/O
 
D
evice)
15
Appl
ied
 Instru
cti
ons
 
(External
 Dev
ice 
(op
tional
 dev
ice)
)
16
App
lie
d Instr
uction
(E
xter
nal
 Devi
ce)
17
Ap
pl
ied Inst
ruct
io
ns 
(Dat
a T
ransf
er 2)
18
Appl
ied
 In
stru
cti
ons 
(Float
ing P
oin
t)
19
App
lie
d Instr
uction
(D
at
a Oper
at
ion 2)
20
App
lied Inst
ructi
ons 
(Pos
itioning 
Control)
15.3
ASCI / Hexadecimal to ASCII Conversion
Outline
This instruction converts HEX code into ASCII code.
Also available are BINDA instruction for converting BIN data into ASCII code, and DESTR instruction for
converting binary floating decimal point data into ASCII code.
→ As for BINDA instruction, refer to section 29.6.
→ As for DESTR instruction, refer to section 18.4.
1. Format and operation, execution form
2. Set data
3. Applicable devices
S: Refer to "Cautions".
Function and operation
1. 16-bit operation(ASCI/ASCIP)
Of the HEX code stored after the device specified by 
, n characters (digits) are converted into ASCII
code, and stored in the device after the one specified by 
.
In this instruction, the mode usable when converting includes 16-bit mode and 8-bit mode. As for the
operation of each mode, refer to the following pages.
FX
3U(C)
FX
3G(C)
FX
3S
FX
2N(C)
FX
1N(C)
FX
1S
FX
U
/FX
2C
FX
0N
FX
0(S)
Instruction 
name
Operation
Execution 
form
Expression in each language
Structured ladder/FBD
ST
ASCI
16 bits
Continuous
ASCI(EN, s, n, d);
ASCIP
16 bits
Pulse
ASCIP(EN, s, n, d);
Variable
Description
Data type
Input
variable
EN
Execution condition
Bit
Head device in which HEX code to be converted is stored
ANY16
Number of characters in HEX code to be converted (number of digits)
ANY16
Output
variable
ENO
Execution state
Bit
Head device for storing converted ASCII code
ANY16
Operand 
type
Bit Devices
Word Devices
Others
System User
Digit designation
System User
Special 
Unit
Index
Con
stant
Real 
Number
Character 
String
Pointer
X Y M T C S D
.b KnX KnY KnM KnS T C D
R U
\G
V Z Modifier K H
E
"
"
P
z
z
z
z z z z
S2
S3
z z
z
z z
S1 S2
z z
z
z
z z z z
S2
S3
z
ASCI
EN
s
ENO
d
n
ASCIP
EN
s
ENO
d
n
Command input
Head device in which HEX 
code to be converted is stored
Head device for storing 
converted ASCII code
Number of characters in 
HEX code to be converted 
(number of digits)
ASCI
EN
s
n
ENO
d1