MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Betriebsanweisung Seite 269

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 575
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 268
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
Seitenansicht 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 574 575

Kommentare zu diesen Handbüchern

Keine Kommentare