Specifications
Intelligent Building Series C-Touch Programming Reference
7.9 Testing the Project
The completed project consists of a great number of pages, controls,
interactions and displays. Good practice dictates that the project be verified
before downloading to minimise the amount of iteration required in creating a
project. This section deals with the testing of the project.
7.9.1 Check Project
A check of the project can be performed by selecting File | Check Project
from the menu. This verifies that there are no problems that may cause
the project to behave in an unintended manner. Any problems found are
classed as Warnings or Errors. In such a case, a text file called errors.txt
is generated in the project directory. Warnings are generally not critical,
but time should be taken to read them. Errors are more severe and should
be corrected before downloading the project to C-Touch.
The messages and their meanings are listed in the table below.
Item Meaning Corrective Action
Warning
100
The project has scenes
that have the same
trigger. This means that
several scenes will be
triggered at once.
Edit the scenes to
change the triggers if
this is not what you
want.
Warning
102
A component has a page
link to the page that it is
on.
Change the page link.
Warning
103
The project has no
provision for setting
cleaning mode.
Add a page link to the
cleaning page.
Warning
105
A translucent component
is covering, or partly
covering a component
that may change
appearance. See
Downloaded Images.
Move one component.
Error
200
The project has scenes
that trigger each other.
Once one scene has
been triggered, the
scenes will trigger each
other indefinitely.
Edit the scenes to
change the triggers.
Error
201
The average update rate
of the Monitor component
is more than once per
second. This will cause
excessive C-Bus network
traffic.
Increase the interval
between updates.
Error
202
The project displays the
time, but has no provision
for setting the time.
Add a page link to the
time setting page.
© Copyright 2002 Clipsal Integrated Systems Pty Ltd Page 46