Omron C200HS Garage Door Opener User Manual


 
291
Example In the following example, the 100 word range from DM 7000 through DM 7099 is
copied to DM 0010 through DM 0109 when IR 00001 is ON.
@XDMR(––)
#7000
#0100
00001
DM 0010
Address Instruction Operands
00000 LD 00001
00001 @XDMR(––)
# 0100
# 7000
DM 0010
DM 7000 DM 9999
DM 7000 to DM 7099
DM 0000 DM 6143
DM 0010 to DM 0109
5-26 Network Instructions
The SYSMAC NET Link/SYSMAC LINK instructions are used for communicat-
ing with other PCs linked through the SYSMAC NET Link System or SYSMAC
LINK System. These instructions are applicable to the C200H-CPU31-E and
CPU33-E only.
5-26-1 NETWORK SEND – SEND(90)
S: Source beginning word
IR, SR, AR, DM, HR, TC, LR
D: Destination beginning word
IR, AR, DM, HR, TC, LR
Operand Data Areas
C: First control data word
IR, AR, DM, HR, TC, LR
Ladder Symbols
SEND(90)
S
D
C
@SEND(90)
S
D
C
Limitations Can be performed with the CPU31-E/33-E only. C through C+2 must be within
the same data area and must be within the values specified below. To be able to
use SEND(90), the system must have a SYSMAC NET Link or SYSMAC LINK
Unit mounted.
Description When the execution condition is OFF, SEND(90) is not executed. When the exe-
cution condition is ON, SEND(90) transfers data beginning at word S, to ad-
dresses specified by D in the designated node on the SYSMAC NET Link/SYS-
MAC LINK System. The control words, beginning with C, specify the number of
words to be sent, the destination node, and other parameters. The contents of
the control data depends on whether a transmission is being sent in a SYSMAC
NET Link System or a SYSMAC LINK System.
Network Instructions Section 5-26