Re: [Emc-developers] [Emc-commit] master: loadtool.ngc uncondtionally apply G43

2014-03-18 Thread Andy Pugh
On 18 Mar 2014, at 01:44, David Bagby d...@calypsoventures.com wrote: If G43 w/o an H word was a syntax error, this would not be an issue as we'd stop at the G43 block. Just to throw in another quirk. Lathe controls often have both M6 and G43 implicit in the T command. T12 both loads the

Re: [Emc-developers] Closed loop speed control of spindle

2014-03-18 Thread Ed Simmons
On 18/03/14 08:47, andy pugh wrote: On 18 March 2014 08:37, Ed Simmons e...@estechnical.co.uk wrote: I'd like to know if it's possible to measure the actual speed of the spindle by also connecting the 3 hall sensor signals to the inputs of my 5I23 Mesa card Yes, just connect any single Hall

Re: [Emc-developers] Closed loop speed control of spindle

2014-03-18 Thread andy pugh
On 18 March 2014 09:46, Ed Simmons e...@estechnical.co.uk wrote: Now for that PID... You may not need P or D. Try getting as close as you can to the mid-speed point with FF0 then add in I to correct the other speeds. -- atp If you can't fix it, you don't own it.

[Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Mark Tucker
I have been trying to build a linuxcnc deb package on the beagle bone using the following instruction:- time debuild -i -us -uc -b -d I have altered the ./cofigure lines in the debian rules and rules.in to the following:- ./configure --with-xenomai --with-platform=beaglebone --enable-emcweb

[Emc-developers] gpio driver

2014-03-18 Thread Paul S.
Ah, that's a problem. After your loadrt calls but before your start, addf your functions to your threads. I've forgot to write about that, sorry, but I actually added addf imx6gpiofix.0.outdata thread1 before start and still oscilloscope shows only noise but no actual impulses on any of my

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Mark Tucker
Just to add to this,if i do a normal make everything compiles as it should,so it seems to be after that. On 18/03/14 10:37, Mark Tucker wrote: I have been trying to build a linuxcnc deb package on the beagle bone using the following instruction:- time debuild -i -us -uc -b -d I have

Re: [Emc-developers] Circular blend arc RC1 pushed

2014-03-18 Thread sam sokolik
well - I cannot get it to do it on a different reatime build.. So maybe it is something odd with that setup... I will keep playing with it., sam // On 3/17/2014 9:03 PM, sam sokolik wrote: rob - I am seeing something odd with the realtime builds. Could there be a difference? I cannot get

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Charles Steinkuehler
On 3/18/2014 5:37 AM, Mark Tucker wrote: I have been trying to build a linuxcnc deb package on the beagle bone using the following instruction:- time debuild -i -us -uc -b -d I have altered the ./cofigure lines in the debian rules and rules.in to the following:- ./configure

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Brian Morel
I did some work with the UB3 branch to make building docs optional. Take a look at the below, it might help. If I remember, you had to remove the make docs line in rules.in there was also some issues with the files being moved around. I haven't updated the branch w/ git.linuxcnc.org in a

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Mark Tucker
Charles I get:- make: Nothing to be done for `docs' On 18/03/14 13:07, Charles Steinkuehler wrote: Looking at the rules file, it appears to run a make followed by a make docs. What do you get if you run: make V=1 docs

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Mark Tucker
Ok i deleted the make docs line Now i get the following:- Which of course is not in the ./configure line. ../tmp/./usr/share/applications/linuxcnc-pncconf.desktop ../tmp/./usr/share/desktop-directories ../tmp/./usr/share/desktop-directories/cnc.directory 20 blocks (cd src; export

Re: [Emc-developers] Deb package building on the Beaglebone

2014-03-18 Thread Brian Morel
Run in Place is the default with ./configure, so you need to add a --prefix like Charles said in a previous email (below). After you do this, you are going to run into issues because if you haven't modified the control file, it will still try and build the docs packages. ./configure

Re: [Emc-developers] [Emc-commit] master: loadtool.ngc uncondtionally apply G43

2014-03-18 Thread David Bagby
On 3/18/2014 12:31 AM, Andy Pugh wrote: On 18 Mar 2014, at 01:44, David Bagby d...@calypsoventures.com wrote: If G43 w/o an H word was a syntax error, this would not be an issue as we'd stop at the G43 block. Just to throw in another quirk. Lathe controls often have both M6 and G43

[Emc-developers] g43 and modal commands

2014-03-18 Thread jeremy youngs
dave asked; {Dear readers, come with me down the garden path a bit ... If one does T1 M6 G43 H7 (note that the H# is not = the T#) T2 G43 (what H# TLO value does LCNC have at this point?) If G43 w/o an H word was a syntax error, this would not be an issue as we'd stop at the G43 block. But