Mitsubishi Electronics MELSEC Q series MELSEC L series Home Theater Server User Manual


 
5-138
5.4 Network Dedicated Instruction
5.4.6 RITO instruction
G_RITO
Program Example
The following program write 10-word data which are stored in the devices starting from D0 into
buffer memory starting the offset value 100 of the auto-refresh buffer of the master module (400H
in the intelligent device station) when X0 turns ON.
(When the refresh device of the link special register (SW) is set to SW0.)
[Structured ladder/FBD]
[ST]
IF((X0=TRUE) & (SW80.0=FALSE))THEN
GP_RITO(TRUE, H04, 1, H100, 10, D0); (* Performs writing *)
END_IF;
Programmable controller
CPU
Device memory
Master module
(start I/O number 40)
Auto-refresh buffer
Intelligent device station
(station number 1)
Buffer memory
Buffer memory
for auto-refresh
300
H
5FFH
Performs
writing