After you've gone through the tutorial videos, and you are ready to dig more deeply into the details of the product and its capabilities, these technical documents will provide you with the information you need. These are reference materials, but they also have a lot of overview information as well in most cases. At the least you would want to read the Action Reference, and you will generally need the Interface Development Guide if you are going to be creating high quality touch screen interfaces.
Action Reference
Actions are a fundamental part of CQC. They are covered in the tutorials, but this document provides details and reference material for actions
Interface Design Guide
In-depth documentation of the CQC interface system, all of the interface widgets, interface navigation, image management, etc...
Event System Guide
Reference information on the CQC event system, to supplement the coverage in the tutorials. The event system allows you to configure CQC to do things at specific times or in response to changes in controlled devices.
Web Server Guide
Documents the CQC Web Server and how to configure it and how to use CML to generate dynamic content. The Web Server allows you to access your CQC system by way of standard web browsers.
CML Developer's Guide
Documents the CML language, which is CQC's built in object oriented language for creating automation logic and for device driver development.
Driver Development Guide
Documents the CQC driver architecture, and explains how to write CQC device drivers in the PDL and CML language. For CML driver development the CML Developer's Guide above is a pre-requisite.
XML Gateway Guide
Documents the XML Gateway Sever, the protocol used by the server, and how to interface to it correctly. The XML Gateway provides a mechanism by which third party software can access the CQC system.