Cyclone Automated Control Package
53
6.4.2 Controlling Multiple Cyclones
; Setup commands
OPENTYPE=IP
SETTIMEOUT=60 ;Configure for 1 minute timeout
PORT=USB
CYCLONE=192.168.1.1
IMAGENUM=2
CYCLONE=192.168.1.2
IMAGENUM=2
PORT=ETHERNET
CYCLONE=192.168.1.3
IMAGENUM=3
; Operation commands
ALLSTART
This example connects to three separate Cyclone units. Two units are connected
via USB (192.168.1.1 and 192.168.1.2) and the third is connected via Ethernet
(192.168.1.3). The two Cyclone units connected via USB are configured to
execute image #2, while the third Cyclone is configured to execute image #3.