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

3491
Newfangled Solutions Mach3 Wizards / Re: DMM Wizzard?
« on: February 20, 2006, 06:06:14 AM »
For you John? I don't know!  ;)

I have chatted with Benny and in a month or so I think you are going to see a Wizard for reverse engineering. I am going to do the code and Benny will do the graphic. I think this is going to be a ton of fun to code up :)

3492
G-Code, CAD, and CAM discussions / Re: G83 Mystery
« on: February 19, 2006, 06:29:20 PM »
I tested it here and it is working ver well!

Be sure you have the R val

3493
General Mach Discussion / Re: Prope set script
« on: February 19, 2006, 08:11:23 AM »
Try this :

Zmove = 1.5 'amount the tool will move down to hit the probe
Zpos = GetDRO(2)
Tool = GetDRO (24)
ZOffset = .5 'enter height of probe here

   OldZpos = Zpos
   ZPos = Zpos - ZMove
   Code "G31 Z" & ZPos & " F20.0"
   While IsMoving()
   Wend
   Zpos = GetVar (2002)
   If Zpos = OldZpos - ZMove Then
      responce = MsgBox ("ERROR! The tool did not hit the probe and DRO was not set" , 4 , "Probe ERROR!" )
   Else
      SetDRO (2,ZOffset)
   End If
   
Code "G00 G53 Z-.1"

To use it place the probe under the tool and press the button (the first time press it with your finger off to the side) please see the notes in the macro

Thanks
Brian

3494
General Mach Discussion / Re: Prope set script
« on: February 19, 2006, 08:02:54 AM »
This script is for running a probe off the side of the part. I wrote that some time ago as an example of how you could write a probe macro. SO I think it would be best if we write you a new cycle that will work the way you would like.

3495
General Mach Discussion / Re: Now using Master5, should I upgrade to MachX?
« on: February 18, 2006, 05:30:08 PM »
That is an addon so it is not part of it :( That also is not Art's work...

Hope that helps
Brian

3496
G-Code, CAD, and CAM discussions / Re: Calling another .tap file
« on: February 16, 2006, 07:26:17 PM »
Be sure that you have the Tap file in the Mach3/Subroutines directory.

That should do it :)

3497
General Mach Discussion / Re: limit switch... noise?
« on: February 16, 2006, 03:56:50 PM »
I can remember my first time with that problem :) NOT FUN!!!

3498
G-Code, CAD, and CAM discussions / Re: Calling another .tap file
« on: February 16, 2006, 03:55:30 PM »
I have Art looking at it now :)

3499
General Mach Discussion / Re: Coolant Issue
« on: February 16, 2006, 03:43:52 PM »
Set the M8 and M7 to output #1

That shoudl do it :)

3500
Newfangled Solutions Mach3 Wizards / Re: DMM Wizzard?
« on: February 15, 2006, 03:47:46 PM »
It is not pressure that is the problem... It is doing stuff for the greater good! If there are people that will use it I will build it. IF only one is going to use it I am better off working on an other project.

I will do about anything to help keep people having fun and making chips:)

Thanks