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 the Community Ranking System, a fun gamification element of the PTC Community. X

Save Cable Length as a feature

jfransson
12-Amethyst

Save Cable Length as a feature

Wouldn't it be great if you could save the Cable Length as an analysis feature with the length as feature parmeters in the model tree? I figured this can be handy espacially if you measure a portion of a cable and want to refer to the value in e.g. a note on drawing or MBD.

 

Maybe, as an alternative solution, the regular measure distance tool could be updated to manage cable length and parameters?

 

/Jonas Fransson PDSVision


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.
1 ACCEPTED SOLUTION

Accepted Solutions
Chris3
20-Turquoise
(To:jfransson)

This is already currently possible. In the harness part add a relation that uses the cable_len function:

To calculate the current length of any segment of a cable or bundle, use the following syntax:

cable_len ("cable_name",location_id1,location_id2)

To calculate the length for the complete cable from end to end, use the following syntax:

cable_len ("cable_name",-1,-1)

where

cable_name is the name of the cable being measured in the current harness.

location_id is the internal feature ID of the location through which the cable_name is routed. Where 1 and 2 denote the two cable locations between which the length is to be calculated.

View solution in original post

2 REPLIES 2

This feature has been requested for a long time. For this type of items (pipes, cables,  hoses etc),  the customer is interested in the length he needs as a quantity in the BOM.

BR

Per 

Chris3
20-Turquoise
(To:jfransson)

This is already currently possible. In the harness part add a relation that uses the cable_len function:

To calculate the current length of any segment of a cable or bundle, use the following syntax:

cable_len ("cable_name",location_id1,location_id2)

To calculate the length for the complete cable from end to end, use the following syntax:

cable_len ("cable_name",-1,-1)

where

cable_name is the name of the cable being measured in the current harness.

location_id is the internal feature ID of the location through which the cable_name is routed. Where 1 and 2 denote the two cable locations between which the length is to be calculated.

Top Tags