The new version of Comfigurator, version 3.2.8 is now released
Please download from our website at https://www.cytech.biz/comfigurator.html
Changes compared to 3.2.7 , see http://www.comfortforums.com/forum20
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]
Please download from our website at https://www.cytech.biz/comfigurator.html
Changes compared to 3.2.7 , see http://www.comfortforums.com/forum20
New Features
- In Options > Settings, added option to disable splash screen to speed up loading of the program.
- Remove serial handshake option for RS232. On the UCM, remove shunt on SW8-H - this is the option for Hardware Flow control which needs to be disabled on the UCM as well.
- Extend range of valid characters in Names of Zone, Alarms etc , . : ; ââ¬Ë [] ( ) - + & ââ¬Å !).
- Support additional Velbus module types - VMB1TC, VMB1LED, VMB4RYLD, VMBRYNO, VMB4DC, VMB4DME
- Bus Monitor in Tools now supports UCM/Ethernet. However UCM/Ethernet firmware must be upgraded to UCM 5.228 which can be downloaded from https://www.cytech.biz/ucm_firmware.html
- IR Learner allows longer IR codes to be learned
- Fix bug in selecting response with number > 255 in UCM/Universal Device to Comfort
- Delay before reset after Selective Write to ensure write completes
- Display 3 digits for module revision numbers
- Running Comfigurator may cause an Exception
Exception while reading vocab.cfg:
System.Exception: Error reading Program FilesCytechComfigurator 3Configvocab.cfg: Could not find file Program FilesCytechComfigurator 3Configcs-wl-th.cfg\'.
at Comfort.Vocab.AddWordLists(Configuration configuration, String filename, List`1 wordlists)
at Comfort.Vocab.GetWordLists(Configuration configuration)
[size=\"3\"]This is caused by a missing file[/size] which is attached in the next post.
- In KT03 Configurator, reading from KT03 in Portrait orientation causes images to be corrupted.
- In KT03 Configurator, Landscape Orientation, after writing and reading from KT03, active and inactive images are swapped
- In KT03 Configurator, Landscape Orientation, after writing and reading from KT03 the border for elements Button, Alarm State and Security Mode cannot be displayed for editing. This is NOT a bug as the Border becomes part of the image when written to KT03.
- In Options > Settings > UCM Connection, if USB is selected, a box \"Via KT03\" appears. This is for direct connection to the KT03 USB port. If this box is checked but the PC is connected to UCM/USB instead, the communications wil fail. However even if you uncheck the \"Via KT03\" box, you will not be able to communicate with the UCM/USB until you close and restart Comfigurator. The checkbox has an effect only the first time you connect with the USB interface during a session.
- Number of SCS/RIO in Modules and Settings had no limit
- For KT03 and Velbus Configurators, if a Response is referenced and the Response name is changed in the Responses page, the name change is not updated in the respective KT03 and Velbus pages. This bug was present in older versions
- Reading a ccl file with Siren Duration < 1 second causes the siren Duration to be 0 resulting in an indefinate siren duration
- Bus Monitor Exception, see http://www.comfortforums.com/view_topic.php?id=2314&forum_id=20
- Reading a ccl file with less than 8 UCM will cause 8 UCMs to appear in the Modules Tab. The Numver of UCMs in Modules and Settings will not be 8. However when you change the name of a UCM or delete a UCM in the Modules tab then the number of UCMs in Modules and Settings will change to the wrong number.
- 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
- If the Sound Type Name is changed, the Siren Type which points to the sound type is not updated
- 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]

