Stock Number as Bin Function

Stock Number as Bin Function

Anonymous
Not applicable
573 Views
4 Replies
Message 1 of 5

Stock Number as Bin Function

Anonymous
Not applicable

I have a steel rod with special threads on the end which is bought by set lengths then trimmed to fit per job. Is there a way to set this up as a CC part which operates as a custom length but reflects the bought lengths in stock number? 

 

basically a bin function where

0-15in is bought as a 15in

15.1-24 is bought as 24in etc. 

0 Likes
574 Views
4 Replies
Replies (4)
Message 2 of 5

bradeneuropeArthur
Mentor
Mentor

What increment is required?

1 inch.

For example:

  1. inch = 15 inch
  2. inch = 15 inch
  3. inch = 15 inch
  4. inch = 15 inch
  5. inch = 15 inch
  6. inch = 15 inch
  7. inch = 15 inch
  8. inch = 15 inch
  9. inch = 15 inch
  10. inch = 15 inch
  11. inch = 15 inch
  12. inch = 15 inch
  13. inch = 15 inch
  14. inch = 15 inch
  15. inch = 15 inch

    o
    r also in between them?

 

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 3 of 5

Anonymous
Not applicable

24, 36, 48

 

 

0 Likes
Message 4 of 5

bradeneuropeArthur
Mentor
Mentor

Do not understand the answer to my question?

Regards,

Arthur Knoors

Autodesk Affiliations & Links:
blue LinkedIn LogoSquare Youtube Logo Isolated on White Background


Autodesk Software:Inventor Professional 2025 | Vault Professional 2024 | Autocad Mechanical 2024
Programming Skills:Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic
Programming Examples:
Drawing List!|
Toggle Drawing Sheet!|
Workplane Resize!|
Drawing View Locker!|
Multi Sheet to Mono Sheet!|
Drawing Weld Symbols!|
Drawing View Label Align!|
Open From Balloon!|
Model State Lock!
Posts and Ideas:
My Ideas|
Dimension Component!|
Partlist Export!|
Derive I-properties!|
Vault Prompts Via API!|
Vault Handbook/Manual!|
Drawing Toggle Sheets!|
Vault Defer Update!

! For administrative reasons, please mark a "Solution as solved" when the issue is solved !


 


EESignature

0 Likes
Message 5 of 5

Anonymous
Not applicable

exact length - Stock length

        1"        =       24"

        2"        =       24"

                   ...

        24"      =       24"

---------------------------------

      24.001" =       36"

        25"      =       36"

                   ...

        36"      =       36"

---------------------------------

      36.001" =       48"

         37"     =       48"

                   ...

         48"     =       48"

 

BOM should read stocknumber = "Item-stocklength" QTY = 1 each

But functionally when you pull these out of content center, they should have a custom length property to go into an assembly since they are cut to fit from the stock parts. 

0 Likes