|
1.12
- Function RGB(x,y) displays RGB
Controller window which allows to choose colour. It is possible to
control 3 LED Controllers at the same time when calling function
RGB(x1,y1);RGB(x2,y2);RGB(x3,y3). Numbers in brackets are modules'
identifiers.
- Object PAGE
- 50 pages to be used.
- switching between pages is
made with PAGE() function that can be run from object ICON, TEXT, GAUGE.
- it is possible to change
background picture and colour on each page.
- Object GAUGE
- 100 objects to be used.
- properties can be changed;
colour, size and others.
- Object TEXT
- 300 objects to be used.
- properties can be changed;
font, size, colour, style;
- can display 3 texts;
- function TEMP() displays
temperature.
- function THERM() displays
set thermostat temperature .
- Object ICON
- 300 objects to be used.
- can display 3 images eg.
status ON, OFF and DIMMED;
- The
application every 30s sends message to interface to keep
connection alive.
- It is possible to set response TimeOut
- The application needs to be installed to
register in Windows .hav extension to HAPCAN Visualizer. It allows
opening visualization in online mode by double clicking on the project
file.
|