Hello Guest it is May 17, 2024, 09:11:05 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 - Brian Barker

2901
General Mach Discussion / Re: Testing Mach3 with difficulties
« on: May 28, 2006, 07:11:56 AM »
That is odd... could you post the Gcode file and I will see what the trouble is :)

2902
General Mach Discussion / Re: feed & plunge rates for Aluminum
« on: May 28, 2006, 07:10:15 AM »
3.82 is (12/PI) it is where the Feet  in Feet per min get converted to inches and PI is needed to get the circumference.

Hope that is what you were looking for...

2903
General Mach Discussion / Re: M3 M4 M5
« on: May 28, 2006, 07:06:18 AM »
I would look at the state of the LED's

'M3 Macro
If (GetOEMLED(116)) Then
    MsgBox("Error   Spindle is on CCW"
    DoSpinstop()
else
    DospinCW()
end if

'M4 Macro
If (GetOEMLED(11)) Then
    MsgBox("Error   Spindle is on CW"
    DoSpinstop()
else
    DospinCCW()
end if

That should do it :)
And thank you Graham for the post! Love to see how other people get things to work.


2904
General Mach Discussion / Re: profiles quest
« on: May 27, 2006, 08:22:08 PM »
If the screen will not load go to View-> Load Screens->1024.set and you should get the standard screen set..
Hope thsat helps
Brian

2905
General Mach Discussion / Re: Roughing tool path
« on: May 27, 2006, 11:17:28 AM »
Not at this time :( ...

2906
Nice!  8)

2907
General Mach Discussion / Re: Bit for drilling soft aluminum
« on: May 27, 2006, 12:22:29 AM »
Use a waterbased coolant to get the heat out and you should be good to go!

2908
General Mach Discussion / Re: New Installation Problem
« on: May 27, 2006, 12:19:58 AM »
Try to use the SherLine mode on the ports and pins page and if it is still not working post your xml and I will see if I can fine the problem.
Thank you
Brian

2909
Show"N"Tell ( Your Machines) / Re: Got My mill running :)
« on: May 26, 2006, 10:09:02 PM »
Sorry I must have lathe on the brain  ;D

2910
Show"N"Tell ( Your Machines) / Re: Got My mill running :)
« on: May 26, 2006, 09:57:07 PM »
You are going to need the software to get the servo's up and running... But you could (I think) turn them with the keypad on the drives.

Brian