Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comfigurator 3.1.3 changing Responses
#1
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

Reply
#2
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.
Reply
#3
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.
Reply
#4
We would like full cclx file, because other events may trigger the responses
Reply
#5
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 Smile

It is 3.1.3.0 for sure. Will send cclx when will find how it hapens


Reply
#6
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
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)