User Manual

CM2U8567E / 04.1999 VISONIK DCS Functions and System Messages VVS18 Siemens Building Technologies
2-24 Function CB Landis & Staefa Division
2.6.3 Edit and Control Commands
2.6.3.1 Description of the Commands
Command Meaning
?
HELP = Printout of all COLBAS language elements.
ACT m,n
Lists status of all opened Tasks.
- Task running (active).
- Task stopped (inactive).
- Task waiting (e.g. until timeout of a delay).
- Task is currently printing a message.
- Task is being edited.
ACT may be input with or without Task numbers m,n:
ACT = Lists status of all opened Tasks.
ACT m = Lists status of Task 'm' only.
ACT m, = Lists status of all Tasks from Task 'm' onwards.
ACT ,n = Lists status of all Tasks up to Task 'n'.
ACT m,n = Lists status of all Tasks between Tasks 'm' and 'n'.
ACT , = Identical to ACT.
CLEAR
Set all variable values to ‘undefined’
COPY
Copies Task 'm' TO Task 'n' where Task 'n' must be in Editor mode.
DEL m,n
Deletes program lines 'm' and 'n' from the selected Task.
For syntax refer to ACT and the following Chapters.
Exception: For data security reasons DEL on its own is not
permitted!
DEL VAR
Deletes the complete Variable table of the selected Task.
DEL varname
Deletes Variable specified by 'varname' from the selected Task.
DIR or DIR *.
Directory of all Tasks
DIR m,n
Directory of Tasks m to n. For syntax refer to ACT and the following
chapters.
DIR lists the memory occupied by each Task (e.g. 3840 bytes), then
the memory space for program code and Variable table plus free
memory. If the first line in a Task consists of comment this is also
listed.
DIR VAR
Lists variable table of selected Task, together with Variable names,
variable values and reference line numbers.
EDIT
Calls up the Text Editor in the selected Task.
EXIT
Exits from current Task and returns to TSK0. The programmed
COLBAS lines are saved.
LIST m,n
Lists the relative program lines from the selected Task. For syntax
refer to ACT and the following chapters.
LIST VAR
Refer to DIR VAR.
LIST PVAR n
Lists Pool variables of Task 'n'.
LIST POOL
Lists all Pool variables.
LIST [m],[n]
Lists Tasks m to n.
LIST *
Lists all Tasks.