6. COMMUNICATIONS THAT REQUIRE THE SEQUENCE PROGRAM
MELSEC-A
6-12
(d) Octet string (OctetString)
When the value is 01h, 02h, 03h, 04h, 05h then the octet string is set as shown below.
02h
01h
03h
04h
05h
153
153
153
**
(e) Character
string
(VisibleString)
When the value is “ABCDE,” the visible string is set as shown below.
'B'
'A'
'D'
'C'
'E'
153
153
153
**
(f)
Floating point (FloatingPoint)
This is the same format as for the AnACPU or AnUCPU, and is set from the 1536 address.
1536
1537
Bit 0 to 7
Bit 31
Bit 8 to 15
Bit 16 to 23
Bit 24 to 31
30
23
22
0
Exponential portion
Mantissa portio
Mantissa portion sign
(3-2) When the variable type is Array or Record
The format data explained in SimpleVariable is divided into the number of elements. When
the data length of one element is an odd number of bytes, a valid value is not set for the
element’s first byte.
Example: When the VariableString array value is "ABCDE," "FGHIJ," then the setting is as
follows.
'B'
'A'
'D'
'C'
'J'
1536
1537
1538
1539
1540
1541
**
'E'
'G'
'F'
'I'
'H'
**