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

3501
Newfangled Solutions Mach3 Wizards / Re: DMM Wizzard?
« on: February 14, 2006, 07:19:33 PM »
OKAY... If people speak up here and tell me that they will use it, I will write it for FREE!!! I have been thinking that this would be  very cool thing to add to the NFS wizard set but you know that is going to be more work that I feel like at this time ;)

I feel like the guy in the dunk tank  ::)

3502
General Mach Discussion / Re: Coolant Issue
« on: February 14, 2006, 07:15:13 PM »
Look to see that you don't have that pin set to anything other than that function.
If you would like me to I can check the XML for you :)

3503
General Mach Discussion / Re: limit switch... noise?
« on: February 14, 2006, 07:12:58 PM »
What do you have the debounce set to ? it is under config / logic... Try about 1000 and see if that helps.


3504
G-Code, CAD, and CAM discussions / Re: M98 & 99
« on: February 14, 2006, 01:14:45 PM »
hit enter at the end  and all will be good  :)


3505
G-Code, CAD, and CAM discussions / Re: M98 & 99
« on: February 14, 2006, 11:46:39 AM »
Sorry M98 :)

What are you getting for an error? Try This all in the same file:

(my main program)
G00 X0 Y0
M98 P1000 L10 (call this program and run it 10 times)
M30

O1000
G91
X2.0 Y1.0
G01 Z-3.0 F30
G00 Z3.0
M99

3506
General Mach Discussion / Re: having a script issue.
« on: February 13, 2006, 06:03:51 PM »
GREAT!!!

Happy codeing :)

3507
G-Code, CAD, and CAM discussions / Re: M98 & 99
« on: February 13, 2006, 06:01:22 PM »
A sub should look like this:

(my main program)
G00 X0 Y0
M98 (Other.Tap) L10 (call this program and run it 10 times) <---- Edit :)
M30

The other file would be
(Other.tap)
G91
X2.0 Y1.0
G01 Z-3.0 F30
G00 Z3.0
M99


How is that, any help?

3508
General Mach Discussion / Re: Back Lashing??
« on: February 13, 2006, 02:22:17 PM »
I think his cut is undersize :(

3509
Newfangled Solutions Mach3 Wizards / Re: DMM Wizzard?
« on: February 12, 2006, 06:28:59 PM »
Take a look at the Probe zip file that I posted here :
http://machsupport.com/forum/index.php?topic=239.0
This will show how I used the probe cycle.

3510
General Mach Discussion / Re: having a script issue.
« on: February 12, 2006, 06:27:06 PM »
Try adding a few G4's to the program. This can give some time for the dro's to update (only need a few micro sec).


  ofst = getoemdro(2002)
code "g4 p.5"  '<-- add this line and test it
While ismoving()
wend
  call setdro(2,1.7055)