Check out www.lathes.co.uk, a website that has the most machine tool manuals I have found. I just bought a 1970's vintage Anayak FV2 vertical mill, and he had not only the operators manual but the parts list/detail drawings of the thing as well. Not expensive at all, $68.00 US including shipping
----- Original Message ----- From: [email protected] To: [email protected] Sent: Friday, February 27, 2015 6:58:21 AM Subject: Emc-users Digest, Vol 106, Issue 68 Send Emc-users mailing list submissions to [email protected] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/emc-users or, via email, send a message with subject or body 'help' to [email protected] You can reach the person managing the list at [email protected] When replying, please edit your Subject line so it is more specific than "Re: Contents of Emc-users digest..." Today's Topics: 1. Re: hm2_eth driver missing (Peter C. Wallace) 2. Re: Controlling an infrared reflow oven using LinuxCNC (Marius Alksnys) (John Kasunich) 3. Re: hm2_eth driver missing (Peter C. Wallace) 4. Re: hm2_eth driver missing (Marius Liebenberg) 5. Scaling constants Agiecut AT 200 (Karlsson & Wang) 6. Re: Scaling constants Agiecut AT 200 (TJoseph Powderly) 7. Problems with ethernet driver. (Andreas Pettersson) 8. Latency issues; machinekit Kernel (Andreas Pettersson) ---------------------------------------------------------------------- Message: 1 Date: Thu, 26 Feb 2015 07:06:17 -0800 (PST) From: "Peter C. Wallace" <[email protected]> Subject: Re: [Emc-users] hm2_eth driver missing To: Marius Liebenberg <[email protected]>, "Enhanced Machine Controller (EMC)" <[email protected]> Message-ID: <[email protected]> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Thu, 26 Feb 2015, Marius Liebenberg wrote: > Date: Thu, 26 Feb 2015 14:26:06 +0000 > From: Marius Liebenberg <[email protected]> > To: "Enhanced Machine Controller (EMC)" <[email protected]> > Subject: Re: [Emc-users] hm2_eth driver missing > > Thanks Peter, the shebang does it nicely :) > I was not aware that I had to have a different flavour to run the > ethernet stuff. If I had done it right from the word go, where would I > have found the information? Or maybe I should ask where would one read > to find out about the different configurations for linuxcnc at compile > time? > I have compiled linuxcnc a thousand times but I must say that I never > had any reason to look for another config so I am a bit ignorant here. The README file in the top level linuxcnc directory has the config info Here is some information about uspace: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Uspace BTW if you have a Intel MAC (may apply to other macs as well) you need to turn off IRQ coalescing : sudo ethtool -C ethN rx-usecs 0 > > > ------ Original Message ------ > From: "Peter C. Wallace" <[email protected]> > To: "Marius Liebenberg" <[email protected]>; "Enhanced Machine > Controller (EMC)" <[email protected]> > Sent: 2015-02-26 15:34:08 > Subject: Re: [Emc-users] hm2_eth driver missing > >> On Thu, 26 Feb 2015, Marius Liebenberg wrote: >> >>> Date: Thu, 26 Feb 2015 11:44:07 +0000 >>> From: Marius Liebenberg <[email protected]> >>> To: "Enhanced Machine Controller (EMC)" >>> <[email protected]> >>> Subject: [Emc-users] hm2_eth driver missing >>> >>> I just did a fresh pull and compiled from source. There are no hm2_eth >>> drivers anywhere that I can find. The firmware for 7i80 is not under >>> the >>> lib/firmware directory either. >>> How do I go about to get the complete source to build from? >>> >> To get the uspace version of linuxcnc >> >> you must: >> >> ./configure --with-realtime=uspace >> >> >> for wheezy heres the whole shebang: >> >> cd ~ >> sudo apt-get install git-core gitk git-gui >> sudo apt-get build-dep linuxcnc >> sudo apt-get install linux-image-3.2.0-4-rt-686-pae >> git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-dev >> cd linuxcnc-dev >> git checkout master >> git pull >> cd src >> ./autogen.sh >> ./configure --with-realtime=uspace >> make >> sudo make setuid >> >>> >>> >>> ----------------------------- >>> Regards / Groete >>> >>> Marius D. Liebenberg >>> +27 82 698 3251 >>> +27 12 746 6064 >>> ------------------------------------------------------------------------------ >>> >>> Dive into the World of Parallel Programming The Go Parallel Website, >>> sponsored >>> by Intel and developed in partnership with Slashdot Media, is your hub >>> for all >>> things parallel software development, from weekly thought leadership >>> blogs to >>> news, videos, case studies, tutorials and more. Take a look and join >>> the >>> conversation now. http://goparallel.sourceforge.net/ >>> _______________________________________________ >>> Emc-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/emc-users >>> >> >> Peter Wallace >> Mesa Electronics >> >> (\__/) >> (='.'=) This is Bunny. Copy and paste bunny into your >> (")_(") signature to help him gain world domination. >> > > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > Peter Wallace Mesa Electronics (\__/) (='.'=) This is Bunny. Copy and paste bunny into your (")_(") signature to help him gain world domination. ------------------------------ Message: 2 Date: Thu, 26 Feb 2015 10:12:11 -0500 From: John Kasunich <[email protected]> Subject: Re: [Emc-users] Controlling an infrared reflow oven using LinuxCNC (Marius Alksnys) To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain On Thu, Feb 26, 2015, at 09:30 AM, [email protected] wrote: > Also keep the safety stuff completely separate from the control stuff. By > that I mean the overtemp limiter controls a mechanical contactor, not just > turns the SSR signal off. Yep. True story from work a few years ago: We had made a number of prototypes of a brand new small motor drive. Plastic housing. They were in a test oven for a weekend heat run. While we were gone the heater SSR failed in the on position. Opened it up on Monday morning and the drives looked like something out of a Salvator Dali painting - the plastic housings had partly melted and there were plastic stelactites and stelagmites everywhere. John Kasunich ------------------------------ Message: 3 Date: Thu, 26 Feb 2015 07:13:54 -0800 (PST) From: "Peter C. Wallace" <[email protected]> Subject: Re: [Emc-users] hm2_eth driver missing To: Marius Liebenberg <[email protected]>, "Enhanced Machine Controller (EMC)" <[email protected]> Message-ID: <[email protected]> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed On Thu, 26 Feb 2015, Marius Liebenberg wrote: > Date: Thu, 26 Feb 2015 15:04:32 +0000 > From: Marius Liebenberg <[email protected]> > To: "Enhanced Machine Controller (EMC)" <[email protected]> > Subject: Re: [Emc-users] hm2_eth driver missing > > Am I right to say that I cannot run this implementation on Ubuntu 10.04? > I have to move to Debian? It _might_ work on 10.04 though you may have to build your own Preemt-RT kernel. I have only run uspace on Ubuntu 12.04, 14.04 and Debian wheezy Note that the best performance I have had so far is with a current Preemt-RT kernel (3.18.7-rt1) Hm2_eth/uspace even works suprisingly well on a intel I5 based Laptop ------------------------------ Message: 4 Date: Thu, 26 Feb 2015 15:19:03 +0000 From: "Marius Liebenberg" <[email protected]> Subject: Re: [Emc-users] hm2_eth driver missing To: "Enhanced Machine Controller (EMC)" <[email protected]> Message-ID: <em61682855-15be-43f4-ac62-a35a3f80008f@marius-pc> Content-Type: text/plain; format=flowed; charset=utf-8 ------ Original Message ------ From: "Peter C. Wallace" <[email protected]> To: "Marius Liebenberg" <[email protected]>; "Enhanced Machine Controller (EMC)" <[email protected]> Sent: 2015-02-26 17:13:54 Subject: Re: [Emc-users] hm2_eth driver missing >On Thu, 26 Feb 2015, Marius Liebenberg wrote: > >>Date: Thu, 26 Feb 2015 15:04:32 +0000 >>From: Marius Liebenberg <[email protected]> >>To: "Enhanced Machine Controller (EMC)" >><[email protected]> >>Subject: Re: [Emc-users] hm2_eth driver missing >> >>Am I right to say that I cannot run this implementation on Ubuntu >>10.04? >>I have to move to Debian? > >It _might_ work on 10.04 though you may have to build your own >Preemt-RT kernel. I have only run uspace on Ubuntu 12.04, 14.04 and >Debian wheezy Ok that sounds good. I have 14.04 on me development machine that I can test this on. > >Note that the best performance I have had so far is with a current >Preemt-RT kernel (3.18.7-rt1) > >Hm2_eth/uspace even works suprisingly well on a intel I5 based Laptop > > ------------------------------ Message: 5 Date: Fri, 27 Feb 2015 06:59:02 +0100 From: Karlsson & Wang <[email protected]> Subject: [Emc-users] Scaling constants Agiecut AT 200 To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=US-ASCII Do anybody know where it might be possible to find the scaling constants for a Agiecut AT 200 EDM machine? I could count and measure myself but lack the correct intruments for accurate measurements. Nicklas Karlsson ------------------------------ Message: 6 Date: Fri, 27 Feb 2015 00:14:46 -0600 From: TJoseph Powderly <[email protected]> Subject: Re: [Emc-users] Scaling constants Agiecut AT 200 To: "Enhanced Machine Controller (EMC)" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed On 02/26/2015 11:59 PM, Karlsson & Wang wrote: > Do anybody know where it might be possible to find the scaling constants for > a Agiecut AT 200 EDM machine? > > I could count and measure myself but lack the correct intruments for accurate > measurements. > > > Nicklas Karlsson > > ------------------------------------------------------------------------------ > > Dive into the World of Parallel Programming The Go Parallel Website, > sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for > all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Emc-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/emc-users > ask Larry McNamee http://www.edmcorner.com or Tom Truty www.techstar-edm.com or Dale Snowden [email protected] we all serviced AGies for years you'll need laser to measure the errors you're comping C5 lead screws to get true 1um accuracy so the setup has to be perfect, even temperature and humidity you might consider finding an AGie tech closer than the USA good luck! tomp ------------------------------ Message: 7 Date: Fri, 27 Feb 2015 13:46:36 +0100 From: Andreas Pettersson <[email protected]> Subject: [Emc-users] Problems with ethernet driver. To: [email protected] Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252; format=flowed So built another pc, for linuxcnc, and installed it with the 2.6 image. Installing works fine, and it finds the network card and all. But once booted it will not detect the wired network anymore. The chipset is something onboard, known as Intel i217-V. Its supposed to work with the e1000e driver from Intel and it seem to work during installation. But then it fails.. No idea why. Anyone has some input? I really dont wanna hassle with compiling RTAI on a Wheezy 7.8 manually and trying to get MESA card going from there... I started looking into it, and it looked like a pain. Kind regards, Andreas ------------------------------ Message: 8 Date: Fri, 27 Feb 2015 15:58:08 +0100 From: Andreas Pettersson <[email protected]> Subject: [Emc-users] Latency issues; machinekit Kernel To: "Enhanced Machine Controller (EMC)" <[email protected]> Message-ID: <[email protected]> Content-Type: text/plain; charset=windows-1252; format=flowed So i had some issued with drivers, but got around that by installing the machinekit-rtai kernel and then manually compile linuxcnc ontop of wheezy.. Well i dont think its optimal. The setup is a Core i5, 8gb ram and running SSD drivers in a raid 0 configuration. Lets say it boots like its on a ramdrive basicly.. Funny thing tho. Max Jitter: 815055 so far.. At a Max interval of 1815032. I find these numbers extremly high? Shouldnt they be alot.. well lower? // Andreas ------------------------------ ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ ------------------------------ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users End of Emc-users Digest, Vol 106, Issue 68 ****************************************** ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
