[Emc-users] Hardware suggestions for EMC

2007-11-04 Thread emc
Hi I have a milling machine here which i want to control with emc. Fo the first tests im using the "normal" parallel port adapter. I'm, however, afraid of loosing steps on my stepping motors so im planing to use some quadratur encoder to also measure the position of the axes. My questions now are:

Re: [Emc-users] Avoiding Following Error

2007-11-04 Thread ben lipkowitz
On Thu, 1 Nov 2007, Stephen Wille Padnos wrote: > Date: Thu, 01 Nov 2007 23:07:03 -0400 > From: Stephen Wille Padnos <[EMAIL PROTECTED]> > Reply-To: "Enhanced Machine Controller (EMC)" > > To: [EMAIL PROTECTED], > "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Avoiding Fo

Re: [Emc-users] new kinematics

2007-11-04 Thread Jeff Epler
For "source code exploration" there are a few more things that it's nice to be aware of: * lxr web page, which allows you to see definition and use of any identifier, http://cvs.linuxcnc.org/lxr * tags, search for the definition of any identifier from vi or emacs ("make tags" target in src

Re: [Emc-users] Hardware suggestions for EMC

2007-11-04 Thread Jeff Epler
On Sun, Nov 04, 2007 at 01:20:34PM +0100, [EMAIL PROTECTED] wrote: > Hi > > I have a milling machine here which i want to control with emc. Fo the > first tests im using the "normal" parallel port adapter. I'm, however, > afraid of loosing steps on my stepping motors so im planing to use some > qu

Re: [Emc-users] Hardware suggestions for EMC

2007-11-04 Thread emc
Jeff Epler wrote: > No USB hardware is supported by emc at this time. The card implements the USB CDC class (it lookes like a serial card to the operating system with the usbserial modul). So i thought since serial connection can be used it would also be possible to use the USB counterpart. > >>

Re: [Emc-users] Avoiding Following Error

2007-11-04 Thread Alex Joni
>>> I've often thought that that search box ought to be at the top so that >>> we'd see it as soon as we opened a page. I just don't seem to remember >>> my admin password or how to edit Joomla to do that. >>> >>> Rayh > > although i havent actually tested this, I did waste a good hour trying to

Re: [Emc-users] Hardware suggestions for EMC

2007-11-04 Thread Jeff Epler
On Sun, Nov 04, 2007 at 03:39:03PM +0100, [EMAIL PROTECTED] wrote: > Jeff Epler wrote: > > No USB hardware is supported by emc at this time. > The card implements the USB CDC class (it lookes like a serial card to > the operating system with the usbserial modul). So i thought since > serial connect

Re: [Emc-users] new kinematics

2007-11-04 Thread Stuart Stevenson
Gentlemen, Thanks guys. Looks like I have some exploration to do. thanks Stuart - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configura

Re: [Emc-users] Hardware suggestions for EMC

2007-11-04 Thread Jon Elson
[EMAIL PROTECTED] wrote: > > I already looked at the emc2/src/hal/drivers directory out i only found > functions which write directly to a set of i/o pins. Isn't there any > function/example to directly write a speed or number of step ticks with > a frequency? Well, you could look at the hal_ppmc.

Re: [Emc-users] Hardware suggestions for EMC

2007-11-04 Thread emc
Jon Elson wrote: > [EMAIL PROTECTED] wrote: >> I already looked at the emc2/src/hal/drivers directory out i only found >> functions which write directly to a set of i/o pins. Isn't there any >> function/example to directly write a speed or number of step ticks with >> a frequency? > Well, you cou

[Emc-users] Classic Ladder file

2007-11-04 Thread David Winter
Dear All, In 2005 the EMC gurus did a retrofit on a Mazak at the CNC-workshop. The machine had a toolchanger. Was the toolchanger controlled by Classic Ladder and if it was, is the .clp file in one of the sample configurations of a standard EMC2 install? If it isn't, can someone

Re: [Emc-users] Classic Ladder file

2007-11-04 Thread Chris Radek
On Sun, Nov 04, 2007 at 06:17:16PM +, David Winter wrote: > Dear All, >In 2005 the EMC gurus did a retrofit on a Mazak at the > CNC-workshop. The machine had a toolchanger. Was the > toolchanger controlled by Classic Ladder and if it was, is the .clp file > in one of the sampl

[Emc-users] Step/Direction Drivers

2007-11-04 Thread Kirk Wallace
I am starting work on my mill setup, which uses Sanyo BLDC motors and Rutex drives. The Rutex drives have SPI and step/direction inputs. Without thinking too much about it, I brought up the standard stepper configuration in Axis and before I tried to command a move, I grabbed the motor shaft and tu

[Emc-users] Output Port Blues on EMC2, Ubuntu 6.06

2007-11-04 Thread [EMAIL PROTECTED]
I was running EMC using BDI 4.49. Changed over to EMC2, Ubuntu 6.06. The mini interface runs on the computer just fine, but the machine no longer communicates with my stepper box on LPT1. Does anyone know what file contains the I/O and pin settings for EMC2 on Ubuntu 6.06? W. Bickford Aiken,

[Emc-users] Thesis about EMC2

2007-11-04 Thread amtb
I am working on my thesis where I will talk about benefits of EMC2 and step by step to build something that working. I will include something about C programming next year but now working around Abstract. I am open for all suggestion critics and so on. Thanks for any help. Aram //

Re: [Emc-users] Output Port Blues on EMC2, Ubuntu 6.06

2007-11-04 Thread Gene Heskett
On Sunday 04 November 2007, [EMAIL PROTECTED] wrote: >I was running EMC using BDI 4.49. Changed over to EMC2, Ubuntu 6.06. The > mini interface runs on the computer just fine, but the machine no longer > communicates with my stepper box on LPT1. Does anyone know what file > contains the I/O and

[Emc-users] Why not use USB to replace the Printer Port

2007-11-04 Thread [EMAIL PROTECTED]
I am puzzled by the issues raised of DMA and interrupts as a problem in using USB. In the WinXP system a common way of using USB connections is to handle it as a 'Virtual Comm Port' (VCP). When you plug in your USB device it is assigned a Comm port number. After that the data link behaves exact

Re: [Emc-users] Why not use USB to replace the Printer Port

2007-11-04 Thread Jeff Epler
EMC does not use Linux device drivers for realtime control of motor position. It uses special "real time" drivers. A specific real-time driver must be written for each type of hardware interface. Jeff - This SF.net email is

Re: [Emc-users] Why not use USB to replace the Printer Port

2007-11-04 Thread Stephen Wille Padnos
[EMAIL PROTECTED] wrote: > I am puzzled by the issues raised of DMA and interrupts as a problem > in using USB. I think that was part of the RT ethernet discussion, but I could be wrong :) > In the WinXP system a common way of using USB connections is to > handle it as a 'Virtual Comm Port' (

[Emc-users] gantrykins.c

2007-11-04 Thread Stuart Stevenson
Gentlemen, emc2-trunk/src/emc/kinematics/gantrykins.c It looks to me like line 94 is incorrect: is - char *coordinates = "XYZABC" s/b - char *coordinates = "XYZABCUVW". Is the 'is' correct or is the 's/b' correct? thanks Stuart -

Re: [Emc-users] Output Port Blues on EMC2, Ubuntu 6.06

2007-11-04 Thread Kirk Wallace
If you did a fresh install, your EMC should be like mine. Parallel port pin assignments are made in a .hal file that is referred to by an .ini file. Look in your home directory under .../emc2/configs (or /home/your_home/emc2/configs) for a directory that matches the name of the configuration you tr