SimMechanics Import fails with original examples
古いコメントを表示
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 件のコメント
Josef Liebhart
2015 年 4 月 17 日
移動済み: Walter Roberson
2024 年 10 月 23 日
Hey Ricardo, did you solve the Problem yet?
I have got the same one...
I would be pleasured by an answer.
Niklas Lohmar
2020 年 4 月 8 日
"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.
回答 (1 件)
Emanuel Dogaru
2015 年 5 月 18 日
8 投票
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 件のコメント
Paras Arpra
2015 年 8 月 11 日
編集済み: Paras Arpra
2015 年 8 月 11 日
Thanks a lot. Spoiled almost half a day trying to figure out the problem. Yours is the only solution that fixed the problem at the root.
It is ridiculous that based on the location of installation, Inventor uses either "." or "," for decimals.
Felipe Cherfan
2016 年 3 月 10 日
移動済み: Walter Roberson
2024 年 10 月 23 日
That is the solution... replace "," to "." its ridiculous a softWare that costs a lot of money doing this with us. I spent 4 ours of my day searching the solution, ridiculous.
law Bob
2018 年 3 月 6 日
God Bless you, worked just fine for me
Frederik Haubjerg Larsen
2018 年 4 月 16 日
You just saved the day! Amazing this is still an issue in 2018...
Edwin Villarreal
2019 年 4 月 22 日
移動済み: Walter Roberson
2024 年 10 月 23 日
excellent... thanks a lot
Alexander Vasco
2020 年 3 月 1 日
Muchas gracias, increible la solución tan simple. Llevaba varias horas intentando arreglar ese error.
Dominik Huber
2020 年 3 月 30 日
移動済み: Walter Roberson
2024 年 10 月 23 日
Thanks, had the same problem...
Niklas Lohmar
2020 年 4 月 8 日
If you change this Regional Settings, all xml-fils will run in the future.
Mateo Henao Arenas
2020 年 11 月 9 日
移動済み: Walter Roberson
2024 年 10 月 23 日
Thank you. It works!!!
samuel E. IGLESIAS DIAZ
2021 年 6 月 28 日
移動済み: Walter Roberson
2024 年 10 月 23 日
i have this problem, i need to solve this problem
bad lexical cast: source type value could not be interpreted as target
カテゴリ
ヘルプ センター および File Exchange で Introduction to Installation and Licensing についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!