Skip to main content
1-Visitor
May 21, 2015
Solved

Linking Creo Parametrics to SimMechanics

  • May 21, 2015
  • 3 replies
  • 3805 views

I just tried to use 'SimMechanic Link' with creo parametric 3.0 StudentEdition. After adding the configuration to creo the following error occurs:

 

Creo Toolkit application 'Sim Mechanics Link', from registry file '..\creo2matlab.data', predates Pro/ENGINEER Wildfire v4.0 but was not marked as using legacy encoding.

 

Any help would be appreciated. Best regards,

Johannes

 

I opened a simillar question at Mathworks Q&A:

SimMechanics Link not marked as Legacy - MATLAB Answers - MATLAB Central


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by jbach

I found an answer:

To solve the problem, add the following line to your registration file, eg creo2matlab.data

name SimMechanics Link

startup dll

exec_flie matlabroot\bin\os\cl_proe2sm.dll

text_dir matlabroot\toolbox\physmod\smlink\cad_systems\proe\text

unicode_encoding false

end

3 replies

24-Ruby III
May 22, 2015

Johannes,

I guess that application 'Sim Mechanics Link' was compiled using ProE WF4 Toolkit libraries and therefore it does not work with Creo 3.0. Toolkit environment is changing continuously and applications must be recompiled using newer versions.

Martin Hanak

24-Ruby III
May 22, 2015

Johannes,

according to Install and Register SimMechanics Link Software - MATLAB & Simulink, SimMechanics Link Software is compatible with PTC Creo. I think I cannot test SimMechanics Link Software installation because I do not have MATLAB installed on my PC.

I suggest you to check information mentioned in Installation Requirements section, carefully.

Martin Hanak

jbach1-VisitorAuthor
1-Visitor
May 22, 2015

Martin,

thanks a lot for your help! I did check the installation requirements again, but unfortunately could not improve. I'm using 64-bit versions for all tools. My hope is, that any answer from Mathwork is going to help. Again thank you for your advice.

Johannes

jbach1-VisitorAuthorAnswer
1-Visitor
May 27, 2015

I found an answer:

To solve the problem, add the following line to your registration file, eg creo2matlab.data

name SimMechanics Link

startup dll

exec_flie matlabroot\bin\os\cl_proe2sm.dll

text_dir matlabroot\toolbox\physmod\smlink\cad_systems\proe\text

unicode_encoding false

end

Dale_Rosema
23-Emerald III
23-Emerald III
May 28, 2015

Don't forget to mark your answer as correct for those that search and find this thread.