File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7
7
8
8
# Top-level buffers to EMC
9
9
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
11
10
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
12
12
13
13
# 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
16
16
17
17
# Processes
18
18
# Name Buffer Type Host Ops server? timeout master? cnum
Original file line number Diff line number Diff line change 20
20
#include "emcpos.h"
21
21
22
22
/* 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
24
24
#define CANON_TOOL_ENTRY_LEN 256 // how long each file line can be
25
25
26
26
struct CANON_TOOL_TABLE {
You can’t perform that action at this time.
0 commit comments