Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi.
Creo at startup reads 3 configuration files. The first one is from the following folder: \PTC\Creo 3.0\M040\Common Files\text.
If we open config.pro inside this folder, we see in last line: search_path_file $CREO_COMMON_FILES\afx\parts\prolibrary\search.pro
If we open this search.pro, we see paths to the screws, bolts, washers..., that are stored in folder: \PTC\Creo 3.0\M040\Common File\afx\parts\prolibrary\.
But when we use screws with Intelligent Fastener tool, we see that screws are opened from folder: \PTC\Creo 3.0\M040\Common Files\afx\parts\screws_and_pins.
So the search path file is not used.
So this means that, when we save assembly with screws from IF tool, every screw is saved in Working directory, and is not read from afx library.
So, what is the point of this search path file, if it is not used when using IF tool?
Of course we can make use of this search path, but only if we open screws manually from folder: \PTC\Creo 3.0\M040\Common Files\afx\parts\prolibrary.
Which most people probably won`t do.
Solved! Go to Solution.
This search path is used for the PTC Creo Standard Parts Library: http://www.3dmodelspace.com/prolibrary.html
If you assemble a fastener from one of the PTC Catalog (ANSI-ENGLISH, ANSI-METRIC, ISO or JIS), then the assembled files are opened from the search path.
If you do not need this catalogs, you can remove the folders in the ...afx\parts\screws_and_pins\screws\screws.mnu file and remove the search.pro from your config.pro.
This search path is used for the PTC Creo Standard Parts Library: http://www.3dmodelspace.com/prolibrary.html
If you assemble a fastener from one of the PTC Catalog (ANSI-ENGLISH, ANSI-METRIC, ISO or JIS), then the assembled files are opened from the search path.
If you do not need this catalogs, you can remove the folders in the ...afx\parts\screws_and_pins\screws\screws.mnu file and remove the search.pro from your config.pro.
Thanks for the answer.
I have one more question:
Why does this search path contain only 4 groups of fastneres (ANSI-ENGLISH, ANSI-METRIC, ISO, JIS) and not all of them (all fasteners used in IF tool)?
Because in this case, as it is, it could come to some confusion.
For example: You would save na assembly, that would have a few fasteners from mm catalog, and few fasteners from ANSI-METRIC catalog. The first fasteners would be saved in the working directory along with assembly, whereas those from ANSI-METRIC wouldn`t be saved, but only read from library.
So is there a special reason for this?
The reason is, that the PTC catalog has a Creo family table as a generic part.
IFX does not use the family table mechanism. All parts created by IFX are single parts, without a family table. The templates for these parts are located in the library of IFX. If you assemble a fastener with IFX, then IFX first try to load the fastener. If the part already exist (Windchill, search_path, working dir) then it is reused. If not, IFX create a new one and save it to your current working directory.
Note: