Mach4 Industrial allows multiple instances of the full system including gcode interpretation. It is only being supported with 6 instances but the design is not limited. Lua scripts can start with
inst = mc.mcGetInstance() if (inst == 0) then so full coordination between instances and scripts is possible. I talked to Brian Barker about this and he said it was one of the base design considerations on Mach4 and not likely to be something that could be added under existing code. ron ginger > On 24 September 2015 at 17:05, Jerry Scharf<[email protected]> wrote: > >> >Hi, >> > >> >These are two completely independent machines with no coordination. Many >> >times only 1 will be operating. I am trying to work out what happens when >> >both are operating at the same time. It would be simpler to have two >> >separate controller, but that's not where we are at right now. >> > >> >jerry ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
