Hello Guest it is May 17, 2024, 11:27:37 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

1281
General Mach Discussion / Re: downloads
« on: April 14, 2007, 09:33:23 PM »
Zoltan,
They are versions for OEM's and you don't need them :)

Man you did good to pick up  on that!

Brian

1282
General Mach Discussion / Re: Missing steps
« on: April 14, 2007, 09:31:53 PM »
What did you find by swapping your motors? It sounds to me like a hardware problem :( They are VERY hard to find at times!
Best of luck and we are here to help.
Brian

1283
General Mach Discussion / Re: Roatary/stepper stalling
« on: April 14, 2007, 09:28:09 PM »
I have tested it here and it still looks good... Try the following and tell me if you miss steps

From X0.0 A0.0
G00 X.1 A180

and

From X0.0 A0.0
G00 X3 A.1

Do you have a problem?

Thanks
Brian

1284
LazyCam (Beta) / Re: LC Pro not working?
« on: April 14, 2007, 04:35:10 PM »
You have to round the corners and that is how ever cam system is going to do it... There are ways to stop from doing this but as soon as you say connect the lines you are opening up a world of problems... Here is a Pic of a highend Cam system that is $15,000.00 and you see they do it the same way... Is there a problem why you can't cut an arc?

I will look into getting the offset to work with Multi select.. we didn't think of the :(  But I LOVE the idea!

1285
LazyCam (Beta) / Re: LC Pro not working?
« on: April 13, 2007, 10:40:05 AM »
I will see if I can find a setting that will make it not work... Could you send me your Lcam.XML? That will give me your settings and tell me a bit more about why it is not working for you.

You don't want to have sharp corners because if you have an angle that is small it will get a very long point. The best thing to do is to round the corner.

1286
Okay, Looks like I need to play with it and see if I have that problem... It was bad but after Art redid the VB hooks in Mach3 it has been working very well for me...

1287
Could you please post you XML so I can have a look at your settings

1288
General Mach Discussion / Re: Z axis problem
« on: April 12, 2007, 07:01:05 PM »
Glad to see/ hear that you got it working!

1289

Here is how they are doing it in VB

Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        Dim ProcId As String
        ProcId = Shell("C:\Mach3\Mach3.exe /p Mach3Mill", AppWinStyle.NormalFocus)
        Me.TopMost = True
    End Sub

(thank you Dave)

The just send the key commands to Mach3... Or if you are good you could write a DLL that you could talk to that is part of machs SDK...

1290
LazyCam (Beta) / Re: LC Pro not working?
« on: April 12, 2007, 05:07:17 PM »
You need to use an offset of .125 because you are inputting the tool Rad not the dia (It is a typo and it is getting worked on) I have run it here and I got it to offset.

Thanks
Brian