CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > CAM Software > General CAM Discussion


General CAM Discussion Discuss CAD/CAM software and Design software methods here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 08-15-2008, 05:40 AM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road
Need help!!

I'm new to cnc and i do not know how can I make a draw with auto cad and work form cnc.
I have a Scm cnc.
How to convert a draw to g code etc... can any body tell me how to do this or
can convert this photo to g code,,,,

http://img367.imageshack.us/my.php?i...raphic1jg3.jpg

thank you
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 08-18-2008, 08:38 AM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

can any body help me plz.....
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 08-25-2008, 08:36 AM
Brewmeister's Avatar  
Join Date: Oct 2007
Location: USA
Age: 48
Posts: 39
Brewmeister is on a distinguished road

Harm, there are a couple of topics already on converting bitmaps to models for machining. Search on "bitmap".
I think there is even a program to convert bitmaps to faceted geometry. Of course,
you would then need a CAM package that machines facets.

In order for someone to do it for you, they would need to know what size you want the image, how you want it machined (depth of cut for each color), and what machine you want to machine it on. and the tooling you plan to use.

I was bored, so I cranked out this rough path in NX...

http://img395.imageshack.us/img395/3...gnroughgg8.png

Be Well
__________________
"Of course, that's just my opinion. I could be wrong!"
T Briggs (CAM dude) - Siemens PLM Software

Last edited by Brewmeister; 08-25-2008 at 09:40 AM.
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 08-25-2008, 12:38 PM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

Brewmeister,
thank you for your reply, and sorry for my question because I'm new to cnc and I do not know how to use it well,
Im trying to learn more to use the cnc machine.
The thing what I am looking for is:
f.e. I have a panel 600x400 mm and depth 16 mm (mdf)
and I what to machine it just (mill) no to cut f.e. 5 mm depth or lower.
I hope you are understanding me.

Thank you
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 08-25-2008, 04:27 PM
Brewmeister's Avatar  
Join Date: Oct 2007
Location: USA
Age: 48
Posts: 39
Brewmeister is on a distinguished road

Ok, your image is 2284 x 351 (pixels), so it will obviously have to be scaled to fit.

If I scale it to 600 wide, the height will be about 92mm.
So where on the part do you want the image?
And, is that the right size?

Which parts of the image do you want machined to 5mm deep?
Do you want all of the white parts machined?
Do you want all of the red parts machined?

What size cutters do you intend to use?
At that scale, the smallest detail, if you machine the white areas, will be about 1.5mm.

What type of machine? Make / Model / Controller?
The format of the G-Code is different for different Machine / Controller combinations.
__________________
"Of course, that's just my opinion. I could be wrong!"
T Briggs (CAM dude) - Siemens PLM Software
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-26-2008, 04:16 AM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

Brewmeister, thank you for your reply,
I want that image to machine in the panel 600mmx400mm and depth of panel is 16 mm
so i want the white image to be machined 5 mm depth
the size of cutter is 9 mm
I have the SCM machine/ tech 80 plus
I do not know anymore detail what controller etc.....

thank you
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 08-26-2008, 01:11 PM
Brewmeister's Avatar  
Join Date: Oct 2007
Location: USA
Age: 48
Posts: 39
Brewmeister is on a distinguished road

Ok, here's what it will look like with a 9mm cutter, with the image scaled to 600mm wide...
Since you did not specify, I assumed the image should be scaled to 600mm wide



The other areas are too small for a 9mm cutter.
You will need a cutter 1.5mm or smaller to cut the entire job.

[ edit ] Also, I can't find any info on the the SCM TEch 80. Do you have a small example program I could look at for reference?

Here's a short program that cuts just the top of the logo with a 9mm cutter.
The J-corner (0,0,0) is at the lower-left corner of the image, on top of the material.

Code:
%
N0010 G40 G17 G90 G70
N0020 G91 G28 Z0.0
:0030 T01 M06
N0040 G0 G90 X525.3748 Y84.8817 S1000 M03
N0050 G43 Z10. H01
N0060 Z3.
N0070 G1 X527.0391 Y86.3552 Z2.4044 F250. M08
N0080 X529.2257 Y86.3685 Z1.8185
N0090 X527.0391 Y86.3552 Z1.2326
N0100 X509.624 Y70.936 Z-5.
N0110 X492.2089 Y55.5168
N0120 X499.3927
N0130 G2 X499.9106 Y56.0508 I3.6227 J-2.9945
N0140 G1 X534.4018 Y86.4001
N0150 X527.0391 Y86.3552
N0160 X509.624 Y70.936
N0170 X512.607 Y67.5668
N0180 Z-2.
N0190 G0 Z10.
N0200 X550.5396 Y54.7345
N0210 Z3.
N0220 G1 X551.1449 Z2.8378
N0230 X543.6212 Y61.2225 Z.1758
N0240 X541.5262 Y59.3815 Z-.5715
N0250 X546.1177 Y54.7345 Z-2.322
N0260 X551.1449 Z-3.669
N0270 X547.3831 Y57.9785 Z-5.
N0280 X543.6212 Y61.2225
N0290 X541.5262 Y59.3815
N0300 X546.1177 Y54.7345
N0310 X551.1449
N0320 X547.3831 Y57.9785
N0330 X545.9137 Y56.2746
N0340 Z-2.
N0350 G0 Z10.
N0360 M02
%
__________________
"Of course, that's just my opinion. I could be wrong!"
T Briggs (CAM dude) - Siemens PLM Software

Last edited by Brewmeister; 08-28-2008 at 08:49 AM.
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 01-29-2009, 08:18 AM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

Hello, Brewmeister i would thank you for help
I have a program i will post it



this is the code i used to make this simple thing

H DX=380 DY=380 DZ=18 -A *MM/DEF #

XG0 X=142 Y=DY-180 Z=2 T=102 F1 C0 K0 P0
XL2P X=116 K0
XL2P X=207 Y=DY-101 K0
XL2P X=300 Y=DY-180 K0
XL2P X=248 K0
XL2P X=207 Y=DY-146 K0
XL2P X=168 Y=DY-180 K0
XL2P X=125 K0
XG0 X=127 Y=DY-190 Z=2 T=102 F1 C0 K0 P0
XL2P X=68 K0
XL2P X=178 Y=DY-86 K0
XL2P X=221 K0
XL2P X=331 Y=DY-190 K0
XL2P X=221 K0
XL2P X=202 Y=DY-173 K0
XL2P X=178 Y=DY-190 K0
XL2P X=80 K0
XG0 X=146 Y=DY-219 Z=2 T=102 F1 C0 K0 P0
XL2P X=116 K0
XL2P X=207 Y=DY-298 K0
XL2P X=300 Y=DY-219 K0
XL2P X=248 K0
XL2P X=207 Y=DY-253 K0
XL2P X=168 Y=DY-219 K0
XL2P X=125 K0
XG0 X=200 Y=DY-313 Z=2 T=102 F1 C0 K0 P0
XL2P X=178 K0
XL2P X=68 Y=DY-208 K0
XL2P X=178 K0
XL2P X=202 Y=DY-226 K0
XL2P X=221 Y=DY-208 K0
XL2P X=331 K0
XL2P X=221 Y=DY-313 K0
XL2P X=184 K0
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 01-29-2009, 10:52 AM
Brewmeister's Avatar  
Join Date: Oct 2007
Location: USA
Age: 48
Posts: 39
Brewmeister is on a distinguished road

ok, I'm not sure I understand the header. Is the DX, DY, DZ the zero point?
Also, I don't see where you are setting the 5mm cut depth.
It looks like Z=2 is the clearance, and DZ=18 could be the clearance above Z0?

I assume XG0 is a rapid move, and XL2P is a cut move

Also, the example you posted, I can see the shape of the logo, but the shape is larger than what I can fit in 600mm.

Anyways, I programmed this with the XYZ zero point at the lower left corner of the "A". Let me know how it works out. This is just the finish profile with a 1.5mm cutter. I also have a rough pocket with a 9mm cutter, and another path that roughs out the corners missed by the 9mm using the 1.5mm.

Code:
H DX=380 DY=380 DZ=18 -A *MM/DEF #

XG0 X=504 Y=71 Z=2 T=102 F1 C0 K0 P0
XL2P K0
XL2P X=482 Y=52 K0
XL2P X=527 K0
XL2P X=533 Y=57 K0
XL2P X=538 K0
XL2P X=544 Y=51 K0
XL2P X=589 K0
XL2P X=545 Y=90 K0
XL2P X=526 K0
XL2P X=504 Y=71 K0
XL2P X=503 Y=70 K0
XG0 X=522 Y=71 Z=2 T=102 F1 C0 K0 P0
XL2P X=523 K0
XL2P X=544 Y=90 K0
XL2P X=586 Y=53 K0
XL2P X=585 Y=52 K0
XL2P X=561 K0
XL2P X=544 Y=66 K0
XL2P X=527 Y=52 K0
XL2P X=502 K0
XL2P Y=53 K0
XL2P X=523 Y=71 K0
XL2P X=524 Y=72 K0
XG0 X=503 Y=24 Z=2 T=102 F1 C0 K0 P0
XL2P X=504 Y=23 K0
XL2P X=526 Y=4 K0
XL2P X=545 K0
XL2P X=589 Y=43 K0
XL2P X=544 K0
XL2P X=538 Y=37 K0
XL2P X=533 K0
XL2P X=527 Y=42 K0
XL2P X=482 K0
XL2P X=504 Y=23 K0
XL2P K0
XG0 X=524 Y=22 Z=2 T=102 F1 C0 K0 P0
XL2P X=523 Y=23 K0
XL2P X=502 Y=41 K0
XL2P Y=42 K0
XL2P X=527 K0
XL2P X=544 Y=27 K0
XL2P X=561 Y=42 K0
XL2P X=585 K0
XL2P X=586 Y=41 K0
XL2P X=544 Y=4 K0
XL2P X=523 Y=23 K0
XL2P X=522 K0
XG0 X=377 Y=44 Z=2 T=102 F1 C0 K0 P0
XL2P K0
XL2P Y=18 K0
XL2P Y=16 K0
XL2P X=376 Y=15 K0
XL2P Y=14 K0
XL2P X=375 Y=13 K0
XL2P X=374 Y=12 K0
XL2P X=373 Y=11 K0
XL2P X=372 K0
XL2P X=371 K0
XL2P X=370 K0
XL2P Y=9 K0
XL2P X=427 K0
XL2P X=429 Y=8 K0
XL2P X=431 K0
XL2P X=433 Y=9 K0
XL2P X=435 K0
XL2P X=438 Y=10 K0
XL2P X=440 K0
XL2P X=443 Y=11 K0
XL2P X=445 Y=13 K0
XL2P X=447 Y=14 K0
XL2P X=450 Y=15 K0
XL2P X=452 Y=17 K0
XL2P X=454 Y=19 K0
XL2P X=455 Y=21 K0
XL2P X=457 Y=23 K0
XL2P X=458 Y=25 K0
XL2P X=459 Y=27 K0
XL2P X=460 Y=29 K0
XL2P X=461 Y=32 K0
XL2P X=462 Y=34 K0
XL2P Y=36 K0
XL2P X=463 Y=39 K0
XL2P Y=41 K0
XL2P X=462 Y=44 K0
XL2P Y=46 K0
XL2P X=461 Y=48 K0
XL2P Y=51 K0
XL2P X=460 Y=53 K0
XL2P X=459 Y=55 K0
XL2P X=457 Y=58 K0
XL2P X=456 Y=60 K0
XL2P X=454 Y=62 K0
XL2P X=452 Y=64 K0
XL2P X=450 Y=66 K0
XL2P X=448 Y=68 K0
XL2P X=445 Y=70 K0
XL2P X=443 Y=72 K0
XL2P X=440 Y=73 K0
XL2P X=437 Y=75 K0
XL2P X=434 Y=76 K0
XL2P X=432 Y=77 K0
XL2P X=429 Y=78 K0
XL2P X=426 K0
XL2P X=423 K0
XL2P X=420 Y=79 K0
XL2P X=417 K0
XL2P X=370 K0
XL2P Y=77 K0
XL2P X=371 K0
XL2P X=372 Y=76 K0
XL2P X=373 K0
XL2P X=374 Y=75 K0
XL2P X=375 K0
XL2P X=376 Y=74 K0
XL2P Y=72 K0
XL2P X=377 Y=71 K0
XL2P Y=70 K0
XL2P Y=44 K0
XL2P Y=43 K0
XG0 X=401 Y=49 Z=2 T=102 F1 C0 K0 P0
XL2P Y=50 K0
XL2P Y=65 K0
XL2P X=402 Y=66 K0
XL2P Y=67 K0
XL2P Y=68 K0
XL2P K0
XL2P X=403 Y=69 K0
XL2P X=404 Y=70 K0
XL2P X=405 Y=71 K0
XL2P X=406 Y=72 K0
XL2P X=408 K0
XL2P X=409 K0
XL2P X=410 K0
XL2P X=412 K0
XL2P X=414 K0
XL2P X=416 K0
XL2P X=417 Y=71 K0
XL2P X=419 Y=70 K0
XL2P X=421 Y=69 K0
XL2P X=422 Y=68 K0
XL2P X=424 Y=67 K0
XL2P X=426 Y=65 K0
XL2P X=427 Y=64 K0
XL2P X=429 Y=62 K0
XL2P X=430 Y=59 K0
XL2P X=432 Y=57 K0
XL2P X=433 Y=54 K0
XL2P X=434 Y=52 K0
XL2P X=435 Y=49 K0
XL2P Y=46 K0
XL2P Y=43 K0
XL2P Y=41 K0
XL2P Y=38 K0
XL2P Y=35 K0
XL2P X=434 Y=33 K0
XL2P Y=30 K0
XL2P X=433 Y=28 K0
XL2P X=432 Y=27 K0
XL2P X=431 Y=25 K0
XL2P X=430 Y=24 K0
XL2P X=429 Y=22 K0
XL2P X=428 Y=21 K0
XL2P X=427 Y=20 K0
XL2P X=425 Y=19 K0
XL2P X=423 Y=18 K0
XL2P X=422 Y=17 K0
XL2P X=420 Y=16 K0
XL2P X=418 Y=15 K0
XL2P X=416 K0
XL2P X=415 Y=14 K0
XL2P X=413 K0
XL2P X=411 K0
XL2P X=410 K0
XL2P X=408 K0
XL2P X=407 K0
XL2P X=406 Y=15 K0
XL2P X=405 K0
XL2P X=404 Y=16 K0
XL2P X=403 Y=17 K0
XL2P Y=18 K0
XL2P X=402 Y=19 K0
XL2P X=401 Y=21 K0
XL2P Y=50 K0
XL2P Y=51 K0
XG0 X=324 Y=15 Z=2 T=102 F1 C0 K0 P0
XL2P K0
XL2P X=323 K0
XL2P X=322 K0
XL2P X=321 K0
XL2P X=320 K0
XL2P X=318 K0
XL2P X=317 K0
XL2P X=316 Y=16 K0
XL2P X=315 Y=17 K0
XL2P X=314 K0
XL2P Y=18 K0
XL2P X=313 Y=19 K0
XL2P Y=20 K0
XL2P X=312 Y=21 K0
XL2P Y=23 K0
XL2P Y=49 K0
XL2P X=325 K0
XL2P X=327 K0
XL2P X=328 K0
XL2P X=329 Y=48 K0
XL2P X=331 K0
XL2P X=332 Y=47 K0
XL2P X=333 Y=46 K0
XL2P X=334 Y=45 K0
XL2P X=335 Y=43 K0
XL2P X=336 Y=41 K0
XL2P X=337 Y=40 K0
XL2P X=338 Y=38 K0
XL2P Y=37 K0
XL2P X=340 Y=38 K0
XL2P X=335 Y=64 K0
XL2P X=333 K0
XL2P Y=63 K0
XL2P Y=62 K0
XL2P X=332 Y=60 K0
XL2P X=331 Y=59 K0
XL2P Y=58 K0
XL2P X=330 Y=57 K0
XL2P X=329 K0
XL2P X=328 Y=56 K0
XL2P X=327 K0
XL2P X=326 Y=55 K0
XL2P X=325 K0
XL2P X=312 K0
XL2P Y=67 K0
XL2P Y=68 K0
XL2P X=313 Y=69 K0
XL2P Y=70 K0
XL2P X=314 Y=71 K0
XL2P X=315 Y=72 K0
XL2P X=316 K0
XL2P X=317 Y=73 K0
XL2P X=318 K0
XL2P X=319 K0
XL2P X=328 K0
XL2P X=330 K0
XL2P X=332 K0
XL2P X=334 Y=72 K0
XL2P X=336 Y=71 K0
XL2P X=337 K0
XL2P X=339 Y=70 K0
XL2P X=341 Y=69 K0
XL2P X=343 Y=68 K0
XL2P X=344 Y=66 K0
XL2P X=346 Y=65 K0
XL2P X=347 Y=64 K0
XL2P X=348 Y=62 K0
XL2P X=349 Y=61 K0
XL2P X=350 Y=60 K0
XL2P X=351 Y=58 K0
XL2P Y=57 K0
XL2P X=354 K0
XL2P X=348 Y=79 K0
XL2P X=281 K0
XL2P Y=76 K0
XL2P K0
XL2P X=282 K0
XL2P X=283 K0
XL2P X=284 Y=75 K0
XL2P X=285 Y=74 K0
XL2P X=286 K0
XL2P Y=73 K0
XL2P Y=71 K0
XL2P X=287 Y=70 K0
XL2P Y=16 K0
XL2P X=286 Y=15 K0
XL2P Y=14 K0
XL2P X=285 Y=13 K0
XL2P X=284 Y=12 K0
XL2P X=283 Y=11 K0
XL2P X=282 K0
XL2P X=281 K0
XL2P Y=9 K0
XL2P X=351 K0
XL2P X=361 Y=35 K0
XL2P X=358 K0
XL2P X=357 Y=34 K0
XL2P X=356 Y=32 K0
XL2P X=354 Y=30 K0
XL2P X=353 Y=28 K0
XL2P X=351 Y=26 K0
XL2P X=349 Y=24 K0
XL2P X=346 Y=22 K0
XL2P X=344 Y=20 K0
XL2P X=342 Y=19 K0
XL2P X=341 Y=18 K0
XL2P X=340 Y=17 K0
XL2P X=338 Y=16 K0
XL2P X=337 K0
XL2P X=335 Y=15 K0
XL2P X=334 K0
XL2P X=332 K0
XL2P X=331 K0
XL2P X=326 K0
XL2P X=325 K0
XL2P X=324 K0
XL2P X=323 K0
XG0 X=226 Y=9 Z=2 T=102 F1 C0 K0 P0
XL2P K0
XL2P X=241 K0
XL2P X=247 K0
XL2P X=249 K0
XL2P X=252 K0
XL2P X=254 Y=10 K0
XL2P X=256 K0
XL2P X=258 Y=11 K0
XL2P X=260 Y=12 K0
XL2P X=262 Y=13 K0
XL2P X=264 Y=14 K0
XL2P X=265 Y=15 K0
XL2P X=267 Y=16 K0
XL2P X=268 Y=18 K0
XL2P X=269 Y=19 K0
XL2P X=270 Y=21 K0
XL2P X=271 Y=23 K0
XL2P Y=25 K0
XL2P X=272 Y=27 K0
XL2P Y=29 K0
XL2P Y=31 K0
XL2P X=271 Y=33 K0
XL2P Y=35 K0
XL2P X=270 Y=36 K0
XL2P X=269 Y=37 K0
XL2P X=268 Y=39 K0
XL2P X=267 Y=40 K0
XL2P X=265 Y=42 K0
XL2P X=263 Y=44 K0
XL2P X=261 Y=45 K0
XL2P X=258 Y=47 K0
XL2P X=256 Y=48 K0
XL2P X=254 Y=49 K0
XL2P X=252 Y=50 K0
XL2P X=250 K0
XL2P X=248 Y=51 K0
XL2P X=245 K0
XL2P Y=52 K0
XL2P X=248 Y=53 K0
XL2P X=251 Y=55 K0
XL2P X=253 Y=56 K0
XL2P X=255 Y=57 K0
XL2P X=258 Y=58 K0
XL2P X=259 Y=59 K0
XL2P X=260 Y=60 K0
XL2P X=261 Y=61 K0
XL2P X=262 Y=62 K0
XL2P X=263 Y=63 K0
XL2P Y=64 K0
XL2P X=264 Y=65 K0
XL2P Y=66 K0
XL2P X=265 Y=68 K0
XL2P Y=69 K0
XL2P Y=70 K0
XL2P X=264 Y=71 K0
XL2P Y=72 K0
XL2P X=263 Y=73 K0
XL2P Y=74 K0
XL2P X=262 Y=75 K0
XL2P X=260 Y=76 K0
XL2P X=259 Y=77 K0
XL2P X=257 Y=78 K0
XL2P X=256 K0
XL2P X=254 K0
XL2P X=253 K0
XL2P X=251 Y=79 K0
XL2P X=250 K0
XL2P X=186 K0
XL2P Y=77 K0
XL2P Y=76 K0
XL2P X=187 K0
XL2P X=188 K0
XL2P X=189 Y=75 K0
XL2P X=190 Y=74 K0
XL2P X=191 Y=73 K0
XL2P Y=72 K0
XL2P X=192 Y=71 K0
XL2P Y=15 K0
XL2P X=191 Y=14 K0
XL2P X=190 Y=13 K0
XL2P Y=12 K0
XL2P X=189 K0
XL2P X=188 Y=11 K0
XL2P X=187 K0
XL2P X=186 K0
XL2P Y=9 K0
XL2P X=226 K0
XL2P X=227 K0
XG0 X=237 Y=16 Z=2 T=102 F1 C0 K0 P0
XL2P X=236 Y=15 K0
XL2P K0
XL2P X=234 K0
XL2P X=233 Y=14 K0
XL2P X=231 K0
XL2P X=225 K0
XL2P X=223 K0
XL2P X=222 K0
XL2P X=221 Y=15 K0
XL2P X=220 K0
XL2P X=219 K0
XL2P Y=16 K0
XL2P X=218 Y=17 K0
XL2P K0
XL2P X=217 Y=18 K0
XL2P Y=19 K0
XL2P Y=44 K0
XL2P X=221 Y=45 K0
XL2P X=223 K0
XL2P X=226 Y=46 K0
XL2P X=229 Y=47 K0
XL2P X=233 Y=48 K0
XL2P X=235 Y=47 K0
XL2P X=239 Y=43 K0
XL2P X=240 Y=42 K0
XL2P X=242 Y=41 K0
XL2P X=243 Y=39 K0
XL2P X=244 Y=38 K0
XL2P X=245 Y=36 K0
XL2P Y=35 K0
XL2P X=246 Y=33 K0
XL2P Y=31 K0
XL2P Y=30 K0
XL2P Y=28 K0
XL2P Y=26 K0
XL2P X=245 Y=25 K0
XL2P X=244 Y=23 K0
XL2P Y=22 K0
XL2P X=243 Y=20 K0
XL2P X=241 Y=19 K0
XL2P X=240 Y=18 K0
XL2P X=239 Y=17 K0
XL2P X=237 Y=16 K0
XL2P X=236 Y=15 K0
XL2P X=235 K0
XG0 X=240 Y=65 Z=2 T=102 F1 C0 K0 P0
XL2P Y=64 K0
XL2P K0
XL2P X=239 Y=63 K0
XL2P Y=61 K0
XL2P X=238 Y=60 K0
XL2P X=237 Y=59 K0
XL2P X=236 K0
XL2P X=235 Y=58 K0
XL2P X=233 Y=57 K0
XL2P X=232 K0
XL2P X=230 Y=56 K0
XL2P X=228 Y=55 K0
XL2P X=226 Y=54 K0
XL2P X=224 Y=53 K0
XL2P X=222 K0
XL2P X=220 Y=52 K0
XL2P X=217 K0
XL2P Y=68 K0
XL2P Y=69 K0
XL2P X=218 Y=70 K0
XL2P Y=71 K0
XL2P X=219 K0
XL2P X=220 Y=72 K0
XL2P X=221 K0
XL2P X=222 Y=73 K0
XL2P X=223 K0
XL2P X=224 K0
XL2P X=226 K0
XL2P X=231 K0
XL2P X=232 K0
XL2P X=234 K0
XL2P X=235 Y=72 K0
XL2P X=236 K0
XL2P X=237 Y=71 K0
XL2P X=238 K0
XL2P X=239 Y=70 K0
XL2P Y=69 K0
XL2P X=240 Y=68 K0
XL2P Y=67 K0
XL2P Y=66 K0
XL2P Y=65 K0
XL2P Y=64 K0
XL2P Y=63 K0
XG0 X=134 Y=24 Z=2 T=102 F1 C0 K0 P0
XL2P Y=25 K0
XL2P Y=69 K0
XL2P Y=71 K0
XL2P Y=72 K0
XL2P X=135 Y=73 K0
XL2P X=136 Y=74 K0
XL2P Y=75 K0
XL2P X=138 K0
XL2P X=139 Y=76 K0
XL2P X=140 K0
XL2P X=141 K0
XL2P Y=79 K0
XL2P X=103 K0
XL2P Y=76 K0
XL2P K0
XL2P X=105 K0
XL2P X=106 Y=75 K0
XL2P K0
XL2P X=107 Y=74 K0
XL2P X=108 Y=73 K0
XL2P Y=72 K0
XL2P Y=71 K0
XL2P Y=70 K0
XL2P Y=17 K0
XL2P Y=16 K0
XL2P Y=15 K0
XL2P Y=14 K0
XL2P X=107 Y=13 K0
XL2P X=106 Y=12 K0
XL2P K0
XL2P X=105 Y=11 K0
XL2P X=103 K0
XL2P K0
XL2P Y=9 K0
XL2P X=168 K0
XL2P X=176 Y=32 K0
XL2P Y=35 K0
XL2P X=174 K0
XL2P X=173 Y=33 K0
XL2P X=172 Y=31 K0
XL2P X=170 Y=29 K0
XL2P X=169 Y=27 K0
XL2P X=167 Y=25 K0
XL2P X=166 Y=24 K0
XL2P X=164 Y=22 K0
XL2P X=162 Y=20 K0
XL2P X=160 Y=19 K0
XL2P X=158 Y=18 K0
XL2P X=156 Y=17 K0
XL2P X=154 Y=16 K0
XL2P X=152 Y=15 K0
XL2P X=150 K0
XL2P X=148 Y=14 K0
XL2P X=147 K0
XL2P X=145 K0
XL2P X=143 Y=15 K0
XL2P X=142 K0
XL2P X=140 K0
XL2P X=139 K0
XL2P X=138 Y=16 K0
XL2P X=137 K0
XL2P X=136 Y=17 K0
XL2P X=135 Y=18 K0
XL2P Y=19 K0
XL2P X=134 Y=20 K0
XL2P Y=22 K0
XL2P Y=23 K0
XL2P Y=24 K0
XL2P Y=25 K0
XL2P Y=26 K0
XG0 X=24 Y=44 Z=2 T=102 F1 C0 K0 P0
XL2P X=23 Y=43 K0
XL2P X=13 Y=19 K0
XL2P X=12 Y=18 K0
XL2P X=11 Y=16 K0
XL2P X=10 Y=15 K0
XL2P X=9 Y=14 K0
XL2P X=8 Y=13 K0
XL2P X=7 Y=12 K0
XL2P X=5 Y=11 K0
XL2P X=2 K0
XL2P Y=9 K0
XL2P X=30 K0
XL2P Y=11 K0
XL2P X=29 K0
XL2P X=28 K0
XL2P X=27 K0
XL2P K0
XL2P X=26 K0
XL2P X=25 Y=12 K0
XL2P X=24 Y=13 K0
XL2P Y=14 K0
XL2P Y=15 K0
XL2P X=23 Y=16 K0
XL2P Y=18 K0
XL2P Y=19 K0
XL2P X=24 Y=20 K0
XL2P Y=22 K0
XL2P X=25 Y=23 K0
XL2P X=30 Y=36 K0
XL2P X=33 Y=35 K0
XL2P X=36 K0
XL2P X=39 K0
XL2P X=41 K0
XL2P X=43 Y=34 K0
XL2P X=46 Y=33 K0
XL2P X=48 Y=32 K0
XL2P X=50 Y=31 K0
XL2P X=52 Y=30 K0
XL2P X=54 Y=29 K0
XL2P X=55 Y=28 K0
XL2P X=57 Y=27 K0
XL2P X=58 Y=25 K0
XL2P X=59 Y=24 K0
XL2P X=60 Y=23 K0
XL2P X=61 Y=21 K0
XL2P Y=20 K0
XL2P Y=19 K0
XL2P X=62 Y=18 K0
XL2P Y=17 K0
XL2P Y=16 K0
XL2P X=61 Y=15 K0
XL2P Y=14 K0
XL2P Y=13 K0
XL2P X=60 Y=12 K0
XL2P K0
XL2P X=59 Y=11 K0
XL2P X=58 K0
XL2P X=57 K0
XL2P X=56 K0
XL2P K0
XL2P Y=9 K0
XL2P X=98 K0
XL2P Y=11 K0
XL2P X=97 K0
XL2P X=95 Y=12 K0
XL2P X=94 K0
XL2P X=93 Y=13 K0
XL2P X=92 Y=14 K0
XL2P X=91 Y=16 K0
XL2P X=90 Y=17 K0
XL2P X=68 Y=69 K0
XL2P Y=70 K0
XL2P Y=71 K0
XL2P Y=72 K0
XL2P Y=73 K0
XL2P Y=74 K0
XL2P K0
XL2P Y=75 K0
XL2P X=69 Y=76 K0
XL2P X=70 K0
XL2P K0
XL2P X=71 K0
XL2P Y=79 K0
XL2P X=32 K0
XL2P Y=76 K0
XL2P X=33 K0
XL2P X=34 K0
XL2P K0
XL2P X=35 Y=75 K0
XL2P X=36 K0
XL2P Y=74 K0
XL2P K0
XL2P Y=73 K0
XL2P Y=72 K0
XL2P Y=71 K0
XL2P X=23 Y=43 K0
XL2P Y=42 K0
XG0 X=48 Y=51 Z=2 T=102 F1 C0 K0 P0
XL2P X=49 Y=50 K0
XL2P X=53 Y=38 K0
XL2P Y=37 K0
XL2P X=50 Y=39 K0
XL2P X=47 Y=40 K0
XL2P X=43 Y=41 K0
XL2P X=40 Y=42 K0
XL2P X=37 Y=43 K0
XL2P X=34 K0
XL2P X=43 Y=63 K0
XL2P X=44 K0
XL2P X=49 Y=50 K0
XL2P K0
__________________
"Of course, that's just my opinion. I could be wrong!"
T Briggs (CAM dude) - Siemens PLM Software
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 01-29-2009, 03:36 PM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

ok I will test it tomorrow because now is the night in my Country and I'm not in work,
dear sir can you tell me how did you do this thing(this code) plz
thanks again
harm
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 01-29-2009, 04:13 PM
 
Join Date: Jan 2008
Location: Kosova
Posts: 19
harm is on a distinguished road

Originally Posted by Brewmeister View Post
ok, I'm not sure I understand the header. Is the DX, DY, DZ the zero point?
Also, I don't see where you are setting the 5mm cut depth.
It looks like Z=2 is the clearance, and DZ=18 could be the clearance above Z0?

I assume XG0 is a rapid move, and XL2P is a cut move

Also, the example you posted, I can see the shape of the logo, but the shape is larger than what I can fit in 600mm.

Anyways, I programmed this with the XYZ zero point at the lower left corner of the "A". Let me know how it works out. This is just the finish profile with a 1.5mm cutter. I also have a rough pocket with a 9mm cutter, and another path that roughs out the corners missed by the 9mm using the 1.5mm.

The header is the size of the panel DX= Width, DY= Height, and DZ= Depth, of the panel
I do not set the depth 5 mm but 2 mm, DZ=18 is the thickens of the panel

sorry for my bad english
Tweet this Post!Share on Facebook
Reply With Quote

  #12   Ban this user!
Old 01-29-2009, 05:57 PM
Brewmeister's Avatar  
Join Date: Oct 2007
Location: USA
Age: 48
Posts: 39
Brewmeister is on a distinguished road

Originally Posted by harm View Post
sorry for my bad english

Your English is fine! It's the machine language that's corn-fusing me.

I thought the Z=2 was the clearance distance above the part since it was in the rapid move.

I don't see where the Z changes from the clearance height to the cut depth?
Or is this pre-set on the machine?

Anyways, let me know if the path works out, and I'll post the other 2.
__________________
"Of course, that's just my opinion. I could be wrong!"
T Briggs (CAM dude) - Siemens PLM Software
Tweet this Post!Share on Facebook
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 07:19 AM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353