summaryrefslogtreecommitdiff
path: root/configs/common/linuxcnc.nml
blob: 3d8c7303ecd00c82a66d8c3beaf1ca292366a134 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39

# Note: emcsvr is the master for all NML channels, and therefore is the
# first to start.

# Buffers
# Name                  Type    Host            size    neut?   (old)   buffer# MP ---

# 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 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

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

P emc           emcCommand      LOCAL   localhost       RW      0       1.0     0       0
P emc           emcStatus       LOCAL   localhost       W       0       1.0     0       0
P emc           emcError        LOCAL   localhost       W       0       1.0     0       0
P emc           toolCmd         LOCAL   localhost       W       0       1.0     0       0
P emc           toolSts         LOCAL   localhost       R       0       1.0     0       0

P emcsvr        emcCommand      LOCAL   localhost       W       1       1.0     1       2
P emcsvr        emcStatus       LOCAL   localhost       R       1       1.0     1       2
P emcsvr        emcError        LOCAL   localhost       R       1       1.0     1       2
P emcsvr        toolCmd         LOCAL   localhost       W       1       1.0     1       2
P emcsvr        toolSts         LOCAL   localhost       R       1       1.0     1       2
P emcsvr        default         LOCAL   localhost       RW      1       1.0     1       2

P tool          emcError        LOCAL   localhost       W       0       1.0     0       3
P tool          toolCmd         LOCAL   localhost       R       0       1.0     0       3
P tool          toolSts         LOCAL   localhost       W       0       1.0     0       3

P xemc          emcCommand      LOCAL   localhost       W       0       10.0    0       10
P xemc          emcStatus       LOCAL   localhost       R       0       10.0    0       10
P xemc          emcError        LOCAL   localhost       R       0       10.0    0       10