Michael had a branch that allowed multiple linuxcncs on one computer iirc...look on tube. might be the sane branch that had jog while paused code. Chris M
----- Reply message ----- From: "andy pugh" <[email protected]> To: "Shabbir Hussain" <[email protected]>, "Enhanced Machine Controller (EMC)" <[email protected]> Subject: [Emc-users] Swiss Type Lathe-Turn Machine Date: Mon, Dec 5, 2016 7:50 AM On 5 December 2016 at 14:49, Shabbir Hussain <[email protected]> wrote: > In my opinion the set up needs TWO independent interpreters etc. so that > X,Y,Z and X2,Z2 can be independently running G-Code files. If you need truly independent motion, then that it probably correct. I think that this means two independent PCs, though it _might_ be possible to have two separate LinuxCNC instances with separate shared-memory areas. If almost-independent is good enough (and it might well be) then you can consider breaking moves in one axis to start another axis moving. LinuxCNC can drive up to 9 axes, but they do all move in a coordinated way. Another possibility for things like a cut-off slide would be to fire-off instances of the simple_tp HAL component. http://linuxcnc.org/docs/2.7/html/man/man9/simple_tp.9.html -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of mechanical geniuses, daredevils and lunatics." — George Fitch, Atlanta Constitution Newspaper, 1916 ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users ------------------------------------------------------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
