Hello Guest it is May 17, 2024, 09:21:07 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

2811
General Mach Discussion / Re: Tool Cal w/ Mach 3
« on: June 08, 2006, 06:36:28 PM »
There are video's o the web showing how to run Mach3 under support on the Mach home page. If you need anything we are here ;)

2812
General Mach Discussion / Re: Newbie Help!
« on: June 08, 2006, 06:33:00 PM »
So if you are jogging the axis positive from zero and lets say you hit some dust/ dirt on the Vrail... when the axis moves the other way after hitting the dust is the readout still going positive? I am looking to see if this is a software problem or if we have a hardware problem...

2813
General Mach Discussion / Re: Newbie Help!
« on: June 08, 2006, 03:00:34 PM »
Is the stop that you are talking about a switch? Is the readout showing that the axis is going in the right direction?

2814
General Mach Discussion / Re: Reversing trajectory of .DXF conversion
« on: June 08, 2006, 12:55:37 PM »
I am here if you have any problems in LazyCam :)

2815
Did you uncheck the load driver at install?

2816
Newfangled Solutions Mach3 Wizards / Re: Wizard Problem - Cut Arc
« on: June 08, 2006, 12:47:06 PM »
The file that you sent ran great here :( could you send me your XML file? This will tell me if there is a setting on your machine.

Thank you
Brian

2817
General Mach Discussion / Re: Pendant Control
« on: June 08, 2006, 06:40:56 AM »
That works too  ;D

2818
Newfangled Solutions Mach3 Wizards / Re: Wizard Problem - Cut Arc
« on: June 08, 2006, 06:40:08 AM »
That sounds like a comp bug.. could you please post the data that you are putting into the wizard?
Thank you
Brian

2819
VB and the development of wizards / Re: Two state button
« on: June 08, 2006, 06:37:25 AM »
Try this :)




value = GetVar(1)

Public Declare Function sndPlaySound Lib "winmm.dll" Alias "sndPlaySoundA" _
    (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long

If value= 1 Then
Call SetVar(1, 0)
DoOEMButton(103)
sndPlaySound "C:\WINDOWS\MEDIA\ding.wav", &H1
 
Else
Call SetVar(1, 1)
DoOEMButton(103)
sndPlaySound "C:\WINDOWS\MEDIA\tada.wav", &H1
End If

2820
General Mach Discussion / Re: Pendant Control
« on: June 08, 2006, 06:29:44 AM »
You need to change the HotKey's in Mach3... The plus and minus keys are used to bring the speed up and down (on the number pad) :)