206 •
••
• Siemens QUICKDESIGNER
Format: nnaaaaa.bb[_dd][\p]
nn is the name or type of the variable
aaaaa is the address of the variable (addresses are in octal)
.bb is the bit number of the variable
_dd is the destination address
\p is an optional protocol or port number (range 1-2)
Device Address Data Data Data Data Data Bit Read Description
Prefix Range Range Range Format Width Word write / Write & Notes
Min. Max. Order (y/n/rmw)
32 bit
VD (2) 0-17777 -1E+08 1E+08 S (1) 32 norm n/a R/W Variable double
VD (2) 40000-41237 -1E+08 1E+08 S (1) 32 norm n/a R/W Variable double
VL (2) 0-17777 -1E+08 1E+08 S (1) 32 rev. n/a R/W Variable long
VL (2) 40000-41237 -1E+08 1E+08 S (1) 32 rev. n/a R/W Variable long
VF 0-17777 -1E+08 1E+08 D 32 norm n/a R/W Variable float
VF 40000-41237 -1E+08 1E+08 D 32 norm n/a R/W Variable float
VR 0-17777 -1E+08 1E+08 D 32 rev. n/a R/W Variable real
VR 40000-41237 -1E+08 1E+08 D 32 rev. n/a R/W Variable real
Words
V (2) 0-377 -32768 32767 S (1) 16 n/a ww (4) R/W Timer Accumulator
V (2) 400-777 -32768 32767 S (1) 16 n/a ww (4) R/W (System Status )
V (2) 1000-1377 -32768 32767 S (1) 16 n/a ww (4) R/W Counter Accumulator
V (2) 1400-7377 -32768 32767 S (1) 16 n/a ww (4) R/W User ( Variable)
V (2) 7400-7777 -32768 32767 S (1) 16 n/a ww (4) R/W (System Status)
V (2) 10000-37777 -32768 32767 S (1) 16 n/a ww (4) R/W Variable
V (2) 40000-40177 -32768 32767 S (1) 16 n/a ww (4) R/W GX (Global Input)
V (2) 40200-40377 -32768 32767 S (1) 16 n/a ww (4) R/W GY (Global Output)
V (2) 40400-40477 -32768 32767 S (1) 16 n/a ww (4) R/W "X" (Input)
V (2) 40500-40577 -32768 32767 S (1) 16 n/a ww (4) R/W "Y" (Output)
V (2) 40600-40777 -32768 32767 S (1) 16 n/a ww (4) R/W "C" (Variable)
V (2) 41000-41077 -32768 32767 S (1) 16 n/a ww (4) R/W "S" (Stage Status)
V (2) 41100-41117 -32768 32767 S (1) 16 n/a ww (4) R/W "TMR Status"
V (2) 41140-41157 -32768 32767 S (1) 16 n/a ww (4) R/W "CNT Status"
V (2) 41200-41237 -32768 32767 S (1) 16 n/a n R "Spec.Relay" (System Status) (3)
Bits
GX 0-3777 0 1 n/a 1 n/a ww (4) R/W Global Input (Bit)
GY 0-3777 0 1 n/a 1 n/a ww (4) R/W Global Output (Bit)
X 0-1777 0 1 n/a 1 n/a ww (4) R/W Input (Bit)
Y 0-1777 0 1 n/a 1 n/a ww (4) R/W Output (Bit)
C 0-3777 0 1 n/a 1 n/a rmw R/W Variable (Bit)
S 0-1777 0 1 n/a 1 n/a ww (4) R/W Stage Status (Bit)
T 0-377 0 1 n/a 1 n/a ww (4) R/W Timer Status (Bit)
CT 0-377 0 1 n/a 1 n/a ww (4) R/W Counter Status (Bit)
SP 0-777 0 1 n/a 1 n/a n R System Status (Bit)
Note: To specify bits for V, use the form Vaaa.bb, where aaa means the word address and bb means
the bit specification from 00-15. Writing to bits cause a word write.
Note 1:V locations can be interpreted as Signed Integer, Unsigned Integer, or BCD. The normal
interpretation of a V location is Signed Integer. Reading V locations in a different format is done by
adding a colon and a suffix to the V location address.
V100:C Read or Write the contents of V100 as BCD 0000-9999
V100:I Read or Write the contents of V100 as Signed Integer -32767 to 32767
V100:U Read or Write the contents of V100 as an Unsigned Integer 0 to 65535