![]() |
|
CWM Applet Designer - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Products (https://www.comfortforums.com/forum-3.html) +--- Forum: Comfort Webserver Module (OBSOLETE) (https://www.comfortforums.com/forum-49.html) +--- Thread: CWM Applet Designer (/thread-1231.html) |
- slychiu - 11-14-2008 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 - slychiu - 11-17-2008 another screenshot of the CWM Applet Designer software - jorgecolaco - 04-20-2010 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 - admin - 04-21-2010 You will have to select a different window by clicking on it, as there is no button to jump to another window - jorgecolaco - 04-26-2010 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 - jorgecolaco - 04-26-2010 The up and down arrows are making the responses above - hendy - 04-27-2010 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. |