User`s guide

Getting Started with Automation Interface
Method
Description
run
Execute the program loaded on the
processor.
visible
Set whether CCS IDE w indow is
visible on the desktop while CC S
IDE is running.
write
Write data to memory on the
processor.
Embedded IDE Link CC Methods for Embedded Objects
The methods in the following table enable you to manipulate programs and
memory with an embedded object:
Method
Description
cast
Create a new object with a d iffere nt
datatype (the
represent property )
from an object in Embedded IDE
Link CC. Demonstrated with a
numeric object.
list
Return various information listings
from Code Composer Studio
software.
read
Read the information at the location
accessed by an object i nto MATLA B
software as numeric values.
Demonstrated with a numeric,
string, structure, and enumerated
objects.
write
Write to the location referenced
by an object. Demonstrated with
numeric, string, structure, and
enumerated objects.
2-5