9.1
Introduction
The STEP 5 programming language contains operations with which
you can access the entire memory area. These operations belong to the
"system operations".
The operations described in this chapter work with 20-bit absolute
addresses. Consequently, they are dependent on the memory size and
type, the peripherals, CPs, and IPs of your programmable controller.
Warning
If the operations described in this chapter are not used properly,
STEP 5 blocks and system data can be overwritten. Therefore,
only experienced programmers should use operations that work
with absolute addresses.
Local memory
Local memory is the memory area that is available in each CPU. It
includes the following: user submodule, RI/RJ area, RS/RT area,
counters, timers, flags, process images.
Global memory
Global memory exists only once for all CPUs. You address it via the
S5 bus.
Memory organization
Memory areas are organized in bytes or in words as follows:
••
Bytes: Each address addresses a byte.
••
Words: Each address addresses a 16-bit word
(= 2 bytes).
Organization of the local memory is fixed (see Chapter 8)
Organization of the global memory depends on the type of modules
that are plugged into the programmable controller:
Introduction
CPU 948 Programming Guide
9 - 4
C79000-G8576-C848-04
Содержание CPU 948
Страница 10: ...Contents CPU 948 Programming Guide 1 2 C79000 G8576 C848 04 ...
Страница 32: ...Contents CPU 948 Programming Guide 2 2 C79000 G8576 C848 04 ...
Страница 72: ...Data Blocks CPU 948 Programming Guide 2 42 C79000 G8576 C848 04 ...
Страница 74: ...Contents CPU 948 Programming Guide 3 2 C79000 G8576 C848 04 ...
Страница 154: ...Contents CPU 948 Programming Guide 4 2 C79000 G8576 C848 04 ...
Страница 200: ...Contents CPU 948 Programming Guide 5 2 C79000 G8576 C848 04 ...
Страница 308: ...Contents CPU 948 Programming Guide 7 2 C79000 G8576 C848 04 ...
Страница 324: ...Examples of Parameter Assignment CPU 948 Programming Guide 7 18 C79000 G8576 C848 04 ...
Страница 326: ...Contents CPU 948 Programming Guide 8 2 C79000 G8576 C848 04 ...
Страница 370: ...Addressable System Data Area CPU 948 Programming Guide 8 46 C79000 G8576 C848 04 ...
Страница 372: ...Contents CPU 948 Programming Guide 9 2 C79000 G8576 C848 04 ...
Страница 404: ...Operations with the Base Address Register BR Register CPU 948 Programming Guide 9 34 C79000 G8576 C848 04 ...
Страница 486: ...Contents CPU 948 Programming Guide 11 2 C79000 G8576 C848 04 ...
Страница 522: ...PG Functions via the S5 Bus CPU 948 Programming Guide 11 38 C79000 G8576 C848 04 ...
Страница 524: ...Contents CPU 948 Programming Guide 12 2 C79000 G8576 C848 04 ...
Страница 538: ...Contents CPU 948 Programming Guide 13 2 C79000 G8576 C848 04 ...
Страница 546: ...List of Key Words CPU 948 Programming Guide Index 6 C79000 G8576 C848 04 ...