User Manual

CM2U8567E / 04.1999 VISONIK DCS Functions and System Messages VVS18 Siemens Building Technologies
2-34 Function CB Landis & Staefa Division
2.6.4.7 Review of all SYSTEM Variables
Name of Action
SYSTEM Variable
SYSDAFO
Change date format
SYSDIAG
On/off control for DIAG messages
SYSNR
PS number, same as SYSNUS ("read only")
SYSNSYS
System number
SYSUS
PS number
SYSVER
Version number
2.6.4.8 Review of all FORMATS
Format Action
:(S:x)
Standard format
:(D:x)
Decimal presentation
:(E:x)
Exponential presentation
:(F:x,y)
Floating point presentation
:(O:x)
Octal presentation
:(TXA:ch,x)
Directly addressing a text, whereby
ch
=text register type=C, lp,
Im, Ig, Up, Um Ug
:(TXA)
Indirect addressing for parameters that have a text ID: e.g.,
PRINT $110PS.TXI:(TXA)
This command results in an automatic printout of the text
whose text number is stored in the TXI parameter (e.g., #p2)
:(ADR)
Address presentation (technical address)
:(DATE)
Date presentation (dd-mm-yy)
:(DAY)
Day presentation (Mo,Tu,..)
:(TIME)
Time presentation (hh:mm:ss)
2.6.5 COLBAS Access to Point Parameters
Each data point has a Technical Address (TA). Any point can also be given a User
Address (UA).
Fully defined point data may therefore be obtained by specifying
the respective point's address and
the abbreviated parameter name.
There is a similarity between COLBAS variables and point parameters. In fact, COLBAS
variables and parameters are handled in similar ways.
COLBAS Variables Point parameters
Description Elements consist of a name
and a variable value.
Elements consist of an
address, a parameter name
and a constant or variable
value.
Denotation Name having a max. of 2
characters.
Point address and parameter
names.
Location In a Task's Variable table or
Pool.
In the relative point's process
image.
Access Read/write. Depending on parameter,
may be read/write or read-
only.
Application Any Any application except for
INPUT.