Technical data
Testing with the Variable Table
20.4 Entering Variables in Variable Table
Programming with STEP 7
Manual, 05/2010, A5E02789666-01 455
Double Word Addresses
Possible double word addresses Permitted modify/force values
ID 1 2#00110011001100110011001100110011
MD 0 23e4
MD 4 2
QD 10 dw#16#abcdef10
QD 12 ABCDEF10
DB1.DBD 1 b#(12,34,56,78)
PQD 2 'abcd'
MD 8 l# -12
MD 12 l#12
MD 16 -123456789
MD 20 123456789
MD 24 t#12s345ms
MD 28 tod#1:2:34.567
MD 32 p#e0.0
Timers
Possible addresses of the
type "Timer"
Permitted modify/force values Explanation
T 1 0 Conversion to milliseconds (ms)
T 12 20 Conversion to ms
T 14 12345 Conversion to ms
T 16 s5t#12s340ms
T 18 3 Conversion to 1s 300 ms
T 20 3s Conversion to 1s 300 ms
Modifying a timer affects only the value, not the state. This means that the timer T1 can be
modified to the value 0, without the result of logic operation for A T1 being changed.
The strings 5t, s5time can be written in either upper or lower case.
Counters
Possible addresses of the type "Counter" Permitted modify/force values
C 1 0
C 14 20
C 16 c#123
Modifying a counter only affects the value, not the state. This means that Counter C1 can be
modified to the value 0 without the result of logic operation for A C1 being changed.