User Manual For CYCLONE Programmers
57
12
SAP_LAUNCH COMMAND-LINE UTILITY
12.1
SAP_LAUNCH Introduction
SAP_LAUNCH is a command line utility developed to assist automated production. A Cyclone
must be configured or a SAP image file must be created beforehand.
12.2
SAP_LAUNCH Startup
a)Connect the Cyclone to a PC via RS232, USB, or Ethernet.
b)Connect the Cyclone to the target system via debug port.
c) Power up the Cyclone and the target system.
d) Run the software from a DOS prompt. Command line parameters allowed are:
SAP_LAUNCH [-O log_file] [port=y] [IMAGE=x] [UPDATEIMAGE sap_image_file]
where:
[-O log_file] – Where log_file keeps a log of the operations and result.
It must be the first parameter if used.
[Port=y] - Where the value of y is: (See examples section)
USB1 - USB Device #1
USB2 - USB Device #2
USB3 - USB Device #3
USB4 - USB Device #4
COM1 - Serial Port 1
COM2 - Serial Port 2
COM3 - Serial Port 3
COM4 - Serial Port 4
#.#.#.# - Ethernet IP address #.#.#.#. Each # symbol
represents a decimal number between 0 and 255.
[IMAGE=x] - Where the value of x is the image ID to be executed
[UPDATEIMAGE sap_image_file_name] – Where sap_image_file_name is a previously saved
Cyclone SAP image. It is recommended not to use
any spaces in the file name and its full path. All
current images stored on the Cyclone will be erased.
This parameter does not support multiple images.
12.3
SAP_LAUNCH Examples
SAP_LAUNCH Port=COM1
Cyclone is connected to the PC via the COM1 port.
SAP_LAUNCH Port=USB1