SimMechanics Import fails with original examples

11 vues (au cours des 30 derniers jours)
Ricardo
Ricardo le 13 Fév 2015
I'm trying to import a CAD Modell exported via sim mechanics link out of Autodesk Inventor 2015 into Matlab 2014b.
No matter which kind of model I'm using I get different kind of errors and exceptions by using smimport(). I even tried to export and import the robot.iam used in the examples at http://de.mathworks.com/help/physmod/sm/ug/import-robot-arm-model.html
>> smimport('robot.xml')
Caught "std::exception" Exception message is:
bad lexical cast: source type value could not be interpreted as target
If I try to import the already in the setup included export files (sm_robot.xml) it works fine.
I compared the two xml files but did not see any markable differences (they are not identically since the original file seems to be generated via a solidworks export, but I can't see any problems in the file)
Any Ideas what I'm doing wrong??
  2 commentaires
Josef Liebhart
Josef Liebhart le 17 Avr 2015
Déplacé(e) : Walter Roberson le 23 Oct 2024
Hey Ricardo, did you solve the Problem yet?
I have got the same one...
I would be pleasured by an answer.
Niklas Lohmar
Niklas Lohmar le 8 Avr 2020
"It seems that is a bug in SimMechanics Link caused by decimal issue ( "." vs. "," ). As an workaround, try to replace the commas with full stops (".") in the XML file." Thanks to @Emanuel Dogaru. I have fixed the problem with this easy Way.
If you change this Regional Settings, all xml-fils will run in the future.

Connectez-vous pour commenter.

Réponses (1)

Emanuel Dogaru
Emanuel Dogaru le 18 Mai 2015
It seems that is a bug in SimMechanics Link caused by decimal issue ( "." vs. "," ). As an workaround, try to replace the commas with full stops (".") in the XML file.
  10 commentaires
Mateo Henao Arenas
Mateo Henao Arenas le 9 Nov 2020
Déplacé(e) : Walter Roberson le 23 Oct 2024
Thank you. It works!!!
samuel E. IGLESIAS DIAZ
samuel E. IGLESIAS DIAZ le 28 Juin 2021
Déplacé(e) : Walter Roberson le 23 Oct 2024
i have this problem, i need to solve this problem
bad lexical cast: source type value could not be interpreted as target

Connectez-vous pour commenter.

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by