Hello Guest it is April 19, 2024, 09:05:56 PM

Author Topic: Assigning miscellaneous M codes.  (Read 2425 times)

0 Members and 1 Guest are viewing this topic.

Assigning miscellaneous M codes.
« on: December 18, 2012, 02:25:09 AM »
I have an old toolchanger that uses an array of relays as a logic board. The process of tool changing is done in stages and the following stage can only be achieved once a reset has been received by the controller to continue. The programming for this is done in M code and uses the redundant sets in the M-20 series. My question is: is it possible to programme this series of M commands (M20,  21, 22.... .... 28 etc.) to I/O's in Mach 3?

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Assigning miscellaneous M codes.
« Reply #1 on: December 18, 2012, 02:58:13 AM »
You could but it would be better to use macros of 101 and over. Under 100 is meant to be reserved for Machs internal use and even though you may not have conflicts at the moment you may in the future.
Hood
Re: Assigning miscellaneous M codes.
« Reply #2 on: December 18, 2012, 03:46:03 PM »
Thanks Hood. I'll do some research into Macros.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Assigning miscellaneous M codes.
« Reply #3 on: December 18, 2012, 03:50:05 PM »
Normally you would do a toolchange from within the M6Start macro rather than having multiple macros.
Hood