User`s guide

Setting Model Configuration Parameters
If you have used Embedded IDE Link CC, you are familiar w ith function
ticcs, which creates objects the reference between the IDE and MATLAB .
This option refers to the same object, called
cc in the function reference pages.
Although MATLAB to CCS is a bridge to a specic instance of the CCS IDE, it
is an obje ct th at contains information about the IDE instance it refers to, such
as the board and processor it accesses. In this pane, the Export IDE link
handle to base workspace option lets you instruct Embedded IDE Link
CC to export the object to your MATLA B workspace, giving it the name you
assign in IDE link handle name.
MaximumtimetocompleteIDEoperations(s)
Species how long the software waits for IDE functions, such as read or
write, to return completion messag es.
Diagnostic Option
Source le replacement selects the diagnostic action to take if the software
detects conicts when you replace source code with custom code. The
diagnostic message responds to both source le replacement in the Embedded
IDE Link CC parameters and in the Real-Time Workshop Custom code
parameters in the conguration paramete rs for y our m odel.
The following settings dene the messages you see and how the code
generation process responds:
none Does not generate warnings or errors when it nds conicts.
warning —Displaysawarning.warn is the default value.
error T erminates the build process and displays an error message that
identies which le has the problem and suggests how to resolve it.
The build operation continues if you select
warning and the software detects
custom code replacement problems. You see w arning me ssages as the build
progresses
Select
error the rst time you build your project after you specify custom code
to us e. The error messages can help you diagnose problems with your custom
3-63