Hallo Andy,

I checked it and I am working with the patch Jason posted on two 
machines with the changes, without having any problem.
I see no reason why not to include it in 2.7 and master.

Norbert

That was the patch from Jason:

--- a/configs/common/linuxcnc.nml
+++ b/configs/common/linuxcnc.nml
@@ -7,12 +7,12 @@

  # Top-level buffers to EMC
  B emcCommand            SHMEM   localhost       8192    0       0
   1       16 1001 TCP=5005 xdr
-B emcStatus             SHMEM   localhost       16384   0       0
   2       16 1002 TCP=5005 xdr
+B emcStatus             SHMEM   localhost       33792   0       0
   2       16 1002 TCP=5005 xdr
  B emcError              SHMEM   localhost       8192    0       0
   3       16 1003 TCP=5005 xdr queue

  # These are for the IO controller, EMCIO
  B toolCmd               SHMEM   localhost       1024    0       0
   4       16 1004 TCP=5005 xdr
-B toolSts               SHMEM   localhost       8192    0       0
   5       16 1005 TCP=5005 xdr
+B toolSts               SHMEM   localhost       33792    0       0
    5       16 1005 TCP=5005 xdr

  # Processes
  # Name          Buffer          Type    Host            Ops
server? timeout master? cnum
diff --git a/src/emc/nml_intf/emctool.h b/src/emc/nml_intf/emctool.h
index 7891a0e..d06b935 100644
--- a/src/emc/nml_intf/emctool.h
+++ b/src/emc/nml_intf/emctool.h
@@ -20,7 +20,7 @@
  #include "emcpos.h"

  /* Tools are numbered 1..CANON_TOOL_MAX, with tool 0 meaning no tool. */
-#define CANON_POCKETS_MAX 56   // max size of carousel handled
+#define CANON_POCKETS_MAX 257  // max size of carousel handled
  #define CANON_TOOL_ENTRY_LEN 256      // how long each file line can be

  struct CANON_TOOL_TABLE {



Am 09.09.2015 um 19:41 schrieb andy pugh:
> On 22 February 2015 at 17:12, Sebastian Kuzminsky <s...@highlab.com> wrote:
>>> http://wiki.linuxcnc.org/cgi-bin/wiki.pl?ToolDatabase
>> Can you post your branch again?
>>
>> Maybe Norbert will review it and see if it satisfies his need?
>>
>> I'll try to review it too.
>
> This came up again on the Forum.
>
> Any opinions?
>


------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
Emc-developers mailing list
Emc-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-developers

Reply via email to