What's new
What's new

Alloutmx's Shop

Ox

Diamond
Joined
Aug 27, 2002
Location
Northwest Ohio
here is my friday night/sat morn View attachment 123719

Sure wish I had a lathe... only thing I cant do(without buting a custom cutter) is cut the radius on the tips of the teeth.

Instagram

Instagram video


Your "shop" thread must be on a different board eh?
Time to fix that....



I don't understand what part that you can't doo without buting a special cutter. ???

What control are you running here?
Doesn't look fluid at all.

Part looks good tho.


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

Think Snow Eh!
Ox
 
its a protrak mill.. MX2 control

Im think the reason it does that is because of the way my CAM posts out... the MX2 is limited on vocabulary, so the CAM tricks the machine in order the get the machine to run the paths the way you'd like. At least thats what Im seeing so far...I could be wrong

The portion id like the lathe for or the form tool is a 8.5mm rad the starts at full width of the tooth and sweeps towards the tip... so instead of the tooth being flat and parrallel it is slimmer at the tip.

Yeah I have my thread on general machining i believe. I should posted up on there... guess i wasnt thinking clearly at 5am... sorry Will!
 
Can you create your program using g code? I assume you created the current program using SWI's interactive programming. I haven't tried it but I am told that I could create a mathematical curve, in my case a sine wave, in a spread sheet, export it as text and feed that to the SWI controller.

Tom
 
What gets posted from the computer is gcode

PN100 G20;
N001 G100 X-0.1156A Y0.0825A T01;
N002 G101 XB-0.1156A YB0.0825A XE-0.6448A YE0.4599A TC0 F15.0 D0.3750 CR0 T01;
N003 G103 XB0.0000I YB0.0000I XE-0.7172A YE0.3361A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N004 G102 XB0.0000I YB0.0000I XE-0.4301A YE-0.6651A XC-1.1353A YC-0.3256A TC0 F15.0 D0.3750 CR0 T01;
N005 G103 XB0.0000I YB0.0000I XE-0.3854A YE-0.6920A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N006 G102 XB0.0000I YB0.0000I XE0.6335A YE-0.4754A XC0.2456A YC-1.1553A TC0 F15.0 D0.3750 CR0 T01;
N007 G103 XB0.0000I YB0.0000I XE0.6557A YE-0.4442A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N008 G102 XB0.0000I YB0.0000I XE0.5288A YE0.5896A XC1.1723A YC0.1439A TC0 F15.0 D0.3750 CR0 T01;
N009 G103 XB0.0000I YB0.0000I XE0.4889A YE0.6232A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N010 G102 XB0.0000I YB0.0000I XE-0.5513A YE0.5686A XC-0.0618A YC1.1795A TC0 F15.0 D0.3750 CR0 T01;
N011 G103 XB0.0000I YB0.0000I XE-0.6448A YE0.4599A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N012 G101 XB0.0000I YB0.0000I XE-0.1156A YE0.0825A TC0 F15.0 D0.3750 CR- T01;
N013 G100 X-0.0749A Y0.0534A T01;
N014 G101 XB-0.0749A YB0.0534A XE-0.8890A YE0.6341A TC0 F15.0 D0.3750 CR0 T01;
N015 G103 XB0.0000I YB0.0000I XE-1.0811A YE0.1542A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N016 G102 XB0.0000I YB0.0000I XE-0.8351A YE-0.7036A XC-1.1353A YC-0.3256A TC0 F15.0 D0.3750 CR0 T01;
N017 G103 XB0.0000I YB0.0000I XE-0.2292A YE-1.0677A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N018 G102 XB0.0000I YB0.0000I XE0.6437A YE-0.8822A XC0.2456A YC-1.1553A TC0 F15.0 D0.3750 CR0 T01;
N019 G103 XB0.0000I YB0.0000I XE1.0437A YE-0.3214A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N020 G102 XB0.0000I YB0.0000I XE0.9349A YE0.5643A XC1.1723A YC0.1439A TC0 F15.0 D0.3750 CR0 T01;
N021 G103 XB0.0000I YB0.0000I XE0.3934A YE1.0187A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N022 G102 XB0.0000I YB0.0000I XE-0.4977A YE0.9720A XC-0.0618A YC1.1795A TC0 F15.0 D0.3750 CR0 T01;
N023 G103 XB0.0000I YB0.0000I XE-0.8890A YE0.6341A XC0.0000A YC0.0000A TC0 F15.0 D0.3750 CR0 T01;
N024 G101 XB0.0000I YB0.0000I XE-0.0749A YE0.0534A TC0 F15.0 D0.3750 CR- T01;
%;


This is a small program
G100 Im sure is position drill
G101 Im sure is line move
G102-103 Im sure are arc moves

Never used SWI interactive programming... what is it?
 
So they added a 1 to their codes to be different?
tsk.gif


No wonder it takes it longer. Has 1/2 aggin longer G numbers to reference each time. :dopeslap:


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

Think Snow Eh!
Ox
 
No long way around it...this is not nor will it ever be a CNC. NOt to say it wont get the job done... A very good investment for me
 








 
Back
Top