Re: [Emc-users] rs232 output

2007-12-02 Thread Erik Christiansen
On Fri, Nov 30, 2007 at 06:48:06PM +0200, Roland Jollivet wrote: > > Of course, each function requires an embedded processor to implement it, but > one pic could easily manage 15 solenoids/pumps/tools. Last time I peeked, that one wasn't supported by the GNU toolchain, so alternatives like Atmels

Re: [Emc-users] Released: EMC 2.2.2

2007-12-02 Thread Dean Hedin
Disregard previous post, discovered your earlier email regarding repository change. - Original Message - From: "Jeff Epler" <[EMAIL PROTECTED]> To: ; <[EMAIL PROTECTED]> Sent: Sunday, December 02, 2007 11:04 PM Subject: [Emc-users] Released: EMC 2.2.2 > I'm pleased to announce the n

Re: [Emc-users] Released: EMC 2.2.2

2007-12-02 Thread Dean Hedin
I am in proccess of configuring a new machine with 2.2.1 and, after reading your email, I ran Synaptic reloaded the list and it does not show 2.2.2 as the latest version. Maybe it takes a while for the repository to update? I am having trouble getting homing to work in 2.2.1 and I am hopeful t

[Emc-users] Released: EMC 2.2.2

2007-12-02 Thread Jeff Epler
I'm pleased to announce the next bugfix release of the EMC 2.2 series, version 2.2.2. This version fixes many user-reported problems. The new packages are now available in the package repository. If you already installed 2.2.0 or 2.2.1, this is available as an update. If you are still using 2.1

Re: [Emc-users] G Code Generators

2007-12-02 Thread Thomas J Powderly
John, works for me :) thanks TomP - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http:/

Re: [Emc-users] G Code Generators

2007-12-02 Thread John Thornton
I've uploaded a new version of face.py to EMC Wiki with many new features some of the suggestions from Manfredi have been incorprated as well as some I thought it needed as well as the fix for the remainder undocumented feature that Tom found... Please let me know if you see any problems or are

Re: [Emc-users] Encoder for lathe spindle

2007-12-02 Thread Gene Heskett
On Sunday 02 December 2007, Kirk Wallace wrote: >I just found this link: > >http://members.shaw.ca/swstuff/spindle-encoder.html > >I may have to try this on my lathe. I am concerned about coolant getting >into my current setup because there are no seals between the spindle >shaft and encoder housin

Re: [Emc-users] Encoder for lathe spindle

2007-12-02 Thread Kirk Wallace
I just found this link: http://members.shaw.ca/swstuff/spindle-encoder.html I may have to try this on my lathe. I am concerned about coolant getting into my current setup because there are no seals between the spindle shaft and encoder housing. I am not wild about the belt either. With my current

Re: [Emc-users] open loop galvanometer control

2007-12-02 Thread Gene Heskett
On Sunday 02 December 2007, Peter C. Wallace wrote: >I do like the open loop idea of full force for 1/2 of the time and then >reversing the the force (I've known people who drive like that) > >Also with the galvanometer, absolute angular accuracy is probably less >important that repeatbility. > >F

Re: [Emc-users] Encoder for lathe spindle

2007-12-02 Thread Alan Condit
Kirk Wallace <[EMAIL PROTECTED]> writes: > Alan, can you provide more information on what lathe you have and what > you have done as part of the conversion? > Kirk, My lathe is a piker compared to yours. I have a 9x20 Grizzly. You can see some stuff about my conversion on my website.

Re: [Emc-users] open loop galvanometer control

2007-12-02 Thread Peter C. Wallace
>>> The idea is that you drive it with 10x its rated current, but just for >>> about 1/2 the time it would take to move, and drive it in reverse just as >>> hard to stop it at the target point, then hold it in that position with >>> the servo feedback at its normal current until its time to make th

Re: [Emc-users] open loop galvanometer control

2007-12-02 Thread Javid Butler
A microcontroller will definitely give you better response (EMC is to slow to really scan the laser-machine tools are moving about an order of magnitude slower than a laser scan), but you would have to code the graphics or find a way to convert them. Easy enough for simple graphics like a squar

Re: [Emc-users] open loop galvanometer control

2007-12-02 Thread John Kasunich
Javid Butler wrote: > A microcontroller will definitely give you better response (EMC is to slow > to really scan the laser-machine tools are moving about an order of > magnitude slower than a laser scan), but you would have to code the graphics > or find a way to convert them. Easy enough for s

Re: [Emc-users] open loop galvanometer control

2007-12-02 Thread Klemen Dovrtel
--- Jon Elson <[EMAIL PROTECTED]> wrote: > I don't see how EMC2 can handle this drawing task > from G-code at > the rates required. To draw even simple images, it > would be the > equivalent of running a 100 block part program 20 > times over in > one second (or more). Maybe you could hack u