File: linuxcnc.nml

package info (click to toggle)
linuxcnc 1%3A2.9.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 285,604 kB
  • sloc: python: 202,568; ansic: 109,036; cpp: 99,239; tcl: 16,054; xml: 10,631; sh: 10,303; makefile: 1,255; javascript: 138; sql: 72; asm: 15
file content (39 lines) | stat: -rw-r--r-- 2,440 bytes parent folder | download | duplicates (3)
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 queue confirm_write serial
B emcError              SHMEM   localhost       8192    0       0       3       16 1003 TCP=5005 xdr queue
B emcStatus             SHMEM   localhost      20480    0       0       2       16 1002 TCP=5005 xdr

# These are for the IO controller, EMCIO
B toolCmd               SHMEM   localhost       1024    0       0       4       16 1004 TCP=5005 xdr
B toolSts               SHMEM   localhost       1024    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