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

Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X

how to troubleshoot circular references?

zhenqiang
4-Participant

how to troubleshoot circular references?

Hi,I often encounter "circular references" problems,although it can be laid aside because often this problem doesn't has fatal dangerous to my models,but the notification looks uncomfortable to me.

 

But when I take a deep insight into this problem,I always failed to find which dependency relation is the cause,when I click to open the notification center,I only see the root node listed below "circular references(1)".

 

So I want to ask for a method to troubleshoot this problem or any modeling principle to avoid this problem?

 

thanks a lot.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
tbraxton
21-Topaz II
(To:zhenqiang)

Circular references should never be left in a design! They are extreme high risk to cause huge problems. 

 

Look for the circular reference text file that is created when the warning occurs. it should be written to the working directory and has a .crc file extension. Open it in a text editor and you will see the loop documented.

 

You should also use the global reference viewer to help resolve these errors.

https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/assembly/asm/To_Investigate_Circular_References.html 

 

About the Reference Viewer User Interface (ptc.com)

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric

View solution in original post

2 REPLIES 2
tbraxton
21-Topaz II
(To:zhenqiang)

Circular references should never be left in a design! They are extreme high risk to cause huge problems. 

 

Look for the circular reference text file that is created when the warning occurs. it should be written to the working directory and has a .crc file extension. Open it in a text editor and you will see the loop documented.

 

You should also use the global reference viewer to help resolve these errors.

https://support.ptc.com/help/creo/creo_pma/r9.0/usascii/index.html#page/assembly/asm/To_Investigate_Circular_References.html 

 

About the Reference Viewer User Interface (ptc.com)

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
zhenqiang
4-Participant
(To:tbraxton)

I find out that .crc file, open with notepad and it lists the circular features clearly.

thank you very much.

Top Tags