IOSimulatorItems.json 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "Abort",
  5. "SourceCommandType": "E",
  6. "SuccessResponse": "_RDY,_BKGRDY",
  7. "FailedResponse": "_RDY,_BKGERR A6"
  8. },
  9. {
  10. "SourceCommandName": "CloseDoor",
  11. "SourceCommand": "DC",
  12. "SourceCommandType": "A",
  13. "SuccessResponse": "_RDY,_BKGRDY",
  14. "FailedResponse": "_RDY,_BKGERR A6"
  15. },
  16. {
  17. "SourceCommandName": "OpenDoor",
  18. "SourceCommand": "DO",
  19. "SourceCommandType": "A",
  20. "SuccessResponse": "_RDY,_BKGRDY",
  21. "FailedResponse": "_RDY,_BKGERR A6"
  22. },
  23. {
  24. "SourceCommandName": "FindWaferUp",
  25. "SourceCommand": "FU",
  26. "SourceCommandType": "A",
  27. "SuccessResponse": "_RDY,_BKGRDY",
  28. "FailedResponse": "_RDY,_BKGERR A6"
  29. },
  30. {
  31. "SourceCommandName": "FindWaferDown",
  32. "SourceCommand": "FD",
  33. "SourceCommandType": "A",
  34. "SuccessResponse": "_RDY,_BKGRDY",
  35. "FailedResponse": "_RDY,_BKGERR A6"
  36. },
  37. {
  38. "SourceCommandName": "GoCheck",
  39. "SourceCommand": "GC",
  40. "SourceCommandType": "A",
  41. "Argument": "3",
  42. "SuccessResponse": "_RDY,_BKGRDY",
  43. "FailedResponse": "_RDY,_BKGERR A6"
  44. },
  45. {
  46. "SourceCommandName": "RandomAccess",
  47. "SourceCommand": "GO",
  48. "SourceCommandType": "A",
  49. "Argument": "3,U",
  50. "SuccessResponse": "_RDY,_BKGRDY",
  51. "FailedResponse": "_RDY,_BKGERR A6"
  52. },
  53. {
  54. "SourceCommandName": "GotoZ",
  55. "SourceCommand": "GOTO",
  56. "SourceCommandType": "A",
  57. "Argument": "ARM,Z,UP",
  58. "SuccessResponse": "_RDY,_BKGRDY",
  59. "FailedResponse": "_RDY,_BKGERR A6"
  60. },
  61. {
  62. "SourceCommandName": "Home",
  63. "SourceCommand": "HM",
  64. "SourceCommandType": "A",
  65. "Argument": "Z",
  66. "SuccessResponse": "_RDY,_BKGRDY",
  67. "FailedResponse": "_RDY,_BKGERR A6"
  68. },
  69. {
  70. "SourceCommandName": "JogDown",
  71. "SourceCommand": "JD",
  72. "SourceCommandType": "A",
  73. "SuccessResponse": "_RDY,_BKGRDY",
  74. "FailedResponse": "_RDY,_BKGERR A6"
  75. },
  76. {
  77. "SourceCommandName": "JogUp",
  78. "SourceCommand": "JU",
  79. "SourceCommandType": "A",
  80. "SuccessResponse": "_RDY,_BKGRDY",
  81. "FailedResponse": "_RDY,_BKGERR A6"
  82. },
  83. {
  84. "SourceCommandName": "Load",
  85. "SourceCommand": "LOAD",
  86. "SourceCommandType": "A",
  87. "SuccessResponse": "_RDY,_BKGRDY",
  88. "FailedResponse": "_RDY,_BKGERR A6"
  89. },
  90. {
  91. "SourceCommandName": "MoveToLoadPos",
  92. "SourceCommand": "LP",
  93. "SourceCommandType": "A",
  94. "SuccessResponse": "_RDY,_BKGRDY",
  95. "FailedResponse": "_RDY,_BKGERR A6"
  96. },
  97. {
  98. "SourceCommandName": "MapCassette",
  99. "SourceCommand": "MP",
  100. "SourceCommandType": "A",
  101. "SuccessResponse": "_RDY,_BKGRDY",
  102. "FailedResponse": "_RDY,_BKGERR A6"
  103. },
  104. {
  105. "SourceCommandName": "Move",
  106. "SourceCommand": "MOVE",
  107. "SourceCommandType": "A",
  108. "Argument": "Z,ABS,70000",
  109. "SuccessResponse": "_RDY,_BKGRDY",
  110. "FailedResponse": "_RDY,_BKGERR A6"
  111. },
  112. {
  113. "SourceCommandName": "PlatformIn",
  114. "SourceCommand": "PI",
  115. "SourceCommandType": "A",
  116. "SuccessResponse": "_RDY,_BKGRDY",
  117. "FailedResponse": "_RDY,_BKGERR A6"
  118. },
  119. {
  120. "SourceCommandName": "Pick",
  121. "SourceCommand": "PICK",
  122. "SourceCommandType": "A",
  123. "SuccessResponse": "_RDY,_BKGRDY",
  124. "FailedResponse": "_RDY,_BKGERR A6"
  125. },
  126. {
  127. "SourceCommandName": "Place",
  128. "SourceCommand": "PLACE",
  129. "SourceCommandType": "A",
  130. "SuccessResponse": "_RDY,_BKGRDY",
  131. "FailedResponse": "_RDY,_BKGERR A6"
  132. },
  133. {
  134. "SourceCommandName": "PlatformOut",
  135. "SourceCommand": "PO",
  136. "SourceCommandType": "A",
  137. "SuccessResponse": "_RDY,_BKGRDY",
  138. "FailedResponse": "_RDY,_BKGERR A6"
  139. },
  140. {
  141. "SourceCommandName": "Unload",
  142. "SourceCommand": "UNLOAD",
  143. "SourceCommandType": "A",
  144. "SuccessResponse": "_RDY,_BKGRDY",
  145. "FailedResponse": "_RDY,_BKGERR A6"
  146. },
  147. {
  148. "SourceCommandName": "SetArmAction",
  149. "SourceCommand": "AA",
  150. "SourceCommandType": "S",
  151. "Argument": "Y",
  152. "SuccessResponse": "_RDY,_BKGRDY",
  153. "FailedResponse": "_RDY,_BKGERR A6"
  154. },
  155. {
  156. "SourceCommandName": "SetArmExtension",
  157. "SourceCommand": "ARM",
  158. "SourceCommandType": "S",
  159. "Argument": "EXT,200000",
  160. "SuccessResponse": "_RDY,_BKGRDY",
  161. "FailedResponse": "_RDY,_BKGERR A6"
  162. },
  163. {
  164. "SourceCommandName": "SetArmRPosition",
  165. "SourceCommand": "ARM",
  166. "SourceCommandType": "S",
  167. "Argument": "R,EX,2100000",
  168. "SuccessResponse": "_RDY,_BKGRDY",
  169. "FailedResponse": "_RDY,_BKGERR A6"
  170. },
  171. {
  172. "SourceCommandName": "SetArmRPosition",
  173. "SourceCommand": "ARM",
  174. "SourceCommandType": "S",
  175. "Argument": "Z,DN,91000",
  176. "SuccessResponse": "_RDY,_BKGRDY",
  177. "FailedResponse": "_RDY,_BKGERR A6"
  178. },
  179. {
  180. "SourceCommandName": "SetCommunicationMode",
  181. "SourceCommand": "COMM",
  182. "SourceCommandType": "S",
  183. "Argument": "FLOW,BKG+",
  184. "SuccessResponse": "_RDY,_BKGRDY",
  185. "FailedResponse": "_RDY,_BKGERR A6"
  186. },
  187. {
  188. "SourceCommandName": "RequestArmAction",
  189. "SourceCommand": "AA",
  190. "SourceCommandType": "R",
  191. "SuccessResponse": "_RDY,_BKGRDY",
  192. "FailedResponse": "_RDY,_BKGERR A6"
  193. },
  194. {
  195. "SourceCommandName": "RequestArmRPosition",
  196. "SourceCommand": "ARM",
  197. "SourceCommandType": "R",
  198. "Argument": "R,EX",
  199. "SuccessResponse": "{X,ARM,R,EX,0169500}",
  200. "FailedResponse": "_RDY,_BKGERR A9"
  201. },
  202. {
  203. "SourceCommandName": "RequestArmZPosition",
  204. "SourceCommand": "ARM",
  205. "SourceCommandType": "R",
  206. "Argument": "Z,UP",
  207. "SuccessResponse": "{X,ARM,Z,UP,0169500}",
  208. "FailedResponse": "_RDY,_BKGERR A6"
  209. },
  210. {
  211. "SourceCommandName": "RequestCommunicationMode",
  212. "SourceCommand": "COMM",
  213. "SourceCommandType": "R",
  214. "Argument": "FLOW",
  215. "SuccessResponse": "{COMM,FLOW,BKG+}",
  216. "FailedResponse": "_RDY,_BKGERR A6"
  217. },
  218. {
  219. "SourceCommandName": "RequestClampStatus",
  220. "SourceCommand": "CS",
  221. "SourceCommandType": "R",
  222. "SuccessResponse": "{CSC}",
  223. "FailedResponse": "_RDY,_BKGERR A6"
  224. },
  225. {
  226. "SourceCommandName": "RequestDoorActionMode",
  227. "SourceCommand": "DA",
  228. "SourceCommandType": "R",
  229. "SuccessResponse": "{DAY}",
  230. "FailedResponse": "_RDY,_BKGERR A6"
  231. },
  232. {
  233. "SourceCommandName": "RequestDoorInterlock",
  234. "SourceCommand": "DI",
  235. "SourceCommandType": "R",
  236. "SuccessResponse": "{DIY}",
  237. "FailedResponse": "_RDY,_BKGERR A6"
  238. },
  239. {
  240. "SourceCommandName": "RequestDevice",
  241. "SourceCommand": "DV",
  242. "SourceCommandType": "R",
  243. "SuccessResponse": "{DV00}",
  244. "FailedResponse": "_RDY,_BKGERR A6"
  245. },
  246. {
  247. "SourceCommandName": "RequestErrorStatus",
  248. "SourceCommand": "ER",
  249. "SourceCommandType": "R",
  250. "SuccessResponse": "{ER,OK}",
  251. "FailedResponse": "_RDY,_BKGERR A6"
  252. },
  253. {
  254. "SourceCommandName": "RequestInterlock",
  255. "SourceCommand": "INTLCK",
  256. "SourceCommandType": "R",
  257. "Argument": "ALL",
  258. "SuccessResponse": "{INTLCK,CASS,PRESENT,ENB}{INTLCK,BRKPNT,R,EX,ENB}",
  259. "FailedResponse": "_RDY,_BKGERR A6"
  260. },
  261. {
  262. "SourceCommandName": "RequestLoadPosition",
  263. "SourceCommand": "LP",
  264. "SourceCommandType": "R",
  265. "SuccessResponse": "{LPY}",
  266. "FailedResponse": "_RDY,_BKGERR A6"
  267. },
  268. {
  269. "SourceCommandName": "RequestMappingInformation",
  270. "SourceCommand": "MI",
  271. "SourceCommandType": "R",
  272. "Argument": "B",
  273. "SuccessResponse": "{MI,1,0,A,3,0,0,0,0,0,0}",
  274. "FailedResponse": "_RDY,_BKGERR A6"
  275. },
  276. {
  277. "SourceCommandName": "RequestPlatform",
  278. "SourceCommand": "PL",
  279. "SourceCommandType": "R",
  280. "SuccessResponse": "{PLI}",
  281. "FailedResponse": "_RDY,_BKGERR A6"
  282. },
  283. {
  284. "SourceCommandName": "RequestPlatformPositon",
  285. "SourceCommand": "POS",
  286. "SourceCommandType": "R",
  287. "Argument": "ABS,Z",
  288. "SuccessResponse": "{POS,ABS,1000000,1000000",
  289. "FailedResponse": "_RDY,_BKGERR A6"
  290. },
  291. {
  292. "SourceCommandName": "RequestVCEStatus",
  293. "SourceCommand": "STAT",
  294. "SourceCommandType": "R",
  295. "Argument": "ALL",
  296. "SuccessResponse": "{STAT,CASS,PRESENT,N}{STAT,DOOR,C}",
  297. "FailedResponse": "_RDY,_BKGERR A6"
  298. },
  299. {
  300. "SourceCommandName": "RequestCassettePresent",
  301. "SourceCommand": "W2",
  302. "SourceCommandType": "R",
  303. "SuccessResponse": "{W2Y}",
  304. "FailedResponse": "_RDY,_BKGERR A6"
  305. },
  306. {
  307. "SourceCommandName": "RequestWaferPresence",
  308. "SourceCommand": "WP",
  309. "SourceCommandType": "R",
  310. "SuccessResponse": "{WPY}",
  311. "FailedResponse": "_RDY,_BKGERR A6"
  312. }
  313. ]
  314. }