Re: [Emc-users] Step Direction

2006-12-28 Thread Mario .
Easiest way will be editing HAL file which describes the stepper output pins connection and you are done in 30 seconds ;-) On 12/28/06, David at home <[EMAIL PROTECTED]> wrote: > > Help please > > I have successfully ungraded to EMC2 (Ubuntu) and things are running > smoothly with my Stepper motor

Re: [Emc-users] Step Direction

2006-12-28 Thread Sam Sokolik
quot;Enhanced Machine Controller (EMC)" Sent: Thursday, December 28, 2006 9:07 AM Subject: Re: [Emc-users] Step Direction > Easiest way will be editing HAL file which describes the stepper > output pins connection and you are done in 30 seconds ;-) > > On 12/28/06, David at home

Re: [Emc-users] Step Direction

2006-12-28 Thread Chris Radek
On Thu, Dec 28, 2006 at 03:08:26PM +, David at home wrote: > > Can any tell me the best place add a "change of direction" command and > what it should look like, please ? Just make the INPUT_SCALE negative in the .ini. Chris --

Re: [Emc-users] Step Direction

2006-12-28 Thread Andy Ibbotson
David, Try reversing the sign of the INPUT_SCALE parameter in the AXIS_# section of your .ini file. I used this to reverse the direction of my steppers i.e. INPUT_SCALE = 12000 0 turns clockwise INPUT_SCALE = -12000 0 should turn anti-clockwise Hope this helps. Andy -Original Message-

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Peter C. Wallace
On Sun, 4 Nov 2007, Kirk Wallace wrote: > Has there been any movement on adding SPI to EMC? Paul_C updated a > parallel port SPI driver for me to work with 2.6 kernels, so I can > communicate with SPI devices, but my guess is, this is just a small part > of getting EMC to talk to SPI drives. Would

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Kirk Wallace
On Mon, 2007-11-05 at 06:11 -0800, Peter C. Wallace wrote: > On Sun, 4 Nov 2007, Kirk Wallace wrote: > > > Has there been any movement on adding SPI to EMC? Paul_C updated a > > parallel port SPI driver for me to work with 2.6 kernels, so I can > > communicate with SPI devices, but my guess is, th

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Peter C. Wallace
On Mon, 5 Nov 2007, Kirk Wallace wrote: Date: Mon, 05 Nov 2007 08:11:07 -0800 From: Kirk Wallace <[EMAIL PROTECTED]> Reply-To: "Enhanced Machine Controller (EMC)" To: "Enhanced Machine Controller (EMC)" Subject: Re: [Emc-users] Step/Direction Drivers On Mon,

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Kirk Wallace
> > To: "Enhanced Machine Controller (EMC)" > > Subject: Re: [Emc-users] Step/Direction Drivers > > > > On Mon, 2007-11-05 at 06:11 -0800, Peter C. Wallace wrote: > >> On Sun, 4 Nov 2007, Kirk Wallace wrote: > >> > >>> Has there been any

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Stephen Wille Padnos
Kirk Wallace wrote: > [snip] > >Where can I get more information on Hostmot2? > > I think the Hostmot2 files are on the Mesa website, but my understanding was that they only work with the 5i22. I should look more closely at the VHDL source I guess :) At the moment, there is no EMC2 driver fo

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Kirk Wallace
On Mon, 2007-11-05 at 12:17 -0500, Stephen Wille Padnos wrote: > Kirk Wallace wrote: > > > [snip] > > > >Where can I get more information on Hostmot2? > > > > > I think the Hostmot2 files are on the Mesa website, but my understanding > was that they only work with the 5i22. I should look more

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Peter C. Wallace
On Mon, 5 Nov 2007, Kirk Wallace wrote: > Date: Mon, 05 Nov 2007 09:37:27 -0800 > From: Kirk Wallace <[EMAIL PROTECTED]> > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Step/

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Stephen Wille Padnos
Kirk Wallace wrote: >[snip] >Are you talking about reconfiguring the 5i20 after loading EMC and the >5i20 driver? Normally, I would think, you would create the new >configuration in a new driver. It certainly would be cool to be able to >dynamically configure EMC and the 5i20, but might not be go

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Stephen Wille Padnos
Of course, it would have been better if I had put parts 1, 2, and 3 in the correct numerical order. Please rearrange in your head ;) - Steve - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files

Re: [Emc-users] Step/Direction Drivers

2007-11-05 Thread Jeff Epler
Yes, you'd need a special HAL driver that takes a velocity input to send to the drive, and produces a position output to send back to emc. Looking at the pdf you linked to, you would have to arrange for emc to produce a 16-bit velocity command to be written to register 0x30 ("Velocity Word FIFO in

Re: [Emc-users] Step Direction Timing Page

2008-05-02 Thread John Kasunich
John Thornton wrote: > I started a step and direction timing page on the wiki site. If anyone can > add to it > that would be great. I use the same format as the stepconf setup page so > newbee's > won't get confused nor will I... > > http://wiki.linuxcnc.org/cgi-bin/emcinfo.pl?Stepper_Drive_T

Re: [Emc-users] Step Direction Timing Page

2008-05-02 Thread Geoff
On Saturday 03 May 2008 00:43, John Kasunich wrote: > John Thornton wrote: > > I started a step and direction timing page on the wiki site. If anyone > > can add to it that would be great. I use the same format as the stepconf > > setup page so newbee's won't get confused nor will I... > > > > http

Re: [Emc-users] Step Direction Timing Page

2008-05-02 Thread Jason Cox
John, I have run 3 of these on a mill without any major issues.the only problem I have found is that some of the revixsion of the controller pcb used opto isolators witha limiting resitor in series with led in the opto. this tends to cut down the highest speed you can run at. my fix on thes

Re: [Emc-users] Step Direction Timing Page

2008-05-02 Thread John Thornton
Anything you can add will help others speed past this part of installing and running EMC. John On 3 May 2008 at 8:23, Jason Cox wrote: > John, > I have run 3 of these on a mill without any major issues.the only > problem I have found is that some of the revixsion of the controller > pcb used

Re: [Emc-users] Step Direction Timing Page

2008-05-02 Thread John Thornton
Thanks Geoff. On 3 May 2008 at 8:14, Geoff wrote: > On Saturday 03 May 2008 00:43, John Kasunich wrote: > > John Thornton wrote: > > > I started a step and direction timing page on the wiki site. If > > > anyone can add to it that would be great. I use the same format as > > > the stepconf setup

Re: [Emc-users] Step & Direction for use on Servo Amps

2012-10-08 Thread andy pugh
On 8 October 2012 17:44, Steve from Tube Gauge wrote: > Can the stepper motor 'step & direction' output from EMC2 be used to > run a servo based system that has step & direction input amplifiers Yes, absolutely. In fact there are at least two ways to do it. You can run open-loop, sending positi

Re: [Emc-users] Step & Direction for use on Servo Amps

2012-10-08 Thread Jon Elson
Steve from Tube Gauge wrote: > Can the stepper motor 'step & direction' output from EMC2 be used to > run a servo based system that has step & direction input amplifiers > where the servo motor encoder feed back goes into the amp and not EMC2? > I believe the Yaskawa Sigma II amps can run in t

Re: [Emc-users] Step & Direction for use on Servo Amps

2012-10-09 Thread Todd Zuercher
Of course you can. I have a machine set-up running like this now. But as some others have already said, the speed of software step generation will be your limiting factor. If I had to do it over I would have taken a different route with my set-up, and used hardware step generation (probably w