Re: [Emc-users] Copying an installation

2016-05-27 Thread Danny Miller
10.10.10.10 is a static IP hardcoded into the 7i92 hardware. If you get "ETH device 7i92 at ip 10.10.10.10", then the card's on a working ethernet and powered up and responding to mesaflash's ping. I asked for the dump of its pinout config and it responded correctly. My internet's off a USB do

Re: [Emc-users] Copying an installation

2016-05-27 Thread Gene Heskett
On Friday 27 May 2016 23:30:23 dan...@austin.rr.com wrote: And you are top podsting, making it hard to follow the conversation. > OK the interfaces file is: > # The loopback network interface > auto lo > iface lo inet loopback > auto eth1 > iface eth1 inet static > address 10.10.10.1 > > BTW t

Re: [Emc-users] Copying an installation

2016-05-27 Thread Gene Heskett
On Friday 27 May 2016 22:53:49 dan...@austin.rr.com wrote: > Alrighty! > > OK, found and renamed that .rules to a .rules.bak file and rebooted. > > Can't see the 7i92 now. Mesaflash --device 7i92 --addr 10.10.10.10 > gives "not found". > This is nor related to the lack of networking, no connectio

Re: [Emc-users] Copying an installation

2016-05-27 Thread Peter C. Wallace
On Sat, 28 May 2016, dan...@austin.rr.com wrote: > Date: Sat, 28 May 2016 3:30:23 + > From: dan...@austin.rr.com > Reply-To: "Enhanced Machine Controller (EMC)" > > To: "Enhanced Machine Controller (EMC)" > Subject: Re: [Emc-users] Copying an installation > > OK the interfaces file is:

Re: [Emc-users] Copying an installation

2016-05-27 Thread dannym
OK the interfaces file is: # The loopback network interface auto lo iface lo inet loopback auto eth1 iface eth1 inet static address 10.10.10.1 BTW that dmesg gave that from grepping "eth" alone. There is no eth1 there, only eth0. So I changed "eth1" to "eth0" in interfaces and "sudo service

Re: [Emc-users] M codes

2016-05-27 Thread Jon Elson
On 05/27/2016 06:16 PM, Matthew Hubbard wrote: > Hi allI am in the process of doing a retrofit on an old yuasa cnc mill. The > machine has a relay board that i can interface with that executes m codes. > For example if i ground the coil of the relay (momentarily) for the M3 relay, > the spindl

Re: [Emc-users] Copying an installation

2016-05-27 Thread dannym
Alrighty! OK, found and renamed that .rules to a .rules.bak file and rebooted. Can't see the 7i92 now. Mesaflash --device 7i92 --addr 10.10.10.10 gives "not found". dmesg has no "ifname" in it at all. It does have: [1.820851] tg3 :03:08.0: eth0: Tigon3 [partno(BCM95788) rev 3003] (PC

Re: [Emc-users] M codes

2016-05-27 Thread Todd Zuercher
Personally, I think I'd lean more towards using the hal onshot components. http://linuxcnc.org/docs/html/man/man9/oneshot.9.html For your M3/M5 connection, you'd connect two oneshots to the normal spindle command, one set to rising edge would connect to your M3 relay, one falling edge to the M5

Re: [Emc-users] Copying an installation

2016-05-27 Thread Gene Heskett
On Friday 27 May 2016 12:54:22 dan...@austin.rr.com wrote: I've sent this message 3 times now. What black hole is gobbling it up? > It's a direct dd copy of the drive. If that wasn't complete, a lot > more would be broken. > > I would not dismantle the (mostly) working system like that. There'

Re: [Emc-users] M codes

2016-05-27 Thread Chris Radek
On Fri, May 27, 2016 at 11:16:22PM +, Matthew Hubbard wrote: > ??Hi allI am in the process of doing a retrofit on an old yuasa > cnc mill. The machine has a relay board that i can interface with > that executes m codes. For example if i ground the coil of the > relay (momentarily) for the M3 r

[Emc-users] M codes

2016-05-27 Thread Matthew Hubbard
 Hi allI am in the process of doing a retrofit on an old yuasa cnc mill. The machine has a relay board that i can interface with that executes m codes. For example if i ground the coil of the relay (momentarily) for the M3 relay, the spindle latches on, and if i do that for the M5 relay, the spi

Re: [Emc-users] Copying an installation

2016-05-27 Thread Gene Heskett
On Friday 27 May 2016 12:11:47 Peter C. Wallace wrote: > On Fri, 27 May 2016, Danny Miller wrote: > > Date: Fri, 27 May 2016 00:11:08 -0500 > > From: Danny Miller > > Reply-To: "Enhanced Machine Controller (EMC)" > > > > To: emc-users@lists.sourceforge.net > > Subject: Re: [Emc-users] Copyin

Re: [Emc-users] Copying an installation

2016-05-27 Thread Gene Heskett
On Friday 27 May 2016 12:11:47 Peter C. Wallace wrote: > On Fri, 27 May 2016, Danny Miller wrote: > > Date: Fri, 27 May 2016 00:11:08 -0500 > > From: Danny Miller > > Reply-To: "Enhanced Machine Controller (EMC)" > > > > To: emc-users@lists.sourceforge.net > > Subject: Re: [Emc-users] Copyin

Re: [Emc-users] Copying an installation

2016-05-27 Thread dannym
Hmm good question- I don't have any inputs right now. Danny andy pugh wrote: > On 27 May 2016 at 17:54, wrote: > 99.9% sure it's just something different about the ethernet driver on the new > motherboard. Something small. No idea how to fix it, though. Do the inputs work? -- atp

Re: [Emc-users] Copying an installation

2016-05-27 Thread andy pugh
On 27 May 2016 at 17:54, wrote: > 99.9% sure it's just something different about the ethernet driver on the new > motherboard. Something small. No idea how to fix it, though. Do the inputs work? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especia

Re: [Emc-users] Copying an installation

2016-05-27 Thread dannym
It's a direct dd copy of the drive. If that wasn't complete, a lot more would be broken. I would not dismantle the (mostly) working system like that. There's a risk of something getting stored wrong on the working drive while it's on the new machine, and I don't see anything to prove by movin

Re: [Emc-users] Copying an installation

2016-05-27 Thread Peter C. Wallace
On Fri, 27 May 2016, Danny Miller wrote: > Date: Fri, 27 May 2016 00:11:08 -0500 > From: Danny Miller > Reply-To: "Enhanced Machine Controller (EMC)" > > To: emc-users@lists.sourceforge.net > Subject: Re: [Emc-users] Copying an installation > > I do recall we went through much more than exp