Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: olf20 on October 12, 2018, 11:29:00 AM

Title: How to add a Stop Command to Initialization
Post by: olf20 on October 12, 2018, 11:29:00 AM
My version of M3 will not do certain functions
if a STOP is not hit upon startup. Known bug.

How can I add a STOP to the initialization string
in the general config?

Thanks for any help!!
olf20 / Bob
Title: Re: How to add a Stop Command to Initialization
Post by: ger21 on October 12, 2018, 01:56:02 PM
Create an M Code macro and call it from the initialization string.

All it needs is a DoOEMButton() command.
Title: Re: How to add a Stop Command to Initialization
Post by: olf20 on October 13, 2018, 07:41:10 AM
Thanks Gerry, I'll look into that!
olf20 / Bob