You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

88 lines
2.0 KiB

  1. ETHERSTREAM(1) User Commands ETHERSTREAM(1)
  2. NAME
  3. etherstream - manual page for etherstream 1.2 (2010-02-08)
  4. SYNOPSIS
  5. ethstream [options]
  6. -------
  7. DESCRIPTION
  8. -a, --address string
  9. host/address of device (192.168.1.209)
  10. -n, --numchannels n
  11. sample the first N ADC channels (2)
  12. -C, --channels a,b,c
  13. sample channels a, b, and c
  14. -r, --rate hz
  15. sample each channel at this rate (8000.0)
  16. -L, --labjack
  17. Force LabJack device
  18. -t, --timers a,b,c
  19. set LabJack timer modes to a, b, and c
  20. -T, --timerdivisor n
  21. set LabJack timer divisor to n
  22. -N, --nerdjack
  23. Force NerdJack device
  24. -d, --detect
  25. Detect NerdJack IP address
  26. -R, --range a,b
  27. Set range on NerdJack for channels 0-5,6-11 to either 5 or 10
  28. (10,10)
  29. -o, --oneshot
  30. don’t retry in case of errors
  31. -f, --forceretry
  32. retry no matter what happens
  33. -c, --convert
  34. convert output to volts
  35. -H, --converthex
  36. convert output to hex
  37. -m, --showmem
  38. output memory stats with data (NJ only)
  39. -l, --lines num
  40. if set, output this many lines and quit
  41. -h, --help
  42. this help
  43. -v, --verbose
  44. be verbose
  45. -V, --version
  46. show version number and exit
  47. -i, --info
  48. get info from device (NJ only)
  49. -X, --examples
  50. show ethstream examples and exit
  51. Read data from the specified Labjack UE9 via Ethernet. See README for
  52. details.
  53. AUTHOR
  54. Written by Jim Paris <jim@jtan.com> and Zachary Clifford
  55. <zacharyc@mit.edu>. This program comes with no warranty and is pro‐
  56. vided under the GPLv2.
  57. etherstream 1.2 (2010-02-08) February 2010 ETHERSTREAM(1)