(c) Start device of the target station where data is to be written
If the device setting in PLC Parameter is different between the own and target stations, use "(D1)" (with double-
quotation marks) to specify.
Specify the start device (D1) of the target station, within the available range so that the write data can be
stored.
When the area addressed D150 or higher of the target station CPU is already used
Ex.
Good example
(D50 is specified in (D1).)
Own station CPU
D0
100 words
D99
Other station CPU
Own station CPU
D0
D50
D99
D149
D150
: Data to be write with WRITE instruction
: Area already used by own station's CPU
: Duplicated area
CHAPTER 10 DEDICATED INSTRUCTIONS
Bad example
(D100 is specified in (D1).)
Other station CPU
100 words
10
D100
D150
D199
269