Skip to main content
10-Marble
October 30, 2014
Solved

To link config file with assembly by using pro relation.

  • October 30, 2014
  • 2 replies
  • 998 views

For an assembly we have a seperate config file which needs to be linked and config file should be accessible whenever an assembly is downloaded.


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.
Best answer by MartinHanak

Mohamed,

  1. create a directory and put config file into it
  2. create Creo startup shortcut on your desktop and put directory path into Start in field
  3. when you doubleclick the shortcut, Creo starts and read your config.pro

Martin Hanak

2 replies

24-Ruby III
October 30, 2014

Mohamed,

  1. create a directory and put config file into it
  2. create Creo startup shortcut on your desktop and put directory path into Start in field
  3. when you doubleclick the shortcut, Creo starts and read your config.pro

Martin Hanak

1-Visitor
October 30, 2014

Relations do not control configuration files.

Configuration files cannot be tied to assemblies using Creo software.

Configuration files affect all open files, so you can't have two assemblies and two configurations at the same time.

The way to automate this is to create custom software using Toolkit or JLink that manages a list of configurations and a matching list of assemblies or to create a custom Windchill tool that keeps configurations linked to assemblies.

What you ask for is unusual. Why do you want this?