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.