I have some questions about integrating emc2 with a 3 axis milling machine. The first, I understand that emc2 implements algorithm control in the computer, such as imterpolation, trajectory..., then send controlling signal to hardware. If I have a motion card that responds motion control, how do I integrate it with emc2 interface.
The second, I want using a recommended hardware in my CNC machine. My machine is a industrial machine, using servo motors for axes and DC motor for spindle. Please tell me what is the best card I should use in my machine, mesa, pico... the third, I read some code for emc2 interface - writed in python language - I see some lib imported in the program such as *from Tkinter import * from minigl import * from rs274.OpenGLTk import * from rs274.glcanon import GLCanon from hershey import Hershey from propertywindow import properties import rs274.options import nf import gcode import locale from math import hypot, atan2, sin, cos, pi, sqrt from rs274 import ArcsToSegmentsMixin import emc* please tell me the role of each library. And how do i use the code to create a interface on windows. What the python package and library I should use. The fouth, I want using emc2 in a remote control with a interface runing on windows emvironment, and core control runing in linux. what could i do that. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Emc-users mailing list Emc-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/emc-users