3 extended addressing – Rockwell Automation 1775-S4B,D17756.5.3 User Manual SCANNER/MSG HND User Manual
Page 50
Logical Addressing for Report Generation
Chapter 6
6Ć3
Extended addressing can access any area of PLC–3 memory. In extended
addressing, you enter E followed by the memory area. Then you enter
parameters, or levels that the memory area requires, seperated by periods
to specify a memory address to the bit level if necessary. For example, if
you are specifying a data table address, you follow the $ sign with E3 to
specify the data table. Then you must enter a context number, data table
section, file number, structure, word and/or bit. Table 6.B outlines the
memory areas along with required parameters.
Table 6.B
PLC-3 Extended Addressing
SYSTEM STATUS
E0
Context
0
Section
Word
0Ć22
SYSTEM POINTERS
E1
Context
0
Section
0
Word
0Ć32767
MODULE STATUS
E2
Module Type
1 - memory
2 - main processor
3 - I/O scannerĆ
programmer interface
4 - reserved
5 - communication
adapter
6 - expansion
7 - I/O scannerĆ
message handling
8 - peripheral
communication
9 - communication
interface
14 - memory
communication
Thumbwheel Switch
1Ć15
Module Data
Defines system
attributes
DATA TABLE
E3
Context
1Ć15
Section
1 - output
2 - input image
3 - timers*
4 - counters*
5 - integers
6 - floating point
7 - decimal
8 - binary
9 - ASCII
10 - high order integer
12 - pointers*
13 - status
* these sections must
have a file number of
zero
File
0 for timers, counters,
and pointers.
0Ć999 for all other
sections.
Structure
0Ć9999 for timers,
counters, and pointers
0 for all other sections.
Word
0Ć7777
8
for input and
output image tables.
For timers and
counters:
0 - control (CTL)
1 - preset (PRE)
2 - accumulator (ACC)
For pointers:
0 - section (SEC)
1 - file (FIL)
2 - word (WRD)
0Ć9999 for all other
sections
6.3
Extended Addressing