Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi Community,
Creo version in use 11.0.2.0 connected to Windchill 12.1.2.10
Does anyone here know a way to define a reference designator for a component used in a subassembly in the upper Assembly?
Our use case:
A - Top Assembly,
B - Subassembly (Gathering Part)
C - Component with an electrical designation e.g. R101
B - Subassembly (Gathering Part)
C - Component with an electrical designation e.g. R102
Subassembly B is used several times within A, but it's actually just a "dummy" assembly which only exists in MCAD. When we now assign a reference designator for C, it is defined in B, hence it's always the same, but it should differ. Is there anything foreseen in Creo / Windchill to cover this?
Follow up question would be if it's somehow possible that component C immediately appears in the WT-Part structure of A without generating a Part for B?
Thanks and BR
Solved! Go to Solution.
If anyone else is wondering or looking for a similar functionality.
We found groups to work quite well.
You can copy a group and when using paste special with Advanced reference configuration to work very well. In there you then only have to re-define the constraints which are set to outside the group components. So, it allows re-using groups, while defining usage attributes such as Reference Designator per item. Further of course you can also pattern groups within an assembly.
If you are asking if the refdes could be assigned automatically, the only way I know that would be possible is when importing using the IDF interface where the ECAD_hint.map file maps the component during import and uses the refdes from the IDF file imported.
You can manually assign the refdes using the methods shown here: Article - CS53637 - How to create ECAD Reference Designator for components in Pro/ENGINEER and Creo Elements/Pro assembly
Hi,
No I'm not looking for a way to automatically assign the RefDes automatically. I am looking for a way to define the RefDes in Assembly A for components which are actually used in Assembly B.
A - Top Assembly,
B - Subassembly (Gathering Part)
C - Component with an electrical designation e.g. R101
B - Subassembly (Gathering Part)
C - Component with an electrical designation e.g. R102
Using your provided assembly notations above.
In assembly mode with Assembly A as the active model if you then activate the component C you should be able to follow the process to manually assign the refdes to component C.
yes, that works, but then I can't assign two different RefDes for the same component, as I set it on assembly B or on the component C but I want to set it for component C in Assembly B in Assembly A.
If anyone else is wondering or looking for a similar functionality.
We found groups to work quite well.
You can copy a group and when using paste special with Advanced reference configuration to work very well. In there you then only have to re-define the constraints which are set to outside the group components. So, it allows re-using groups, while defining usage attributes such as Reference Designator per item. Further of course you can also pattern groups within an assembly.