Comfort  Automation/ Security System Forums Home
Home Search search Menu menu Not logged in - Login | Register

Comfigurator 3.1.3 changing Responses
 Moderated by: slychiu
 New Topic   Reply   Printer Friendly 
 Rate Topic 
AuthorPost
 Posted: Tuesday Jan 12th, 2010 02:28 pm
   PM  Quote  Reply 
1st Post
mindi65
Member
 

Joined: Sunday Oct 1st, 2006
Location: Lithuania
Posts: 20
Status: 
Offline

  back to top

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



 Posted: Thursday Jan 14th, 2010 01:39 am
   PM  Quote  Reply 
2nd Post
hendy
Cytech


Joined: Wednesday Sep 19th, 2007
Location: Singapore
Posts: 221
Status: 
Offline

  back to top

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.



 Posted: Thursday Jan 14th, 2010 12:29 pm
   PM  Quote  Reply 
3rd Post
mindi65
Member
 

Joined: Sunday Oct 1st, 2006
Location: Lithuania
Posts: 20
Status: 
Offline

  back to top

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.



 Posted: Saturday Jan 16th, 2010 08:51 am
   PM  Quote  Reply 
4th Post
slychiu
Administrator


Joined: Saturday Apr 29th, 2006
Location: Singapore
Posts: 5499
Status: 
Offline

  back to top

We would like full cclx file, because other events may trigger the responses



 Posted: Saturday Jan 16th, 2010 07:45 pm
   PM  Quote  Reply 
5th Post
mindi65
Member
 

Joined: Sunday Oct 1st, 2006
Location: Lithuania
Posts: 20
Status: 
Offline

  back to top

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




 Posted: Sunday Jan 17th, 2010 12:16 am
   PM  Quote  Reply 
6th Post
mindi65
Member
 

Joined: Sunday Oct 1st, 2006
Location: Lithuania
Posts: 20
Status: 
Offline

  back to top

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



 Current time is 07:01 am
Top




UltraBB 1.172 Copyright © 2007-2014 Data 1 Systems