Siemens Simatic S7 Series System Manual page 62

Hide thumbs Also See for Simatic S7 Series:
Table of Contents

Advertisement

PLC concepts
4.2 Accessing data
V (variable memory)
You can use V memory to store intermediate results of operations being performed by the
control logic in your program. You can also use V memory to store other data pertaining to
your process or task. You can access the V memory area in bits, bytes, words, or double
words:
Table 4- 6
Bit:
Byte, Word, or Double Word:
M (flag memory)
You can use the flag memory area (M memory) as internal control relays to store the
intermediate status of an operation or other control information. You can access the flag
memory area in bits, bytes, words, or double words:
Table 4- 7
Bit:
Byte, Word, or Double Word:
T (timer memory)
The CPU provides timers that count increments of time in resolutions (time-base increments)
of 1 ms, 10 ms, or 100 ms. Two variables are associated with a timer:
● Current value: this 16-bit signed integer stores the amount of time counted by the timer.
● Timer bit: this bit is set or cleared as a result of comparing the current and the preset
value. The preset value is entered as part of the timer instruction.
62
Absolute addressing for V memory
Absolute addressing for M memory
[byte address].[bit address]
V
[size][starting byte address]
V
M
[byte address].[bit address]
[size][starting byte address]
M
System Manual, 09/2015, A5E03822230-AC
V10.2
VB16,
VW100,
VD2136
M26.7
MB0, MW11,
MD20
S7-200 SMART

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Simatic s7-200 smart series

Table of Contents