cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

It is possible to place the location the file is saved in the drawing

MS_Santos
15-Moonstone

It is possible to place the location the file is saved in the drawing

Hello,

Where do I make the configuration within CREO to save the drawing sheet, could I make it automatic? Printed below

6 REPLIES 6

Hi,

do you mean information enclosed by red rectangle? You have to enter it manually.

MartinHanak_0-1733925262894.png

Creo does not care where the files are stored (when not connected to Windchill). The user must ensure that Creo finds the files (using the config.pro search_path option).

 


Martin Hanák
BenLoosli
23-Emerald II
(To:MS_Santos)

If you are using Windchill, you can use PTC_WM_LOCATION.

MS_Santos
15-Moonstone
(To:BenLoosli)

Hello,

No and it's being used locally, inside CREO itself

RPN
17-Peridot
17-Peridot
(To:MS_Santos)

Due to the fact that even if you have saved the drawing in one spot, you can’t be probably sure to find it here. With Toolkit you can do this, but I would not do this.

 

If you look a way to find your latest drawing and where it is stored, a lot of scripting software provides options to watch a folder tree, and if a new file is saved an event is triggered. This event could be used to write the filename to a database, where you later easily find the folder where the drawing was saved. I prefer SQLite for such a thing, because no server is needed and a lot of viewer are available.

 

tbraxton
22-Sapphire I
(To:MS_Santos)

Without the use of some type of relational database or PDM system, I would just add the name of the CAD file(s) along with the revision on the drawing. This should enable the retrieval of the correct revision of the files assuming they are vaulted and accessible.

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
RPN
17-Peridot
17-Peridot
(To:MS_Santos)

I forgot this, but this is very similar 

Announcements


Top Tags