Cyclone Automated Control Package
52
6.4 Examples
The configuration (.cfg) file should be a pure ASCII file with one command per
line. Comments must be preceded by a semicolon
„;‟ character.
6.4.1 Typical Usage
; Setup commands
OPENTYPE=IP
SETTIMEOUT=60 ;Configure for 1 minute timeout
PORT=USB
CYCLONE=192.168.1.1
; Operation commands
ALLSTART
This example connects to a single Cyclone via the USB port that is identified by
its IP address 192.168.1.1 and executes its first image (by default, since we
never used the “IMAGENUM=n” command). This is the most common usage of
the Cyclone Control Utility.
; Setup commands
OPENTYPE=PORT_NUM
SETTIMEOUT=60 ;Configure for 1 minute timeout
PORT=USB1
CYCLONE=Auriga
; Operation commands
ALLSTART
This example connects to a single Cyclone enumerated on USB1 and executes
its first image.