Some examples appear below – Rockwell Automation 1775-S4B,D17756.5.3 User Manual SCANNER/MSG HND User Manual
Page 49

Logical Addressing for Report Generation
Chapter 6
6Ć2
Some examples appear below:
Data Table Address
Description
$B1:5
This address specifies binary file, 1, word 5.
$D0:1 or $D:1
These addresses specify the same address, decimal file 0
word 1. If you are specifying file 0, you need not enter a zero
after the section specifier.
$TPRE:57
This address specifies the preset of timer 57.
$B1:5/12
This address specifies binary file 1, word 5, bit 12 decimal.
$B1:5/12 or $B1:5/014
Both addresses specify binary file 1, word 5, bit 12 decimal. In
the second example, 014 represents the octal value for 12. To
enter a value in octal, enter a zero before the value.
Table 6.A
Data Table Section Specifiers
Section Specifier
Extended Address
Data Table Section
O
I
T
C
N
F
D
B
A
H
P
S
3.1.1
3.1.2
3.1.3
3.1.4
3.1.5
3.1.6
3.1.7
3.1.8
3.1.9
3.1.10
3.1.12
3.1.13
Output
Input
Timers
Counters
Integers
Floating Point
1
Decimal
Binary
ASCII
High Order Integers
Pointers
1
Status
1
You can only access these sections through extended addressing
Figure 6.1
Bit Numbering Formats
017 016 015 014 013 012 011 010 07 06 05 04 03 02 01 00
17 16 15 14 13 12
11
10 07 06 05 04 03 02 01 00
15 14 13 12
11
10
9
8
7
6
5
4
3
2
1
0
For report generation, always enter a leading
zero to maintain the octal addressing format
for compatibility with ladder diagram program
addressing and I/O terminal numbering.
The bit numbering
format within a
PLCĆ3 memory
word address
(ladder diagram
programming).
Alternately, by not entering leading
zeros, bits can be addressed in a
decimal format for report generation