Mach3 Button for Feedhold / Pause after the current cut

Mach3 and Mach4 questions, tips and topics can be posted here
Post Reply
User avatar
East German
4 Star Elite Contributing Member
4 Star Elite Contributing Member
Posts: 580
Joined: Sat Jan 05, 2013 8:21 am
Location: Stapelburg Germany

Mach3 Button for Feedhold / Pause after the current cut

Post by East German »

Hello,

Mach 3 Button for Feedhold / Pause after the current cut.

Make a LED and a Button on / off on the Screen here User LED 1322:

If(GetUserLED (1322)=1) Then
SetUserLED(1322,0)
Else
SetUserLED(1322,1)
end if

In the Macro M 5 this:

If (GetUserLED(1322)=1)Then
DoOemButton(1001)
End If

If the LED is turned on during the cut Mach3 pauses after the cut.
Is the LED on power press the Start Button Mach 3 only makes a cut.

Peter
Sorry for my language! The last English class was in 1982.

Homemade CNC Plasma-Watertable
MyPlasmCNC
Hypertherm Powermax 85
Machine Torch
Hypertherm Powermax 1100
Machine Torch
Post Reply

Return to “Mach3 & Mach4 CNC”