Hello Guest it is March 29, 2024, 02:44:11 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - SDConcepts

Pages: « 1 2 3 4 5 6 7 »
21
Jim,

thanks for looking at this...  the code is supposed to plunge into the material (material is gone from previous cut) and then do a line move and then arc into the cut.  the cut is a circle that is 1.215 diameter and it is being made with a .370 end mill.  its supposed to rough the circle at a .250 depth and then rough at .500 and then .525 then do a finish pass at .525 depth at a larger diameter taking out the last .010 of material. 

22
General Mach Discussion / Re: can you home a single axis?
« on: January 26, 2009, 10:30:15 PM »
ok thanks. would be nice if the buttons were on the main page.  i will have to go an play with the screen editor and make some mods. 

thanks

Jerry

23
i made most of the fixture this morning and everything worked just fine.  i was able to rough at various levels and came back to do a finish pass and the part came out great but a little small on the diameter.  so i decided to create a finishing cycle with my cam program (onecnc btw) and here is the code it spit out.  as far as i can tell the code is fine.  for some reason it will do the first rough at .250 deep, which is correct.  then it decides to plow into the material at the bottom of the hole to .800 deep.  well this just ruined the first hole in the fixture.  when i back the tool up and out and retouch it off, the tool is .300 lower than expected.  ok, no problem maybe the touch off was off, then i went and ran the first hole again.  it again wanted to plow to .800 deep.  pulled it out and retouched off the tool again...again .300 low.  rehomed the machine and retouched off the tool.  now its .600 high and retouched off to the exact first number i ahd before to within .0002. 

any idea whats going on here?  i find it strange that it ran everything else just fine and the first set of programs i ran on it. 


N90 G49
N100 G17 G40
N110 G49
N120 G17 G40
N130 G20
N140 G80
N150 G90
N160 G98
N170 (0.37INCH END MILL)
N180 T1 M06
N190 S950
N200 M08
N210 G43 H1 D1
N220 G00 X0.67 Y0.4875 Z0.5
N230 Z0.1
N240 G01 Z-0.25 F2.0 S950
N250 X0.867 Y0.4528 F4.0
N260 G03 X1.0987 Y0.615 R0.2
N270 X1.105 Y0.6875 R0.4175
N280 X0.27 Y0.6875 R0.4175
N290 X1.0987 Y0.615 R0.4175
N300 X1.1017 Y0.6497 R0.2
N310 X0.9364 Y0.8467 R0.2
N320 G01 X0.7395 Y0.8814
N330 Z0.1
N340 G00 Z0.5
N350 X0.67 Y0.4875
N360 Z-0.15
N370 G01 Z-0.5 F2.0
N380 X0.867 Y0.4528 F4.0
N390 G03 X1.0987 Y0.615 R0.2
N400 X1.105 Y0.6875 R0.4175
N410 X0.27 Y0.6875 R0.4175
N420 X1.0987 Y0.615 R0.4175
N430 X1.1017 Y0.6497 R0.2
N440 X0.9364 Y0.8467 R0.2
N450 G01 X0.7395 Y0.8814
N460 Z-0.15
N470 G00 Z0.5
N480 X0.67 Y0.4875
N490 Z-0.175
N500 G01 Z-0.525 F2.0
N510 X0.867 Y0.4528 F4.0
N520 G03 X1.0987 Y0.615 R0.2
N530 X1.105 Y0.6875 R0.4175
N540 X0.27 Y0.6875 R0.4175
N550 X1.0987 Y0.615 R0.4175
N560 X1.1017 Y0.6497 R0.2
N570 X0.9364 Y0.8467 R0.2
N580 G01 X0.7395 Y0.8814
N590 Z-0.175
N600 G00 Z0.5
N610 X0.6749 Y0.4866
N620 Z-0.175
N630 G01 Z-0.525 F2.0
N640 X0.8719 Y0.4519 F4.0
N650 G03 X1.1036 Y0.6141 R0.2
N660 X1.11 Y0.6875 R0.4225
N670 X0.265 Y0.6875 R0.4225
N680 X1.1036 Y0.6141 R0.4225
N690 X1.11 Y0.6875 R0.4225
N700 X0.4415 Y1.031 R0.4225
N710 X0.3579 Y0.8684 R0.2
N720 X0.3953 Y0.7519 R0.2
N730 G01 X0.5118 Y0.5893
N740 Z-0.175
N750 G00 Z0.5
N760 (END TOOL)
N770 M5
N780 M09
N790 M25
N800 M30
%

24
General Mach Discussion / can you home a single axis?
« on: January 26, 2009, 09:21:17 PM »
i know about the reference all home button but can i home individual axes? 

25
General Mach Discussion / Re: nesting sub programs
« on: January 11, 2009, 11:07:10 AM »
So based on the corrections listed...ultimately i'm not worried about the geometry corrections of the hex.  i just want the rest of it to work. 

%o0001
G90 G94 G17 G50 G80
G54
T01 M06
G43 H1
G0 X0 Y0
m98 P2 L2
G90
G28 X y z
M5 M9
M30
%

O2
m98 P3 L10
G91 Y1.5
M99

o3
g91
g1 X-1.0 Y-1.0 f10
Z1.0
G41 D1
G1 X.5
Y1.289
X.5 Y.289
X.5 Y-.289
Y-.577
X-.5 Y-.289
X-.5 Y.289
Y1.0
G0 Z 3.5
g90
X0 Y0
M99

26
General Mach Discussion / nesting sub programs
« on: January 11, 2009, 10:11:09 AM »
can mach 3 nest sub programs?  basically i want to run one sub within another sub to give me two rows of parts.  ideally i would like to make one hex, then move over complete nine more. then move up a row and repeat the pattern of 10.  i'm thinking that i would want the center of each hex to be zero then use and incremental move code to do the hex.  does this make sense?  the code i've posted below will allow me to do one hex but won't step over to do any others.  i'm thinking that i have something wrong in my coding.  yes i realize i can do this in lazy cam but i don't want to be dependent on that, plus i want to use the wear offsets available in cutter comp.

here is what i have so far...

%o0001
G90 G94 G17 G50 G80
G54
T01 M06
G43 H1 D1
G0 X0 Y0
m98 P2 L2
G90
G28 X y z
M5 M9
M30


O2
m98 P1 L10
G91 Y1.5
M99

o1
g91
g1 X-1.0 Y-1.0 f10
Z1.0
G41
G1 X.5
Y1.289
X.5 Y.289
X.5 Y-.289
Y-.577
X-.5 Y-.289
X-.5 Y.289
Y1.0
G0 Z 3.5
g90
X0 Y0
M99

27
Feature Requests / wear offsets
« on: January 07, 2009, 11:18:11 PM »
i would like to see wear offsets implemented in both lathe and mill.  i think this would be a great asset when machining harder metals that tend to wear cutters like stainless steel or titanium. 


28
Does this post processor work with mill XR3?

29
LazyCam (Beta) / Re: need help creating code with L cam
« on: December 22, 2008, 11:16:58 PM »
Rich i will try that in the morning.  also what does the overhang do?  its funny but no matter what i did when i moved the start point it would either pocket half or not pocket at all.  i was trying to do the pocket with a 3/8" cutter though.  this plate that i'm cutting is 1/2"thich 304 ss.  so it should be alot of fun.

30
LazyCam (Beta) / need help creating code with L cam
« on: December 22, 2008, 03:12:35 PM »
i am trying to cut a bunch of flanges with my mill and i'd like to generate the program using LCam.  i can get the pocket function to work on circles however  i have some slots with round ends in the flange as well and it won't pocket these.  i have attached the DXF i'm using.  when i move the start point of the pocket it will pocket some of it, but it will never get all of it.  i can do two seperate halves but not one complete pocket.  the interconnection points on the cad program are set to 1e^-5 and the setting for loading on lcam are set to .01.  i tried .001 and .005 to no avail.  any help is greatly appreciated.

Pages: « 1 2 3 4 5 6 7 »