Re: [Emc-users] [OT] Fun with Math

2009-05-12 Thread Kirk Wallace
On Tue, 2009-05-12 at 23:18 -0300, Christopher Purcell wrote:
... snip
> To share your involute gear function with another Mathematica user you  
> would email them or post on a web site something like the following  
> line of text.
> 
> d = 1; ParametricPlot[{d (Cos[t] + t Sin[t]), d (-t Cos[t] + Sin[t])},  
> {t, 0, 2 Pi}]
> 
> PS. I  use Mathematica for CAD (for R&D, not production work), and  
> program it to generate g-code for EMC2 directly, or have it write out  
> text files of coordinates and import these into Catia or Pro/E, when  
> they run out of steam.
> 
> 
> christopherpurc...@mac.com

Thanks Chris. It sounds like Mathmatica offers power and flexibility,
but one spends a bit time at the lower end of the learning curve to get
it. I'll have to carve out some time to take a closer look.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Tue, 2009-05-12 at 22:22 -0400, Kent A. Reed wrote:
> Gentle persons:
> 
> Kirk and others may find the following references to be useful:
> 
> 1) "The Involute Curve, Drafting a Gear in CAD and Applications," by 
> Nick Carter. http://www.cartertools.com/involute.html
> 
> 2)  "Direct Gear Design for Spur and Helical Involute Gears," by 
> Alexander L. Kapelevich and Roderick E. Kleiss. 
> http://www.akgears.com/pdf/direct.pdf

Thanks Kent. These are good links.

> Regarding calculating tables of values of Kirk's representation of an 
> involute of a circle, or any other parametric equations, don't forget 
> that OpenOffice Calc is a fully functional spreadsheet application that 
> has all the necessary mathematical machinery including trig functions 
> like sine, cosine, and arctangent. OpenOffice is available for and runs 
> in Linux, Winders, etc. Like Microsoft Excel, it can generate various 
> forms of plots, although I personally don't like either for generating 
> publication-ready graphs. It should be easy to code up Calc and/or Excel 
> programs to automate the calculations discussed in the above papers.

It didn't occur to me to use OpenOffice. Sometimes I can't see the
forest for the trees.

> As for displaying mathematical functions easily, one can take advantage 
> of the OpenOffice Math interface, but since I'm an old-fart (it's 
> official, even the Social Security Administration says so), I use LaTeX, 
> which has been around since the days when all we had were mainframe 
> computers (and had to walk barefoot through the snow to hand over our 
> punched card decks to the operator at the counter). Now that MathML is 
> fairly mature, there is a lot of interest in MathML-based tools. See, 
> for example, the following MIT pages on displaying mathematics:
> 
> http://web.mit.edu/acs/faq/webmath/contents.html and 
> http://web.mit.edu/ist/topics/webpublishing/mathml/

I'll have to check these links out when I get time. Also, it's
"interesting" what you get when one searches "latex" on Google.

> Finally, regarding the Machinery's Handbook, just find the cheapest 
> price for any recent edition. I bought my 26th Edition (2002) copy on 
> eBay in 2005 for about $35. With the exception of a torn fly leaf, it 
> was in pristine condition. Sometimes eBay is cheapest, sometimes 
> abebooks.com, sometimes amazon.com. Like everything else, you have to be 
> patient.
> 
> Regards,
> Kent

It took me a while to realize that the British metric section in my
nineteenth edition is still applicable, or close enough. I agree there
are great deals to be had on eBay, but it seems to be getting harder, or
maybe, more fun.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Wed, 2009-05-13 at 07:24 +1000, Frank Tkalcevic wrote:
> > On Tue, 2009-05-12 at 15:30 -0400, Douglas Pollard wrote:
> > >  I don't know where to tell you to look but the metric gear info is 
> > > out there somewhere for little or no money.
> > 
> > I thought you where wrong here because I was getting nearly 
> > goose eggs, but I tried Googling "metric gear rack profile" 
> > and got this:
> > http://www.sdp-si.com/d785/html1/D785T000.html 
> > 
> 
> On the sdp-si web site you can download 2d and 3d models of all the gears
> and pulleys they sell.  Does anyone know if the models are accurate enough
> to generate gcode from?

Sorry I don't have a .dwg compatible CAD program, so I can't view these
gear files. From the links I have received, it's turning out that it's
not that difficult to generate the gear profile ounce you have the pitch
diameter and pitch determined, so the drawings might not be all that
handy.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Tue, 2009-05-12 at 22:03 -0500, Stuart Stevenson wrote:
> Kirk,
>I have software (FAPT) that will generate the tooth profile using
> the information out of the machinery's handbook charts. I would be
> happy to input the data and send you the profile in G-code.
> Stuart

Thank you Stuart. I am able to generate the tooth profiles, or rather
points on the profile with QCAD by drawing the rack and doing the
involute copy/move. This gives me an idea of what's going on. As I learn
more, I am able to simplify the process. I have a particular 4:1 gear
set I need for my turret encoder on the Shizuoka, which I have enough
profile points on. I'll connect the dots with lines, then use dxf2gcode
to get the .ngc file.

I do have some other projects that need gears. For instance, they don't
show up in this photo:
http://www.wallacecompany.com/old_lathe/head-1a.jpg 

but there are a bunch of teeth missing from the small spindle gear and
the back gear set on this lathe. I am considering, making new parts from
scratch. I think I'll learn enough from the encoder project to be able
to get these gears done.

-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Stuart Stevenson
Kirk,
   I have software (FAPT) that will generate the tooth profile using
the information out of the machinery's handbook charts. I would be
happy to input the data and send you the profile in G-code.
Stuart

On Tue, May 12, 2009 at 9:22 PM, Kent A. Reed  wrote:
> Gentle persons:
>
> Kirk and others may find the following references to be useful:
>
> 1) "The Involute Curve, Drafting a Gear in CAD and Applications," by
> Nick Carter. http://www.cartertools.com/involute.html
>
> 2)  "Direct Gear Design for Spur and Helical Involute Gears," by
> Alexander L. Kapelevich and Roderick E. Kleiss.
> http://www.akgears.com/pdf/direct.pdf
>
> Regarding calculating tables of values of Kirk's representation of an
> involute of a circle, or any other parametric equations, don't forget
> that OpenOffice Calc is a fully functional spreadsheet application that
> has all the necessary mathematical machinery including trig functions
> like sine, cosine, and arctangent. OpenOffice is available for and runs
> in Linux, Winders, etc. Like Microsoft Excel, it can generate various
> forms of plots, although I personally don't like either for generating
> publication-ready graphs. It should be easy to code up Calc and/or Excel
> programs to automate the calculations discussed in the above papers.
>
> As for displaying mathematical functions easily, one can take advantage
> of the OpenOffice Math interface, but since I'm an old-fart (it's
> official, even the Social Security Administration says so), I use LaTeX,
> which has been around since the days when all we had were mainframe
> computers (and had to walk barefoot through the snow to hand over our
> punched card decks to the operator at the counter). Now that MathML is
> fairly mature, there is a lot of interest in MathML-based tools. See,
> for example, the following MIT pages on displaying mathematics:
>
> http://web.mit.edu/acs/faq/webmath/contents.html and
> http://web.mit.edu/ist/topics/webpublishing/mathml/
>
> Finally, regarding the Machinery's Handbook, just find the cheapest
> price for any recent edition. I bought my 26th Edition (2002) copy on
> eBay in 2005 for about $35. With the exception of a torn fly leaf, it
> was in pristine condition. Sometimes eBay is cheapest, sometimes
> abebooks.com, sometimes amazon.com. Like everything else, you have to be
> patient.
>
> Regards,
> Kent
>
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>



-- 
you can lead a person to knowledge
but you cannot make him think

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kent A. Reed
Gentle persons:

Kirk and others may find the following references to be useful:

1) "The Involute Curve, Drafting a Gear in CAD and Applications," by 
Nick Carter. http://www.cartertools.com/involute.html

2)  "Direct Gear Design for Spur and Helical Involute Gears," by 
Alexander L. Kapelevich and Roderick E. Kleiss. 
http://www.akgears.com/pdf/direct.pdf

Regarding calculating tables of values of Kirk's representation of an 
involute of a circle, or any other parametric equations, don't forget 
that OpenOffice Calc is a fully functional spreadsheet application that 
has all the necessary mathematical machinery including trig functions 
like sine, cosine, and arctangent. OpenOffice is available for and runs 
in Linux, Winders, etc. Like Microsoft Excel, it can generate various 
forms of plots, although I personally don't like either for generating 
publication-ready graphs. It should be easy to code up Calc and/or Excel 
programs to automate the calculations discussed in the above papers.

As for displaying mathematical functions easily, one can take advantage 
of the OpenOffice Math interface, but since I'm an old-fart (it's 
official, even the Social Security Administration says so), I use LaTeX, 
which has been around since the days when all we had were mainframe 
computers (and had to walk barefoot through the snow to hand over our 
punched card decks to the operator at the counter). Now that MathML is 
fairly mature, there is a lot of interest in MathML-based tools. See, 
for example, the following MIT pages on displaying mathematics:

http://web.mit.edu/acs/faq/webmath/contents.html and 
http://web.mit.edu/ist/topics/webpublishing/mathml/

Finally, regarding the Machinery's Handbook, just find the cheapest 
price for any recent edition. I bought my 26th Edition (2002) copy on 
eBay in 2005 for about $35. With the exception of a torn fly leaf, it 
was in pristine condition. Sometimes eBay is cheapest, sometimes 
abebooks.com, sometimes amazon.com. Like everything else, you have to be 
patient.

Regards,
Kent

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] [OT] Fun with Math

2009-05-12 Thread Christopher Purcell
On Mon, 11 May 2009 15:33:30 -0700 Kirk Wallace wrote:
> Thanks for the reply, Steve. I was a bit vague in my question  
> because I
> didn't and still don't have a good idea what I want. It looks like Kig
> allows you to draw and manipulate common geometry. What I was looking
> for, is a means to write out a function like this:
> http://www.wallacecompany.com/machine_shop/gears/involute_equation-1a.png
> then have it fill in a spread sheet of input and output, and graph the
> data points. Another problem is that the link above is an image of
> functions. I would like to be able to post the functions themselves,  
> so
> that the functions could be downloaded and used. I have no idea of  
> what
> application would do that... MathCAD or other?
> Kirk Wallace

You can see how Mathematica handles your example of the involute of  
the circle at the MathWorld site:
http://mathworld.wolfram.com/CircleInvolute.html
where you can download a Mathematica notebook containing code for the  
involute, and a free viewer to display the code and the plots.  
Wolfram's free viewer, called Mathematica Player, runs on Ubuntu and  
other operating systems. There is a prettier version of the involute  
packaged as a live demo that runs on Mathematica Player at:
http://demonstrations.wolfram.com/CircleInvolute/
which shows another way to share functions. You need a full version of  
Mathematica to create these demos, but anyone can view and manipulate  
them for free. In my not so humble opinion, Mathematica is far and  
away the best product in the market for working with advanced  
mathematics. Some people may squawk at its price (unless you are a  
student), or dislike being tied to commercial code, but it will take a  
while for the open source community to catch up to Stephen Wolfram and  
company.

To share your involute gear function with another Mathematica user you  
would email them or post on a web site something like the following  
line of text.

d = 1; ParametricPlot[{d (Cos[t] + t Sin[t]), d (-t Cos[t] + Sin[t])},  
{t, 0, 2 Pi}]

PS. I  use Mathematica for CAD (for R&D, not production work), and  
program it to generate g-code for EMC2 directly, or have it write out  
text files of coordinates and import these into Catia or Pro/E, when  
they run out of steam.


christopherpurc...@mac.com



--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Emc-users Digest, Vol 37, Issue 33

2009-05-12 Thread jamesisaacjames

> Message: 1
> Date: Tue, 12 May 2009 14:21:33 -0400
> From: Douglas Pollard 
> Subject: Re: [Emc-users] Gear Tooth Profile
> To: "Enhanced Machine Controller (EMC)"
>   

> Kirk Wallace wrote:
>   
>> On Sat, 2009-05-09 at 11:45 -0700, Kirk Wallace wrote:
>>   
>> 
>>> I would like to make gears, but I need to know the tooth shape in order
>>> to make a form tool or cut an outline. This is what I came up with, if
>>> there are any mistakes or bad assumptions, please let me know.
>> ... snip
>> 
> My 1974,  19th Edition, Machinerys handbook, has British metric 
> standards but they may be different. Their threads are. Seems everyone 
> wanted to go metric, but they just wanted their own metric standards.
>   

The (1992) 24th Edition of Machinery Handbook does not have Metric tables.
Maybe you should ask someone who has a 28th edition if the metric tables 
are in that 28th edition?

The 1987 version of "Technology of Machine Tools", (Canadian Edition), 
has a table of metric threads on page 215.
1. The flat at the bottom of the metric thread is twice the flat at the 
top of the thread.
(I am reading this off the rack form of the metric thread).
2. The depth of thread, (D), is 0.6134 times the pitch, (P).

The metric thread root is described as thicker, which gives more strength.
The 60 degree include angle sounds easy to make a forming tool.
Ummm.
I suspect you have more Machinery Handbook, local, and email support for 
American Standard threads.
Just before the gear cutting stuff in the 24th Edition, there is a 
section on cutting racks on milling machines.


James Isaac.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Greg Michalski
> On Tue, 2009-05-12 at 17:24 -400, Frank Tkalcevic wrote:
> 
> > On Tue, 2009-05-12 at 15:30 -0400, Douglas Pollard wrote:
> > >  I don't know where to tell you to look but the metric gear info is
> > > out there somewhere for little or no money.
> >
> > I thought you where wrong here because I was getting nearly
> > goose eggs, but I tried Googling "metric gear rack profile"
> > and got this:
> > http://www.sdp-si.com/d785/html1/D785T000.html
> >
> 
> On the sdp-si web site you can download 2d and 3d models of all the gears
> and pulleys they sell.  Does anyone know if the models are accurate enough
> to generate gcode from?


I don't know about all the gear types, but I know the timing belt pulleys
are accurate enough to machine from.

HTH

Greg
www.distinctperspectives.com


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Frank Tkalcevic
> On Tue, 2009-05-12 at 15:30 -0400, Douglas Pollard wrote:
> >  I don't know where to tell you to look but the metric gear info is 
> > out there somewhere for little or no money.
> 
> I thought you where wrong here because I was getting nearly 
> goose eggs, but I tried Googling "metric gear rack profile" 
> and got this:
> http://www.sdp-si.com/d785/html1/D785T000.html 
> 

On the sdp-si web site you can download 2d and 3d models of all the gears
and pulleys they sell.  Does anyone know if the models are accurate enough
to generate gcode from?


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Stuart Stevenson
Kirk,
   Are you wanting to develop the CAM algorithms for gear generation
or are you just wanting the G-code for a specific gear profile?
Stuart

On Tue, May 12, 2009 at 3:10 PM, Kirk Wallace
 wrote:
> On Tue, 2009-05-12 at 15:30 -0400, Douglas Pollard wrote:
>>  I don't know where to tell you to look but the metric gear info is out
>> there somewhere for little or no money.
>
> I thought you where wrong here because I was getting nearly goose eggs,
> but I tried Googling "metric gear rack profile" and got this:
> http://www.sdp-si.com/d785/html1/D785T000.html
>
> Looks good so far,but now I have more to read.
> --
> Kirk Wallace
> http://www.wallacecompany.com/machine_shop/
> http://www.wallacecompany.com/E45/index.html
> California, USA
>
>
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>



-- 
you can lead a person to knowledge
but you cannot make him think

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Rainer Schmidt
I moved from Brooklyn to an area in NJ where housing was affordable at
the time. Little did I know as German new comer... I was looking for
the right terminology for quite some while and rabble is the word I
was missing for a few years now. Thanks! 8).
Rainer

PS: 'People of no consequence' sounds very arrogant...

Here is a great Dictionary:
http://www.alcyone.com/max/lit/devils/
I got the book and love to read in it once in a while. I like the one
entry a lot which is missing in this site:

Hell: The absence of reason.

On Tue, May 12, 2009 at 3:47 PM, Dave Engvall  wrote:
> Webster defines 'riffraff' as: "those people or that segment of
> society regarded as of no consequence".
>
> In my early days I also drove Volvo's. Had a 544 and a couple of
> 122's. one with the 108 HP engine... more fun.
>
> Dave
>
> On May 12, 2009, at 11:07 AM, Lars Andersson wrote:
>
>> For us not natives, what is "riff raff"? Tried to google it, maybe
>> means
>> plebeian or so?
>> Anyway, I drive an old Volvo.
>>
>>> -Original Message-
>>> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
>>> Sent: den 12 maj 2009 19:41
>>> To: Enhanced Machine Controller (EMC)
>>> Subject: Re: [Emc-users] almost for how helpful
>>>
>>> On Tuesday 12 May 2009, Stuart Stevenson wrote:
 doesn't keep all the riff raff out - I am here and grateful for
 it :)
>>> :)
>>>
>>> Same here Stuart.  They even tolerate old farts like me.  Amazing...
>>>
 On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt
 
>>> wrote:
> Yes, I have the same experience. This is a smart list! Seems UNIX
> keeps the riff raff out... How I got here? Never mind...
>
> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
>>> 
>>> wrote:
>>    I recently posted an e-mail to this list and also posted an e-
>>> mail
>> to another list about the proprietary CNC software that is
>>> discussed
>> there as I have the choice to use either.
>>    Here I got several thoughtful answers there I got none. They
>> are
>> nice people on that other list and seem to try to be helpful. It
>>> dawned
>> on me that they simply don't know anything about the software they
>>> are
>> using or the windows program it's running on.
>>    I find myself felling pretty dumb in the face of a lot of
>>> superior
>> knowledge here on these Linux groups,thenI think about most of the
>> Windows user I know who haven't got a clue.
>>    This list alone makes running EMC2  a worthwhile endevour.
>> It is
>>> not
>> everyday in life that you run across a bunch of people who help
>>> each
>> other and help others as goes on here. Anyway everyone involved
>>> here
>> deserves a little well earned praise.
>>
>> Thanks All,
>>
>>      Doug
>
> _
> Rainer M. Schmidt
> Complex Consulting LLC
> b...@complexllc.com
> VoIP (646)-233-1002
> FAX (646)-435-9216
>
> ---
> -
>>> --
>  The NEW KODAK i700 Series Scanners deliver under ANY
>>> circumstances!
> Your production scanning environment may not be a perfect world -
>>> but
> thanks to Kodak, there's a perfect scanner to get the job done!
> With
>>> the
> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
>>> with
> all image processing features enabled. http://p.sf.net/sfu/kodak-
> com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>>>
>>>
>>> --
>>> Cheers, Gene
>>> "There are four boxes to be used in defense of liberty:
>>>  soap, ballot, jury, and ammo. Please use in that order."
>>> -Ed Howdershelt (Author)
>>> A person is just about as big as the things that make them angry.
>>>
>>>
>>> -
>>> --
>>> ---
>>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>>> Your
>>> production scanning environment may not be a perfect world - but
>>> thanks
>>> to
>>> Kodak, there's a perfect scanner to get the job done! With the NEW
>>> KODAK i700
>>> Series Scanner you'll get full speed at 300 dpi even with all image
>>> processing features enabled. http://p.sf.net/sfu/kodak-com
>>> ___
>>> Emc-users mailing list
>>> Emc-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>>
>> --
>> 
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your
>> production scanning environment may not be a perfect world - but
>> thanks to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
>> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> process

Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Tue, 2009-05-12 at 15:30 -0400, Douglas Pollard wrote:
>  I don't know where to tell you to look but the metric gear info is out 
> there somewhere for little or no money.

I thought you where wrong here because I was getting nearly goose eggs,
but I tried Googling "metric gear rack profile" and got this:
http://www.sdp-si.com/d785/html1/D785T000.html 

Looks good so far,but now I have more to read.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Dave Engvall
Webster defines 'riffraff' as: "those people or that segment of  
society regarded as of no consequence".

In my early days I also drove Volvo's. Had a 544 and a couple of  
122's. one with the 108 HP engine... more fun.

Dave

On May 12, 2009, at 11:07 AM, Lars Andersson wrote:

> For us not natives, what is "riff raff"? Tried to google it, maybe  
> means
> plebeian or so?
> Anyway, I drive an old Volvo.
>
>> -Original Message-
>> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
>> Sent: den 12 maj 2009 19:41
>> To: Enhanced Machine Controller (EMC)
>> Subject: Re: [Emc-users] almost for how helpful
>>
>> On Tuesday 12 May 2009, Stuart Stevenson wrote:
>>> doesn't keep all the riff raff out - I am here and grateful for  
>>> it :)
>> :)
>>
>> Same here Stuart.  They even tolerate old farts like me.  Amazing...
>>
>>> On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt  
>>> 
>> wrote:
 Yes, I have the same experience. This is a smart list! Seems UNIX
 keeps the riff raff out... How I got here? Never mind...

 On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
>> 
>> wrote:
>I recently posted an e-mail to this list and also posted an e-
>> mail
> to another list about the proprietary CNC software that is
>> discussed
> there as I have the choice to use either.
>Here I got several thoughtful answers there I got none. They  
> are
> nice people on that other list and seem to try to be helpful. It
>> dawned
> on me that they simply don't know anything about the software they
>> are
> using or the windows program it's running on.
>I find myself felling pretty dumb in the face of a lot of
>> superior
> knowledge here on these Linux groups,thenI think about most of the
> Windows user I know who haven't got a clue.
>This list alone makes running EMC2  a worthwhile endevour.  
> It is
>> not
> everyday in life that you run across a bunch of people who help
>> each
> other and help others as goes on here. Anyway everyone involved
>> here
> deserves a little well earned praise.
>
> Thanks All,
>
>  Doug

 _
 Rainer M. Schmidt
 Complex Consulting LLC
 b...@complexllc.com
 VoIP (646)-233-1002
 FAX (646)-435-9216

 --- 
 -
>> --
  The NEW KODAK i700 Series Scanners deliver under ANY
>> circumstances!
 Your production scanning environment may not be a perfect world -
>> but
 thanks to Kodak, there's a perfect scanner to get the job done!  
 With
>> the
 NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
>> with
 all image processing features enabled. http://p.sf.net/sfu/kodak- 
 com
 ___
 Emc-users mailing list
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>>
>> --
>> Cheers, Gene
>> "There are four boxes to be used in defense of liberty:
>>  soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> A person is just about as big as the things that make them angry.
>>
>>
>> - 
>> --
>> ---
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your
>> production scanning environment may not be a perfect world - but  
>> thanks
>> to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
>> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
> -- 
> 
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!  
> Your
> production scanning environment may not be a perfect world - but  
> thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW  
> KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com

Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Douglas Pollard
Kirk Wallace wrote:
> On Tue, 2009-05-12 at 14:21 -0400, Douglas Pollard wrote:
>   
>> Kirk Wallace wrote:
>> 
>>> On Sat, 2009-05-09 at 11:45 -0700, Kirk Wallace wrote:
>>>   
>>>   
 I would like to make gears, but I need to know the tooth shape in order
 
> ...snip  
>   
>> My 1974,  19th Edition, Machinerys handbook, has British metric 
>> standards but they may be different. Their threads are. Seems everyone 
>> wanted to go metric, but they just wanted their own metric standards.
>> 
>
> I cruised Amazon.com, they have the 28th Edition for $66. It would
> probably the best CNC dollars I could spend. They appear to offer a
> limited number of any pages in the book as a preview, so I get a good
> start there. It's funny that eBay 28th Edition prices are much higher.
>
> I think a gear designer would be a great cloud computing application.
>   
Most likely the info you want is in the 28th edition.  Fully 90 % of the 
info you will need in the coming years is in the edition you have. I 
don't know where to tell you to look but the metric gear info is out 
there somewhere for little or no money.  As to the Machinerys hand book 
my father had ,I think, the 6th edition , my older brother had the 11th 
About 1939. and my first one was the 13th edition about 1958 they all 
had mostly the same info though there were additions and deletions as 
new things came along and old ones became obsolete. My brothers son now 
is the proud owner of all three editions he is also a machinist.  What 
ever you do keep the old book.  I call my nephew from time to time and 
ask him to look up something in the old books.  Doug

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Tue, 2009-05-12 at 14:21 -0400, Douglas Pollard wrote:
> Kirk Wallace wrote:
> > On Sat, 2009-05-09 at 11:45 -0700, Kirk Wallace wrote:
> >   
> >> I would like to make gears, but I need to know the tooth shape in order
...snip  
> My 1974,  19th Edition, Machinerys handbook, has British metric 
> standards but they may be different. Their threads are. Seems everyone 
> wanted to go metric, but they just wanted their own metric standards.

I cruised Amazon.com, they have the 28th Edition for $66. It would
probably the best CNC dollars I could spend. They appear to offer a
limited number of any pages in the book as a preview, so I get a good
start there. It's funny that eBay 28th Edition prices are much higher.

I think a gear designer would be a great cloud computing application.
-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Stuart Stevenson
another

http://mw1.m-w.com/dictionary/riffraff

I like the synonym 'rabble'


On Tue, May 12, 2009 at 1:07 PM, Lars Andersson  wrote:
> For us not natives, what is "riff raff"? Tried to google it, maybe means
> plebeian or so?
> Anyway, I drive an old Volvo.
>
>> -Original Message-
>> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
>> Sent: den 12 maj 2009 19:41
>> To: Enhanced Machine Controller (EMC)
>> Subject: Re: [Emc-users] almost for how helpful
>>
>> On Tuesday 12 May 2009, Stuart Stevenson wrote:
>> >doesn't keep all the riff raff out - I am here and grateful for it :)
>> :)
>>
>> Same here Stuart.  They even tolerate old farts like me.  Amazing...
>>
>> >On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt 
>> wrote:
>> >> Yes, I have the same experience. This is a smart list! Seems UNIX
>> >> keeps the riff raff out... How I got here? Never mind...
>> >>
>> >> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
>> 
>> wrote:
>> >>>    I recently posted an e-mail to this list and also posted an e-
>> mail
>> >>> to another list about the proprietary CNC software that is
>> discussed
>> >>> there as I have the choice to use either.
>> >>>    Here I got several thoughtful answers there I got none. They are
>> >>> nice people on that other list and seem to try to be helpful. It
>> dawned
>> >>> on me that they simply don't know anything about the software they
>> are
>> >>> using or the windows program it's running on.
>> >>>    I find myself felling pretty dumb in the face of a lot of
>> superior
>> >>> knowledge here on these Linux groups,thenI think about most of the
>> >>> Windows user I know who haven't got a clue.
>> >>>    This list alone makes running EMC2  a worthwhile endevour. It is
>> not
>> >>> everyday in life that you run across a bunch of people who help
>> each
>> >>> other and help others as goes on here. Anyway everyone involved
>> here
>> >>> deserves a little well earned praise.
>> >>>
>> >>> Thanks All,
>> >>>
>> >>>      Doug
>> >>
>> >> _
>> >> Rainer M. Schmidt
>> >> Complex Consulting LLC
>> >> b...@complexllc.com
>> >> VoIP (646)-233-1002
>> >> FAX (646)-435-9216
>> >>
>> >> 
>> --
>> >> The NEW KODAK i700 Series Scanners deliver under ANY
>> circumstances!
>> >> Your production scanning environment may not be a perfect world -
>> but
>> >> thanks to Kodak, there's a perfect scanner to get the job done! With
>> the
>> >> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
>> with
>> >> all image processing features enabled. http://p.sf.net/sfu/kodak-com
>> >> ___
>> >> Emc-users mailing list
>> >> Emc-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>>
>> --
>> Cheers, Gene
>> "There are four boxes to be used in defense of liberty:
>>  soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> A person is just about as big as the things that make them angry.
>>
>>
>> ---
>> ---
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your
>> production scanning environment may not be a perfect world - but thanks
>> to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
>> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>



-- 
you can lead a person to knowledge
but you cannot make him think

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo

Re: [Emc-users] almost for how helpful

2009-05-12 Thread Gene Heskett
On Tuesday 12 May 2009, Lars Andersson wrote:
>For us not natives, what is "riff raff"? Tried to google it, maybe means
>plebeian or so?
>Anyway, I drive an old Volvo.

I drive a 10 year old GMC 3 door 4wd pickup, (usually referred to as a West 
Virginia Cadillac, this is ALL 4wd country hereabouts) and to identify riff-
raff, I look in the mirror. I don't like what I see. :(

>> -Original Message-
>> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
>> Sent: den 12 maj 2009 19:41
>> To: Enhanced Machine Controller (EMC)
>> Subject: Re: [Emc-users] almost for how helpful
>>
>> On Tuesday 12 May 2009, Stuart Stevenson wrote:
>> >doesn't keep all the riff raff out - I am here and grateful for it :)
>> >
>> :)
>>
>> Same here Stuart.  They even tolerate old farts like me.  Amazing...
>>
>> >On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt 
>>
>> wrote:
>> >> Yes, I have the same experience. This is a smart list! Seems UNIX
>> >> keeps the riff raff out... How I got here? Never mind...
>> >>
>> >> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
>>
>> 
>>
>> wrote:
>> >>>I recently posted an e-mail to this list and also posted an e-
>>
>> mail
>>
>> >>> to another list about the proprietary CNC software that is
>>
>> discussed
>>
>> >>> there as I have the choice to use either.
>> >>>Here I got several thoughtful answers there I got none. They are
>> >>> nice people on that other list and seem to try to be helpful. It
>>
>> dawned
>>
>> >>> on me that they simply don't know anything about the software they
>>
>> are
>>
>> >>> using or the windows program it's running on.
>> >>>I find myself felling pretty dumb in the face of a lot of
>>
>> superior
>>
>> >>> knowledge here on these Linux groups,thenI think about most of the
>> >>> Windows user I know who haven't got a clue.
>> >>>This list alone makes running EMC2  a worthwhile endevour. It is
>>
>> not
>>
>> >>> everyday in life that you run across a bunch of people who help
>>
>> each
>>
>> >>> other and help others as goes on here. Anyway everyone involved
>>
>> here
>>
>> >>> deserves a little well earned praise.
>> >>>
>> >>> Thanks All,
>> >>>
>> >>>  Doug
>> >>
>> >> _
>> >> Rainer M. Schmidt
>> >> Complex Consulting LLC
>> >> b...@complexllc.com
>> >> VoIP (646)-233-1002
>> >> FAX (646)-435-9216
>> >>
>> >> 
>>
>> --
>>
>> >> The NEW KODAK i700 Series Scanners deliver under ANY
>>
>> circumstances!
>>
>> >> Your production scanning environment may not be a perfect world -
>>
>> but
>>
>> >> thanks to Kodak, there's a perfect scanner to get the job done! With
>>
>> the
>>
>> >> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
>>
>> with
>>
>> >> all image processing features enabled. http://p.sf.net/sfu/kodak-com
>> >> ___
>> >> Emc-users mailing list
>> >> Emc-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>> --
>> Cheers, Gene
>> "There are four boxes to be used in defense of liberty:
>>  soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> A person is just about as big as the things that make them angry.
>>
>>
>> ---
>> ---
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your
>> production scanning environment may not be a perfect world - but thanks
>> to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
>> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
>-- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700 Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
>___
>Emc-users mailing list
>Emc-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/emc-users


-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Would you care to view the ruins of my good intentions?


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's

Re: [Emc-users] almost for how helpful

2009-05-12 Thread Alex Joni
First hit on google was wikipedia, from there top link to
http://en.wiktionary.org/wiki/riffraff

Regards,
Alex

- Original Message - 
From: "Lars Andersson" 
To: "'Enhanced Machine Controller (EMC)'" 
Sent: Tuesday, May 12, 2009 9:07 PM
Subject: Re: [Emc-users] almost for how helpful


> For us not natives, what is "riff raff"? Tried to google it, maybe means
> plebeian or so?
> Anyway, I drive an old Volvo.
>
>> -Original Message-
>> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
>> Sent: den 12 maj 2009 19:41
>> To: Enhanced Machine Controller (EMC)
>> Subject: Re: [Emc-users] almost for how helpful
>>
>> On Tuesday 12 May 2009, Stuart Stevenson wrote:
>> >doesn't keep all the riff raff out - I am here and grateful for it :)
>> :)
>>
>> Same here Stuart.  They even tolerate old farts like me.  Amazing...
>>
>> >On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt 
>> wrote:
>> >> Yes, I have the same experience. This is a smart list! Seems UNIX
>> >> keeps the riff raff out... How I got here? Never mind...
>> >>
>> >> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
>> 
>> wrote:
>> >>>I recently posted an e-mail to this list and also posted an e-
>> mail
>> >>> to another list about the proprietary CNC software that is
>> discussed
>> >>> there as I have the choice to use either.
>> >>>Here I got several thoughtful answers there I got none. They are
>> >>> nice people on that other list and seem to try to be helpful. It
>> dawned
>> >>> on me that they simply don't know anything about the software they
>> are
>> >>> using or the windows program it's running on.
>> >>>I find myself felling pretty dumb in the face of a lot of
>> superior
>> >>> knowledge here on these Linux groups,thenI think about most of the
>> >>> Windows user I know who haven't got a clue.
>> >>>This list alone makes running EMC2  a worthwhile endevour. It is
>> not
>> >>> everyday in life that you run across a bunch of people who help
>> each
>> >>> other and help others as goes on here. Anyway everyone involved
>> here
>> >>> deserves a little well earned praise.
>> >>>
>> >>> Thanks All,
>> >>>
>> >>>  Doug
>> >>
>> >> _
>> >> Rainer M. Schmidt
>> >> Complex Consulting LLC
>> >> b...@complexllc.com
>> >> VoIP (646)-233-1002
>> >> FAX (646)-435-9216
>> >>
>> >> 
>> --
>> >> The NEW KODAK i700 Series Scanners deliver under ANY
>> circumstances!
>> >> Your production scanning environment may not be a perfect world -
>> but
>> >> thanks to Kodak, there's a perfect scanner to get the job done! With
>> the
>> >> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
>> with
>> >> all image processing features enabled. http://p.sf.net/sfu/kodak-com
>> >> ___
>> >> Emc-users mailing list
>> >> Emc-users@lists.sourceforge.net
>> >> https://lists.sourceforge.net/lists/listinfo/emc-users
>>
>>
>> --
>> Cheers, Gene
>> "There are four boxes to be used in defense of liberty:
>>  soap, ballot, jury, and ammo. Please use in that order."
>> -Ed Howdershelt (Author)
>> A person is just about as big as the things that make them angry.
>>
>>
>> ---
>> ---
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your
>> production scanning environment may not be a perfect world - but thanks
>> to
>> Kodak, there's a perfect scanner to get the job done! With the NEW
>> KODAK i700
>> Series Scanner you'll get full speed at 300 dpi even with all image
>> processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK 
> i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users






No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.325 / Virus Database: 270.12.26/2110 - Release Date: 05/12/09 
06:22:00


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfec

Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Douglas Pollard
Kirk Wallace wrote:
> On Sat, 2009-05-09 at 11:45 -0700, Kirk Wallace wrote:
>   
>> I would like to make gears, but I need to know the tooth shape in order
>> to make a form tool or cut an outline. This is what I came up with, if
>> there are any mistakes or bad assumptions, please let me know.
>>
>> I referenced:
>> http://en.wikipedia.org/wiki/Gear 
>> http://en.wikipedia.org/wiki/Involute_gear 
>> http://en.wikipedia.org/wiki/Involute 
>> http://en.wikipedia.org/wiki/Rack_and_pinion 
>>
>> My example gear is a 2m(module) pitch - 20mm.
>>
>> A sample is on this page:
>> http://www.qtcgears.com/RFQ/default.asp?Page=../KHK/newgears/KHK044.html 
>> (Short URL) http://alturl.com/whp2 
>>
>> Pitch is the tooth length, but expressed in pitch circle diameter, so a
>> 
> ... snip
>
> Dooh, I've had my Dad's Machinery's Handbook for almost twenty years and
> it hadn't occurred to me until now to see if there is any gear
> information it. It seems to cover everything I've been trying to hash
> out the last few days, including the ANSI 20 degree rack form. The
> gearing section is about four hundred pages, fortunately, about ten or
> fifteen cover what I need. One problem is my 1971 edition doesn't cover
> metric gears, so if anyone has any leads to the metric standards, I'd
> appreciate hearing from you. I suppose I could just buy a current
> edition.
>
> I found another interesting link here:
> http://science.howstuffworks.com/gear8.htm
>
>
>   
My 1974,  19th Edition, Machinerys handbook, has British metric 
standards but they may be different. Their threads are. Seems everyone 
wanted to go metric, but they just wanted their own metric standards.

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Lars Andersson
For us not natives, what is "riff raff"? Tried to google it, maybe means
plebeian or so?
Anyway, I drive an old Volvo.

> -Original Message-
> From: Gene Heskett [mailto:gene.hesk...@gmail.com]
> Sent: den 12 maj 2009 19:41
> To: Enhanced Machine Controller (EMC)
> Subject: Re: [Emc-users] almost for how helpful
> 
> On Tuesday 12 May 2009, Stuart Stevenson wrote:
> >doesn't keep all the riff raff out - I am here and grateful for it :)
> :)
> 
> Same here Stuart.  They even tolerate old farts like me.  Amazing...
> 
> >On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt 
> wrote:
> >> Yes, I have the same experience. This is a smart list! Seems UNIX
> >> keeps the riff raff out... How I got here? Never mind...
> >>
> >> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard
> 
> wrote:
> >>>I recently posted an e-mail to this list and also posted an e-
> mail
> >>> to another list about the proprietary CNC software that is
> discussed
> >>> there as I have the choice to use either.
> >>>Here I got several thoughtful answers there I got none. They are
> >>> nice people on that other list and seem to try to be helpful. It
> dawned
> >>> on me that they simply don't know anything about the software they
> are
> >>> using or the windows program it's running on.
> >>>I find myself felling pretty dumb in the face of a lot of
> superior
> >>> knowledge here on these Linux groups,thenI think about most of the
> >>> Windows user I know who haven't got a clue.
> >>>This list alone makes running EMC2  a worthwhile endevour. It is
> not
> >>> everyday in life that you run across a bunch of people who help
> each
> >>> other and help others as goes on here. Anyway everyone involved
> here
> >>> deserves a little well earned praise.
> >>>
> >>> Thanks All,
> >>>
> >>>  Doug
> >>
> >> _
> >> Rainer M. Schmidt
> >> Complex Consulting LLC
> >> b...@complexllc.com
> >> VoIP (646)-233-1002
> >> FAX (646)-435-9216
> >>
> >> 
> --
> >> The NEW KODAK i700 Series Scanners deliver under ANY
> circumstances!
> >> Your production scanning environment may not be a perfect world -
> but
> >> thanks to Kodak, there's a perfect scanner to get the job done! With
> the
> >> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even
> with
> >> all image processing features enabled. http://p.sf.net/sfu/kodak-com
> >> ___
> >> Emc-users mailing list
> >> Emc-users@lists.sourceforge.net
> >> https://lists.sourceforge.net/lists/listinfo/emc-users
> 
> 
> --
> Cheers, Gene
> "There are four boxes to be used in defense of liberty:
>  soap, ballot, jury, and ammo. Please use in that order."
> -Ed Howdershelt (Author)
> A person is just about as big as the things that make them angry.
> 
> 
> ---
> ---
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
> Your
> production scanning environment may not be a perfect world - but thanks
> to
> Kodak, there's a perfect scanner to get the job done! With the NEW
> KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Gear Tooth Profile

2009-05-12 Thread Kirk Wallace
On Sat, 2009-05-09 at 11:45 -0700, Kirk Wallace wrote:
> I would like to make gears, but I need to know the tooth shape in order
> to make a form tool or cut an outline. This is what I came up with, if
> there are any mistakes or bad assumptions, please let me know.
> 
> I referenced:
> http://en.wikipedia.org/wiki/Gear 
> http://en.wikipedia.org/wiki/Involute_gear 
> http://en.wikipedia.org/wiki/Involute 
> http://en.wikipedia.org/wiki/Rack_and_pinion 
> 
> My example gear is a 2m(module) pitch - 20mm.
> 
> A sample is on this page:
> http://www.qtcgears.com/RFQ/default.asp?Page=../KHK/newgears/KHK044.html 
> (Short URL) http://alturl.com/whp2 
> 
> Pitch is the tooth length, but expressed in pitch circle diameter, so a
... snip

Dooh, I've had my Dad's Machinery's Handbook for almost twenty years and
it hadn't occurred to me until now to see if there is any gear
information it. It seems to cover everything I've been trying to hash
out the last few days, including the ANSI 20 degree rack form. The
gearing section is about four hundred pages, fortunately, about ten or
fifteen cover what I need. One problem is my 1971 edition doesn't cover
metric gears, so if anyone has any leads to the metric standards, I'd
appreciate hearing from you. I suppose I could just buy a current
edition.

I found another interesting link here:
http://science.howstuffworks.com/gear8.htm


-- 
Kirk Wallace
http://www.wallacecompany.com/machine_shop/
http://www.wallacecompany.com/E45/index.html
California, USA


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Gene Heskett
On Tuesday 12 May 2009, Stuart Stevenson wrote:
>doesn't keep all the riff raff out - I am here and grateful for it :) :)

Same here Stuart.  They even tolerate old farts like me.  Amazing...

>On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt  wrote:
>> Yes, I have the same experience. This is a smart list! Seems UNIX
>> keeps the riff raff out... How I got here? Never mind...
>>
>> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard  
wrote:
>>>I recently posted an e-mail to this list and also posted an e-mail
>>> to another list about the proprietary CNC software that is discussed
>>> there as I have the choice to use either.
>>>Here I got several thoughtful answers there I got none. They are
>>> nice people on that other list and seem to try to be helpful. It dawned
>>> on me that they simply don't know anything about the software they are
>>> using or the windows program it's running on.
>>>I find myself felling pretty dumb in the face of a lot of superior
>>> knowledge here on these Linux groups,thenI think about most of the
>>> Windows user I know who haven't got a clue.
>>>This list alone makes running EMC2  a worthwhile endevour. It is not
>>> everyday in life that you run across a bunch of people who help each
>>> other and help others as goes on here. Anyway everyone involved here
>>> deserves a little well earned praise.
>>>
>>> Thanks All,
>>>
>>>  Doug
>>
>> _
>> Rainer M. Schmidt
>> Complex Consulting LLC
>> b...@complexllc.com
>> VoIP (646)-233-1002
>> FAX (646)-435-9216
>>
>> --
>> The NEW KODAK i700 Series Scanners deliver under ANY circumstances!
>> Your production scanning environment may not be a perfect world - but
>> thanks to Kodak, there's a perfect scanner to get the job done! With the
>> NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with
>> all image processing features enabled. http://p.sf.net/sfu/kodak-com
>> ___
>> Emc-users mailing list
>> Emc-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/emc-users


-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
A person is just about as big as the things that make them angry.


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Gene Heskett
On Tuesday 12 May 2009, Rainer Schmidt wrote:
>Yes, I have the same experience. This is a smart list! Seems UNIX
>keeps the riff raff out... How I got here? Never mind...
>
Humm, perhaps you have seen a small glimmer of "The Light"? :)  In any event, 
welcome in case it hasn't been said before.

>On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard  
wrote:
>>I recently posted an e-mail to this list and also posted an e-mail
>> to another list about the proprietary CNC software that is discussed
>> there as I have the choice to use either.
>>Here I got several thoughtful answers there I got none. They are
>> nice people on that other list and seem to try to be helpful. It dawned
>> on me that they simply don't know anything about the software they are
>> using or the windows program it's running on.
>>I find myself felling pretty dumb in the face of a lot of superior
>> knowledge here on these Linux groups,thenI think about most of the
>> Windows user I know who haven't got a clue.
>>This list alone makes running EMC2  a worthwhile endevour. It is not
>> everyday in life that you run across a bunch of people who help each
>> other and help others as goes on here. Anyway everyone involved here
>> deserves a little well earned praise.
>>
>> Thanks All,
>>
>>  Doug
>
>_
>Rainer M. Schmidt
>Complex Consulting LLC
>b...@complexllc.com
>VoIP (646)-233-1002
>FAX (646)-435-9216
>
>
>-- The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK
> i700 Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
>___
>Emc-users mailing list
>Emc-users@lists.sourceforge.net
>https://lists.sourceforge.net/lists/listinfo/emc-users


-- 
Cheers, Gene
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
"There are some good people in it, but the orchestra as a whole is equivalent
to a gang bent on destruction."
-- John Cage, composer


--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Stuart Stevenson
doesn't keep all the riff raff out - I am here and grateful for it :) :)

On Tue, May 12, 2009 at 12:10 PM, Rainer Schmidt  wrote:
> Yes, I have the same experience. This is a smart list! Seems UNIX
> keeps the riff raff out... How I got here? Never mind...
>
>
> On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard  
> wrote:
>>    I recently posted an e-mail to this list and also posted an e-mail
>> to another list about the proprietary CNC software that is discussed
>> there as I have the choice to use either.
>>    Here I got several thoughtful answers there I got none. They are
>> nice people on that other list and seem to try to be helpful. It dawned
>> on me that they simply don't know anything about the software they are
>> using or the windows program it's running on.
>>    I find myself felling pretty dumb in the face of a lot of superior
>> knowledge here on these Linux groups,thenI think about most of the
>> Windows user I know who haven't got a clue.
>>    This list alone makes running EMC2  a worthwhile endevour. It is not
>> everyday in life that you run across a bunch of people who help each
>> other and help others as goes on here. Anyway everyone involved here
>> deserves a little well earned praise.
>>
>> Thanks All,
>>
>>      Doug
>>
>>
>
> _
> Rainer M. Schmidt
> Complex Consulting LLC
> b...@complexllc.com
> VoIP (646)-233-1002
> FAX (646)-435-9216
>
> --
> The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
> production scanning environment may not be a perfect world - but thanks to
> Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
> Series Scanner you'll get full speed at 300 dpi even with all image
> processing features enabled. http://p.sf.net/sfu/kodak-com
> ___
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users
>
>



-- 
you can lead a person to knowledge
but you cannot make him think

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] almost for how helpful

2009-05-12 Thread Rainer Schmidt
Yes, I have the same experience. This is a smart list! Seems UNIX
keeps the riff raff out... How I got here? Never mind...


On Tue, May 12, 2009 at 12:54 PM, Douglas Pollard  wrote:
>    I recently posted an e-mail to this list and also posted an e-mail
> to another list about the proprietary CNC software that is discussed
> there as I have the choice to use either.
>    Here I got several thoughtful answers there I got none. They are
> nice people on that other list and seem to try to be helpful. It dawned
> on me that they simply don't know anything about the software they are
> using or the windows program it's running on.
>    I find myself felling pretty dumb in the face of a lot of superior
> knowledge here on these Linux groups,thenI think about most of the
> Windows user I know who haven't got a clue.
>    This list alone makes running EMC2  a worthwhile endevour. It is not
> everyday in life that you run across a bunch of people who help each
> other and help others as goes on here. Anyway everyone involved here
> deserves a little well earned praise.
>
> Thanks All,
>
>      Doug
>
>

_
Rainer M. Schmidt
Complex Consulting LLC
b...@complexllc.com
VoIP (646)-233-1002
FAX (646)-435-9216

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] almost for how helpful

2009-05-12 Thread Douglas Pollard
I recently posted an e-mail to this list and also posted an e-mail 
to another list about the proprietary CNC software that is discussed 
there as I have the choice to use either.
Here I got several thoughtful answers there I got none. They are 
nice people on that other list and seem to try to be helpful. It dawned 
on me that they simply don't know anything about the software they are 
using or the windows program it's running on.
I find myself felling pretty dumb in the face of a lot of superior 
knowledge here on these Linux groups,thenI think about most of the  
Windows user I know who haven't got a clue.
This list alone makes running EMC2  a worthwhile endevour. It is not 
everyday in life that you run across a bunch of people who help each 
other and help others as goes on here. Anyway everyone involved here 
deserves a little well earned praise. 
 
Thanks All,
 
  Doug
 

--
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
___
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users