Re: [Emc-users] A thank you, and an unrelated question thats been asked lots of times.

2015-11-24 Thread Gene Heskett
On Tuesday 24 November 2015 11:49:33 Jon Elson wrote: > On 11/24/2015 05:25 AM, Gene Heskett wrote: > > On Tuesday 24 November 2015 00:21:15 Jon Elson wrote: > >> On 11/23/2015 10:23 PM, Gene Heskett wrote: > >>> But can someone take a look at the screenshot attached, and tell > >>> me how to get

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Todd Zuercher
Thanks, I figured that much out. make just finished with these errors make[1]: Leaving directory `/usr/src/linux-headers-2.6.32-122-rtai' /home/digital4/linuxcnc-uvw/src/emc/tp/blendmath6.c: In function ‘calcMinBound’: /home/digital4/linuxcnc-uvw/src/emc/tp/blendmath6.c:301: error: ‘INFINITY’

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Robert Ellenberg
Todd, I'll troubleshoot the build tonight, it looks like a symbol is missing in the RT build that's available in the sim build. Rob On Tue, Nov 24, 2015, 4:09 PM Todd Zuercher wrote: > I think I forgot to do the sudo make setuid. > did that now, and this is what it

Re: [Emc-users] calling Todd Z

2015-11-24 Thread sam sokolik
git remote add github-robE https://github.com/robEllenberg/linuxcnc-mirror.git should be all on 1 line. sam On 11/24/2015 01:51 PM, sam sokolik wrote: > git remote add github-robE > https://github.com/robEllenberg/linuxcnc-mirror.git

Re: [Emc-users] Trouble with 4th axis

2015-11-24 Thread Todd Zuercher
What happens if you change your encoder scale from: ENCODER_SCALE = -5000 to: ENCODER_SCALE = 5000 If this makes it behave better (but maybe backwards) you may want to switch the wiring of your encoder feed back to switch direction. - Original Message - From: r...@superiorroll.com

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Todd Zuercher
I think I forgot to do the sudo make setuid. did that now, and this is what it spits out. LINUXCNC - 2.7.2 Machine configuration directory is '/home/digital4/linuxcnc/configs/Digital_4_ZZ' Machine configuration file is 'Digital_4w.ini' Starting LinuxCNC... insmod: can't read

Re: [Emc-users] calling Todd Z

2015-11-24 Thread sam sokolik
This is how I do it in my home directory. git clone git://git.linuxcnc.org/git/linuxcnc.git linuxcnc-uvw cd linuxcnc-uvw git remote add github-robE https://github.com/robEllenberg/linuxcnc-mirror.git git fetch github-robE git checkout github-robE/feature/uvw-blending-dev cd src ./autogen.sh

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Robert Ellenberg
Ok, i just pushed a fix for that build error, and now it seems to compile and run on my RTAI VM. Also, I pushed the branch to the main linuxcnc repository for the buildbot to chew on. -Rob On Tue, Nov 24, 2015 at 4:16 PM, Robert Ellenberg wrote: > Todd, > > I'll troubleshoot

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Sebastian Kuzminsky
On 11/24/2015 09:39 PM, Robert Ellenberg wrote: > Ok, i just pushed a fix for that build error, and now it seems to compile > and run on my RTAI VM. Also, I pushed the branch to the main linuxcnc > repository for the buildbot to chew on. Awesome, thanks! -- Sebastian Kuzminsky

Re: [Emc-users] A thank you, and an unrelated question thats been asked lots of times.

2015-11-24 Thread Jon Elson
On 11/24/2015 05:25 AM, Gene Heskett wrote: > On Tuesday 24 November 2015 00:21:15 Jon Elson wrote: > >> On 11/23/2015 10:23 PM, Gene Heskett wrote: >>> But can someone take a look at the screenshot attached, and tell me >>> how to get rid of the nuisance error its showing? Preferably for >>>

[Emc-users] Trouble with 4th axis

2015-11-24 Thread rick
Hello guys, working on my 4th axis, and I am starting to feel quite lost, I was figuring that this would be the easier of all the other work I have done with this stuff, due to working with a brand spanking new servo and drive, but has turned into a nightmare for me. I have the axis

Re: [Emc-users] calling Todd Z

2015-11-24 Thread Todd Zuercher
I'd love to test it. But I need some help, and instructions how to install it. - Original Message - From: "sam sokolik" To: "Enhanced Machine Controller (EMC)" Sent: Monday, November 23, 2015 4:50:30 PM Subject: [Emc-users]

Re: [Emc-users] A thank you, and an unrelated question thats been asked lots of times.

2015-11-24 Thread Gene Heskett
On Tuesday 24 November 2015 00:21:15 Jon Elson wrote: > On 11/23/2015 10:23 PM, Gene Heskett wrote: > > But can someone take a look at the screenshot attached, and tell me > > how to get rid of the nuisance error its showing? Preferably for > > good? > > Put an M02 at the end of your program? >

Re: [Emc-users] A thank you, and an unrelated question thats been asked lots of times.

2015-11-24 Thread Gene Heskett
On Tuesday 24 November 2015 03:52:57 Marcus Bowman wrote: > On 24 Nov 2015, at 04:23, Gene Heskett wrote: > > Greetings everybody; > > > > First, I want to thank whoever finally rigged it so a ESC key > > actually gets it out of a forever loop! It has worked flawlessly > > everytime I needed it

Re: [Emc-users] A thank you, and an unrelated question thats been asked lots of times.

2015-11-24 Thread Gene Heskett
On Tuesday 24 November 2015 04:19:01 Philipp Burch wrote: > Hi! > > On 24.11.2015 09:52, Marcus Bowman wrote: > > ... > > > > > > This might be too simple, but... I have been caught out before by > > ending the last line (preferably the M02 or M30) and not pressing > > the Return key. The file is