25: D
ATA
L
OG
I
NSTRUCTIONS
25-6 FC6A S
ERIES
MICROS
MART
L
ADDER
P
ROGRAMMING
M
ANUAL
FC9Y-B1726
Configuration Example 1
When the String is ABC,DEF, the Separating Character is Comma (,), and the number of repeats is 7
• Hexadecimal
•String
Configuration Example 2
When the String is "ABC,DEF", the Separating Character is Comma (,), and the number of repeats is 9
• Hexadecima
•String
Configuration Example 3
When the String is """ABC,DEF""", the Separating Character is Comma (,), and the number of repeats is 13
• Hexadecima
•String
Device
Stored Value
Upper Byte Lower Byte
ASCII Hexadecimal ASCII Hexadecimal
D1000 A 0x41 B 0x42
D1001 C 0x43 Comma (,) 0x2C
D1002 D 0x44 E 0x45
D1003 F 0x46 NULL 0x00
Time D 1000
2018/04/0614:59:40 ABC DEF
2018/04/0614:59:50 ABC DEF
Device
Stored Value
Upper Byte Lower Byte
ASCII Hexadecimal ASCII Hexadecimal
D1000 Double quotation marks (") 0x22 A 0x41
D1001 B 0x42 C 0x43
D1002 Comma (,) 0x2C D 0x44
D1003 E 0x45 F 0x46
D1004 Double quotation marks (") 0x22 NULL 0x00
Time D 1000
2018/04/0614:59:40 ABC,DEF
2018/04/0614:59:50 ABC,DEF
Device
Stored Value
Upper Byte Lower Byte
ASCII Hexadecimal ASCII Hexadecimal
D1000 Double quotation marks (") 0x22 Double quotation marks (") 0x22
D1001 Double quotation marks (") 0x22 A 0x41
D1002 B 0x42 C 0x43
D1003 Comma (,) 0x2C D 0x44
D1004 E 0x45 F 0x46
D1005 Double quotation marks (") 0x22 Double quotation marks (") 0x22
D1006 Double quotation marks (") 0x22 NULL 0x00
Time D 1000
2018/04/0614:59:40 "ABC,DEF"
2018/04/0614:59:50 "ABC,DEF"