ID parts

Integrated solution for design, manufacturing and management that provides all standard parts and procedures for wood processing.

Moderators: remi77, jacs, Daniel

sinvia
Sergeant
Sergeant
Posts: 61
Joined: Sun Apr 24, 2016 5:34 pm
Answers: 1
TopSolid Module: TopSolid'Steel
TopSolid Version: 6.21

ID parts

Unread post by sinvia »

Dear All Friends,

I would like to make the index key into the Designation as the pictures. After that I export file for CNC machine my workers are easy to recognize the file that matched the real part.
https://imgur.com/a/U3CZOuj
https://imgur.com/a/rugHKpz
Thank you,

Sinvia
RaudMees
Second Officer Cadet
Second Officer Cadet
Posts: 209
Joined: Wed Dec 30, 2015 11:25 am
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.20
Contact:

Re: ID parts

Unread post by RaudMees »

Hi there

You have a file (somekindfilename.bom) which generates file name for CNC. Just add Index 3D into that file and then You have it :)

RM
sinvia
Sergeant
Sergeant
Posts: 61
Joined: Sun Apr 24, 2016 5:34 pm
Answers: 1
TopSolid Module: TopSolid'Steel
TopSolid Version: 6.21

Re: ID parts

Unread post by sinvia »

Dear Raud,

Did you see the "Left side - 19953...." I think they have the way to make this automatically.

Thanks you,
RaudMees
Second Officer Cadet
Second Officer Cadet
Posts: 209
Joined: Wed Dec 30, 2015 11:25 am
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.20
Contact:

Re: ID parts

Unread post by RaudMees »

Hello

I don't know, what do You have there, but I have this:
NAME=CAM_name
"DEF=<WOO_CAM_FILE_NAME|$DESIGNATION$-$INDEX_3D$>"

With this You have filename Left side-01.***

RM
User avatar
Todd
First Officer Cadet
First Officer Cadet
Posts: 246
Joined: Mon Nov 10, 2014 9:28 pm
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.24
Location: Detroit, MI

Re: ID parts

Unread post by Todd »

you will also need to make sure this BOM template is selected in your tools>> Options>>
Example of CAM name BOM template format:

COLUMNS {

NAME=ITEM
"DEF=<INDEX_3D>"
TYPE=STRING
ALIGN=CENTRE
TITLE_ALIGN=CENTRE
WIDTH=0.0127
VISIBLE=YES
;

NAME=FILENAME1
"DEF=<WOO_CAM_FILE_NAME><INDEX_3D>-A"
TYPE=STRING
ALIGN=RIGHT
TITLE_ALIGN=RIGHT
WIDTH=0.015
VISIBLE=YES
;

NAME=FILENAME2
"DEF=<WOO_CAM_FILE_NAME2><INDEX_3D>-B"
TYPE=STRING
ALIGN=RIGHT
TITLE_ALIGN=RIGHT
WIDTH=0.015
VISIBLE=YES
;

NAME=TREEID
"DEF=<WOO_TREE_IDENTIFICATION|---ITEM#: $INDEX_3D$---$DESIGNATION$---T: $PART_THICKNESS|Unit:12|Prec:4$---W: $PART_ROUGH_WIDTH|Unit:12|Prec:4$---L: $PART_ROUGH_LENGTH|Unit:12|Prec:4$---$MATTER$>"
TYPE=STRING
ALIGN=RIGHT
TITLE_ALIGN=RIGHT
WIDTH=0.015
VISIBLE=YES
;

}

GROUP_BY {

ITEM,FILENAME1,FILENAME2,TREEID
}

ORDER_BY {

ITEM,FILENAME1,FILENAME2,TREEID
}
Attachments
SETTINGS.JPG
Todd Craig
Great Lakes Woodworking
tcraig@glwdetroit.com
sinvia
Sergeant
Sergeant
Posts: 61
Joined: Sun Apr 24, 2016 5:34 pm
Answers: 1
TopSolid Module: TopSolid'Steel
TopSolid Version: 6.21

Re: ID parts

Unread post by sinvia »

Dear Todd and RaudMees,

I copy the code the you guided to BOM file format.
https://www.mediafire.com/file/ez5emgo3 ... E.bom/file
But it could not run. Could you pls share the BOM_CAM file that can run.

Thank you very much.,
RaudMees
Second Officer Cadet
Second Officer Cadet
Posts: 209
Joined: Wed Dec 30, 2015 11:25 am
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.20
Contact:

Re: ID parts

Unread post by RaudMees »

This is my file:

COLUMNS {

NAME=CAM_name
"DEF=<WOO_CAM_FILE_NAME|$DESIGNATION$-$INDEX_3D$>"
TYPE=STRING
ALIGN=LEFT
TITLE_ALIGN=LEFT
WIDTH=0.015
VISIBLE=YES
;

NAME=CAM_name2
"DEF=<WOO_FILE_NAME>"
TYPE=STRING
ALIGN=LEFT
TITLE_ALIGN=LEFT
WIDTH=0.015
VISIBLE=YES
;

}

GROUP_BY {

CAM_name,CAM_name2
}

ORDER_BY {

CAM_name,CAM_name2
}

RM
sinvia
Sergeant
Sergeant
Posts: 61
Joined: Sun Apr 24, 2016 5:34 pm
Answers: 1
TopSolid Module: TopSolid'Steel
TopSolid Version: 6.21

Re: ID parts

Unread post by sinvia »

Dear RaudMees,

It works. Thank you very much.

Sivia
DanoR69
Corporal
Corporal
Posts: 29
Joined: Wed Jul 26, 2017 3:33 pm
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.18

Re: ID parts

Unread post by DanoR69 »

This is related only in topic, but why am I getting an "S" suffix when numbering my parts?
I'm running a CadCode numbering BOM and all the parts seem to be "Sheet Goods" but I can't find the code in the BOM?

thanks
Attachments
cc-number.JPG
cc-number.JPG (41.45 KiB) Viewed 1936 times
User avatar
Todd
First Officer Cadet
First Officer Cadet
Posts: 246
Joined: Mon Nov 10, 2014 9:28 pm
Answers: 3
TopSolid Module: TopSolid'Wood
TopSolid Version: 6.24
Location: Detroit, MI

Re: ID parts

Unread post by Todd »

In your tools options there's could be a prefix for number by part type
Attachments
Number by type.JPG
Todd Craig
Great Lakes Woodworking
tcraig@glwdetroit.com
Post Reply