04-24-2013, 04:31 PM
(This post was last modified: 04-24-2013, 05:13 PM by Dean Roddey.)
April 25, 2013 - CQC Version 4.3 Released
Charmed Quark Systems, Ltd. is proud to announce the release of version 4.3 of their CQC automation platform. This release, though only a point release, contains a very considerable number of improvements and new capabilities.
The more notable changes in this version are:
[INDENT]
GC-100 Serial Ports. CQC now directly supports the serial ports of GC-100s. In the Admin Interface you can configure which GC-100s it should know about. The ports of these units will show up anywhere you would select a serial port. Each GC-100 is given a name and the port name includes the GC-100 unit name, so you can easily identify them.
Note that CQC cannot configure the port settings, so you must set the appropriate configuration via the GC-100's web interface. These are available within the driver and macro IDEs and the remote port server as well. For remote access, they can either configure it within their system and expose it via the remote port server, or expose it directly and you can configure it within your own local system.
Radio RA2/Homeworks QS. CQC now supports the Radio RA2 and Homeworks QS lighting systems. Both products use the same protocol so this driver will support either. The driver currently supports switches, dimmers, motion sensors, buttons, and LEDs. Support for other module types can be added over time.
User Interface. The toolbar widget has been extended to make it considerably more useful as a main menu. You can now lock widgets in the designer, so that they won't be selected and therefore won't move either. This is very convenient if you have widgets overlaying a background image and the like. You can now edit the entries on the Xlat tab, and the Xlat functionality has been extended to more widget types. Command buttons can now display dynamic text from a field or variable, in addition to just a static caption.
Driver Architecture. The device driver architecture was substantially rewritten. This is a somewhat technical subject but it has many benefits. Outgoing commands to the driver are queued up and processed by the driver thread, unlike previously where the command is invoked in the context of the incoming client command thread. This allows some commands to be done asynchronously without the client having to wait for it to complete, which is sometimes very desirable for extra-slow devices, since if a new command comes in before the previous one is processed it can just replace the waiting command. It also allows things like driver shutdown to be aynchronous so CQCServer can shut them all down in parallel for fastersystem shutdown when lots of drivers are involved. There are various other benefits as well.
Logic Server. A new field type has been added to the Logic Server. This one is a 'running average' that will average the value of a numeric field over a given number of hours.
Event Server. A lot of improvements have been made wrt to the Event Server and standard event triggers. There are better ways to filter incoming triggers, and more commands for querying information from standard triggers.
Auto-Generation. The auto-generation system has been expanded to add support for dimmers, and it now also supports the Roku media streaming device. The room configuration that drives the auto-generation system is also now available via the XML Gateway Server for third party clients to use. The generated security system arming stuff now supports the native modes of the target security driver. The generated templates now allow you to select new rooms on the fly from a popup.
Miscellaneous. There are now commands to save to disk or e-mail images retrieved from a web server. This is primarily used to e-mail security camera snapshot images when the security system is tripped. The HTTP class has been updated to support automatic authentication and the settings involved exposed for client code to use.The JSON parser was much improved to add new features and make it fully compliant.
Device Drivers. There are new drivers for the Pentair pool controller, Marantz SR7005 A/V receiver, the Yamaha RX-A3000, Octava HDMI matrix switches, Lutron Radio RA2/QS, and a new generic trigger driver that supports incoming connections. Many drivers have been updated or improved in various ways. The Omni TCP driver has been substantially updated. It now allows for renaming of the lights, zones, etc... so that you don't have to use the default names anymore. You can also better control the types of the units, and control individually whether they send event triggers or not. Similar changes for the Elk driver are scheduled for the next release.
[/INDENT]
Try It
You can download the new version via the Try/Buy menu item on the web site, and try it out for 40 days. So you can know for sure whether it meets your needs before you commit.
Existing customers covered under the maintenance system can upgrade at their convenience. Other customers can purchase an upgrade to the 4.2 version if desired, just contact us for information.
Use the web site's Learn menu to learn more about the product. Extensive video and text information is available to help you learn how CQC works and how to get the most out of it. A considerable number of new tutorial videos have been added for this release.
Charmed Quark Systems, Ltd. is proud to announce the release of version 4.3 of their CQC automation platform. This release, though only a point release, contains a very considerable number of improvements and new capabilities.
The more notable changes in this version are:
[INDENT]
GC-100 Serial Ports. CQC now directly supports the serial ports of GC-100s. In the Admin Interface you can configure which GC-100s it should know about. The ports of these units will show up anywhere you would select a serial port. Each GC-100 is given a name and the port name includes the GC-100 unit name, so you can easily identify them.
Note that CQC cannot configure the port settings, so you must set the appropriate configuration via the GC-100's web interface. These are available within the driver and macro IDEs and the remote port server as well. For remote access, they can either configure it within their system and expose it via the remote port server, or expose it directly and you can configure it within your own local system.
Radio RA2/Homeworks QS. CQC now supports the Radio RA2 and Homeworks QS lighting systems. Both products use the same protocol so this driver will support either. The driver currently supports switches, dimmers, motion sensors, buttons, and LEDs. Support for other module types can be added over time.
User Interface. The toolbar widget has been extended to make it considerably more useful as a main menu. You can now lock widgets in the designer, so that they won't be selected and therefore won't move either. This is very convenient if you have widgets overlaying a background image and the like. You can now edit the entries on the Xlat tab, and the Xlat functionality has been extended to more widget types. Command buttons can now display dynamic text from a field or variable, in addition to just a static caption.
Driver Architecture. The device driver architecture was substantially rewritten. This is a somewhat technical subject but it has many benefits. Outgoing commands to the driver are queued up and processed by the driver thread, unlike previously where the command is invoked in the context of the incoming client command thread. This allows some commands to be done asynchronously without the client having to wait for it to complete, which is sometimes very desirable for extra-slow devices, since if a new command comes in before the previous one is processed it can just replace the waiting command. It also allows things like driver shutdown to be aynchronous so CQCServer can shut them all down in parallel for fastersystem shutdown when lots of drivers are involved. There are various other benefits as well.
Logic Server. A new field type has been added to the Logic Server. This one is a 'running average' that will average the value of a numeric field over a given number of hours.
Event Server. A lot of improvements have been made wrt to the Event Server and standard event triggers. There are better ways to filter incoming triggers, and more commands for querying information from standard triggers.
Auto-Generation. The auto-generation system has been expanded to add support for dimmers, and it now also supports the Roku media streaming device. The room configuration that drives the auto-generation system is also now available via the XML Gateway Server for third party clients to use. The generated security system arming stuff now supports the native modes of the target security driver. The generated templates now allow you to select new rooms on the fly from a popup.
Miscellaneous. There are now commands to save to disk or e-mail images retrieved from a web server. This is primarily used to e-mail security camera snapshot images when the security system is tripped. The HTTP class has been updated to support automatic authentication and the settings involved exposed for client code to use.The JSON parser was much improved to add new features and make it fully compliant.
Device Drivers. There are new drivers for the Pentair pool controller, Marantz SR7005 A/V receiver, the Yamaha RX-A3000, Octava HDMI matrix switches, Lutron Radio RA2/QS, and a new generic trigger driver that supports incoming connections. Many drivers have been updated or improved in various ways. The Omni TCP driver has been substantially updated. It now allows for renaming of the lights, zones, etc... so that you don't have to use the default names anymore. You can also better control the types of the units, and control individually whether they send event triggers or not. Similar changes for the Elk driver are scheduled for the next release.
[/INDENT]
Try It
You can download the new version via the Try/Buy menu item on the web site, and try it out for 40 days. So you can know for sure whether it meets your needs before you commit.
Existing customers covered under the maintenance system can upgrade at their convenience. Other customers can purchase an upgrade to the 4.2 version if desired, just contact us for information.
Use the web site's Learn menu to learn more about the product. Extensive video and text information is available to help you learn how CQC works and how to get the most out of it. A considerable number of new tutorial videos have been added for this release.
Dean Roddey
Explorans limites defectum
Explorans limites defectum