08-02-2011, 09:25 AM
Comfigurator 3.3.0 will soon be available ([color=\"#0000ff\"]3.3.1 will be the next release, see later post)[/color]
The list of changes from 3.2.9 are
New Features
action...
action...
Else
If ...
action...
action ....
Endif
[color=\"#ff0000\"] If ...
action
Endif
[/color] Endif
Response wizard changes the position of the above actions in RED
If ........
action...
action...
[color=\"#ff0000\"] If ...
action
Endif
[/color] Else
If ...
action...
action ....
Endif
Endif
Do Respinse X[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
End If[/font][/color][/size] [size=\"2\"][color=\"navy\"][font=\"Arial\"] If Flag Tmr-Day <> 0 Then
Do Response Y
End If[/font][/color][/size]
[size=\"2\"][color=\"navy\"][font=\"Arial\"] The workaround is to use the following actions instead, which is more efficient
[/font][/color][/size]
[size=\"2\"][color=\"navy\"][font=\"Arial\"] If Flag Tmr-Day <> 0 Then[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
Do Respinse X[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
Do Response Y
End If[/font][/color][/size]
The list of changes from 3.2.9 are
New Features
- Supports Firmware Upgrade by Comfort Bus of modules SEMs, UCMs connected to 3rd party systems (eg Comfort, KP06, KNX, CBus, Velbus, Universal, GSM). Modules with firmware 6.000 and above can be upgraded by Comfort Bus
- Prompts for \"Press F0 on Keypad\" when doing firmware upgrade by direct connection (ie to UCM or KT03) or by Comfort Bus
- Shows meaning of Error messages when any error encountered during Firmware upgrade
- CMS account codes allow Hex codes B to F as well as 0 to 9 (contact ID)
- Response wizard creating KNX commands are default 3 level format instead of 2 level format
- Number of retries for some commands in Comfigurator chaged from 3 to 1 to reduce delays when there is no reply
- Fixed BUG SCS/RIO ID could be set to 0
- Fixed BUG KP06 wrongly scanned as KP03
- Fixed BUG KT03 could not be used to Write to EEPROM for KNX and other modules if a UCM firmware was too old (which is not relevent because it is KT03 which is being used to write to the external UCMs EEPROM)
- Fixed BUG - Reading a ccl file with Siren Duration < 1 second caused the siren Duration to be 0 resulting in an indefinate siren duration
- new release of Comfort Bus Monitor fixed bugs
- Rs232 connection will not be able to connect if \"Via USB\" was checked in USB connection, then changed to RS232 connection
- When reading a .CCL file created by Comfigurator 2, the Modules tab shows 8 UCMs, although the number of UCMs in Configuration > Number of UCMs is 1. However if any of the UCM names is changed in the Modules tab, then the number of UCMs will become 8.
- If actions 12 (Exit if Z) and 13 (Exit if NZ) are manually entered by keypad or by editing action codes, Comfigurator creates the wrong action codes. Action 12 and 13 are older actions which are not created by the Response wizard but may be used in older systems
- If actions 69 (Skip if >= value ) and 70 (Skip if < value ) are manually entered by keypad or by editing action codes, Comfigurator creates the wrong action codes. Action 69 and 70 are older actions which are not created by the Response wizard but may be used in older systems
- Rs232 connection will not be able to connect if \"Via USB\" was checked in USB connection, then changed to RS232 connection
- IR learner checkbox for \"old UCM\" has not been implemented
- In the KT03 Configurator, when zones are selected, then the zone name or properties are changed in Security > Zones, the KT03 affected zone does not track the changes. eg zone 2 is called zone 2 but if you change zone 2 name to something else, in KT03, the zone 2 name and text is not changed
- Read Zones from Comfort may change the setting of Virtual Inputs incorrectly. Avoid reading from Comfort and writing back to Comfort for this reason as some normal zones may become Virtual and vice versa
- Bug in the sequence of If actons below
action...
action...
Else
If ...
action...
action ....
Endif
[color=\"#ff0000\"] If ...
action
Endif
[/color] Endif
Response wizard changes the position of the above actions in RED
If ........
action...
action...
[color=\"#ff0000\"] If ...
action
Endif
[/color] Else
If ...
action...
action ....
Endif
Endif
- The sequence of If actions below causes Response Y not to be performed
Do Respinse X[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
End If[/font][/color][/size] [size=\"2\"][color=\"navy\"][font=\"Arial\"] If Flag Tmr-Day <> 0 Then
Do Response Y
End If[/font][/color][/size]
[size=\"2\"][color=\"navy\"][font=\"Arial\"] The workaround is to use the following actions instead, which is more efficient
[/font][/color][/size]
[size=\"2\"][color=\"navy\"][font=\"Arial\"] If Flag Tmr-Day <> 0 Then[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
Do Respinse X[/font][/color][/size][size=\"2\"][color=\"navy\"][font=\"Arial\"]
Do Response Y
End If[/font][/color][/size]