M10/M11 not respond in Mach3

Mach3 and Mach4 questions, tips and topics can be posted here
Post Reply
MorastCNC
1 Star Member
1 Star Member
Posts: 24
Joined: Sun Dec 01, 2013 4:42 am
Location: Sweden

M10/M11 not respond in Mach3

Post by MorastCNC »

Hi all

I have a issue with the M10/M11 macros in Mach3

I intend to stop torch before the motion stop, but I can't get Mach3 respond to the macros

Here is a simple g-code of a hole:

N0010 (Filename: Hål20.tap)
N0020 (Post processor: Mach3 plasma THC with scriber and backlash compensationtest.scpost)
N0030 (Date: 25/10/2015)
N0040 G21 (Units: Metric)
N0050 F1
N0060 G53 G90 G40
N0070 (Part: Hål20)
N0080 (Operation: Inside Offset, INNER, T1: Plasma, 1,5 mm kerf)
N0090 G00 X10.0000 Y5.7500 Z10.0000
N0100 Z3.0000
N0110 M03
N0120 G04 P0.5
N0130 G01 Z1.5000 F100.0
N0140 Y0.7500 F750.0
N0150 X12.8584 Y1.2027
N0160 X15.4370 Y2.5166
N0170 X17.4834 Y4.5630
N0180 X18.7973 Y7.1416
N0190 X19.2500 Y10.0000
N0200 X18.7973 Y12.8584
N0210 X17.4834 Y15.4370
N0220 X15.4370 Y17.4834
N0230 X12.8584 Y18.7973
N0240 X10.0000 Y19.2500
N0250 X7.1416 Y18.7973
N0260 X4.5630 Y17.4834
N0270 X2.5166 Y15.4370
N0280 X1.2027 Y12.8584
N0290 X0.7500 Y10.0000
N0300 X1.2027 Y7.1416
N0310 X2.5166 Y4.5630
N0320 X4.5630 Y2.5166
N0330 X7.1416 Y1.2027
N0340 X10.0000 Y0.7500
N0350 M10P2
N0360 X13.2617 Y1.3441
N0370 X16.1043 Y3.0502
N0380 X18.1628 Y5.6490
N0390 X19.1727 Y8.8068
N0400 X19.0043 Y12.1178
N0410 X17.6792 Y15.1568
N0420 M05
N0430 G00 Z10.0000
N0440 X0.0000 Y0.0000
N0450 M05 M30

This code is made in Sheetcam with 20 mm overburn and torch of 20 mm before end
On N0350 is the the M10P2 macro(I have my torch to output #2 in Mach3)

This is not working, but if I change M10P2 to M05 or M110 with DeActivateSignal(OutPut2) it works.
M05 and M110 makes a delay in motion while it runs, M10P2 should not make a delay according to many forums.

Is there a setting in Mach3 that have to be done to make M10 macro work?

I hope anywone have a solution for this matter


Best Regards

Björn
tcaudle
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 1364
Joined: Tue Feb 28, 2012 6:47 pm

Re: M10/M11 not respond in Mach3

Post by tcaudle »

1. Is your torch on output2?
2. To use M!0 you also have to use M11 to turn on the same output. Its oaky to use both (in seperate lines) like
M03
M11P2

then
M10P2 in the off before end
and
M05 at the end

or you can leave out the m03/m05 if you don't hqave any hardware that may expect that as a trigger
MorastCNC
1 Star Member
1 Star Member
Posts: 24
Joined: Sun Dec 01, 2013 4:42 am
Location: Sweden

Re: M10/M11 not respond in Mach3

Post by MorastCNC »

Hello

Thank's for quick reply

I tried M11P2 after M03 and M110P2 before M05, but it will not work
I have the torch on output 2

N0010 (Filename: Hål20.tap)
N0020 (Post processor: Mach3 plasma THC with scriber and backlash compensationtest.scpost)
N0030 (Date: 25/10/2015)
N0040 G21 (Units: Metric)
N0050 F1
N0060 G53 G90 G40
N0070 (Part: Hål20)
N0080 (Operation: Inside Offset, INNER, T1: Plasma, 1,5 mm kerf)
N0090 G00 X10.0000 Y5.7500 Z10.0000
N0100 Z3.0000
N0110 M03
N0111 M11P2
N0120 G04 P0.5
N0130 G01 Z1.5000 F100.0
N0140 Y0.7500 F750.0
N0150 X12.8584 Y1.2027
N0160 X15.4370 Y2.5166
N0170 X17.4834 Y4.5630
N0180 X18.7973 Y7.1416
N0190 X19.2500 Y10.0000
N0200 X18.7973 Y12.8584
N0210 X17.4834 Y15.4370
N0220 X15.4370 Y17.4834
N0230 X12.8584 Y18.7973
N0240 X10.0000 Y19.2500
N0250 X7.1416 Y18.7973
N0260 X4.5630 Y17.4834
N0270 X2.5166 Y15.4370
N0280 X1.2027 Y12.8584
N0290 X0.7500 Y10.0000
N0300 X1.2027 Y7.1416
N0310 X2.5166 Y4.5630
N0320 X4.5630 Y2.5166
N0330 X7.1416 Y1.2027
N0340 X10.0000 Y0.7500
N0350 M10P2
N0360 X13.2617 Y1.3441
N0370 X16.1043 Y3.0502
N0380 X18.1628 Y5.6490
N0390 X19.1727 Y8.8068
N0400 X19.0043 Y12.1178
N0410 X17.6792 Y15.1568
N0420 M05
N0430 G00 Z10.0000
N0440 X0.0000 Y0.0000
N0450 M05 M30
Attachments
portsandpins.JPG
portsandpins.JPG (33.26 KiB) Viewed 1278 times
tcaudle
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 1364
Joined: Tue Feb 28, 2012 6:47 pm

Re: M10/M11 not respond in Mach3

Post by tcaudle »

That is one TINY object. Since its runningi in mm (metric) and most of the moves are single digit not sure if cn even see the torch delay or not
Post Reply

Return to “Mach3 & Mach4 CNC”