IOSimulatorItems.json 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "ManualEvent",
  5. "SourceCommand": "ManualEvent",
  6. "SourceCommandType": "AERS",
  7. "SuccessResponse": "BEGIN_FETCH",
  8. "FailedResponse": ""
  9. },
  10. {
  11. "SourceCommandName": "ManualAlarm",
  12. "SourceCommand": "ManualAlarm",
  13. "SourceCommandType": "ARS",
  14. "SuccessResponse": "4128 Cassette not present",
  15. "FailedResponse": ""
  16. },
  17. {
  18. "SourceCommandName": "Auto",
  19. "SourceCommand": "AUTO",
  20. "SourceCommandType": "HCS",
  21. "SuccessResponse": "OK",
  22. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  23. },
  24. {
  25. "SourceCommandName": "Calibrate",
  26. "SourceCommand": "CALIB",
  27. "SourceCommandType": "HCS",
  28. "SuccessResponse": "OK",
  29. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  30. },
  31. {
  32. "SourceCommandName": "Close",
  33. "SourceCommand": "CLOSE",
  34. "SourceCommandType": "HCS",
  35. "SuccessResponse": "OK",
  36. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  37. },
  38. {
  39. "SourceCommandName": "CloseGrip",
  40. "SourceCommand": "CLOSE_GRIP",
  41. "SourceCommandType": "HCS",
  42. "SuccessResponse": "OK",
  43. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  44. },
  45. {
  46. "SourceCommandName": "Disable",
  47. "SourceCommand": "DISABLE",
  48. "SourceCommandType": "HCS",
  49. "SuccessResponse": "OK",
  50. "Argument": "ALL",
  51. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  52. },
  53. {
  54. "SourceCommandName": "Enable",
  55. "SourceCommand": "ENABLE",
  56. "SourceCommandType": "HCS",
  57. "SuccessResponse": "OK",
  58. "Argument": "ALL",
  59. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  60. },
  61. {
  62. "SourceCommandName": "Error",
  63. "SourceCommand": "ENABLE",
  64. "SourceCommandType": "HCS",
  65. "SuccessResponse": "OK",
  66. "Argument": "ALL",
  67. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  68. },
  69. {
  70. "SourceCommandName": "Fetch",
  71. "SourceCommand": "FETCH",
  72. "SourceCommandType": "HCS",
  73. "SuccessResponse": "OK",
  74. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  75. },
  76. {
  77. "SourceCommandName": "Goto",
  78. "SourceCommand": "GOTO",
  79. "SourceCommandType": "HCS",
  80. "Argument": "4000",
  81. "SuccessResponse": "OK",
  82. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  83. },
  84. {
  85. "SourceCommandName": "Home",
  86. "SourceCommand": "HOME",
  87. "SourceCommandType": "HCS",
  88. "SuccessResponse": "OK",
  89. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  90. },
  91. {
  92. "SourceCommandName": "Recovery",
  93. "SourceCommand": "RECOVERY",
  94. "SourceCommandType": "HCS",
  95. "SuccessResponse": "OK",
  96. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  97. },
  98. {
  99. "SourceCommandName": "Stop",
  100. "SourceCommand": "STOP",
  101. "SourceCommandType": "HCS",
  102. "SuccessResponse": "OK",
  103. "FailedResponse": ""
  104. },
  105. {
  106. "SourceCommandName": "Reset",
  107. "SourceCommand": "RESET",
  108. "SourceCommandType": "HCS",
  109. "SuccessResponse": "OK",
  110. "FailedResponse": ""
  111. },
  112. {
  113. "SourceCommandName": "Load",
  114. "SourceCommand": "LOAD",
  115. "SourceCommandType": "HCS",
  116. "SuccessResponse": "OK",
  117. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  118. },
  119. {
  120. "SourceCommandName": "Lock",
  121. "SourceCommand": "LOCK",
  122. "SourceCommandType": "HCS",
  123. "SuccessResponse": "OK",
  124. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  125. },
  126. {
  127. "SourceCommandName": "LockLatch",
  128. "SourceCommand": "LK LATCH",
  129. "SourceCommandType": "HCS",
  130. "SuccessResponse": "OK",
  131. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  132. },
  133. {
  134. "SourceCommandName": "Manual",
  135. "SourceCommand": "MANUAL",
  136. "SourceCommandType": "HCS",
  137. "SuccessResponse": "OK",
  138. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  139. },
  140. {
  141. "SourceCommandName": "ManualGoto",
  142. "SourceCommand": "MAN GOTO",
  143. "SourceCommandType": "HCS",
  144. "Argument": "4000",
  145. "SuccessResponse": "OK",
  146. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  147. },
  148. {
  149. "SourceCommandName": "ManualUnlock",
  150. "SourceCommand": "MAN UNLK",
  151. "SourceCommandType": "HCS",
  152. "SuccessResponse": "OK",
  153. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  154. },
  155. {
  156. "SourceCommandName": "Move",
  157. "SourceCommand": "MOVE",
  158. "SourceCommandType": "HCS",
  159. "Argument": "DN 500",
  160. "SuccessResponse": "OK",
  161. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  162. },
  163. {
  164. "SourceCommandName": "ManualUnlock",
  165. "SourceCommand": "MAN UNLOCK",
  166. "SourceCommandType": "HCS",
  167. "SuccessResponse": "OK",
  168. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  169. },
  170. {
  171. "SourceCommandName": "Open",
  172. "SourceCommand": "OPEN",
  173. "SourceCommandType": "HCS",
  174. "SuccessResponse": "OK",
  175. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  176. },
  177. {
  178. "SourceCommandName": "OpenGrip",
  179. "SourceCommand": "OPEN GRIP",
  180. "SourceCommandType": "HCS",
  181. "SuccessResponse": "OK",
  182. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  183. },
  184. {
  185. "SourceCommandName": "Recocvery",
  186. "SourceCommand": "RECOVERY",
  187. "SourceCommandType": "HCS",
  188. "SuccessResponse": "OK",
  189. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  190. },
  191. {
  192. "SourceCommandName": "Reseat",
  193. "SourceCommand": "RESEAT",
  194. "SourceCommandType": "HCS",
  195. "SuccessResponse": "OK",
  196. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  197. },
  198. {
  199. "SourceCommandName": "Reset",
  200. "SourceCommand": "RESET",
  201. "SourceCommandType": "HCS",
  202. "SuccessResponse": "OK",
  203. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  204. },
  205. {
  206. "SourceCommandName": "SelfTest",
  207. "SourceCommand": "SELF-TEST",
  208. "SourceCommandType": "HCS",
  209. "SuccessResponse": "OK",
  210. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  211. },
  212. {
  213. "SourceCommandName": "Stage",
  214. "SourceCommand": "STAGE",
  215. "SourceCommandType": "HCS",
  216. "SuccessResponse": "OK",
  217. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  218. },
  219. {
  220. "SourceCommandName": "Stop",
  221. "SourceCommand": "STOP",
  222. "SourceCommandType": "HCS",
  223. "SuccessResponse": "OK",
  224. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  225. },
  226. {
  227. "SourceCommandName": "Unlock",
  228. "SourceCommand": "UNLK",
  229. "SourceCommandType": "HCS",
  230. "SuccessResponse": "OK",
  231. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  232. },
  233. {
  234. "SourceCommandName": "Unload",
  235. "SourceCommand": "UNLOAD",
  236. "SourceCommandType": "HCS",
  237. "SuccessResponse": "OK",
  238. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  239. },
  240. {
  241. "SourceCommandName": "UnlockLatch",
  242. "SourceCommand": "UNLK LATCH",
  243. "SourceCommandType": "HCS",
  244. "SuccessResponse": "OK",
  245. "FailedResponse": "BUSY|ALARM|NO_POD|NOT_READY|INVALID_ARG|CANNOT_PERFORM|DENIED"
  246. },
  247. {
  248. "SourceCommandName": "RequestConstant",
  249. "SourceCommandType": "ECR",
  250. "SuccessResponse": "P13=OFF",
  251. "FailedResponse": ""
  252. },
  253. {
  254. "SourceCommandName": "RequestStatus",
  255. "SourceCommandType": "FSR",
  256. "SuccessResponse": "FSD0 PIO=OFFPRTST=UNLK ELDN=FALSE ELSTAGE=FALSE ELUP=TRUE SEATER=HOME MODE=AUTO GRPST=OPEN ALMID=0000 ARM_RETR=TRUE HOME=TRUE",
  257. "FailedResponse": ""
  258. }
  259. ]
  260. }