Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Comfigurator 3.2.8
#1
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
  1. In Options > Settings, added option to disable splash screen to speed up loading of the program.
  2. 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.
  3. Extend range of valid characters in Names of Zone, Alarms etc  , . : ; ‘ [] ( ) - + & “ !).
  4. Support additional Velbus module types - VMB1TC, VMB1LED, VMB4RYLD, VMBRYNO, VMB4DC, VMB4DME
  5. 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
  6. IR Learner allows longer IR codes to be learned
Bug fixes
  1. Fix bug in selecting response with number > 255 in UCM/Universal Device to Comfort
  2. Delay before reset after Selective Write to ensure write completes
  3. Display 3 digits for module revision numbers
Known Bugs
  1. 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.
  2. In KT03 Configurator, reading from KT03 in Portrait orientation causes images to be corrupted.
  3. In KT03 Configurator, Landscape Orientation, after writing and reading from KT03, active and inactive images are swapped
  4. 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.
  5. 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.
  6. Number of SCS/RIO in Modules and Settings had no limit
  7. 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
  8. Reading a ccl file with Siren Duration < 1 second causes the siren Duration to be 0 resulting in an indefinate siren duration
  9. Bus Monitor Exception, see http://www.comfortforums.com/view_topic.php?id=2314&forum_id=20
  10. 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.
  11. 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.
  12. 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
  13. 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
  14. Rs232 connection will not be able to connect  if \"Via USB\"  was checked in USB connection, then changed to RS232 connection
  15. IR learner checkbox for \"old UCM\" has not been implemented
  16. 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
  17. 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
  18. If the Sound Type Name is changed, the Siren Type which points to the sound type is not updated
  19. Bug in the sequence of If actons below
              If ........
                 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
[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\"]
           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]


#2
There is a file which is missing in the distribution of 3.2.8 which can cause an exception when the program is run

[color=\"#000000\"]Exception while reading vocab.cfg:
System.Exception: Error reading C:/Program Files/Cytech/Comfigurator 3/Config/vocab.cfg: Could not find file \'C:/Program Files/Cytech/Comfigurator 3/Config/cs-wl-th.cfg\'.    at Comfort.Vocab.AddWordLists(Configuration configuration, String filename, List`1 wordlists)   at Comfort.Vocab.GetWordLists(Configuration configuration)[/color]

If you encounter this exception, please copy the attached cs-wl-th.cfg file to your config folder in Comfigurator, normally Program FilesCytechComfigurator 3Config



Attached Files
.cfg   cs-wl-th.cfg (Size: 6.76 KB / Downloads: 15)

#3
Please take note of the Known Bug described above
  1. 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.
It is quite easy to accidentally check the \"Via KT03\" box when you are selecting the UCB serial number which is directly above.
This prevents the USB from communicating until you close Comfigurator and open it again




Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2026 Melroy van den Berg.