SiasunAligner_IOSimulatorItems.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "Align",
  5. "SourceCommand": "ALIGN",
  6. "SuccessResponse": "_RDY",
  7. "FailedResponse": "_ERR 9"
  8. },
  9. {
  10. "SourceCommandName": "Rotate",
  11. "SourceCommand": "ROTATE",
  12. "Argument": "25.2",
  13. "SuccessResponse": "_RDY",
  14. "FailedResponse": "_ERR 9"
  15. },
  16. {
  17. "SourceCommandName": "SevoOn",
  18. "SourceCommand": "SVON",
  19. "SuccessResponse": "_RDY",
  20. "FailedResponse": "_ERR 9"
  21. },
  22. {
  23. "SourceCommandName": "SevoOff",
  24. "SourceCommand": "SVOFF",
  25. "SuccessResponse": "_RDY",
  26. "FailedResponse": "_ERR 9"
  27. },
  28. {
  29. "SourceCommandName": "SetAlignAngle",
  30. "SourceCommand": "SWAA",
  31. "Argument": "60",
  32. "SuccessResponse": "_RDY",
  33. "FailedResponse": "_ERR 9"
  34. },
  35. {
  36. "SourceCommandName": "SetWaferSize",
  37. "SourceCommand": "SWS",
  38. "Argument": "200",
  39. "SuccessResponse": "_RDY",
  40. "FailedResponse": "_ERR 9"
  41. },
  42. {
  43. "SourceCommandName": "Home",
  44. "SourceCommand": "ALIGNER HOME/SCAN/ALGN",
  45. "SuccessResponse": "_RDY",
  46. "FailedResponse": "_ERR 9"
  47. },
  48. {
  49. "SourceCommandName": "RequestAlignAngle",
  50. "SourceCommand": "RWAA",
  51. "SuccessResponse": "RWAA 90.000",
  52. "FailedResponse": "_ERR 9"
  53. },
  54. {
  55. "SourceCommandName": "RequestWaferSize",
  56. "SourceCommand": "RWS",
  57. "SuccessResponse": "RWS 300",
  58. "FailedResponse": "_ERR 9"
  59. },
  60. {
  61. "SourceCommandName": "RequestBiasXY",
  62. "SourceCommand": "RBIASXY",
  63. "SuccessResponse": "RBIASXY 6.018 1.285",
  64. "FailedResponse": "_ERR 9"
  65. },
  66. {
  67. "SourceCommandName": "RequestBiasRT",
  68. "SourceCommand": "RBIASRT",
  69. "SuccessResponse": "RBIASRT 1.285,0.105",
  70. "FailedResponse": "_ERR 9"
  71. },
  72. {
  73. "SourceCommandName": "RequestNotchAngle",
  74. "SourceCommand": "RNOTCH",
  75. "SuccessResponse": "RNOTCH 90.105",
  76. "FailedResponse": "_ERR 9"
  77. },
  78. {
  79. "SourceCommandName": "RequestErrorCode",
  80. "SourceCommand": "REER",
  81. "SuccessResponse": "_ERR 15",
  82. "FailedResponse": "_ERR 15"
  83. },
  84. {
  85. "SourceCommandName": "Hello",
  86. "SourceCommand": "HLLO",
  87. "SuccessResponse": "Hello AG",
  88. "FailedResponse": ""
  89. },
  90. {
  91. "SourceCommandName": "RequestWaferOnOff",
  92. "SourceCommand": "RWK",
  93. "SuccessResponse": "RWK 0",
  94. "FailedResponse": "_ERR 9"
  95. },
  96. {
  97. "SourceCommandName": "RequestReady",
  98. "SourceCommand": "RAR",
  99. "SuccessResponse": "RAR 1",
  100. "FailedResponse": "_ERR 9"
  101. }
  102. ]
  103. }