User`s guide

2 Automa tion Interface
boardnum. On boards with more than one processor, use
this value to specify the processor on the board. On
boards with one processor, use the default property
value 0 to specify the processor. This value is read-only
after you create the object.
* 'timeout' - the maximum period (in seconds) that a TICCS method
waits for a processor operation to complete (e.g. load).
If this time is exceeded, a time-out error is thrown.
The default value is 10 seconds.
Examples:
cc = ticcs % defaults to boardnum=0, procnum=0, timeout=10
cc = ticcs('boardnum',value) % defaults to procnum=0, timeout=10
cc = ticcs('boardnum',value,'procnum',value) % defaults to timeout=10
cc = ticcs(...,'timeout',value)
---------------------------------------------------------------------
Description of methods available for TICCS
---------------------------------------------------------------------
ACTIVATE Set the active project, text file or build configuration
ADD Add source file to a project
ANIMATE Initiate a processor execution with breakpoint animation
ADDRESS Search the processor's symbol table for an address
BUILD Compile/Link to build a program file
CD Change or query working directory of CCS
CLOSE Close a CCS project
DIR List files in CCS working directory
DISP Display information about the TICCS object
HALT Immediately terminate execution of the processor
INFO Produce a list of information about the processor
INSERT Insert a debug point into processor memory
ISREADABLE Query if a block of processor memory is available for reading
ISRUNNING Query status of processor execution
ISRTDXCAPABLE Query if processor supports RTDX communications
ISVISIBLE Query visibility of CCS application
ISWRITABLE Query if a block of processor memory is available for writing
LIST Produce various lists of information from CCS
LOAD Load a program file or a GEL file into the processor
NEW Create a default project or build configuration
OPEN Open a project file
2-44