Simmechanics load solidworks assembly error
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Toon Mertens
le 29 Mar 2016
Commenté : Huynh Huan
le 2 Oct 2021
Hi,
I'm trying to open a assembly from solidworks into simmechanics. Everything goes well until I try to open my xml file with the command
mech_import('smTotal.xml').
I always get next error.
Error using PMImport.ModelReader
"XML Read error" while attempting to read file "smTotal.xml".
Error in PMImport.ModelUpdater
Error in PMImport.pmiu_import
Error in mech_import (line 97)
PMImport.pmiu_import(varargin{:});
Does anybody know how I could solve this? or what the problem is?
3 commentaires
sakthinathan s
le 1 Oct 2019
hello sir,
Try using the command smimport(' .xml') for importing the .xml files
Réponse acceptée
Steve Miller
le 30 Mar 2016
I believe you are using the wrong command for importing the XML file.
Try using the command smimport('smTotal.xml') instead of mech_import().
mech_import() is for First Generation technology. It is likely you exported to Second Generation Technology, and should be using the command smimport().
See doc page for Simscape Multibody here: http://www.mathworks.com/help/physmod/sm/ref/smimport.html
(Note that SimMechanics was renamed to Simscape Multibody in R2016a). --Steve
5 commentaires
razieh darini
le 11 Août 2018
thanks for ur hint.I used mech_import yesterday and saw errors that confused me. thanks and thanks!!
Plus de réponses (3)
Omar Crypps
le 2 Oct 2016
Hi, I designed a model of 1 degree of freedom on Solidworks and i followed all the steps to export it to the Simulink of Matlab. However, there is always an error that appears after exporting it on Simlink.
Unfortuntely, I can't add a screen shot here but the error tells me " Constraint is not supported , the constraint has been exported as unknown constraint .
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/175155/image.png)
0 commentaires
Diego Leonardo Velásquez Gómez
le 25 Jan 2018
Hello, I have the same problem as Omar Cryps, I've been using the smimport() function but it doesn't work, so please, somebody help me
0 commentaires
Voir également
Catégories
En savoir plus sur Applications dans Help Center et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!