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

  • 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 63
2 Automa tion Interface
The following if statement checks the CCS IDE visibility and changes
it if needed.
if cc.isvisible,
cc.visible(1);
end
Visibility can cause problems. When CCS IDE is running invisibly on your
desktop, do not use
clear all to remove your links for CCS IDE and
RTDX. Without a
ticcs object that references the CC S IDE you cannot
access CCS IDE to change the visibility setting, or close the appl ication. To
close CCS IDE when you do not have an existing o bject, either create a new
object to access the CCS IDE, or use M icros oft Window s Task Manager to
end the process
cc_app.exe, or close the MATLAB software.
5 You have nished the work in this tutorial. Enter the following commands
to close your remaining references to CC S IDE and release the associated
resources.
clear ('all'); % Calls the link destructors to remove all links.
echo off
clear all w ithout the parentheses removes all variables from your
MATLAB workspace.
You have completed the tutorial using RTDX. During the tutorial you
1 Opened connections to CCS IDE and RTDX and used those connections to
load an executable program to your proces sor.
2 Congured a pair of channe ls so you could transfer data to and f rom your
processor.
3 Ran the executable on the processor, sending data to the processor for
processing and retrieving the results.
4 Stopped the executing program and closed the links to CCS IDE and RTDX.
This tutorial provides a w orking process for using Embedded IDE Link CC
and your signal processing programs to develop programs for a range of Texas
2-42
Vue de la page 63
1 2 ... 59 60 61 62 63 64 65 66 67 68 69 ... 574 575

Commentaires sur ces manuels

Pas de commentaire