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

  • 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 379
visible
For more information about visibility and CCS, refer to “Running Code
Composer Studio Software on Your Desktop Visibility” on page 2-6.
Examples Test to see whether CCS IDE is running. Then change the visibility
and check again. Start CCS IDE. T he n open MATLAB software an d
at the prompt, enter
cc=ticcs;
MATLAB software creates a link to CCS IDE and leaves CCS IDE
visible on your desktop.
isvisible(cc)
ans =
1
Now, change the visibility state to 0, or invisible, and check the state.
visible(cc,0)
isvisible(cc)
ans =
0
Notice that CCS IDE is not visible on your d es kto p. Recall that
MATLAB software did not open CCS IDE. When you close MATLAB
software with CCS IDE in this invisible state, CCS IDE remains
running in the background. To close it, do one of the following
operations.
Start MATLAB software. Create a new link to CCS IDE. Use the new
link to make CCS IDE visible. Close CCS IDE.
Open Microsoft Windows Task Manager. Click Processes.Findand
highlight
cc_app.exe.ClickEnd Task.
See Also isvisible, load
7-158
Vue de la page 379
1 2 ... 375 376 377 378 379 380 381 382 383 384 385 ... 574 575

Commentaires sur ces manuels

Pas de commentaire