Simmechanics load solidworks assembly error

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 comentarios

i am having same problem, can soemeone help us out with this
sakthinathan s
sakthinathan s el 1 de Oct. de 2019
hello sir,
Try using the command smimport(' .xml') for importing the .xml files
Huynh Huan
Huynh Huan el 2 de Oct. de 2021
Thank you very much, it's working

Iniciar sesión para comentar.

 Respuesta aceptada

Steve Miller
Steve Miller el 30 de Mzo. de 2016

7 votos

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 comentarios

Walter Roberson
Walter Roberson el 11 de Sept. de 2016
jignesh sindha comments
Thanks Steve, This answer was very useful. Had to search a lot for finding this.
Brayan Alfonso
Brayan Alfonso el 26 de Sept. de 2016
Thanks Steve.
kindly try using smimport('file name.xml').... for simmechanics this is the code
razieh darini
razieh darini el 11 de Ag. de 2018
thanks for ur hint.I used mech_import yesterday and saw errors that confused me. thanks and thanks!!
Dulanga Chamika
Dulanga Chamika el 11 de Jul. de 2020

It works thanks a lot lot

Iniciar sesión para comentar.

Más respuestas (3)

Omar Crypps
Omar Crypps el 2 de Oct. de 2016

0 votos

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 .
Diego Leonardo Velásquez Gómez
Diego Leonardo Velásquez Gómez el 25 de En. de 2018

0 votos

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

Categorías

Productos

Preguntada:

el 29 de Mzo. de 2016

Comentada:

el 2 de Oct. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by