Cyclone MAX User Manual
51
CYCLONE MAX
CYCLONE=identifier
Connects to the Cyclone MAX with the specified identifier. If OPENTYPE=IP,
the identifier should be in the format of xxx.xxx.xxx.xxx, where xxx=0...255. If
OPENTYPE=NAME, the identifier should be the name of the Cyclone unit.
6.1.3.2
Operation Commands
START
Executes stand-alone programming operations on the connected Cyclone
MAX.
READDYNAMICDATA [address] [numbytes]
Reads dynamic data with Cyclone MAX.
[address]
is the starting memory
address.
[numbytes]
is the number of bytes of data to read. All values should
be in hexadecimal format. No more than 255 bytes may be read in this way.
A Cyclone unit may only use this command after it has performed its “START”
command.
Configuration Script Examples
Example 1
------------------------------------------------------------------------------------------------------
; Setup commands
OPENTYPE=IP
PORT=USB
CYCLONE=192.168.1.1
; Operation commands
START
------------------------------------------------------------------------------------------------------