User`s guide
ticcs
Object Property Name Property Default Description
'timeout'
Timeout
10.0 s
Specifies how long CCS
waits for a response
from the processor after
requesting data
rtdx
'numchannels'
Number
of open
channels
0
The number of open
channels using this link
type type
Defined
types in the
object
Void,
Float,
Double,
Long,
Int,
Short,
Char
List of the C data types
in the project
cc accesses.
Use
add to include your
Ctypedefinitio ns to th e
list
cc = ticcs('propertyname’,'propertyvalue’,...) returns a handle
in
cc that MATLAB software uses to communicate with the specified
processor. CCS handles the comm unications between the MATLAB
environment and the CPU.
MATLAB software treats input parameters to
ticcs as property
definitions. Each property definition consists of a property
name/property value pair.
Two properties of the
ticcs object are read only after you create the
object:
•
'boardnum' —theidentifier for the installed b oard selected from
the active bo ards recognize d by CCS. If you have one board, use the
default property value 0 to access the board.
•
'procnum' —theidentifier for the processor on the board defined by
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.
7-151