Example 2) Creating a new CIP message. (Writing character string data “while the
data size is set to 0”)
[S1]... DT0 [S2]... H0000 [D]...DT100
S1: Data to be added S2: Format of the data to be
added
D: CIP message storage
destination
Value Value Value
DT0 00H 05H S2 0000H DT100 0000H
Data
length
DT1 42H (B) 41H (A) ↑
Writing character string data
DT101 34H 12H
DT2 44H (D) 43H (C) DT102 78H 56H
DT3 00H 45H (E) DT103 12H 90H
DT104 56H 34H
Operation result
S1: Data to be added D: CIP message storage destination
Value
Move data of string length + 2
bytes
Value
DT0 00H 05H DT100 0007H
Data
length
DT1
42H (B) 41H (A)
DT101 0005H
String
length
DT2
44H (D) 43H (C)
DT102
'B' 'A'
DT3 00H
45H (E)
DT103
'D' 'C'
DT104 56H
'E'
17.33 CIPMSET [CIP Message Data Setting (Merging)]
WUME-FP7CPUPGR-12 17-165