File: client.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 (26 lines) | stat: -rw-r--r-- 1,431 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
#
# Use this NML config on the computer running the GUI in a networked emc2
# system. The host IP address should be changed to point to the computer
# that is running the realtime code. Change the NML_FILE in emc.ini to
# client.nml and (after the server side is running) run the GUI with:
#
#        tcl/tkemc.tcl -ini emc.ini
#
# Note: tkemc.tcl does not need to be run as 'root'.

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

# Top-level buffers to EMC
B emcCommand            SHMEM   192.168.0.4       8192    0       0       1       16 1001 TCP=5005 xdr queue confirm_write serial
B emcStatus             SHMEM   192.168.0.4       10240   0       0       2       16 1002 TCP=5005 xdr
B emcError              SHMEM   192.168.0.4       8192    0       0       3       16 1003 TCP=5005 xdr queue

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

P xemc          emcCommand      REMOTE   192.168.0.4       W       0       10.0    0       10
P xemc          emcStatus       REMOTE   192.168.0.4       R       0       10.0    0       10
P xemc          emcError        REMOTE   192.168.0.4       R       0       10.0    0       10
P xemc          toolCmd         REMOTE   192.168.0.4       W       0       10.0    0       10
P xemc          toolSts         REMOTE   192.168.0.4       R       0       10.0    0       10