Machsupport Forum

Mach Discussion => VB and the development of wizards => Topic started by: Radzio M. on September 25, 2017, 05:40:01 AM

Title: How to make a pause before macro exec
Post by: Radzio M. on September 25, 2017, 05:40:01 AM
Hello.
I've a trouble with making pasue G-Code. Check it out, piece of G-Code:
%
(wozek-program)
(**********************)
N25 G54
M530
N35 G0 X0. Y0. F8000
M500
N50 X60. Y0. F8000
M500
N55 X120. Y0. F8000
M500
N60 X180. Y0. F8000
M500


I have input/output control and movement codes in M500 macro. How to protect make a pause when macro is executed. I want make pause when I'm moving on XY plane.
Title: Re: How to make a pause before macro exec
Post by: Radzio M. on October 03, 2017, 06:05:43 AM
Help please