Rockwell Automation 1772-L8_LW_LWP_LX_LXP,D17726.5.8 User Manual User Manual

Page 18

Advertising
background image

Fundamentals of a

Programmable Controller

Chapter 2

2-4

Memory
Memory serves three functions:

stores information in the data table that the CPU may need
stores sets of instructions called a program
stores

messages

Data Table
The area of memory where data is controlled and used, is called the data
table. The data table is divided into several smaller sections according to
the type of information to be remembered. These smaller sections are
called:

output image table
input image table
timer/counter

storage

Output Image Table

Input Image Table

Timer/Counter

Storage

Data Table

This memory area:

Serves this purpose:

output image tables

The output image table controls the on or off status of the

output devices wired to the output module's terminals. If an

output image table bit is ON (1), its corresponding output

device is ON (energized). If a bit is OFF (0), its corresponding

output device is OFF (deĆenergized). Output image table bits

are controlled by the user's program.

input image tables

The input image table duplicates the on or off status of the

input devices. If an input device is ON (closed), its

corresponding input image table bit is ON (1). If an input

image table bit is OFF (open), its corresponding input image

table bit is OFF (0). Input image table bits are monitored by the

user's program.

timer/counter storage

Timer and Counter instructions are output instructions. They

provide many of the capabilities available with timing relays

and solidĆstate timing and counting devices. Usually

conditioned by examine instructions, they keep track of timed

intervals or counted events according to the logic of the rung.

Advertising