Comfort Automation/ Security System Forums > Software Applications > Comfigurator > Edit Action Codes Changes view of Response |
Moderated by: admin |
Author | Post | |||||||||
---|---|---|---|---|---|---|---|---|---|---|
slychiu Administrator
|
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 |