Skip to main content
3-Newcomer
January 4, 2024
Solved

A number of wiring table questions

  • January 4, 2024
  • 2 replies
  • 961 views

I'm using the parameter "&harn.run.len" to bring the length of my wires into my wiring table. The network length used on my model is also displayed (284.004). I know it is the network because I had one of the parameters entered incorrectly and in the "Wire Name" column it said "Network".

How can I exclude the network?

Finally how can I get the pin name to appear? I'm using "&harn.run.cond.from.pin.name", "&harn.run.cond.to.pin.name"

All in Creo Parametric 8.0.9.0.

rownie23_0-1704382235061.png

 

Best answer by Lars_F

Hi,

 

We have a filter (&harn.run.name != *NETWORK*) on our wiring table so it never shows the network length. You can save this filter with the table so don't have to worry about ever seeing the network length again...

Filter can be added by selecting the "Repeat Region -> Filters" -option.

Lars_F_0-1704554554894.png

 

Br, Lars

 

2 replies

Lars_F14-AlexandriteAnswer
14-Alexandrite
January 6, 2024

Hi,

 

We have a filter (&harn.run.name != *NETWORK*) on our wiring table so it never shows the network length. You can save this filter with the table so don't have to worry about ever seeing the network length again...

Filter can be added by selecting the "Repeat Region -> Filters" -option.

Lars_F_0-1704554554894.png

 

Br, Lars

 

rownie233-NewcomerAuthor
3-Newcomer
January 8, 2024

Brilliant, thank you very much.