Linux i CNC
: 07 wrz 2004, 17:28
Czy jest ktoś w stanie polecić jakieś oprogramowanie do sterowania CNC pod Linuxa?
Obsługa, Programowanie i Budowa Maszyn Numerycznych
https://www.cnc.info.pl/
Czy to pójdzie na porcie LPT?pit202 pisze:polecic tak, ale powiedziec jak to ustawic nienie udalo mi sie, uruchomilem, ale dziwnie dzialalo , jakos topornie
www.linuxcnc.org
* EMC (the Enhanced Machine Control) is a software system for computer control of machine tools such as milling machines and lathes.
* EMC is free software with open source code. Current versions of EMC are entirely licensed under the GNU General Public License, (GPL and LGPL,) and older versions of the software are available in the public domain.
* EMC provides:
o a graphical user interface (actually several interfaces to chose from)
o an interpreter for "G-code " (the RS-274 machine tool programming language)
o a realtime motion planning system with look-ahead
o operation of low-level machine electronics such as sensors and motor drives
o an easy to use "breadboard" layer for quickly creating a unique configuration for your machine
o a software PLC programmable with ladder diagrams
o easy installation with .deb packages or a Live-CD
It does not provide drawing (CAD - Computer Aided Design) or G-code generation from the drawing (CAM - Computer Automated Manufacturing) functions.
* It can simultaneously move up to 6 axes and supports a variety of interfaces.
* The control can operate true servos (analog or PWM) with the feedback loop closed by the EMC software at the computer, or open loop with "step-servos" or stepper motors.
* Motion control features include: cutter radius and length compensation, path deviation limited to a specified tolerance, lathe threading, synchronized axis motion, adaptive feedrate, operator feed override, and constant velocity control.
* Support for non-Cartesian motion systems is provided via custom kinematics modules. Available architectures include hexapods (Stewart platforms and similar concepts) and systems with rotary joints to provide motion such as PUMA or SCARA robots.
* EMC runs on Linux using real time extensions. Support currently exists for version 2.4 and 2.6 Linux kernels with real time extensions applied by RT-Linux or RTAI patches.
Pakiety binarne są tylko dla Ubuntu, ale nie ma żadnych przeciwwskazań żeby tego używać także pod dowolną inną dystrybucją - mnie się udało skompilować dla Slackware 10.0 (Ubuntu mnie doprowadził do szału).jag_daw pisze:EMC2 działający pod linuxową dystrybucją Ubuntu to ciekawa sprawa...
"To" jest właśnie przeznaczone głównie dla LPT (w Linuksie porty LPT są to pliki /dev/lp0, /dev/lp1 ...).anonim pisze:Czy to pójdzie na porcie LPT?