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

2661
General Mach Discussion / Re: No green leds in the dro x axis
« on: July 02, 2006, 09:47:43 AM »
Please check to see that you are not in an Estop sate (check to see that the LED by the Reset button is not flashing).  And you should be able to move the machine if the LED's by the Axis Dro's are not green. The LED's are telling you if the axis has been homed or not.

2662
LazyCam (Beta) / Re: Tool Offsets
« on: July 01, 2006, 09:30:53 PM »
There is a way but it is using the Cutter comp in Mach3.... Check the G41/42 Cutter Comp mode and you should have it working

2663
LazyCam (Beta) / Re: lazycam
« on: July 01, 2006, 09:29:18 PM »
I will have a look at it... Didn't know it was doing that!
Thanks Brian

2664
General Mach Discussion / Re: 2 motors driving x axis on router
« on: July 01, 2006, 09:27:11 PM »
under Config there is a place to slave an axis...

2665
General Mach Discussion / Re: Cutter marking wood
« on: July 01, 2006, 09:26:13 PM »
What are your steps per unit and could we have a pic of the mill :)

2666
General Mach Discussion / Re: External reset button
« on: July 01, 2006, 09:25:15 PM »
I think the OEM code is 1021 :)

To get the Estop out you will need to make a Macropump ... I can help you if you need it

2667
General Mach Discussion / Re: Rapid positioning Rate for Dummies
« on: July 01, 2006, 09:21:59 PM »
Go under motor tuning and test till you have a speed that you and your machine are happy with :) Use the slider on the side to change the Velocity and test it by clicking on the graph with the mouse, them press the up and down arrows...
Good luck
Brian

2668
G-Code, CAD, and CAM discussions / Re: RE G31 PROBE COMMAND
« on: June 30, 2006, 08:55:23 AM »
This is how you should get the point :)
There is a section on how to write a probe macro in the wiki that I think could help you :) If you need more please feel free!

    Call SETUSERDRO( 1007,GetVar(2000))' = X PROBE TRIP POINT
    Call SETUSERDRO( 1008,GetVar(2001))'  = Y PROBE TRIP POINT
    DOOEMBUTTON( 1001 )' STOPPED BY FEEDHOLD

2669
Here you go :)

Copy in this new XML and copy the M450 and M451 Macros in to the macros/Mach3Mill directory.... The M450 is the one that you can put you VB code in, and I have it set to work with  OEMTrig#4

2670
G-Code, CAD, and CAM discussions / Re: RE G31 PROBE COMMAND
« on: June 29, 2006, 09:19:56 PM »
You can't probe at an angle with the Printer port :( The Grex wil be able to probe at an angle :)
Sorry Brian