The following examples illustrate these concepts – Rockwell Automation 1785-Lxxx Enhanced and Ethernet PLC-5 Programmable Controllers User Manual
Page 67

Publication 1785-UM012D-EN-P - July 2005
Addressing I/O and Controller Memory 4-23
The following examples illustrate these concepts:
Bit address example
O 32
I
32
B 64
T 32
C 32
R 32
N 32
If your data table map looks like this:
256
An address used in an OTE instruction stored here:
occupies one word in the controller's memory
executes at a rate 0.48
µs
end
The same address stored here:
occupies two words in the controller's memory
executes at a rate 0.64
µs
This example uses the instruction timing and memory usage tables in Appendix D. Consult these tables
for information about other instructions.
1
1
2
OTE XX
OTE
Element address example
O 64
I 64
B 1000
T 100
C 100
N 720
2048
end
Addresses used in a MOV instruction stored here
occupy three words in the controller's memory.
MOV N7:0
N7:1
MOV XX YY
1
2
3
The same addresses stored here occupy five
words in the controller's memory.
MOV N100:0
N100:1
MOV XX XX YY YY
1
2
3
4
5
This example uses the instruction timing and memory usage tables in Appendix D. Consult these tables
for information about other instructions.
Your data table map looks like this: