Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
I am working on an assembly that was copied from another assembly. Some of the reused components are being updated, and I want to have the changes shown in my current session. How can I update the models that were changed, without having to exit my current session and reopening the changed models?
Solved! Go to Solution.
Shawn,
if your component is connected by search path you can
- suppress your component
- erase component from memory
- resume
If you are not using search paths
- suppress your component
- erase component from memory
- open component
- resume
Reinhard
Are you using Windchill? If not, this is a dangerous condition depending on how you are saving updated parts that you have in session. It is all too easy to overwrite existing updates in a non-PDM environment.
Collaborative efforts in Creo requires some levels of care about overwriting data.
If you are using a Windchill environment, someone more knowledgeable than I will need to weigh in.
I understand Windchill very well from a prior employer, however, my new employer does not own a license.
In that case, how are you managing file duplication? From your initial post, it sounds like you have an assembly open but other people are making changes to parts you have in session.
Seems there should be some kind of "update out-of-date parts in session" operation. Don't know of one but there should be one
I was able to determine that those that have sessions open with components that were updated in outside sessions, would have to suppress the components, clear the session of those components, then open the updated versions of the components directly. Once the updated version is in session, they could resume the components in the open assembly.
However, this requires a lot of communication, which is possible in my situation, as I sit next to the guy I copied the assembly I am modifying from. It is not the ideal situation (having used a PDM application before) but one I have to live with.
I wonder how a component/replace would work on a situation like this????
If you were to enter the actaul *.prt.X part would it load the new one from disk?
I tried using replace, Creo recognized the "unrelated part" as a "family table part" and wouldn't replace it.
True, this is the environment I am use to as well. A common server and a lot of communication. Worked very well with 4 engineers dedicated to preserving data.
I did learn more about external simplified reps (ESR's). There is an extensive discussion on this elsewhere on the forum that is probably worth a read...
This is an attempt to put collaborative management in your hands along with other more extended uses. It still takes planning but it can remove references from your session that you may not need.
Shawn,
if your component is connected by search path you can
- suppress your component
- erase component from memory
- resume
If you are not using search paths
- suppress your component
- erase component from memory
- open component
- resume
Reinhard