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

Скачать
Страница из 838
26 Applied Instructions (Character String Control)
26.1 STR / BIN to Character String Conversion
617
FXCPU Structured Programming Manual
[Basic & Applied Instruction]
21
Appl
ied
 In
stru
cti
ons 
(R
eal
 T
im
C
lock
 Contr
ol)
22
Ap
plied
 Instru
ctio
ns 
(E
xt
er
na
l De
vi
ce
)
23
App
lied Instr
ucti
ons 
(Ex
tensi
on 
Functi
on)
24
Ap
pl
ied In
struct
ions 
(O
thers)
25
Appl
ied
 Instru
cti
ons
 
(B
lock
 Dat
O
per
at
io
n)
26
App
lie
d Instr
uction
(Charac
ter 
Stri
ng C
ontrol
)
27
Ap
pl
ied Inst
ruct
io
ns 
(D
ata
 Op
eration 3
)
28
Appl
ied
 In
stru
cti
ons 
(D
ata C
om
par
ison
)
29
App
lie
d Instr
uction
(D
ata
 T
abl
O
peration
)
30
Appli
ed In
struc
tions
(E
xt
ernal Devi
ce 
Comm
uni
cat
ion)
26.1
STR / BIN to Character String Conversion
Outline
This instruction converts binary data into character strings (ASCII codes).
On the other hand, the ESTR instruction converts floating point data into character strings.
1. Format and operation, execution form
2. Set data
3. Applicable devices
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
STR
16 bits
Continuous
STR(EN,s1,s2,d);
STRP
16 bits
Pulse
STRP(EN,s1,s2,d);
DSTR
32 bits
Continuous
DSTR(EN,s1,s2,d);
DSTRP
32 bits
Pulse
DSTRP(EN,s1,s2,d);
Variable
Description
Data type
16-bit 
operation
32-bit 
operation
Input
variable
EN
Execution condition
Bit
Head device storing the number of digits of a numeric value to be
converted (2 points occupied)
ARRAY [0..1] OF ANY16
Device storing binary data to be converted
ANY16
ANY32
Output
variable
ENO
Execution state
Bit
Head device storing converted character string
String
Operand 
type
Bit Devices
Word Devices
Others
System user
Digit specification
System 
user
Special 
unit
Index
Cons
tant
Real 
Number
Character 
String
Pointer
X Y M T C S D
.b KnX KnY KnM KnS T C D R U
\G
X Y Modifier K H
E
"
"
P
z z z z
z
z
z
z
z z z z z
z z
z
z z
z z z z
z
STR
EN
ENO
d
s1
s2
STRP
EN
ENO
d
s1
s2
DSTR
EN
ENO
d
s1
s2
DSTRP
EN
ENO
d
s1
s2