Skip to content

Commit b51ef8c

Browse files
committed
increase max tools from 55 to 1000
Signed-off-by: Rene Hopf <renehopf@mac.com>
1 parent 6fdb5c7 commit b51ef8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

configs/common/linuxcnc.nml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77

88
# Top-level buffers to EMC
99
B emcCommand SHMEM localhost 8192 0 0 1 16 1001 TCP=5005 xdr queue confirm_write serial
10-
B emcStatus SHMEM localhost 16384 0 0 2 16 1002 TCP=5005 xdr
1110
B emcError SHMEM localhost 8192 0 0 3 16 1003 TCP=5005 xdr queue
11+
B emcStatus SHMEM localhost 170000 0 0 2 16 1002 TCP=5005 xdr
1212

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

1717
# Processes
1818
# Name Buffer Type Host Ops server? timeout master? cnum

src/emc/nml_intf/emctool.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "emcpos.h"
2121

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

2626
struct CANON_TOOL_TABLE {

0 commit comments

Comments
 (0)