Skip to main content
4-Participant
April 7, 2017
Solved

Round off Bundle/Cable/Wire length

  • April 7, 2017
  • 1 reply
  • 5735 views

Hello Experts,

Is there any option to round of the bundle length values to nearest 10's. i.e 1674 to be 1670.

Able to control only decimal places in repeat region.

Please advise if anyone know the option.

Table.JPG

Thanks,

Vijay K G

Best answer by MartinHanak

Hi,

I added new drawing version to your dataset. I slightly modified repeat region relations and repeat region table. I used Creo 3.0 M100.

MH

1 reply

24-Ruby III
April 7, 2017

Hi,

I hope you can achieve your goal, if you implement repeat region relations.

Please upload example files. I will create relations for you, if you want.

Use How to Attach a File to a Discussion Reply procedure to upload data.

MH

vijkopgan4-ParticipantAuthor
4-Participant
April 10, 2017

Hi,

Thank you for your time and interest.

Request you to create relation for this subject. Attaching herewith sample harness drawing with spool table.

Below is the default values which getting from the harness file.

I would like to have length values in 10's as follows,

146 -> 150

134 -> 130

147 -> 150

Thanks,

Vijay K G

HamsterNL
18-Opal
April 10, 2017

First, I would not recommend to ROUND DOWN on any cable length...you will be hitting your head against a wall if your cable is too short.

The calculation (ROUNDING UP) is simple:

CABLE_LENGTH = 144

ROUNDOFF = 10

CABLE_LENGTH_COR = CEIL(CABLE_LENGTH/ROUNDOFF)*ROUNDOFF