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
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.