Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
I need to know how to create a .sup file and have Creo read it on startup.
I've tried exporting my config, manually adding the ".sup" extension and then moving that file to my start folder (same one my config.pro is located) to see if it will overwrite that test command option. No luck. Anyone that can point out what I am doing incorrectly?
Thanks!
Solved! Go to Solution.
Here is the official word from PTC technical support (CS28227😞
Process of setting configuration options upon start:
config.sup files are only read from the loadpoint (where Creo is actually installed). Should be in a folder like C:\Program Files\PTC\Creo 3.0\M120\Common Files\text\
Either copy an existing config.pro and rename to config.sup or create a new text file with the name config.sup.
It needs to be in the loadpoint text folder.
You do NOT want to take your existing config.pro file and save it as config.sup!
There are limitations to a config.sup file that do not allow all options of the config to be useful. One example is a mapkey command. You would only get the first mapkey in the config.sup loaded into Creo and no others.
Sorry, that is very true. I was thinking more of just creating the file and stripping out all the stuff to use as a base. But that wasn't clear at all.
Config.sup should be relatively small with only the options that are "forbidden" to be changed. Be very careful what you add to it.
All mapkeys in the config.sup will get loaded - not only one mapkey. It will however prevent users from creating their own mapkeys - which is likely undesirable. I'd like PTC to implement this product idea to allow for admins to create an 'official' set of mapkeys stored in the config.sup that users can't overwrite and then still allow users to have their own mapkeys.
https://community.ptc.com/t5/Creo-Ideas/Allow-Mapkeys-in-both-config-sup-and-config-pro/idi-p/457453
"load point" and "start in" locations are two separate things, correct?
As for contents of the .sup being the same as .pro, I made a different text file with only "accuracy_lower_bound" at a different number to test .sup.
I chunked the .sup file in the "load point," restarted Creo and that setting was niether locked/different from the .pro file when i checked out my current session config settings. I also tried putting it in my "start in" location and that did not work, either.
edit: added a screenshot file.
Text folder would more likely be in program files...like this
C:\Program Files\PTC\Creo 3.0\M070\Common Files\text
except the creo 3 and the m070 part
Start in is where you're shortcut "start-in" is, not where the shortcut is actually at. Look at the properties for the shortuct:
And it needs to be in your loadpoint TEXT folder, not the start in...just to be clear.
Here is the official word from PTC technical support (CS28227😞
Process of setting configuration options upon start: