beautypg.com

Programming – Rockwell Automation 1761 MicroLogix 1000 Programmable Controllers User Manual

Page 87

background image

Programming Overview

4–11

You assign logical addresses to instructions from the highest level (element) to the
lowest level (bit). Addressing examples are shown in the table below.

To specify the

address of a:

Use these parameters:

Word within an integer file

File Type
File Number
File Delimiter
Word Number

7

N

:

2

Word within a structure file
(e.g., a timer file)

File Type
File Number
File Delimiter
Structure Number
Delimiter
Word

T

4

: 7 . ACC

Bit within an integer file

File Type
File Number
File Delimiter
Word Number
Bit Delimiter
Bit Number

7

N

:

2 / 5

Bit within a bit file

File Type
File Number
Bit Delimiter
Bit Number

B 3

/

31

Bit files are bit stream continuous files, and therefore you can
address them in two ways: by word and bit, or by bit alone.

Bit within a structure file
(e.g., a control file)

File Type
File Number
File Delimiter
Structure Number
Delimiter
Mnemonic

R

6

:

7

/ DN

Some programming devices support short addressing. This allows you to eliminate the file number and file
delimiter from addresses. (For example: N7:2=N2, T4:12.ACC=T12.ACC, B3:2/12=B2/12

)

Consult your

programming device’s user manual for information on addressing capabilities.

Programming