Comfort Automation/ Security System Forums
Edit Action Codes Changes view of Response - Printable Version

+- Comfort Automation/ Security System Forums (https://www.comfortforums.com)
+-- Forum: Software Applications (https://www.comfortforums.com/forum-4.html)
+--- Forum: Comfigurator (https://www.comfortforums.com/forum-20.html)
+--- Thread: Edit Action Codes Changes view of Response (/thread-5329.html)



- slychiu - 09-01-2021

Note that from 3.13.6, if you use \"Edit Action Codes\" for a Response in which there is more than 1 condition, for example


If Counter Counter001 = 3 And Flag Flag002 = 0 Then
    Pulse Output001(1) For 10
End If 


After Edit action Codes, the Response will be changed to the below 
 
Get Counter Counter001(1)
BranchIfNotEqual 8 3
Get Flag Flag002(2)
BranchIfNonZero 3
Pulse Output001(1) For 10 

Do not worry, the Function of the Response is not changed, because the action codes remain unchanged, ie
 

81,1, 146,8,3, 132,2,2, 115,3, 130,10,1, 255

The reason for this is to allow Read  fron Comfort - Responses are not changed by Comfigurator. ie the raw Action Codes are not changed by a Read from Comfort so that the working of the Response is unchanged.
Read from Comfort has the same effect on Response has Edot Action Codes