Hello Guest it is May 17, 2024, 02:19:14 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

3101
General Mach Discussion / Re: zeroing axis while it is moving
« on: April 29, 2006, 07:14:54 AM »
Now that I sit and think about it I think it why not set it up as the probe input :) That would make the maro very simple to write!

3102
General Mach Discussion / Re: Pins and Jogging
« on: April 29, 2006, 07:11:07 AM »
There is also a way to do that with an OEM input that triggers a Macro... I have done that one time (I think), so if you et stuck I am here to help.

3103
General Mach Discussion / Re: zeroing axis while it is moving
« on: April 28, 2006, 07:50:11 PM »
I think you can do it with the Macropump... Call setDRO(0,0) will zero the X axis...

3104
General Mach Discussion / Re: Pins and Jogging
« on: April 28, 2006, 07:48:05 PM »
There is a way to make the cycle the jog types and you are going to have to use an input pin and a macropump...

There is no way to use the pins the way you were thinking... Sorry

3105
Here is a quick Macro

'If the FRO rate is over the Max set the FRO % to the right val
FMax = GetOEMDRO(1200)
If (FMax = 0) Then
   Exit Sub
End if
FRO = GetOEMDRO(55)
If(FRO > FMax) Then
        Value = FRO / (GetDRO(21)/100)
        NewFRO = (FMax / Value) * 100
   Call SetDRO(21,NewFRO)
End If 

And I changed the screen set too...


That should get you going

3106
Show"N"Tell ( Your Machines) / Re: Got My mill running :)
« on: April 28, 2006, 08:32:56 AM »
I am running 60In/sec^2 and it could move a load at 1000IPM no problem

3107
LazyCam (Beta) / Re: Drilling holes in PCB
« on: April 28, 2006, 08:30:29 AM »
Mmmm... I think I know how to fix this problem :) I am going to have to add it to the milling selections... On the list

3108
General Mach Discussion / Re: MOTOR LOCK-UP ON RAPID MOVEMENT
« on: April 28, 2006, 08:21:36 AM »
PROTOBYTE PRODRIVE 2000's

Set up Mach 3 and use the sherline mode I think iti will fix it up...

3109
You have to Retune your axis after you change your Khz mode. Sorry

3110
General Mach Discussion / Re: Mach 3 tool offset question
« on: April 26, 2006, 11:18:26 PM »
The path is offset for the tool DIA in the Cam software OR you can use cutter comp (G41 G42) To start off use some Cam software to get you feet wet