Hello Guest it is May 17, 2024, 12:09:06 PM

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 - Brian Barker

3561
General Mach Discussion / Re: Current point same as end point on line x
« on: January 24, 2006, 06:03:26 PM »
Could you please post some code that will not run?

3562
General Mach Discussion / Re: more help with G41 G42
« on: January 24, 2006, 06:02:06 PM »
Hope this helps you :)

(Program Posted for Aluminum )
G0 G49 G40.1 G17
G80 G50 G90 G98 
G20 (Inch)
(***** Cut Rectangle *****)
M6 T3
M03 S4000
M8 (Flood On)
G00 G43 H3 Z0.1
G00 X1.25 Y0.375
G01 Z-0.1 F25
G42 P0.25
G01 X0.875 Y0.375
G03 X0.5 Y0 R0.375
G01 X0.5 Y0
G01 X0.5 Y-0.5
G01 X-0.5 Y-0.5
G01 X-0.5 Y0.5
G01 X0.5 Y0.5
G01 X0.5 Y0
G03 X0.875 Y-0.375 R0.375
G40
G01 X1.25 Y-0.375
M5 M9
M30

3563
General Mach Discussion / Re: Current point same as end point on line x
« on: January 24, 2006, 03:09:48 PM »
Can you change the post in Bobcad? I would set it for R type programing and brake any arcs greater than 180 :) If you do that I think it is going to run great!


3564
General Mach Discussion / Re: Formula Axis Correction
« on: January 23, 2006, 10:14:41 PM »
 I talked to Art and he is thinking about adding it in for the next version... This could be  a month or so.

It is on the list :)

3565
General Mach Discussion / Re: Homing
« on: January 23, 2006, 09:54:00 PM »
Do the change to the home and limits. EXIT Mach3! This will save the xml and you should be good to go after that....
Try that and see if that fixes you up.

3566
General Mach Discussion / Re: Spindle Interlocking
« on: January 23, 2006, 09:51:32 PM »
Well I think the best thing for you to do is to take a look at the videos. there is a macropump video that I think would help to tell you how we could get the controle to stop a program if an input changed. After that take a look in the customization manual for Mach2 (It is about the same as Mach3). And if you would like to post the flow of what you are looking for here I will give you a hand.

Welcome and have FUN!

3567
I will see if I can get him to cut one more thread so I can take a pic of it cutting:) It was not a high speed spindle, we cut the threads with a series one CNC in one pass. The wood was walnut and I think we were cutting it at 40IPM.

I will see him in a few days and I will see if I can get him to do it again!

3568
Here you are:

If  Tool = 0 Then
    Button = MsgBox("Possible wrong Tool!!!!! Would you like to change it???",4,"Lathe program error...")
   If Button = 6 Then 'Button = 6 when you press the "yes" button
   X = Question("Enter New Tool Number")
   Call SetUserDRO(1092,X)
End If

3569
General Mach Discussion / Re: Grex and Mach4
« on: January 23, 2006, 08:38:04 PM »
Sounds like you are going to have to hold out for the GRex :(

To bad you need to have the feedback...


3570
No problem I do it all the time :)

How is the new logic working for you?