Comfort Automation/ Security System Forums

Full Version: CWM Applet Designer
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The CWM Applet Designer allows users to design their own webpages for the CWM02 Comfort Webserver
A simple drag and drop interface allows sample images to be inserted in the web page. The icons can have properties assigned which determines what will happen when the button is clicked. Icons can show real time status of zones, outputs, counters, flags, alarm states, security modes, C-Bus, EIB/KNX status etc in the home or office

another screenshot of the CWM Applet Designer software
Hi,

Im testing CWM02. How can i change between Windows or Floors in the JAVA applet, do i need to create a Button or how can i link between them?

Is it possible to add text to the JAVA applet using CWM Applet Designer?

Thanks,
Jorge Colaço 
You will have to select a different window by clicking on it, as there is no button to jump to another window
Hi can you help me to implement a counter

We trying to read the counter 10 value and change the image based on counter value.

Response Output2OFF
Output Output002 Off
Set Counter010 = 0

Response Output2ON
Output Output002 On
Set Counter010 = 1


The up and down arrows are making the responses above
Hi,

You have set Counter 10 properties with a divisor of \"10\" and display value of \"quotient\".
And you have assigned 2 different images for the values of 0 and 1.

A divisor of 10 means if the counter has a value of 0 - 9, it will have a quotient of 0 so that the image under the value 0 (estor_fechado) will be displayed.

And if the counter has a value of 10-19 then the quotient will have a value of 1 so the image estor_aberto will be displayed.

I think what you miss here is that you did not assign other images for other values of the counter so let\'s say the counter has a value of 128, divide by 10 it will have a quotient of 12, but there is no image assigned for value 12 so the counter image should not change.

If you only want to have two different images for two different status (as what you are having now), try to set the divisor so that the quotient will either be 0 or 1.