Azzera filtri
Azzera filtri

How to Debug an invalid handle.

21 visualizzazioni (ultimi 30 giorni)
Paul Palazolo
Paul Palazolo il 14 Giu 2013
Risposto: Tommie Heard il 24 Lug 2014
I am really new to Simulink and so I just don't know how to begin solving this. I have a model that was running successfully until Windows 7 decided to install an update to the operating system on Wednesday evening. Now I have two repeating errors.
Object parameter contains an invalid handle.
and
Error using sf Object parameter contains an invalid handle.
When I select the errors, no specific item is highlighted in the model.
I have ho idea how to even begin solving this.
In the MatLab Command window when I try and run the model I get these errors.
An unloaded non-library model with Stateflow components was found. Ignoring... Bad object handle (1911) at index 1. Error in parameter number 2. Bad object handle (1911) at index 1. Error in parameter number 2. Bad object handle (1911) at index 1. Error in parameter number 2.
Thanks for any help.
  1 Commento
Kaustubha Govind
Kaustubha Govind il 14 Giu 2013
Paul: You may want to send your model over to MathWorks Tech Support to see if they can reproduce/resolve this.

Accedi per commentare.

Risposte (1)

Tommie Heard
Tommie Heard il 24 Lug 2014
This is how to debug an invalid handle. Before running your code from the command line enter: dbstop if error
When the program stops began backtracking the handle object to see when it was good. Notice which code was executed when the handle became invalid.
This usually happens b/c the object has been deleted or closed unbeknowingly.
Give it a try.
THeard

Categorie

Scopri di più su Event Functions in Help Center e File Exchange

Prodotti

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by