Advertisement
Guest User

Untitled

a guest
Oct 25th, 2011
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. # Note: emcsvr is the master for all NML channels, and therefore is the
  2. # first to start.
  3.  
  4. # Buffers
  5. # Name Type Host size neut? (old) buffer# MP ---
  6.  
  7. # Top-level buffers to EMC
  8. B emcCommand SHMEM localhost 8192 0 0 1 16 1001 TCP=5005 xdr
  9. B emcStatus SHMEM localhost 10240 0 0 2 16 1002 TCP=5005 xdr
  10. B emcError SHMEM localhost 8192 0 0 3 16 1003 TCP=5005 xdr queue
  11.  
  12. # These are for the IO controller, EMCIO
  13. B toolCmd SHMEM localhost 1024 0 0 4 16 1004 TCP=5005 xdr
  14. B toolSts SHMEM localhost 8192 0 0 5 16 1005 TCP=5005 xdr
  15.  
  16. # Processes
  17. # Name Buffer Type Host Ops server? timeout master? cnum
  18.  
  19. P emc emcCommand LOCAL localhost RW 0 1.0 0 0
  20. P emc emcStatus LOCAL localhost W 0 1.0 0 0
  21. P emc emcError LOCAL localhost W 0 1.0 0 0
  22. P emc toolCmd LOCAL localhost W 0 1.0 0 0
  23. P emc toolSts LOCAL localhost R 0 1.0 0 0
  24.  
  25. P emcsvr emcCommand LOCAL localhost W 1 1.0 1 2
  26. P emcsvr emcStatus LOCAL localhost R 1 1.0 1 2
  27. P emcsvr emcError LOCAL localhost R 1 1.0 1 2
  28. P emcsvr toolCmd LOCAL localhost W 1 1.0 1 2
  29. P emcsvr toolSts LOCAL localhost R 1 1.0 1 2
  30. P emcsvr default LOCAL localhost RW 1 1.0 1 2
  31.  
  32. P tool emcError LOCAL localhost W 0 1.0 0 3
  33. P tool toolCmd LOCAL localhost RW 0 1.0 0 3
  34. P tool toolSts LOCAL localhost W 0 1.0 0 3
  35.  
  36. P xemc emcCommand LOCAL localhost W 0 10.0 0 10
  37. P xemc emcStatus LOCAL localhost R 0 10.0 0 10
  38. P xemc emcError LOCAL localhost R 0 10.0 0 10
  39. P xemc toolCmd LOCAL localhost W 0 10.0 0 10
  40. P xemc toolSts LOCAL localhost R 0 10.0 0 10
  41.  
  42. P keystick emcCommand LOCAL localhost W 0 10.0 0 10
  43. P keystick emcStatus LOCAL localhost R 0 10.0 0 10
  44. P keystick emcError LOCAL localhost R 0 10.0 0 10
  45. P keystick toolCmd LOCAL localhost W 0 10.0 0 10
  46. P keystick toolSts LOCAL localhost R 0 10.0 0 10
  47.  
  48. P hidcomp emcCommand LOCAL localhost W 0 10.0 0 10
  49. P hidcomp emcStatus LOCAL localhost R 0 10.0 0 10
  50. P hidcomp emcError LOCAL localhost R 0 10.0 0 10
  51.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement