Cyclone Automated Control Package
54
6.4.3 Programming dynamic data
; Setup commands
SETCOMPORT=1 ;Use COM1
OPENTYPE=NAME
SETTIMEOUT=60 ;Configure for 1 minute timeout
PORT=SERIAL
CYCLONE=PE_PRO1
IMAGENUM=1
; Operation commands
START
PUTDYNAMICDATA 1080 45 44 49 53 4F 4E
Here, a Cyclone is connected via the Serial port and is identified by name rather
than IP address. After executing image #1, we write 6 bytes of dynamic data
starting at address 0x1080. Note that all parameters for the PUTDYNAMICDATA
command should be hexadecimal values.