MATLAB EMBEDDED IDE LINK 4 - FOR USE WITH TEXAS INSTRUMENTS CODE COMPOSER STUDIO Guide de l'utilisateur Page 269

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 575
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 268
1 2 ... 264 265 266 267 268 269 270 271 272 273 274 ... 574 575

Commentaires sur ces manuels

Pas de commentaire