Mitsubishi Electric MELSEC FX Series Structured Programming Manual page 188

Hide thumbs Also See for MELSEC FX Series:
Table of Contents

Advertisement

FXCPU Structured Programming Manual
(Application Functions)
Program example
In this program, a character string stored in devices specified in
stored in devices specified in
specified in
d
1) Function without EN/ENO(CONCAT)
[Structured ladder]
g_string1="ABCDEF"
g_string2="12345"
[ST]
g_string3:=CONCAT(g_string1,g_string2);
2) Function with EN/ENO(CONCAT_E)
[Structured ladder]
g_bool1
[ST]
g_bool3:=CONCAT_E(g_bool1,g_string1,g_string2,g_string3);
186
, and the character string obtained by connection is output to devices
s1
.
CONCAT
_IN
_IN
CONCAT_E
EN
ENO
g_string1
_IN
g_string2
_IN
s2
g_string3="ABCDEF12345"
g_bool3
g_string3
5.8 Standard Character String Functions
is connected after a character string

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Fx-kp-ok-e09r927

Table of Contents