User Manual

CM2U8567E / 04.1999 VISONIK DCS Functions and System Messages VVS18 Siemens Building Technologies
2-150 Funktion EDI Landis & Staefa Division
3Pzzz
Searches three times for character sequence zzz. The "_" waits at
the third zzz sequence
-3Pzzz
As above but backwards.
T
Sets ("_") at start of COLBAS file.
<CR>
Sets ("_") at start of next line. The "_" mark is not printed.
\
Sets ("_") to start of previous line. The "_" mark is not printed.
Czzz
C(hange) = Replace character in the current line: Replaces a
character after the ("_") with zzz.
-Czzz
As above but backwards.
C
Replaces a character after the ("_") by sequence zzz as previously
declared with C.
-C
As above but backwards.
4Czzz
Replaces 4 characters after the ("_") with zzz.
D
D(elete) = Delete characters in the current line: Deletes a
character after the ("_").
-D
As above but backwards.
5D
Deletes 5 characters after the ("_").
-5D
As above but backwards.
Izzz
I(nsert) = Insert new line: Inserts a new line containing zzz before
("_").
K
Deletes the complete current line (Kill) irrespective of ("_") position
in the line.
5K
Deletes 5 lines starting at the one selected.
Qzzz
(Quick) Inserts sequence zzz before ("_").
Q
Inserts the sequence zzz as previously declared with Q or C.
S
Saves the complete current line in a special SAVE buffer and
at the same time deletes it from the file.
U
Re-inserts, before ("_"), that line saved previously with S.
The SAVE buffer is not affected.
6U
Inserts the line in SAVE buffer six times before the ("_").
X/oo/nn/
Exchanges 'oo' (old) with 'nn' (new). ("_") waits in front of the
newly inserted sequence.
2.15.6 Tasks and Files
One should note the difference between Tasks and Files or Dump File:
A Task is a fully operable COLBAS program written and saved in machine code.
The Editor c a n n o t interpret this form of program coding. Therefore, the relative
Task must be translated to text format (ASCII) and deposited in a file before the
COLBAS program can be handled by the Editor.
After editing necessary program text the file must be again saved as a Task.
As a summary the general difference between a Task and a file lies only in the format in
which the data is deposited.