User`s guide

disable
Purpose Disable R TDX interface, specied channel, or all RTDX channels
Note Support for disable on C5000 and C6000 processors will be
removed in a future version.
Syntax disable(rx,'channel')
disable(rx,'
all')
disable(rx)
Description disable(rx,'channel') disables the open channel specied by the
string
channel,forrx. Input argument rx represents the RTD X portion
of the associated link to CCS IDE.
disable(rx,'all') disables all the open channels associated with rx.
disable(rx) disables the RTDX interface for rx.
Important Requirements for Using disable
On the processor side, disable depends on RTDX to disable channels
or the interface. You must meet the following requirements to use
disable:
1 The processor must be running a program.
2 You enabled the RTDX interface.
3 Your processor program polls periodically.
Examples When you have opened and used channels to communicate with a
processor, you should disable the channels and RTDX before ending
your session. Use
disable to switch off o pen channels and disable
RTDX, as follows:
disable(cc.rtdx,'all') % Disable all open RTDX channels.
disable(cc.rtdx) % Disable RTDX interface.
7-47