Re: [Emc-users] SSR's on UnivPWM Controller

2007-07-09 Thread Kirk Wallace
So the FPGA would not be able to handle sinking 12 mAmps at 12 Volts? In other words, I would like to wire a 12 Volt supply to all of the SSR + inputs. Then wire each SSR - input to each FPGA sink socket on the controller card. On Sun, 2007-07-08 at 23:01 -0500, Jon Elson wrote: > Kirk Wallace wro

Re: [Emc-users] Index Not Working With UnivPWM Controller

2007-07-09 Thread Kirk Wallace
On Sun, 2007-07-08 at 23:08 -0500, Jon Elson wrote: > Kirk Wallace wrote: > I have some spindle issues to work out. > > I have an SSR for each: spindle brake, forward relay, reverse relay, high > > speed clutch, and low speed clutch and a stepper motor and limit switches > > for the variable sp

[Emc-users] Axis 2.1.6 jogging always uses inches?

2007-07-09 Thread Ed Nisley
As nearly as I can tell, Axis always jogs in inch units, even in G21 mode, even when displaying millimeters. Fire up Axis, F1 & F2 to get started, F5 & type G21 for metric units, View -> Show MM, then F3 to get manual controls. Select X axis, pick 0.1 jog increment from the list, then click th

[Emc-users] ini axis comp file usage

2007-07-09 Thread Jack Ensor
How is the COMP_FILE = file.extension used in the Axis mode of operation? I tried creating a table (comp.fil) as follows to see the results and get an idea of how it works: -13. -13.000 -13. -5. -4. -4. 0. 0. 0. The appropriate portion of the ini file: BACKLASH

Re: [Emc-users] SSR's on UnivPWM Controller

2007-07-09 Thread Jon Elson
Kirk Wallace wrote: > So the FPGA would not be able to handle sinking 12 mAmps at 12 Volts? > In other words, I would like to wire a 12 Volt supply to all of the SSR > + inputs. Then wire each SSR - input to each FPGA sink socket on the > controller card. The FPGA is a 5 V IC. I can guarantee, wit

Re: [Emc-users] Index Not Working With UnivPWM Controller

2007-07-09 Thread Jon Elson
Kirk Wallace wrote: > Yes, I got the brake, forward and reverse relays working right out of > the box, thanks to your hal files. > > The problem is that the speed change stepper has five leads, one 35 Volt > supply and four sink wires. I don't know if this is a common stepper > configuration. I t

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Jon Elson
Jack Ensor wrote: > How is the COMP_FILE = file.extension used in the Axis mode of > operation? I tried creating a table (comp.fil) as follows to see the > results and get an idea of how it works: > > -13. -13.000 -13. > -5. -4. -4. > 0. 0. 0. > > > The appropr

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Jon Elson
Jack Ensor wrote: > How is the COMP_FILE = file.extension used in the Axis mode of > operation? I tried creating a table (comp.fil) as follows to see the > results and get an idea of how it works: > > -13. -13.000 -13. > -5. -4. -4. > 0. 0. 0. > > > The appropr

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Chris Radek
On Mon, Jul 09, 2007 at 12:04:21PM -0500, Jon Elson wrote: > > I think the leadscrew comp is not working yet on EMC2. I looked recently and the code is there. Is anyone using it? - This SF.net email is sponsored by DB2 Expr

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Alex Joni
> On Mon, Jul 09, 2007 at 12:04:21PM -0500, Jon Elson wrote: >> >> I think the leadscrew comp is not working yet on EMC2. > > I looked recently and the code is there. Is anyone using it? > JMK & myself added it quite a while ago, we tested up to the point that it works, without hardware though,

Re: [Emc-users] SSR's on UnivPWM Controller

2007-07-09 Thread Kirk Wallace
Thank you for the reply Jon. 5 Volts it is then. With the old controller, there was a 6' long cable to the SSR's. Now the cable is about a foot long. Just in case, do normally repair UnivPWM boards? Kirk Wallace On Mon, 2007-07-09 at 11:41 -

Re: [Emc-users] Index Not Working With UnivPWM Controller

2007-07-09 Thread Kirk Wallace
On Mon, 2007-07-09 at 12:02 -0500, Jon Elson wrote: > Kirk Wallace wrote: > > Yes, I got the brake, forward and reverse relays working right out of > > the box, thanks to your hal files. ... snip > With clutches, you likely can engage them either running or > stopped. Yes, or they didn't compl

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Jack Ensor
Jon Elson wrote: >Jack Ensor wrote: > > >>How is the COMP_FILE = file.extension used in the Axis mode of >>operation? I tried creating a table (comp.fil) as follows to see the >>results and get an idea of how it works: >> >>-13. -13.000 -13. >>-5. -4. -4. >>0. 0. 0

Re: [Emc-users] Index Not Working With UnivPWM Controller

2007-07-09 Thread Jeff Epler
On Mon, Jul 09, 2007 at 12:02:25PM -0500, Jon Elson wrote: > Stepgen has a position-cmd input, but you really > want to feed it a velocity. I suppose you could keep your own > position counter, and increment or decrement it every servo > cycle to generate steps at the desired rate. Probably yo

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Alex Joni
> I use the DRO mounted on the table to read table position. True, EMC > indicated -5.0 as it should but I expected to see the table DRO to > indicate -4.0. But it really went to -5.0 on the DRO. > hrmm, that doesn't sound like it should work ;) try mangling the comp file by purpose (it needs t

Re: [Emc-users] Axis 2.1.6 jogging always uses inches?

2007-07-09 Thread Jeff Epler
In emc2/axis 2.1, the units for incremental jogs are always the machine native units (e.g., inifile units). In 2.2, it will be possible to set the units of each increment, including a mixture: [DISPLAY] INCREMENTS = 1 mm, .01 in, .1mm, 1 mil, .1 mil, 1/8000 in While a better choice in emc

Re: [Emc-users] Index Not Working With UnivPWM Controller

2007-07-09 Thread Kirk Wallace
On Mon, 2007-07-09 at 14:55 -0500, Jeff Epler wrote: > On Mon, Jul 09, 2007 at 12:02:25PM -0500, Jon Elson wrote: > > Stepgen has a position-cmd input, but you really > > want to feed it a velocity. I suppose you could keep your own > > position counter, and increment or decrement it every servo

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Jack Ensor
Alex Joni wrote: >>I use the DRO mounted on the table to read table position. True, EMC >>indicated -5.0 as it should but I expected to see the table DRO to >>indicate -4.0. But it really went to -5.0 on the DRO. >> >> >> > >hrmm, that doesn't sound like it should work ;) >try mangling the

Re: [Emc-users] SSR's on UnivPWM Controller

2007-07-09 Thread Jon Elson
Kirk Wallace wrote: > Thank you for the reply Jon. 5 Volts it is then. With the old > controller, there was a 6' long cable to the SSR's. Now the cable is > about a foot long. Just in case, do normally repair UnivPWM boards? Sure. Uhh, did you already hook it up to 12 V? If so, does it still pow

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread Jon Elson
Alex Joni wrote: > >>On Mon, Jul 09, 2007 at 12:04:21PM -0500, Jon Elson wrote: >> >>>I think the leadscrew comp is not working yet on EMC2. >> >>I looked recently and the code is there. Is anyone using it? >> > > JMK & myself added it quite a while ago, > we tested up to the point that it works

Re: [Emc-users] SSR's on UnivPWM Controller

2007-07-09 Thread Kirk Wallace
On Mon, 2007-07-09 at 19:15 -0500, Jon Elson wrote: > Kirk Wallace wrote: > > Thank you for the reply Jon. 5 Volts it is then. With the old > > controller, there was a 6' long cable to the SSR's. Now the cable is > > about a foot long. Just in case, do normally repair UnivPWM boards? > Sure. Uhh,

Re: [Emc-users] ini axis comp file usage

2007-07-09 Thread John Kasunich
Alex Joni wrote: > >> On Mon, Jul 09, 2007 at 12:04:21PM -0500, Jon Elson wrote: >>> I think the leadscrew comp is not working yet on EMC2. >> I looked recently and the code is there. Is anyone using it? >> > JMK & myself added it quite a while ago, > we tested up to the point that it works, with