User`s guide

Embedded IDE Link CC Pane
Source file replacement
Selects the diagnostic action to take if Embed d ed IDE Link CC software
detects conicts that you are replacing source code with custom code.
Settings
Default: warn
none
Does not generate warnings or errors when it nds conicts.
warning
Displays a warning.
error
Terminates the build process and displays an error message that
identies which le has the problem and suggests how to resolve it.
Tips
The build operation continues if you select warning and the software
detects custom code replacement. You see warning messages as the build
progresses.
Select
error the rst time you build your project after you specify custom
code to use. The error messages can help you diagnose problems with your
custom code replacement le s.
Select
none wh en the replacement process is correct and you do not w ant to
see multiple messages during your build.
The messages apply to Real-Time Workshop Custom Code replacement
optionsaswell.
Command-Line Information
Param ete r: DiagnosticActions
Type: string
Value:
none | warning | error
Default: warning
10-35