Page 1 of 1

Continuous motion with multiple movements?

PostPosted: Thu Mar 07, 2024 12:07 pm
by Anthoval
Hi,

I would like to know if it is possible to link up multiple movements so the machine does not stop between each G00. Let me explain:

Consider that the following is an example code:
G91
G00 X100
M200 ; Blinking a LED for example
G00 X100
M200 ; Blinking a LED for example
G00 X100
M200 ; Blinking a LED for example

Normally, the machine would travel 100mm on the x axis, then stop to execute M200, then move again. Instead, is there a way to make a single movement that triggers an event at specific coordonnates? (every 100mm or when it has traveled 50mm, 100mm, 125mm.)

Thanks for reading me.

Re: Continuous motion with multiple movements?

PostPosted: Thu Mar 07, 2024 12:27 pm
by ger21
Capture.JPG