2 - 37 2 - 37
MELSEC-Q
2 USING THE E-MAIL FUNCTION
(d) The contents of the data recorded are as follows.
1) When sending data as an attached file
• If the data format is binary, values are recorded from the lower byte
(L) side.
• If the data format is ASCII, target values are converted to 4-digit
hexadecimal ASCII codes and recorded from the higher byte (H)
side of the values.
• If the data format is CSV, target values are converted to 4-digit
hexadecimal ASCII codes and recorded from the higher byte (H)
side of the values.
If multiple word data is to be processed, insert a comma between
each word (4-byte ASCII code) data.
Insert CR (Code: 0D
H
) and LF (Code: 0A
H
) every each setting
device range.
(Example) In case of M15 to M0 = 0001
H
, M31 to M16 = 0002
H
, ..., W0 = 001A
H
,
W1 = 002B
H
, ...
For M15 to M0
0 0000000000000
M15 M8M12 M4
01
M0to
to to to
For ASCII
For binary
0001 0002 0003 0004 0005
M16M0 M32 M48 M64
0060 0061 0062
X10 X20 X30
001A
W0
002B
W1
0031 00320030
B10 B20 B30
0033
B40
0011 0012 0013 0014 0015 0016 0017 0018 0019 001A
D1D0 D2 D3 D4 D5 D6 D7 D8 D9
60 00 61 00 62 00
X10X18 X20 X38
01 00 02 00 03 00 04 00 05 00
M8M0 M16 M24 M72
30 00
B10B18 B40
33 00
B48
19 00 1A 00
11 00
D0(L)D0(H)D1(L)D1(H)
12 00
D9(L)D9(H)D8(L)D8(H)
2B 00
W1(L)W1(H)W0(L)W0(H)
1A 00
For CSV
0001 0002 0003 0004
0005
M16M0 M32 M48 M64
[CR+LF]
,,, ,
0060 0061 0062
X10 X20 X30
[CR+LF]
,,
001A
W0
002B
W1
[CR+LF]
,
0031 0032
0030
B10
B20 B30
0033
B40
[CR+LF]
,
,,
0011 0012 0013 0014 0015 0016 0017 0018 0019 001A
D1D0 D2 D3 D4 D5 D6 D7 D8 D9
[CR+LF]
,,
,
,,,,,,
The spaces and lines between device numbers and device values are inserted for
the purpose of explanation. They are not recorded in the attached file.