Re: [Emc-users] new kinematics

2007-11-04 Thread ben lipkowitz
On Sat, 3 Nov 2007, Stuart Stevenson wrote: Gentlemen, I have been exploring a program called Xrefactory. Xrefactory is supposed to build a display of the project's data flow. I have been in contact with the company that sells Xrefactory. They told me they will download the EMC2 project

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 to

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 quadratur

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. I

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 get usemod

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

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.c

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 could look

[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 sample

[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

[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

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