Owner's Manual (Complete)

Chapter 10—Programs and the Visual Programmer
The Home Control Assistant 39
Status Export
The Status Export element starts a status export using one of the three configured status exports.
The properties of this element are:
The action of the Status Export and how it is configured is described in the Periodic Status Export
chapter.
Stop Program
This element stops a running program. If the selected program is not running when this element is
executed, it has no effect. If multiple copies of the program are running (see the section on
advanced program properties), all copies of the program are stopped.
Hint: You can’t stop the program that contains the stop element. To do that use an Exit element
instead.
Test
The test element is the most complex element HCA contains. Without the test element, each
program would start with the “Start here” element and continue from element to element following
the connecting lines until the last element has been executed. With the test element, your program
can execute different elements based upon conditions that are present when the program runs.