View single post by ident
 Posted: Wednesday Sep 3rd, 2014 04:51 pm
 PM  Quote  Reply  Full Topic 
ident



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

  back to top

Comfigurator (Beta) 3.9.1 is now available for testing

The changes are:

Known Bugs
  1. Options for Firmware Upgrade to Comfort Control are disabled, hence Comfort firmware cannot be upgraded
Bugs Fixed
  1. in Cbus Module, writing to EEPROM without first logging in caused scanning for modules to be repeated endlessly.
  2. using Graph References on some responses , (eg 64,12, 1, 255)  caused an exception. However there may be other Responses which may cause exception
  3. Upgrading Firmware and Writing to KT03 via UCM/ETH03 used to have an error when the PC does to sleep due to the logn duration of these operations to KT03. The PC is prevented from going to sleep in the new version
Improvements
  • Graph Reference Objects are colour coded: The Target Response is in Blue, Other Responses are in Green, and other events, ie not Responses are in White. This helps to identify other Responses which can become the new target by double-clicking on it, eg see below




New Actions

Action 190 - Wait for Timer
eg, the following Response will  switch on the Corridor Lights, wait 10 minutes, switch off the corridor Lights, switch on the Landing Lights, wait 5 minutes, then switch off the Landing Lights. This requires Comfort Firmware 7.063

Response example:
Do CorridorLightsOn
Wait 600 Seconds Using Timer01
Do CorridorLightsOff
Do LandingLightsOn
Wait 300 Seconds Using Timer01
Do LandingLightsOff

Before the new action as introduced, this sequence would require 3 Responses, ie
1st Response:
Do CorridorLightsOn
Do 2ndResponse after 600 Seconds Using Timer01

2ndResponse:
Do CorridorLightsOff
Do LandingLightsOn
Do 3rdResponse after 300 seconds  Using Timer01

3rdResponse:
Do LandingLightsOff

Thus, this new action simplifies the programming of delays in Responses.

Note that the Wait for Timer action will not block any other Responses from working during the delay. For example a zone response will be activated if the zone is opened during any of the delays between the actions



Action 156 - Keypad Backlight On/Off
This requires Comfort Firmware 7.061
This turns on the backlight of any individual Keypad or all keypads. One use of this is to turn on the keypad backlight when motion is detected in the area at night, when lights are switched off




Last edited on Wednesday Sep 3rd, 2014 06:10 pm by ident

 Close Window