User`s guide

ticcs
Object Property Name Property Default Description
'timeout'
Timeout
10.0 s
Species 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
Dened
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
Ctypedenitio ns to th e
list
cc = ticcs('propertyname,'propertyvalue,...) returns a handle
in
cc that MATLAB software uses to communicate with the specied
processor. CCS handles the comm unications between the MATLAB
environment and the CPU.
MATLAB software treats input parameters to
ticcs as property
denitions. Each property denition consists of a property
name/property value pair.
Two properties of the
ticcs object are read only after you create the
object:
'boardnum' —theidentier 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' —theidentier for the processor on the board dened 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