Re: [Emc-users] Scaling constants Agiecut AT 200

2015-02-26 Thread TJoseph Powderly
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
 Emc-users@lists.sourceforge.net
 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
ddaal...@msn.com

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

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] Scaling constants Agiecut AT 200

2015-02-26 Thread Karlsson Wang
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Peter C. Wallace
On Thu, 26 Feb 2015, Marius Liebenberg wrote:

 Date: Thu, 26 Feb 2015 11:44:07 +
 From: Marius Liebenberg mar...@mastercut.co.za
 To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
 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
 Emc-users@lists.sourceforge.net
 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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Controlling an infrared reflow oven using LinuxCNC (Marius Alksnys)

2015-02-26 Thread richshoop
Having built multizone ovens and oven controls over the yearsYes, you can 
control it with a general purpose machine control program, but the dedicated 
temperature controllers you can buy on EBAY or occasionally from www.mpja.com 
are very inexpensive and will give you much better control of the temperature. 
Use an SSR type relay for the heaters. The overtemp limiter control is NOT 
optional, always include one in any heater related project. 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. 

- Original Message -

From: emc-users-requ...@lists.sourceforge.net 
To: emc-users@lists.sourceforge.net 
Sent: Wednesday, February 25, 2015 12:46:39 PM 
Subject: Emc-users Digest, Vol 106, Issue 65 

Send Emc-users mailing list submissions to 
emc-users@lists.sourceforge.net 

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 
emc-users-requ...@lists.sourceforge.net 

You can reach the person managing the list at 
emc-users-ow...@lists.sourceforge.net 

When replying, please edit your Subject line so it is more specific 
than Re: Contents of Emc-users digest... 


Today's Topics: 

1. Mesa 7i80 on master (Marius Liebenberg) 
2. Re: Mesa configuration (Marius Liebenberg) 
3. Re: Controlling an infrared reflow oven using LinuxCNC 
(Marius Alksnys) 
4. Re: Mesa configuration (Marius Liebenberg) 
5. Mesa 7i80 on master (Marius Liebenberg) 
6. Re: Mesa configuration (Peter C. Wallace) 
7. Re: Mesa 7i80 on master (Sebastian Kuzminsky) 


-- 

Message: 1 
Date: Tue, 24 Feb 2015 14:35:59 + 
From: Marius Liebenberg mar...@mastercut.co.za 
Subject: [Emc-users] Mesa 7i80 on master 
To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net 
Message-ID: em134a0d05-717f-4e39-948c-fd3ce2a21d90@marius-pc 
Content-Type: text/plain; format=flowed; charset=utf-8 

Can I run Mesa 7i80 on master or must I do some tricks to run it. I 
cannot seem to find the hm2_eth driver on my master installation. 

Is there a recent wiki or instruction that I can follow to get my 7i80 
running. Maybe a config example? 

Any and all help is much appreciated. 


- 
Regards / Groete 

Marius D. Liebenberg 
+27 82 698 3251 
+27 12 746 6064 


-- 

Message: 2 
Date: Tue, 24 Feb 2015 14:38:36 + 
From: Marius Liebenberg mar...@mastercut.co.za 
Subject: Re: [Emc-users] Mesa configuration 
To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net 
Message-ID: emaaf9daa5-f11f-4e79-a9b1-51f5e994e48c@marius-pc 
Content-Type: text/plain; format=flowed; charset=utf-8 

Peter 
I tried to flash this bit file using Mesaflash utility but I got an 
error that states that this version of the board does not allow for FPGA 
resetting. 
I have 7i80-HD-25. 



-- Original Message -- 
From: Peter C. Wallace p...@mesanet.com 
To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net 
Sent: 2015-02-23 23:57:59 
Subject: Re: [Emc-users] Mesa configuration 

On Mon, 23 Feb 2015, Marius Liebenberg wrote: 
 
 Date: Mon, 23 Feb 2015 21:10:51 + 
 From: Marius Liebenberg mar...@mastercut.co.za 
 To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net 
 Subject: [Emc-users] Mesa configuration 
 
 I have a 7i80 that has to connect to a 7i44. The 7i44 connects to a 
7i70 
 and 7i71. 
 I am trying to setup the card but I cannot find a bit file for this 
 combination. Does anyone know how I go about setting up this 
 configuration please? 
 
 
 
7i80hd_16_svss8_8.bit 
 
Is probably close if the rest of the I/O is a normal servo config 
 
What daughtercards are being used with the 7I80? 
 
 
 
 
 
 - 
 Regards / Groete 
 
 Marius D. Liebenberg 
 +27 82 698 3251 
 +27 12 746 6064 
 
--
 
 Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server 
 from Actuate! Instantly Supercharge Your Business Reports and 
Dashboards 
 with Interactivity, Sharing, Native Excel Exports, App Integration  
more 
 Get technology previously reserved for billion-dollar corporations, 
FREE 
 
http://pubads.g.doubleclick.net/gampad/clk?id=190641631iu=/4140/ostg.clktrk 
 ___ 
 Emc-users mailing list 
 Emc-users@lists.sourceforge.net 
 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. 
 
 
-- 
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server 
from Actuate! 

Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread sam sokolik
You also want to read up on the configuration of the interface\

http://linuxcnc.org/docs/2.7/html/man/man9/hm2_eth.9.html

some more info..
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Uspace

sam



On 2/26/2015 8:26 AM, Marius Liebenberg wrote:
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.


 -- Original Message --
 From: Peter C. Wallace p...@mesanet.com
 To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine
 Controller (EMC) emc-users@lists.sourceforge.net
 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 +
 From: Marius Liebenberg mar...@mastercut.co.za
 To: Enhanced Machine Controller (EMC)
 emc-users@lists.sourceforge.net
 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
 Emc-users@lists.sourceforge.net
 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
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] Controlling an infrared reflow oven using LinuxCNC (Marius Alksnys)

2015-02-26 Thread John Kasunich


On Thu, Feb 26, 2015, at 09:30 AM, richsh...@comcast.net 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

--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Marius Liebenberg


-- Original Message --
From: Peter C. Wallace p...@mesanet.com
To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine 
Controller (EMC) emc-users@lists.sourceforge.net
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 +
From: Marius Liebenberg mar...@mastercut.co.za
To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net
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




--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Marius Liebenberg
Am I right to say that I cannot run this implementation on Ubuntu 10.04? 
I have to move to Debian?

-- Original Message --
From: sam sokolik sa...@empirescreen.com
To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine 
Controller (EMC) emc-users@lists.sourceforge.net
Sent: 2015-02-26 16:36:34
Subject: Re: [Emc-users] hm2_eth driver missing

You also want to read up on the configuration of the interface\

http://linuxcnc.org/docs/2.7/html/man/man9/hm2_eth.9.html

some more info..
http://wiki.linuxcnc.org/cgi-bin/wiki.pl?Uspace

sam



On 2/26/2015 8:26 AM, Marius Liebenberg wrote:
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.


-- Original Message --
From: Peter C. Wallace p...@mesanet.com
To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine
Controller (EMC) emc-users@lists.sourceforge.net
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 +
From: Marius Liebenberg mar...@mastercut.co.za
To: Enhanced Machine Controller (EMC)
emc-users@lists.sourceforge.net
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
Emc-users@lists.sourceforge.net
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users





--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Marius Liebenberg
  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.


-- Original Message --
From: Peter C. Wallace p...@mesanet.com
To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine 
Controller (EMC) emc-users@lists.sourceforge.net
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 +
From: Marius Liebenberg mar...@mastercut.co.za
To: Enhanced Machine Controller (EMC) 
emc-users@lists.sourceforge.net
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
Emc-users@lists.sourceforge.net
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Peter C. Wallace
On Thu, 26 Feb 2015, Marius Liebenberg wrote:

 Date: Thu, 26 Feb 2015 15:04:32 +
 From: Marius Liebenberg mar...@mastercut.co.za
 To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
 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



--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Peter C. Wallace
On Thu, 26 Feb 2015, Marius Liebenberg wrote:

 Date: Thu, 26 Feb 2015 14:26:06 +
 From: Marius Liebenberg mar...@mastercut.co.za
 To: Enhanced Machine Controller (EMC) emc-users@lists.sourceforge.net
 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 p...@mesanet.com
 To: Marius Liebenberg mar...@mastercut.co.za; Enhanced Machine
 Controller (EMC) emc-users@lists.sourceforge.net
 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 +
 From: Marius Liebenberg mar...@mastercut.co.za
 To: Enhanced Machine Controller (EMC)
 emc-users@lists.sourceforge.net
 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
 Emc-users@lists.sourceforge.net
 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
 Emc-users@lists.sourceforge.net
 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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


[Emc-users] hm2_eth driver missing

2015-02-26 Thread Marius Liebenberg
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?



-
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread Nicklas Karlsson
I am using the Hostmot 2 drivers but are not at the right computer now, I
could check within a few hurs.

 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?



 -
 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
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users


Re: [Emc-users] hm2_eth driver missing

2015-02-26 Thread sam sokolik
the 7i80 is similar to the 5i25 cards in that the firmware isn't loaded 
each time - you have to load the using the mesa-flash utility.  
(although it comes with a firmware installed - so you should be able to 
test)

As far as the driver not being there - are you running rt-preemt 
kernel?  My guess if you are running rtai - the hm2_eth isn't built.  
(but that is just a guess)

sam

On 2/26/2015 5:44 AM, Marius Liebenberg wrote:
 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?



 -
 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
 Emc-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/emc-users




--
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
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users