Hello Guest it is March 28, 2024, 09:32:52 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 - Radzio M.

Pages: 1
1
Help please

2
VB and the development of wizards / How to make a pause before macro exec
« 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.

Pages: 1