jeremy youngs wrote:
> admittedly Im no linux genius and pretty fresh to lcnc I have to ask
> can linuxcnc be drip fed ? and if so what would stop you from drip
> feeding several machines from one server and have the synch all in one
> machine? I understand This post will show my ignorance but I am
> thinking coding one machine as a master and providing synch from that
> should be easier than linking multiples together trying to synch
> interrupts between several machines. just thinking
>   
Drip feeding doesn't tell you when a machine is DONE performing some code.
You would need to get a message back to tell you it is done.  Drip feeding
was used on old CNC controls with very limited memory.  LinuxCNC
has all of virtual memory to store code as it comes in, so it won't really
work like drip feeding, the interpreter will suck up all the code it can and
read ahead.  I believe there is a mechanism where G-code can be sent
via NFS or other method and then LinuxCNC can be ordered to execute
it via emcrsh.

Jon


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Emc-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to