[Emc-users] D510MO EMC2.4.6

2010-12-02 Thread Andy I
Hi Everyone, I can report that EMC2.4.6 release has fixed the parallel port issue on my D510MO + MESA 7i43 system. Many thanks to those who worked on this issue. Regards Andy -- Increase Visibility of Your 3D Game App

Re: [Emc-users] MOTENC-100 and index-enable (WAS: How fast can EMCread an input pin)

2010-12-02 Thread jros
Thank you to your very nice answers. I'll give a try in some days to see if it works. But I'll have to update my distro before as I'm using ubuntu 6.06. with as much as old EMC2 :) . I wonder how difficult can be the transition having in mind that I have my own kinematic module (genhexkins.c).

Re: [Emc-users] MOTENC-100 and index-enable (WAS: How fast can EMC read an input pin)

2010-12-02 Thread Jon Elson
Jeff Epler wrote: > In hal, it is necessary to connect several index-related pins together > to make everything work right: > axis.#.index-enable > motenc.0.enc-##-index-enable > pid.#.index-enable > Whoops, in my previous reply, I totally missed this last line, which is plain as

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread Jon Elson
andy pugh wrote: > By the time you have found the 20 transistors and soldered them to a > proto-board you have probably spent more money and a heap more time > than using an Arduino from the start. And that is the expensive > option. > A DIP flip flop of the 74HC74 type contain about 20 transist

Re: [Emc-users] MOTENC-100 and index-enable (WAS: How fast can EMC read an input pin)

2010-12-02 Thread Jon Elson
jros wrote: > Hello, > > I'm the owner of such card, as I read from the documentation, the internal > encoder counter of the card > will go to 0 in the next index pulse after index-enable. > > I suppose that if I activate EMC's option INDEX_ENABLE to true in the INI > file, the I > would get hat

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread Kirk Wallace
On Thu, 2010-12-02 at 10:08 -0500, Tom Easterday wrote: > I really appreciate all the input! I have to say I had no idea how > much discussion this would generate. It makes me wonder what the EMC > user base uses for homing, or perhaps makes me surprised that the EMC > user base is just homing in

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread samco
As I mentioned before - We home using 2 micro switches. one switch is on the linear slide and one is on the timing gear. http://www.electronicsam.com/images/KandT/homesw.jpeg the 2 switches are hooked in series. so when the linear closes then it waits for the one on the timing gear to close.

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread andy pugh
On 2 December 2010 15:08, Tom Easterday wrote: > perhaps makes me surprised that the EMC user base is just homing inaccurately > and warm and fuzzy in their ignorance. There may be a bit of that. I know that it would be nice if my lathe held diameter to better than 0.1mm through a restart, but I

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread Tom Easterday
I really appreciate all the input! I have to say I had no idea how much discussion this would generate. It makes me wonder what the EMC user base uses for homing, or perhaps makes me surprised that the EMC user base is just homing inaccurately and warm and fuzzy in their ignorance. I know I w

Re: [Emc-users] MOTENC-100 and index-enable (WAS: How fast can EMC read an input pin)

2010-12-02 Thread Jeff Epler
In hal, it is necessary to connect several index-related pins together to make everything work right: axis.#.index-enable motenc.0.enc-##-index-enable pid.#.index-enable It's also very important to have your hal threads in the right order read hardware motion pid wri

Re: [Emc-users] OT: Coil Tying

2010-12-02 Thread Dave
I do work occasionally with a company that make coil winding and inserting equipment for motor manufacturers. After they load a stator assembly with coils they often lace it. Their lacing machines are customized for a certain motor stator and they operate like specialized sewing machines, pokin

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread Stephen Wille Padnos
Jon Elson wrote: > Oh, REALLY, replace 20 transistors with a whole computer! How about a D > FF, with the D connected to the home switch, and the Clock > connected to the index pulse? This does also delay the release of the > home switch until you pass the index again, but maybe that is OK, just

Re: [Emc-users] OT: Coil Tying

2010-12-02 Thread Mark Wendt (Contractor)
At 12:48 PM 12/1/2010, you wrote: >Mark Wendt (Contractor) wrote: > > I'm a"frayed" knot... ;-) > > > > Back to the lacing, in the olden days, was the lacing lacquered or > > varnished once in place? Or did it just seem to look that way from > > age, heat, and old-fashioned capacitors venting a li

Re: [Emc-users] How fast can EMC read an input pin

2010-12-02 Thread andy pugh
On 2 December 2010 04:10, Jon Elson wrote: >> I haven't written out the actual logic, but I could sure do it with an >> AVR :) >> > Oh, REALLY, replace 20 transistors with a whole computer! By the time you have found the 20 transistors and soldered them to a proto-board you have probably spent m

[Emc-users] MOTENC-100 and index-enable (WAS: How fast can EMC read an input pin)

2010-12-02 Thread jros
Hello, I'm the owner of such card, as I read from the documentation, the internal encoder counter of the card will go to 0 in the next index pulse after index-enable. I suppose that if I activate EMC's option INDEX_ENABLE to true in the INI file, the I would get hat behavior. That looks nice,