weeder.1.html 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version='1.0' encoding='iso-8859-1'?>
  2. <!doctype html public '-//W3C//DTD XHTML 1.0 Strict//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'>
  3. <html xmlns='http://www.w3c.org/1999/xhtml' lang='en-us'>
  4. <head>
  5. <title>
  6. weeder.1
  7. </title>
  8. <meta http-equiv='content-type' content='text/html;iso-8859-1'/>
  9. <meta name='generator' content='motley-tools 1.9.4 13:40:33 Feb 18 2015'/>
  10. <meta name='author' content='cmaier@cmassoc.net'/>
  11. <meta name='robots' content='noindex,nofollow'/>
  12. <link href='toolkit.css' rel='stylesheet' type='text/css'/>
  13. </head>
  14. <body>
  15. <div class='headerlink'>
  16. [<a href='ttysig.1.html' title=' ttysig.1 '>PREV</a>]
  17. [<a href='toolkit.html' title=' Index '>HOME</a>]
  18. [<a href='xml2pib.1.html' title=' xml2pib.1 '>NEXT</a>]
  19. </div>
  20. <pre>
  21. weeder(1) Qualcomm Atheros Open Powerline Toolkit weeder(1)
  22. NAME
  23. weeder - Weeder Solid State Relay Module Controller
  24. SYNOPSIS
  25. weeder [options] [attenuation]
  26. DESCRIPTION
  27. Set or get the attenuation level on the Qualcomm Atheros Production Test System using a local RS-232 communication port.
  28. Attenuator settings are changed if an attenuation value is specified. Attenuator settings are read and displayed if no
  29. attenuation value is specified. The serial port settings must be configured before running this program. Settings are
  30. 9600 baud, no parity, 8 data and 1 stop bit. See datasheet http://www.weedtech.com/wtssr-m.pdf for more information.
  31. OPTIONS
  32. -e echo
  33. Enable or disable echo mode. The value of echo can be 1=on or 0=off. Alternately, keywords &quot;on&quot; and &quot;off&quot; can be
  34. used. Atheros recommends that you always disable echo when using this program to speed relay switching.
  35. -m mode
  36. Turn on or off the Device Under Test power. The value of mode can be 1=on or 0=off. Alternately, keywords &quot;on&quot;
  37. and &quot;off&quot; can be used.
  38. -o units
  39. Change relay control module order. Individual relay control modules are assigned a digital address that can be
  40. referenced using the UTF-8 letters &quot;[A-P]&quot; then &quot;[a-p]&quot;. The Atheros PTS is configured so that module &quot;B&quot; is
  41. activated before module &quot;A&quot;. This options lets you specify some other module order. The default value is &quot;BA&quot; to
  42. indicate &quot;B&quot; before &quot;A&quot;.
  43. -p port
  44. The name of the serial port. On Linux, the name is usually &quot;/dev/ttyS[0-4]&quot;. On OS/X, the name is usually
  45. &quot;/dev/cua[0-4]&quot;. On Windows, the name is &quot;com[0-9]:&quot;. The default is &quot;/dev/ttyS0&quot; on Linux and &quot;com1:&quot; on Win‐
  46. dows. If environment string &quot;WEEDER&quot; is defined then it takes precedence over the default serial port. This
  47. option then takes precedence over either default. Belkin USB-to-serial cables are named &quot;/dev/ttyUSB0&quot; on Linux.
  48. -w wait
  49. Wait time in milliseconds. Serial I/O operation are slow and a delay is needed after each write operation.
  50. Unfortunately, different operating systems require different wait times. This options lets you adjust the time.
  51. The default is 10 milliseconds which should be adequate on most systems.
  52. ARGUMENTS
  53. attenuation
  54. The attenuation in decibels. The attenuation may be expressed in decimal, binary or hexadecimal when setting
  55. attenuator but is displayed in decimal when reading the attenuator. Binary values start with &quot;0b&quot; and hexadecimal
  56. values start with &quot;0x&quot;.
  57. EXAMPLES
  58. The following example turns the Device Under Test power on and configures the attenuator for 72db attenuation. Option -m
  59. is not necessary if the Device Under Test power is already on.
  60. # weeder -m 1 72
  61. The next example configures the controller for 42db attenuation. There is no needed to turn the Device Under Test on
  62. again because it remains on until turned off.
  63. # weeder 42
  64. The next example configures the controller for 56db attenuation and turns the Device Under Test off.
  65. # weeder -m off 56
  66. The next example displays the current attenuation on the console because no attenuation value was specified.
  67. # weeder
  68. REFERENCES
  69. Information shown above applies to WTSSR-M Solid State Relay Module by Weeder Technologies, 90-A Beal Pkwy NW, Fort Wal‐
  70. ton Beach FL 32548 USA; Tel +44 850 863 5723.
  71. SEE ALSO
  72. amp(1), ptsctl(1), WTSSR-M(1)
  73. CREDITS
  74. Charles Maier &lt;cmaier@qca.qualcomm.com&gt;
  75. open-plc-utils-0.0.3 Mar 2014 weeder(1)
  76. </pre>
  77. <div class='footerlink'>
  78. [<a href='ttysig.1.html' title=' ttysig.1 '>PREV</a>]
  79. [<a href='toolkit.html' title=' Index '>HOME</a>]
  80. [<a href='xml2pib.1.html' title=' xml2pib.1 '>NEXT</a>]
  81. </div>
  82. </body>
  83. </html>