Re: [Emc-developers] Discuss: Andy's tooltable work

2013-07-22 Thread Chris Morley
Guy on the forum wants to embed the tooltable info in the gcode header of his programs. Not sure if this has any bearing on your work, but I thought it an interesting idea. http://www.linuxcnc.org/index.php/english/forum/41-guis/26314-gmoccapy-a-new-screen-for-linuxcnc?start=130#36875 Chris M

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-30 Thread Michael Haberler
Gentlemen: Andy has taken a large bite of work - tool handling in LinuxCNC - and has made very quick progress on it. He deserves all the support from us he can get; we do not have enough folks taking a larger-than-average bite and actually deliver on it. I also note that part of that work is

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread andy pugh
On 24 June 2013 23:54, TJoseph Powderly tjt...@gmail.com wrote: guessing the attributes of an unknown tool is hard to do wondering if all the attributes are allowed for is hopeless Indeed. This is one advantage of using an sqlite database. The user/integrator can add any attributes to the

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread andy pugh
On 24 June 2013 18:33, Chris Morley chrisinnana...@hotmail.com wrote: For instance a 3d printer with dual extruders. So there will be no spindle. I assume the print head can be considered a tool. I am not 100% sure about this. I can't decide if the heads are conceptually tools or spindles.

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread Dave Caroline
if anyone out there in LinuxCNC-space has any experience with a multi-head printer then I would be interested to see how they are controlled, and we can see if the usage fits the proposed database structure. For ink jets then one is pointing at differing parts of the data (because the heads

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread EBo
On Jun 25 2013 1:58 AM, andy pugh wrote: On 24 June 2013 23:54, TJoseph Powderly tjt...@gmail.com wrote: guessing the attributes of an unknown tool is hard to do wondering if all the attributes are allowed for is hopeless Indeed. This is one advantage of using an sqlite database. The

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread andy pugh
On 25 June 2013 12:05, EBo e...@sandien.com wrote: ouch... requiring a SQL database seems more than a little overkill I would think. Sqlite is fairly, err, lite. I just had this wonderful image jump to mind of a shoehorn and the little Arduino that thought it could... I don't really

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread EBo
On Jun 25 2013 6:22 AM, andy pugh wrote: On 25 June 2013 12:05, EBo e...@sandien.com wrote: ouch... requiring a SQL database seems more than a little overkill I would think. Sqlite is fairly, err, lite. well... how lite is lite? On my linux machine the static lib is ~800K which is not

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread Eric Keller
On Tue, Jun 25, 2013 at 8:46 AM, EBo e...@sandien.com wrote: fair enough. That would be extreme (the bit equivalent of the limbo -- how small can you go). As such I had not seriously thought that it would be designed to work with the Arduino, but it was an amusing image. BTW, I think the

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread TJoseph Powderly
thx andy, will look into setting up my own structs as I learn more about your new methods regards TomP -- This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread EBo
On Jun 25 2013 7:45 AM, Eric Keller wrote: On Tue, Jun 25, 2013 at 8:46 AM, EBo e...@sandien.com wrote: fair enough. That would be extreme (the bit equivalent of the limbo -- how small can you go). As such I had not seriously thought that it would be designed to work with the Arduino, but

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-25 Thread Eric Keller
On Tue, Jun 25, 2013 at 3:48 PM, EBo e...@sandien.com wrote: inappropriate? Who's to judge appropriateness? If it works as intended then it works on that platform. I might consider it inappropriate if ... As you demonstrate, everyone feels qualified to judge appropriateness. Arduinos are

[Emc-developers] Discuss: Andy's tooltable work

2013-06-24 Thread Chris Morley
Reference: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase just a couple things I wondered about: -Under spindles heading: toolID shows which tool is currently mounted in the spindle. A value of zero indicates that no tool is loaded. I wonder if -1 would be better as some machines

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-24 Thread TJoseph Powderly
On 06/24/2013 12:33 PM, Chris Morley wrote: Reference: http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase ... snip For instance a 3d printer with dual extruders. ... snip media1: ABS heat:200 retract: 200 counts ... snip guessing the attributes of an unknown tool

Re: [Emc-developers] Discuss: Andy's tooltable work

2013-06-24 Thread TJoseph Powderly
oh, i totally missed to respond to Andy's work it looked great and is an advance over the current versions its late now and i spent the day trying to use an array in #5xxx land the idea was an alternate tool table in unused variable space it dont work :( the data is not saved ( a program that