Handling Files, Datasources, and the Network
Activating Chromeleon from an External Program

Use command lines (Start > Run or Windows Command Prompt) if you want to use Chromeleon data in an external program (however, with a reduced Chromeleon functionality). In this way, you can open, for example, chromatograms, and print or export sample or sequence data.

 Tip: 

Only experienced programmers should use this special option, for example, when developing a LIMS interface. Before you use any of the commands listed below, Dionex recommends that you review this topic and the topic  Activating Chromeleon from an External Program: Options thoroughly to obtain full understanding of the commands.

The syntax for using Chromeleon data is as follows:

Cm.exe <Command> <Object> <Options>

 Tip: 

Do not omit the spaces before and after <Command>.

Commands

The following commands are available:

Chromeleon Objects

As Chromeleon objects, you can use either

a) A system path; that is a Backup file (= *.cmb) or a LIMS Worklist file (= *.wle), such as

C:\Chromel\Cm.exe /Open D:\CM_Data\Mail_Files\GS50.CMB

or

b) A Chromeleon Object Moniker. The syntax for the object moniker is as follows:

TTT::DSN\PATH\OBJID

Where:

Files with the following extensions can be used:

 

A complete command line for starting the batch report for a sequence called TestSequence could look as follows:

C:\Chromel\Cm.exe /BR SEQ::CM_DS\Sequences\TestSequence

 

 Tip: 

If the functionality of these command line arguments is not sufficient for your application, the SDK (Software Development Kit) will certainly provide a solution for your application requirements.