User Manual
Siemens Building Technologies VISONIK DCS Functions and System Messages VVS18 CM2U8567E / 04.1999
Landis & Staefa Division Function CB 2-27
2.6.3.3 Examples of Edit and Control Commands
TSK1 : TSK4 --> Change Task 1 to Task 4
TSK4 : --> Response of new Task
TSK1 : DEL , --> Delete all lines in Task 1
TSK1 : LIST ,20 --> Print all lines from start,
up to and including line 20
TSK1 : ACT 4,10 --> Print status of Tasks 4..1
TSK5 : SAVE --> Save Task 5
File#=1: 2 --> Number of an available File.
---> End of SAVE in file!
TSK6 : LOAD > Load file to Task 6.
File#=1: 2 > Number of desired File.
Task#=6: 6 > Number of desire Task.
----> End of LOAD from File!
SAVE illustrates how a VISONIK COLBAS Task can be deposited in a Dump File or
how, with LOAD a Task can be loaded from a Dump File into a Task.
TSK10 : ? --> Input of '?' lists all the
COLBAS elements.
TSK1 : <CR> --> Corresponds to DIR of current (own) Task
A printout is given which is formatted as follows:
TSK1 : Size: 3840 byte (Code: 50 / Var'table: 0 / free = 3790)
Title: -- DEMO 11-03-88/ZRN
To label a Task, the first program line should always contain the following data:
-- TITLE DATE of Generation / NAME of Author
2.6.4 VISONIK Server COLBAS
The following description is that of COLBAS as it is designed for VISONIK Servers.
There are some differences between Server and EKL COLBAS (refer to "COLBAS
Description").
COLBAS is the abbreviation for:
Control Oriented Language for Building Automation Systems
and denotes a program language which is integrated in VISONIK systems. It is based
on program language BASIC but contains various extensions suited for Building
Automation requirements. In particular, it permits access to all data point and process
parameters (read/write) in the system.
Recommendation