Hello Guest it is April 18, 2024, 08:25:39 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 - Graham Waterworth

71
It looks like you have the datum on the bottom face in Vcarve.

72
Sorry for the error, I was thinking in Mach4 mode, I had forgotten Mach3 needs the square brackets.  How soon we forget lol

73
You can call a sub to do the work.

E.G.

%
O0001 (MAIN)
#100 = 0
G00 X0 Y0
M98 P2 L50 (loop 50 times)
M30

O0002(SUB)
#100 = [#100 + 0.003]
G00 Z-#100
M99
%

Or

%
O0001 (MAIN)
G00 X0 Y0 Z5.
M98 P2 L35 (1ST)
G00 X10. Y5.
M98 P2 L35 (2ND)
G00 G90 Z10.
M30

O0002 (SUB)
G00 G90 Z1.
G01 Z-1.  F25.
G00 Z1.
G91 X-.003
G90
M99
%

74
German / Re: Mach3 G31 / CSMIO/S / M31 - zweiter Probe Eingang ?
« on: July 25, 2023, 07:58:11 PM »
If you are short on outputs you could use a manual switch.

75
German / Re: Mach3 G31 / CSMIO/S / M31 - zweiter Probe Eingang ?
« on: July 24, 2023, 07:55:57 AM »
The easy way is to put the output from each probe through a relay and switch the relay with an M code to select the correct input to send to the G31 input on the CSMIO.


76
Brains Development / Re: MDI G92
« on: July 22, 2023, 09:11:44 PM »
G53 is an absolute unchangeable machine value that is set to zero by Mach3/4 after going to the machine home position.

G92 sets the fixture position.

G10 sets a new value in the selected fixture offset.

G52 sets a local fixture offset.


77
Mach4 General Discussion / Re: ATC Y-axis won't go to negative value
« on: July 13, 2023, 05:52:41 PM »
Have you got soft limits turned on?

78
General Mach Discussion / Re: ref all home problem
« on: July 11, 2023, 08:30:34 PM »
I hope you are not using the pirate Mach3 & licence file that they provide!!

If you are then get rid and download the demo version from the web site, remove and replace then start setup again.

We do not usually help people that use this type of board due to the piracy issue.


79
General Mach Discussion / Re: ref all home problem
« on: July 11, 2023, 08:17:26 PM »
It might be best to have the home switches on a separate input wired normally closed in series and forget the limit switches for now.  Limit switches are usually wired through the e-stop circuit.  So you would have 3 switches per axis.

80
General Mach Discussion / Re: ref all home problem
« on: July 11, 2023, 07:58:48 PM »
What breakout board/motion controller are you using?