Hello Guest it is May 17, 2024, 08:31:01 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

1141
General Mach Discussion / Re: skipping steps
« on: May 17, 2007, 10:24:32 AM »
Okay, we have had you check this but could you please post the graph that you are getting from the Driver test? I would like to see what your pulsing looks like :)

Thanks
Brian

1142
General Mach Discussion / Re: Homing indicators
« on: May 17, 2007, 10:21:26 AM »
If you would like to check every one that is not a problem! You can do the following:

Sub Main()

If( GetLED(86) = false)Then
If(GetLED(7) = true)Then
'The X has not been homed and is enabled
Code("(  X not referenced.    Please Ref All Home)")
Exit Sub
End If
End If

If(GetLED(87) = false)Then
If(GetLED(8) = true)Then
'The y has not been homed and is enabled
Code("(   Y not referenced.    Please Ref All Home)")
Exit Sub
End If
End If

If(GetLED(88) = false)Then
If(GetLED(9) = true)Then
'The z has not been homed and is enabled
Code("(   Z not referenced.    Please Ref All Home)")
Exit Sub
End If
End If



End Sub


Main

1143
LazyCam (Beta) / Re: LazyCam ver 2.01
« on: May 16, 2007, 11:16:37 PM »
You need to clean clean the drawing first :)
After you have done that you can use the Leadin button on the groups tab.

Thanks
Brian
 

1145
General Mach Discussion / Re: skipping steps
« on: May 16, 2007, 09:43:05 PM »
Zoltan what is your steps per unit and are you runnin in  inch mode or mm mode?

Thanks
Brian

1146
General Mach Discussion / Re: version 70
« on: May 16, 2007, 09:38:13 PM »
That was a webpage problem... sorry about that
Brian

1147
General Mach Discussion / Re: homing not zeroing axis?
« on: May 16, 2007, 09:36:39 PM »
We may have to get some video of it running someday ;) We will not talk about what you are making  8)

1148
General Mach Discussion / Re: Help needed on MACH3 setup.
« on: May 16, 2007, 09:35:17 PM »
What is your number of steps per unit?

1149
Try GetOEMLED(23) = false it is not a user led :)

That should do it

Nice job!
Brian

1150
General Mach Discussion / Re: skipping steps
« on: May 16, 2007, 10:12:20 AM »
Yup,
Sounds like there are a few problems :( I  would inspect the machine and look for any mechanical and or electrical problems that could be...