general_help.txt 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. --------------------------------------------------------------------------
  2. YKUSH Boards Command Application Help
  3. --------------------------------------------------------------------------
  4. Command Structure:
  5. -------------------
  6. ykushcmd <board_prefix> [<options>]
  7. board_prefix Indexes the scopeboard being commanded.
  8. Prefixes/board scope mapping:
  9. -------------------------
  10. | Board | Prefix |
  11. -------------------------
  12. | YKUSH | No prefix |
  13. -------------------------
  14. | YKUSH XS | ykushxs |
  15. -------------------------
  16. | YKUSH 2 | ykush2 |
  17. -------------------------
  18. | YKUSH 3 | ykush3 |
  19. -------------------------
  20. options Options specific to each board scope as detailed
  21. bellow.
  22. 1. Available Commands For YKUSH Boards:
  23. ------------------------------------------
  24. ykushcmd -d dn_number Turns DOWN the downstream port
  25. with the number dn_number
  26. ykushcmd -u dn_number Turns UP the downstream port
  27. with the number dn_number
  28. ykushcmd -g dn_number Obtains the switching status
  29. of port with the number dn_number
  30. ykushcmd -l Lists all currently attached
  31. YKUSH boards
  32. ykushcmd -s serial_number -d dn_number Turns DOWN the downstream port
  33. with the number dn_number for
  34. the board with the specified
  35. serial number
  36. ykushcmd -s serial_number -u dn_number Turns UP the downstream port
  37. with the number dn_number for
  38. the board with the specified
  39. serial number
  40. ykushcmd -s serial_number -g dn_number Obtains the switching status
  41. of port with the number
  42. dn_number for the board with
  43. the specified serial number
  44. NOTE: For Windows operating systems add the .exe extension when calling the ykushcmd command. For example for disconnecting the downstream port 1 the command is as follows.
  45. ykushcmd.exe -d 1
  46. 2. Available Commands For YKUSH XS Boards:
  47. ------------------------------------------
  48. ykushcmd ykushxs -d Turns DOWN the downstream port
  49. ykushcmd ykushxs -u Turns UP the downstream port
  50. ykushcmd ykushxs -g Obtains the switching status of
  51. the downstream port
  52. ykushcmd ykushxs -l Lists all currently attached
  53. YKUSH XS boards
  54. ykushcmd ykushxs -s serial_number -d Turns DOWN the downstream port for
  55. the board with the specified
  56. serial number
  57. ykushcmd ykushxs -s serial_number -u Turns UP the downstream port for
  58. the board with the specified
  59. serial number
  60. ykushcmd ykushxs -s serial_number -g Obtains the switching status of
  61. port for the board with the
  62. specified serial number
  63. NOTE: For Windows operating systems add the .exe extension when calling the ykushcmd command. For example for disconnecting the downstream port the command is as follows.
  64. ykushcmd.exe ykushxs -d