![]() |
|
Comfigurator 3.1.3 changing Responses - Printable Version +- Comfort Automation/ Security System Forums (https://www.comfortforums.com) +-- Forum: Support (https://www.comfortforums.com/forum-2.html) +--- Forum: Problems & Troubleshooting (https://www.comfortforums.com/forum-36.html) +---- Forum: Responses and Actions (https://www.comfortforums.com/forum-74.html) +---- Thread: Comfigurator 3.1.3 changing Responses (/thread-1724.html) |
- mindi65 - 01-12-2010 I have quite long ~100 line Hourly response managing lights, ventilation etc. Few weeks ago I found quite strange behaviour of Comfort II. Then suddenly found that original response was modified Original If Hours = 0 Then Do Aresp .. Exit Response If Hours = 1 Then Do Bresp . . End If End If Modified version after saving and loading saved file GetParameterValue Hours If Hours = 0 Then Exit Response < Totally different logic End If Do Aresp < It does it every hour . Exit Response If Hours = 1 Then Do Bresp . . End If End If - hendy - 01-14-2010 Are you using Comfigurator 3.1.3? I\'m unable to reproduce the problem you\'re having based on the response\'s actions you have posted with Comfigurator 3.1.3. Can you send the configuration file to support@cytech.biz so that we can investigate. - mindi65 - 01-14-2010 I do have 3.1.3.0 on laptop and PC used for uploading files. Also there is 3.1.0 version on one of PC\'s but I am using it very seldom. Do you need full cclx files or just exported response? As they are different release files there can be some other release related changes. - slychiu - 01-16-2010 We would like full cclx file, because other events may trigger the responses - mindi65 - 01-16-2010 Hi I even got this GetParameterValue Hours GetParameterValue Hours GetParameterValue Hours GetParameterValue Hours >4-and more times If Hours = 0 Then Exit Response End If Do OutsideLightsOFF Do Out14_46svOn_HmN Do Out133_1ven_ONR5 Do Out36_2ven_15min Exit Response If Hours = 1 Then . . Need to find how I did it ![]() It is 3.1.3.0 for sure. Will send cclx when will find how it hapens - mindi65 - 01-17-2010 Now it seams to be found. It is hapening when you modify name of response used within the If logic cclx file sent to support@cytech.biz, explanation how to get it in attached doc |