
13–15PLC Addressing
Publication
17706.5.16 - October 1996
PLC5/250 RM/LP Memory (for use with figures on page 13-14)
level 1 level 2 level 3 level 4 level 5 level 6 level 7
1 public stat word
2 data 0 system sect file element member submember
0 binary
1 integer
2 long integer
3 reserved
4 float
5 timer 0 EN
1 TT
2 DN
3 PRE
4 ACC
6 counter 0 CU
1 CD
2 DN
3 OV
4 UN
5 PRE
6 ACC
7 control
8 PID
9 message
10 string
Logical ASCII Addressing
Logical ASCII addressing is supported by PLC-5/250, PLC-5, and
PLC-3 processors. Logical ASCII addressing allows you to specify
an address in the same form that you use at the programming node,
and lets any device communicate with any other device—without
knowing the internal memory structure of the target device.
A logical ASCII address starts with an ASCII NULL (0) character
and a dollar sign ($) to differentiate it from symbolic addressing.
The rest of the address then follows, as a string of ASCII characters.
The string is terminated with another NULL character.
Logical ASCII address that accesses the 360th element in file 10
Byte
ASCII HEX Contents
1 NUL 0 0 A null character that tells the PLC5 processor that an ASCII
address is to follow.
2 $ 2 4 An ASCII $" that differentiates a logical ASCII address from a
symbolic address.
3 N 4 E A hex value that corresponds to one character in the PLC5
4 1 3 1
ASCII address N10:360. Each byte contains a hex value.
For example byte 3 contains the value for the ASCII character
5 0 3 0
For example, byte 3 contains the value for the ASCII character
4 E
. R
f
r t
h
t
r 1
A
II
" f
r
li
t
f A
II
6 : 3 A
.
e
er
o
ap
er
,
o
es,
or a
s
o
characters and their hex, binary, and decimal values.
7 3 3 3
,
,
.
8 6 3 6
9 0 3 0
10 NUL 0 0 A null character that ends the ASCII address specification.
Komentáře k této Příručce