smallest implementation for dedicated machine
- lumberjack_jeff
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
09 Feb 2010 07:12 - 09 Feb 2010 07:14 #1835
by lumberjack_jeff
smallest implementation for dedicated machine was created by lumberjack_jeff
I'm planning to make a dedicated 2 axis XZ machine (lathe-like, but the tool rotates, not the workpiece) with a work envelope of 1" x 1.75". The machine will move along a curved profile within this envelope, then retract to zero, and repeat (X) times (usually 175).
EMC does a good job of subroutines so that part seems easy.
The machine will be running this dedicated task in an industrial environment (grinding grit).
Has anyone implemented EMC on a diskless workstation or embedded system?
Something like this
www.linuxfordevices.com/c/a/News/Mini-Li...-breaks-100-barrier/
Looks really, really attractive, if it only had a parallel port.
If the G-code can be uploaded via network, the machine may not even need a display. The G-code (once optimized) won't change.
suggestions?
EMC does a good job of subroutines so that part seems easy.
The machine will be running this dedicated task in an industrial environment (grinding grit).
Has anyone implemented EMC on a diskless workstation or embedded system?
Something like this
www.linuxfordevices.com/c/a/News/Mini-Li...-breaks-100-barrier/
Looks really, really attractive, if it only had a parallel port.
If the G-code can be uploaded via network, the machine may not even need a display. The G-code (once optimized) won't change.
suggestions?
Last edit: 09 Feb 2010 07:14 by lumberjack_jeff.
Please Log in or Create an account to join the conversation.
- acemi
- Offline
- Junior Member
Less
More
- Posts: 31
- Thank you received: 0
09 Feb 2010 09:48 #1837
by acemi
Replied by acemi on topic Re:smallest implementation for dedicated machine
I used EMC in a diskless machine sometime ago. It's documented in
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Deb...ss_EMC2_Thin_Clients
It boots via the network and no harddisk, no monitor, no X... But I didn't use the standart EMC interfaces. I used a web server to get G code and a very simple customized EMC interface which doesn't need X
wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Deb...ss_EMC2_Thin_Clients
It boots via the network and no harddisk, no monitor, no X... But I didn't use the standart EMC interfaces. I used a web server to get G code and a very simple customized EMC interface which doesn't need X
Please Log in or Create an account to join the conversation.
- lumberjack_jeff
- Offline
- Junior Member
Less
More
- Posts: 21
- Thank you received: 0
09 Feb 2010 15:44 #1839
by lumberjack_jeff
Replied by lumberjack_jeff on topic Re:smallest implementation for dedicated machine
Very nice work. Did you have any trouble with latency at the client?
Please Log in or Create an account to join the conversation.
- acemi
- Offline
- Junior Member
Less
More
- Posts: 31
- Thank you received: 0
09 Feb 2010 20:05 #1844
by acemi
Replied by acemi on topic Re:smallest implementation for dedicated machine
I didn't have any trouble with the latency but the latency is a bit higher compared with a standalone install.
But for this machine, I think that installing a readonly system into the compact-flash will be better
But for this machine, I think that installing a readonly system into the compact-flash will be better
Please Log in or Create an account to join the conversation.
Time to create page: 0.055 seconds