Mercurial > lasercutter
view graster/hacklab-engraver/emc.nml @ 11:f952052e37b7
trying a fix.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 24 Aug 2010 19:06:45 -0400 |
parents | |
children |
line wrap: on
line source
2 # Note: emcsvr is the master for all NML channels, and therefore is the3 # first to start.5 # Buffers6 # Name Type Host size neut? (old) buffer# MP ---8 # Top-level buffers to EMC9 B emcCommand SHMEM localhost 8192 0 0 1 16 1001 TCP=5005 xdr10 B emcStatus SHMEM localhost 10240 0 0 2 16 1002 TCP=5005 xdr11 B emcError SHMEM localhost 8192 0 0 3 16 1003 TCP=5005 xdr queue13 # These are for the IO controller, EMCIO14 B toolCmd SHMEM localhost 1024 0 0 4 16 1004 TCP=5005 xdr15 B toolSts SHMEM localhost 8192 0 0 5 16 1005 TCP=5005 xdr17 # Processes18 # Name Buffer Type Host Ops server? timeout master? cnum20 P emc emcCommand LOCAL localhost RW 0 1.0 0 021 P emc emcStatus LOCAL localhost W 0 1.0 0 022 P emc emcError LOCAL localhost W 0 1.0 0 023 P emc toolCmd LOCAL localhost W 0 1.0 0 024 P emc toolSts LOCAL localhost R 0 1.0 0 026 P emcsvr emcCommand LOCAL localhost W 1 1.0 1 227 P emcsvr emcStatus LOCAL localhost R 1 1.0 1 228 P emcsvr emcError LOCAL localhost R 1 1.0 1 229 P emcsvr toolCmd LOCAL localhost W 1 1.0 1 230 P emcsvr toolSts LOCAL localhost R 1 1.0 1 231 P emcsvr default LOCAL localhost RW 1 1.0 1 233 P tool emcError LOCAL localhost W 0 1.0 0 334 P tool toolCmd LOCAL localhost RW 0 1.0 0 335 P tool toolSts LOCAL localhost W 0 1.0 0 337 P xemc emcCommand LOCAL localhost W 0 10.0 0 1038 P xemc emcStatus LOCAL localhost R 0 10.0 0 1039 P xemc emcError LOCAL localhost R 0 10.0 0 1040 P xemc toolCmd LOCAL localhost W 0 10.0 0 1041 P xemc toolSts LOCAL localhost R 0 10.0 0 1043 P keystick emcCommand LOCAL localhost W 0 10.0 0 1044 P keystick emcStatus LOCAL localhost R 0 10.0 0 1045 P keystick emcError LOCAL localhost R 0 10.0 0 1046 P keystick toolCmd LOCAL localhost W 0 10.0 0 1047 P keystick toolSts LOCAL localhost R 0 10.0 0 10