Hello Guest it is March 28, 2024, 10:51:55 AM

Author Topic: What comes first – Main or Subroutines  (Read 2396 times)

0 Members and 1 Guest are viewing this topic.

What comes first – Main or Subroutines
« on: September 08, 2009, 10:53:23 AM »
For some Centronics systems, we had to create the toolpath so all subroutines are loaded first and the main driving part is last. But I've notice for the Mach3, the main program needs to be first. Is the a configuration setting in the Mach3 to allow the subroutines be loaded first? (This would certainly save me a LOT of reprogramming efforts.)

Thanks in advance.

Sam

vmax549

*
Re: What comes first – Main or Subroutines
« Reply #1 on: September 08, 2009, 02:18:12 PM »
Sam,  Mach follows the Fanuc style where the Main comes first. THe sub can be either at the tail end or in a seperate directory and the M98 call can call it into play.

Hope that helps, (;-) TP