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

"Use Branch Actions" in Comfort I Ultra
 Moderated by: admin
 New Topic   Reply   Printer Friendly 
 Rate Topic 
AuthorPost
 Posted: Wednesday Sep 16th, 2009 11:28 am
   PM  Quote  Reply 
1st Post
ident
Administrator


Joined: Wednesday Aug 9th, 2006
Location: Singapore
Posts: 3493
Status: 
Offline

  back to top

This applies to Comfort I and Comfigurator 2 only

In Comfort I from firmware 4.233 onwards please check the box "Use Branch Actions" in Configuration > Modules & Settings if you use Comfigurator 2. This allows If/Then actions to work correctly for nested If/Then conditions.

For example, see the Response below. If Use Branch Actions is not enabled then the response will not work as expected.

If you have Comfort I Firmware < 4.233 and you nbeed to code aq complex nested If/Then Response, then you are advised to get a firmware upgrade to 4.234 which is the last released Ultra I firmware

If SecurityMode = SecurityOff Then
AutoArm AwayMode
    Else
     If SecurityMode = AwayMode Then
       If AlarmState < Alarm Then
          AutoArm SecurityOff
       End If
      End If
    If SecurityMode = NightMode Then
        If AlarmState < Alarm Then
        AutoArm SecurityOff
     End If
   End If
   If SecurityMode = VacationMode Then
        If AlarmState < Alarm Then
        AutoArm SecurityOff
        End If
    End If
  End If



Last edited on Wednesday Sep 16th, 2009 11:31 am by ident



 Current time is 08:47 pm
Top




UltraBB 1.172 Copyright © 2007-2014 Data 1 Systems