DL205 User Manual, 4th Edition, Rev. B
5–194
Chapter 5: Standard RLL Instructions - Network
1
2
3
4
5
6
7
8
9
10
11
12
13
14
A
B
C
D
In the following example, when X1 is on and the module busy relay SP124 (see special relays)
is not on, the RX instruction will access an ECOM or DCM operating as a master in slot 2.
Ten consecutive bytes of data (V2000 – V2004) will be read from a CPU at station address 5
and copied into V-memory locations V2300–V2304 in the CPU with the master DCM or
ECOM.
Standard RLL
Instructions
DirectSOFT
Handheld Programmer Keystrokes
LD
K0205
X1
The constant value K0205 specifies
the ECOM/DCM slot number (2) and
the slave address (5)
LD
K10
The constant value K10
specifies the number of
bytes to be read
LDA
O 2300
Octal address 2300 is
converted to 4C0 HEX and
loaded into the accumulator.
V2300 is the starting
location for the Master CPU
where the specified data will
be read into
RX
V2000
V2000 is the starting location
in the Slave CPU where the
specified data will be read from
V2001
8534
V2002
1936
V2003
9571
V2004
1423
V1777
XXXX
V2000
3457
Master
CPU
SP124
V2005
XXXX
V2301
8534
V2302
1936
V2303
9571
V2304
1423
V2277
XXXX
V2300
3457
V2305
XXXX
Slave
CPU
STR
$
SHFT
ANDST
L
3
D
SHFT
JMP
K
SHFT
ANDST
L
3
D
ANDN
W
SHFT
STRN
SP
1
B
2
C
4
E
ENT
1
B
0
A
ENT
0
A
SHFT
ORN
R
SET
X
1
B
ENT
2
C
3
D
0
A
0
A
ENT
2
C
0
A
0
A
0
A
ENT
SHFT
ANDST
L
3
D
SHFT
JMP
K
0
A
ENT
2
C
5
F
The constant value KF105
specifies the bottom port
and the slave address (5)
(DL250–1 and DL260 only)
LD
KF105
–or–