Re: [Emc-developers] changes in tooltable?

2020-04-16 Thread Reinhard
Hi Andy On Montag, 13. April 2020, 16:55:17 CEST andy pugh wrote: > On Mon, 13 Apr 2020 at 05:26, Reinhard wrote: > > May be not broken, but at least weird. > > Are you able to do a git bisect to find exactly where the behaviour changed? Just to let you know: I had to sort out motherboard, a

Re: [Emc-developers] changes in tooltable?

2020-04-14 Thread andy pugh
On Tue, 14 Apr 2020 at 21:53, Gene Heskett wrote: > > Why Mint? > Because that's what you are building the newset linuxcnc with? I do read > both lists. :) Currently the plan is Debian Buster. -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use

Re: [Emc-developers] changes in tooltable?

2020-04-14 Thread Gene Heskett
On Tuesday 14 April 2020 12:08:11 andy pugh wrote: > On Mon, 13 Apr 2020 at 23:02, Gene Heskett wrote: > > > Why not just update to a debian version that still has support? > > > > That would be changing distributions to mint, > > Why Mint? Because that's what you are building the newset

Re: [Emc-developers] changes in tooltable?

2020-04-14 Thread andy pugh
On Mon, 13 Apr 2020 at 23:02, Gene Heskett wrote: > > Why not just update to a debian version that still has support? > > > That would be changing distributions to mint, Why Mint? -- atp "A motorcycle is a bicycle with a pandemonium attachment and is designed for the especial use of

Re: [Emc-developers] changes in tooltable?

2020-04-14 Thread Gene Heskett
On Tuesday 14 April 2020 07:04:31 andy pugh wrote: > On Tue, 14 Apr 2020 at 01:54, Gene Heskett wrote: > > Error: could not insert > > module /usr/realtime-3.4-9-rtai-686-pae/modules/rtai_hal.ko: File > > exists > > ... > > > How do I mediate this? > > Reboot. (unless there is an instance of

Re: [Emc-developers] changes in tooltable?

2020-04-14 Thread andy pugh
On Tue, 14 Apr 2020 at 01:54, Gene Heskett wrote: > Error: could not insert > module /usr/realtime-3.4-9-rtai-686-pae/modules/rtai_hal.ko: File exists ... > How do I mediate this? Reboot. (unless there is an instance of LinuxCNC already running, in which caase you need to quit it) -- atp "A

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Jason Penn
On Mon, Apr 13, 2020 at 11:28 PM Reinhard wrote: > Hi, > > On Dienstag, 14. April 2020, 05:38:14 CEST Jason Penn wrote: > > I discovered an issue where 'io' segfaulted when reading a > > 1000 entry tool table file in an 'io' compiled for a smaller table. > > ... > > I also changed the prints()s

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Reinhard
Hi, On Dienstag, 14. April 2020, 05:38:14 CEST Jason Penn wrote: > I discovered an issue where 'io' segfaulted when reading a > 1000 entry tool table file in an 'io' compiled for a smaller table. > ... > I also changed the prints()s into fprintf(stderr)s to better see what > was happening

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Jason Penn
Greetings -- Quite some time ago (2 years) I independently increased the tool table to 1000 entries. I discovered an issue where 'io' segfaulted when reading a 1000 entry tool table file in an 'io' compiled for a smaller table. loadToolTable() in tool_parse.cc ran off the end of the toolTable[]

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Reinhard
Hi Andy, I did a lot of testing yesterday and it looks as if axis is failing. When I developed my app I tested it together with axis and I'm sure, everything I tested was in sync with axis. So when I started with G43.1 tests and had a different output than axis, I thought, I found a bug in my

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 20:05:48 Gene Heskett wrote: > On Monday 13 April 2020 18:46:17 andy pugh wrote: > > On Mon, 13 Apr 2020 at 22:53, Gene Heskett > > wrote: > > > when edited as shown on page 3 of this post it will not take a > > > save, its ghosted out. > > > > _What_ is ghosted out? > >

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 18:46:17 andy pugh wrote: > On Mon, 13 Apr 2020 at 22:53, Gene Heskett wrote: > > when edited as shown on page 3 of this post it will not take a save, > > its ghosted out. > > _What_ is ghosted out? The save button in the synaptics editor. But now I learn how to get

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread andy pugh
On Mon, 13 Apr 2020 at 22:53, Gene Heskett wrote: > when edited as shown on page 3 of this post it will not take a save, its > ghosted out. _What_ is ghosted out? Post 3 would be what you would use in a text editor. If that won't save then maybe you need sudo? (and, also, the forum software

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 15:37:19 Rene Hopf via Emc-developers wrote: > > On 13. Apr 2020, at 21:21, andy pugh wrote: > >> due to a missing libmodbus-dev which apt-get cannot find at this > >> late date for wheezy. > > Why not just update to a debian version that still has support? > That would

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 15:19:58 andy pugh wrote: > https://lists.sourceforge.net/lists/listinfo/emc-developers universal failure to fetch. when edited as shown on page 3 of this post it will not take a save, its ghosted out. Cheers, Gene Heskett -- "There are four boxes to be used in defense

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Rene Hopf via Emc-developers
> On 13. Apr 2020, at 21:21, andy pugh wrote: > >> due to a missing libmodbus-dev which apt-get cannot find at this late >> date for wheezy. Why not just update to a debian version that still has support? ___ Emc-developers mailing list

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread andy pugh
On Mon, 13 Apr 2020 at 19:57, Gene Heskett wrote: > due to a missing libmodbus-dev which apt-get cannot find at this late > date for wheezy. Have you configured it to look in the archive servers? https://forum.linuxcnc.org/29-forum-announcements/36691-fixing-wheezy-repositories -- atp "A

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 12:34:02 andy pugh wrote: > On Mon, 13 Apr 2020 at 17:07, Gene Heskett wrote: > > So prior to doing a git clone to get a copy of the repo, what else > > do I need to install on a wheezy install to get the bisect started? > > Is there a faq someplace? > >

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread andy pugh
On Mon, 13 Apr 2020 at 17:07, Gene Heskett wrote: > So prior to doing a git clone to get a copy of the repo, what else do I > need to install on a wheezy install to get the bisect started? Is there > a faq someplace? http://linuxcnc.org/docs/devel/html/code/building-linuxcnc.html -- atp "A

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Gene Heskett
On Monday 13 April 2020 11:05:35 Reinhard wrote: > Hi Andy, > > On Montag, 13. April 2020, 16:55:17 CEST andy pugh wrote: > > Are you able to do a git bisect to find exactly where the behaviour > > changed? > > currently no - never heard that before. > but gonna read about it. > > Reinhard I

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread Reinhard
Hi Andy, On Montag, 13. April 2020, 16:55:17 CEST andy pugh wrote: > Are you able to do a git bisect to find exactly where the behaviour changed? currently no - never heard that before. but gonna read about it. Reinhard ___ Emc-developers mailing

Re: [Emc-developers] changes in tooltable?

2020-04-13 Thread andy pugh
On Mon, 13 Apr 2020 at 05:26, Reinhard wrote: > May be not broken, but at least weird. It was a very small change, code-wise. https://github.com/LinuxCNC/linuxcnc/commit/b51ef8cc3c560b6c44d095814988a3f972bc0763 > Behaviour may be ok from sight of motion, but it is not from user sight (with >

Re: [Emc-developers] changes in tooltable?

2020-04-12 Thread Reinhard
Hi Andy, On Montag, 13. April 2020, 00:32:55 CEST andy pugh wrote: > Though that should't have broken it. May be not broken, but at least weird. Size of tooltable in nml-status is now 1001 (sounds like myths of Scheherazade :) ), but every tool has coordinate-values 0 (at least z-axis is 0),

Re: [Emc-developers] changes in tooltable?

2020-04-12 Thread andy pugh
On Sun, 12 Apr 2020 at 14:27, Reinhard wrote: > Have there been changes, that I missed? There was a change to increase the tool limit. https://github.com/LinuxCNC/linuxcnc/search?o=desc=tool=committer-date=Commits Though that should't have broken it. -- atp "A motorcycle is a bicycle with a

[Emc-developers] changes in tooltable?

2020-04-12 Thread Reinhard
Hi, I recently discovered, that tooltable in nml-status does not contain the right values from tool.tbl file. When I open axis to edit tooltable, the values are shown. Same is true, when I read the tool.tbl file with my app. But when I read tool-table from nml-status, than there are no