IOSimulatorItems.json 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "Abort",
  5. "SourceCommandType": "A",
  6. "SuccessResponse": "OK",
  7. "FailedResponse": ""
  8. },
  9. {
  10. "SourceCommandName": "CloseDoor",
  11. "SourceCommand": "DC",
  12. "SourceCommandType": "A",
  13. "SuccessResponse": "OK",
  14. "FailedResponse": ""
  15. },
  16. {
  17. "SourceCommandName": "OpenDoor",
  18. "SourceCommand": "DO",
  19. "SourceCommandType": "A",
  20. "SuccessResponse": "OK",
  21. "FailedResponse": ""
  22. },
  23. {
  24. "SourceCommandName": "MoveToLoadPosition",
  25. "SourceCommand": "LP",
  26. "SourceCommandType": "A",
  27. "SuccessResponse": "OK",
  28. "FailedResponse": ""
  29. },
  30. {
  31. "SourceCommandName": "GotoSlot",
  32. "SourceCommand": "GOTO",
  33. "SourceCommandType": "A",
  34. "Argument": "1",
  35. "SuccessResponse": "OK",
  36. "FailedResponse": ""
  37. },
  38. {
  39. "SourceCommandName": "HomeAll",
  40. "SourceCommand": "HM,ALL",
  41. "SourceCommandType": "A",
  42. "SuccessResponse": "OK",
  43. "FailedResponse": ""
  44. },
  45. {
  46. "SourceCommandName": "HomeR",
  47. "SourceCommand": "HM,R",
  48. "SourceCommandType": "A",
  49. "SuccessResponse": "OK",
  50. "FailedResponse": ""
  51. },
  52. {
  53. "SourceCommandName": "HomeZ",
  54. "SourceCommand": "HM,Z",
  55. "SourceCommandType": "A",
  56. "SuccessResponse": "OK",
  57. "FailedResponse": ""
  58. },
  59. {
  60. "SourceCommandName": "MapCassette",
  61. "SourceCommand": "MP",
  62. "SourceCommandType": "A",
  63. "SuccessResponse": "OK",
  64. "FailedResponse": ""
  65. },
  66. {
  67. "SourceCommandName": "PlatformIn",
  68. "SourceCommand": "PI",
  69. "SourceCommandType": "A",
  70. "SuccessResponse": "OK",
  71. "FailedResponse": ""
  72. },
  73. {
  74. "SourceCommandName": "CassetteInterlock",
  75. "SourceCommand": "CE",
  76. "SourceCommandType": "A",
  77. "SuccessResponse": "OK",
  78. "FailedResponse": ""
  79. },
  80. {
  81. "SourceCommandName": "DoorInterlock",
  82. "SourceCommand": "ZD",
  83. "SourceCommandType": "A",
  84. "SuccessResponse": "OK",
  85. "FailedResponse": ""
  86. },
  87. {
  88. "SourceCommandName": "PlatformOut",
  89. "SourceCommand": "PO",
  90. "SourceCommandType": "A",
  91. "SuccessResponse": "OK",
  92. "FailedResponse": ""
  93. },
  94. {
  95. "SourceCommandName": "RequestArmZUpPosition",
  96. "SourceCommand": "ARM,Z,UP",
  97. "SourceCommandType": "R",
  98. "SuccessResponse": "{X,ARM,Z,UP,100}",
  99. "FailedResponse": ""
  100. },
  101. {
  102. "SourceCommandName": "RequestArmZDownPosition",
  103. "SourceCommand": "ARM,Z,DN",
  104. "SourceCommandType": "R",
  105. "SuccessResponse": "{X,ARM,Z,DN,100}",
  106. "FailedResponse": ""
  107. },
  108. {
  109. "SourceCommandName": "RequestWaferSlideOut",
  110. "SourceCommand": "SO",
  111. "SourceCommandType": "R",
  112. "SuccessResponse": "SON",
  113. "FailedResponse": ""
  114. },
  115. {
  116. "SourceCommandName": "RequestErrorStatus",
  117. "SourceCommand": "ER",
  118. "SourceCommandType": "R",
  119. "SuccessResponse": "ERE2",
  120. "FailedResponse": ""
  121. },
  122. {
  123. "SourceCommandName": "ResetErrorStatus",
  124. "SourceCommand": "ER",
  125. "SourceCommandType": "S",
  126. "SuccessResponse": "OK",
  127. "FailedResponse": ""
  128. },
  129. {
  130. "SourceCommandName": "RequestMappingInformation",
  131. "SourceCommand": "MI",
  132. "SourceCommandType": "R",
  133. "Argument": "B",
  134. "SuccessResponse": "MISSSSSSSSSSSSSSSSSSSSSSSSS????",
  135. "FailedResponse": ""
  136. },
  137. {
  138. "SourceCommandName": "RequestArmState",
  139. "SourceCommand": "STAT,ARM",
  140. "SourceCommandType": "R",
  141. "SuccessResponse": "STAT",
  142. "FailedResponse": ""
  143. },
  144. {
  145. "SourceCommandName": "RequestCassettePresent",
  146. "SourceCommand": "W2",
  147. "SourceCommandType": "R",
  148. "SuccessResponse": "W2",
  149. "FailedResponse": ""
  150. },
  151. {
  152. "SourceCommandName": "RequestDoorState",
  153. "SourceCommand": "STAT,DOOR",
  154. "SourceCommandType": "R",
  155. "SuccessResponse": "DOOR",
  156. "FailedResponse": ""
  157. },
  158. {
  159. "SourceCommandName": "GotoSlot",
  160. "SourceCommand": "GO",
  161. "SourceCommandType": "A",
  162. "SuccessResponse": "OK",
  163. "FailedResponse": ""
  164. },
  165. {
  166. "SourceCommandName": "ExecuteAnyCommand",
  167. "SourceCommand": "Any",
  168. "SourceCommandType": "",
  169. "SuccessResponse": "OK",
  170. "FailedResponse": ""
  171. }
  172. ]
  173. }