Page 1 of 1

ID parts

Posted: Sun Dec 30, 2018 3:27 pm
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

Re: ID parts

Posted: Sun Dec 30, 2018 5:23 pm
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

Re: ID parts

Posted: Sun Jan 06, 2019 3:48 am
by sinvia
Dear Raud,

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

Thanks you,

Re: ID parts

Posted: Mon Jan 07, 2019 9:23 am
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

Re: ID parts

Posted: Mon Jan 07, 2019 2:55 pm
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
}

Re: ID parts

Posted: Thu Feb 07, 2019 4:23 pm
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.,

Re: ID parts

Posted: Thu Feb 07, 2019 4:56 pm
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

Re: ID parts

Posted: Fri Feb 08, 2019 3:28 am
by sinvia
Dear RaudMees,

It works. Thank you very much.

Sivia

Re: ID parts

Posted: Tue Feb 12, 2019 3:29 pm
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

Re: ID parts

Posted: Tue Feb 12, 2019 4:25 pm
by Todd
In your tools options there's could be a prefix for number by part type