Skip to main content
12-Amethyst
July 17, 2024
Solved

Start Model Dir and Templates (Creo 10)

  • July 17, 2024
  • 3 replies
  • 5730 views

I recently switched to CREO 10 and the start_model_dir and template_### in the config file don't seem to work.  When I start a new part, with the use default template option picked, a "New File Options" screen pops up and my templates are not there.  If I browse, it goes to the "start_model_dir".  Is it going to be like this all the time?  This opens up the possibility of choosing the wrong template.  It leaves with questions:

 

1) Why didn't the new part use the template that is assigned in my config file when the "default template" option is chosen?

 

2) Why aren't my templates shown in the "New File Options"?  Why do I have to browse?

Best answer by MYR_Industries

I found my mistake the parameter in my BAT file was

CREO_Config_File_SR

 

the parameter in my config file was

 

$Creo_Congfig_File_SR

 

I corrected and it is working as it should.

3 replies

tbraxton
22-Sapphire II
22-Sapphire II
July 18, 2024

Not enough information to determine root cause of the issue,

 

Launch Creo and then look at the options that are loaded in session. Do you see your config file options loaded?

If your config file is not in session, then:

Verify that the start in directory used by Creo 10 is correct such that your config file would be loaded on launch, if not then edit the start in directory to be accurate, restart Creo and then check the options in session.

 

If it is still not working, then report back here the observation when completing the above steps.

12-Amethyst
July 22, 2024

@tbraxton 

 

My config file is loaded.  My BAT file to start CREO looks to be setting everything correctly.

MYR_Industries_0-1721662169370.png

When I try a new part

MYR_Industries_1-1721662294544.png

I still get brought to here.

MYR_Industries_2-1721662340181.png

 

kdirth
21-Topaz I
21-Topaz I
July 22, 2024

Have you recently upgraded to Creo 10?  It looks like you are trying to use the default Creo templates.  Your config is looking for inlbs_part_solid.prt, but the default options in 10.0 are inlbs_part_solid_abs.prt or inlbs_part_solid_rel (absolute or relative accuracy respectively).

There is always more to learn.
AndrewK
Community Manager
July 22, 2024

Hi @MYR_Industries,


I wanted to follow up with you on your post to see if tbraxton's reply helped answer your question. If so, please mark the reply as the Accepted Solution for the benefit of other members who may have the same question.

Of course, if you have more to share on your issue, please let the Community know.

 

Thanks!

MYR_Industries12-AmethystAuthorAnswer
12-Amethyst
July 23, 2024

I found my mistake the parameter in my BAT file was

CREO_Config_File_SR

 

the parameter in my config file was

 

$Creo_Congfig_File_SR

 

I corrected and it is working as it should.