Hello Guest it is April 29, 2024, 10:41:26 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 - bob.mullikin

Pages: « 1 2
11
General Mach Discussion / Re: Threading problem
« on: August 20, 2009, 04:11:33 PM »
Thanks Hood.  I have to head off to work now.  I'll add that tomorrow and see if it solves the problem. 
Bob

12
General Mach Discussion / Re: Threading problem
« on: August 20, 2009, 03:41:05 PM »
Hood, I thought so too, but I've looked several times and didn't find it.  As a side note, my wife always finds something I'm looking for after I've looked for it and failed.  So I tell her, I'll look again, but I"m pretty sure it's not there.  Once in a great while, I'm right.

13
General Mach Discussion / Re: Threading problem
« on: August 20, 2009, 03:29:18 PM »
Thanks for the input.  I figured it was something like that.  I've had other issues on the mill side with the turbocam code.  

I looked for the threading wizard, and couldn't find one.  The only one I found was a milling thread wizard.  That would be an easy way to solve my problem.  Anyone have a link?

14
General Mach Discussion / Re: Threading problem
« on: August 20, 2009, 02:20:12 PM »
Update: I upgraded to v029 and I still have the same problem.

15
General Mach Discussion / Threading problem
« on: August 20, 2009, 01:59:28 PM »
Hello, I'm running v3.042.027  I'm running the following code to test a threading operation.  When I load the code I get an error message that says, "non integer value for integerline 14."  This is just a simple 1" 8tpi routine.  Can anyone suggest why mach3 turn doesn't like it?  If it matters, I used turbocad v 14 and their cam plugin to create the code.

% ( MYAPP01 )

O1

G20

G00 G40 G49 G80 G90

( TOOL COMMENT IS NOT FOUND )

T0101 M06

G00 G90 G54 S779 M03

G43 H1 M08

( OPERATION NAME = OPERATION-1 )

F19.5

( NO COMMENT FOR THIS OPERAION. )

G00 X1.483 Z1.

X0.983 Z0.079

M24

G76 X.998 Z-0.7473 K0.05 D0.02 P1

M05

G91 M09

G00 G28 X0. Z0.

M30

Thanks in advance for your help!!!

Pages: « 1 2