Using Character String Data - Mitsubishi MELSEC Q Series Programming Manual

Common instruction 1/2
Hide thumbs Also See for MELSEC Q Series:
Table of Contents

Advertisement

3.2.5

Using character string data

Character string data is character data used by basic instructions and application instructions.
The target ranges from the designated character to the NULL code (00
of the character string.
(1) When designated character is the NULL code
One word is used to store the NULL code.
M0
(2) When character string is even
Uses (number of characters/2 + 1) words, and stores character string and NULL code.
For example, if "ABCD" is transferred to D0, the character string ABCD is stored at D0 and
D1, and the NULL code is stored at D2. (The NULL code is stored as the last one word.)
M0
(3) When number of characters is odd
Uses (number of characters/2) words (rounds up decimal fractions) and stores the character
string and NULL code.
For example, if "ABCDE" is transferred to devices starting from D0, the character string
(ABCDE) and the NULL code are stored from D0 to D2. (The NULL code is stored into the
upper 8 bits of the last one word.)
M0
$MOV " "
D0
$MOV "ABCD"
D0
$MOV "ABCDE" D0
H
D0 NULL
Designation of NULL code (00
H
Character string data transfer instruction
42
41
D0
H
H
44
43
D1
H
H
NULL
D2
Designation of a character string
composed of even numbers
Character string data transfer instruction
42
41
D0
H
H
44
43
D1
H
H
NULL
45
D2
H
Designation of a character string
composed of odd numbers
Character string data transfer instruction
) that indicates the end
)
3-11
3
4
4
6
7
8

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Melsec l series

Table of Contents