BOM In Metric

BOM In Metric

Lupe_Stewart
Advocate Advocate
422 Views
5 Replies
Message 1 of 6

BOM In Metric

Lupe_Stewart
Advocate
Advocate

I have a customer that wants the entire BOM list in metric..... there is 50 line items and I am hoping that there is a way to convert all of it with out having to go inside each one of the 50 parts and change the parameters to MM.

I am also thinking to intagrate this feature to all the existing templates...... so is there a solution to this??

0 Likes
423 Views
5 Replies
Replies (5)
Message 2 of 6

CGBenner
Community Manager
Community Manager

@Lupe_Stewart 

 

What type of information in your BOM needs to be converted?  I'm assuming lengths?

There may be some sort of iLogic solution? 

Did you find a post helpful? Then feel free to give likes to these posts!
Did your question get successfully answered? Then just click on the 'Accept solution' button.  Thanks and Enjoy!


Chris Benner
Community Manager

0 Likes
Message 3 of 6

Lupe_Stewart
Advocate
Advocate

Pretty much the major parameters.... ID... OD... THICK... LENGTHS... 

Message 4 of 6

mslosarKES
Observer
Observer

The answer is 'it depends' 🙂

 

If you have columns with just things like Length and Width, you can set the properties of the Parts List to metric output easily enough.

 

The trick is going to be if you have to do Descriptions as well.  Each Description is different (typically) and it depends on how you have them set up.  For example, for us, a plate has the Description of PL, 1/4" x 6" (length is a separate column).  If you've written that manually, there's not a way to change it very easily.  We do it as an equation =PL, <THK> x <WIDTH>.  Even at that, you'd have to go into the parts in one way or another. But again, it depends on how your Parts List/BOM is set up.

 

It is also possible to write ilogic or API code to loop through an assembly, find your parameters and change their outputs from imperial units to metric units.  

0 Likes
Message 5 of 6

Lupe_Stewart
Advocate
Advocate

I have pretty much everthing set up as this:

If PART = "PIPE WITH PLAIN ENDS" = True Then

iProperties.Value("Project", "Description") = "=PIPE: <SIZE> INCH, SCH. <PIPESCH> (<WALL> WALL)<Category> <LENGTH> LONG<SEAMTYPE> WITH PLAIN ENDS"
iProperties.Value("Project", "Project") = "=PIPE SPOOL: <SIZE> INCH."


I try to keep everything as a parameter driven statement all descriptions are the same... just the parameters that are needed will change
0 Likes
Message 6 of 6

Lupe_Stewart
Advocate
Advocate

everything that is in the library is written thrr rules, same terms, just the parameters change, about 90% of the parts are 3rd party embedded excel sheets ran thru ilogic for the user selection, true false statements for parts that cannot be purchased but can be formed or machined. if that helps any

0 Likes