Page 1 of 1

How to tell if M2 (Program End) Or M30 Active?

PostPosted: Thu Jul 20, 2017 7:29 pm
by Robertspark
Looking at the list of LED's, I cannot see one that flags when a program has finished running (M2 / M30 active).

I can see M0, M1, M60, M3, M4, M7, M8, M10....

I can work out M5, M6 and M9.... but cannot see how to work out M2 / M30 (Program End) has occured.

[It's for a status logging macro], should someone search / read this in the future.

Thanks for the guidance.

Re: How to tell if M2 (Program End) Or M30 Active?

PostPosted: Thu Jul 20, 2017 7:38 pm
by cncdrive
The M30 executes the M30 macro file so you could do things there like setting a LED or anything else...

Re: How to tell if M2 (Program End) Or M30 Active?

PostPosted: Thu Jul 20, 2017 7:41 pm
by Robertspark
Thanks Cncdrive, will do, given me an idea.