Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
How do you modify the config.pro file on Creo 4.0 M-150.
Solved! Go to Solution.
If I remember correctly, I set up the options I'm provided with via the "reconfigure" program provided in the directory @BenLoosli pointed you to. With that program you'll hopefully see all the licensing options you have available, and can set up different .psf files to allow you to do each particular function.
First thing you'll have to make sure of is that you have read/write permissions on the directory in question. Our IT folk have locked us out of the ability to make such customizations, so special permissions had to be granted for this purpose.
You also might want to look around a bit on here to see similar discussions of .psf files, to get a feel for how they work. For example, I believe the order in which licenses are listed in a .psf file will determine which are pulled first, etc.
File - Options - Configuration editor
OR
you can use text editor and manually edit, just make sure it doesn't add an extension like .txt or formatting.
I used notepad to edit
The file itself is just a text file. You can edit it with any text editor.
You can also change settings from within Creo. This is probably how most people address the need. However, this method only shows you options that are "normal". It will not show you any options that are hidden, if that is important to you.
Keep in mind that there might be more than one config.pro. There are potentially company-wide files and others that are called before the user's personal settings.
Your personal config.pro file should be in the directory specified as "Start In" for the shortcut used to start Creo.
Lastly, remember that a config.pro file is read once at startup, unless you manually call for it to be read again. Settings are applied from the file from the top of the file to the bottom, once per setting. So, if you set the same parameter multiple times in the file, the last one is the one that will "win".
With Creo 4 through early Creo 7, I think, you have to be careful how you save the file if you do the changes from within Creo.
If you don't do it right, you end up with ALL the config file settings in your local config.pro.
The licensing has nothing to do with the comfig.pro files.
That is controlled from the parametric.psf files in the <loadpoint>/parametric/bin folder.
If I remember correctly, I set up the options I'm provided with via the "reconfigure" program provided in the directory @BenLoosli pointed you to. With that program you'll hopefully see all the licensing options you have available, and can set up different .psf files to allow you to do each particular function.
First thing you'll have to make sure of is that you have read/write permissions on the directory in question. Our IT folk have locked us out of the ability to make such customizations, so special permissions had to be granted for this purpose.
You also might want to look around a bit on here to see similar discussions of .psf files, to get a feel for how they work. For example, I believe the order in which licenses are listed in a .psf file will determine which are pulled first, etc.