Data Memory References; Word Memory References - GE VersaMax PLC User Manual

Table of Contents

Advertisement

9.1 Data Memory References

114
GFK-1503E
For public disclosure
The PLC stores program data in both bit memory and word memory. Both bit memory
and word memory are divided into different types with specific characteristics.
By convention, each type is normally used for a specific type of data, as explained below.
However, there is great flexibility in actual memory assignment.
Individual memory locations are indexed using alphanumeric identifiers called references.
The reference's letter prefix identifies the memory area. The numerical value is the offset
within that memory area.

9.1.1 Word Memory References

Each word memory address (reference) is on a 16-bit word boundary. The PLC uses three
types of references for data stored in word memory.
%AI Normally used for analog inputs.
%AQ Normally used for analog outputs.
%R Registers are normally used to store program data in word format.
Word memory is represented below. The example below shows ten addresses. Each has
16 bits that together contain one value. The PLC cannot access individual bits in word
memory.
addresses
1
2
3
4
5
6
7
8
9
10
12467
12004
231
359
14
882
24
771
735
0
VersaMax PLC User Manual

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents