VenusDevice.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. namespace Venus_Core
  2. {
  3. public enum VenusDevice
  4. {
  5. ValveMfc1,
  6. ValveMfc2,
  7. ValveMfc3,
  8. ValveMfc4,
  9. ValveMfc5,
  10. ValveMfc6,
  11. ValveMfc7,
  12. ValveMfc8,
  13. ValveMfc9,
  14. ValveMfc10,
  15. ValveMfc11,
  16. ValveMfc12,
  17. ValvePVN21,
  18. ValvePVN22,
  19. ValvePV11,
  20. ValvePV12,
  21. ValvePV21,
  22. ValvePV22,
  23. ValvePV31,
  24. ValvePV32,
  25. ValvePV41,
  26. ValvePV42,
  27. ValvePV51,
  28. ValvePV52,
  29. ValvePV61,
  30. ValvePV62,
  31. ValvePV71,
  32. ValvePV72,
  33. ValvePV81,
  34. ValvePV82,
  35. ValvePV91,
  36. ValvePV92,
  37. ValvePVA1,
  38. ValvePVA2,
  39. ValvePVB1,
  40. ValvePVB2,
  41. ValvePVC1,
  42. ValvePVC2,
  43. ValvePV14,
  44. ValveN2,
  45. ValvePVHe1,
  46. ValvePVHe2,
  47. ValvePVHe3,
  48. ValveHeISO,
  49. ValveMainPurge,
  50. ValveSecondPurge,
  51. ValveGasFinal,
  52. ValveSoftPump,
  53. ValveFastPump,
  54. ValveCHBPurge,
  55. ValveTurboPumpPumping,
  56. ValveTurboPumpPurge,
  57. ValveGuage,
  58. ValveLoadlockVent,
  59. ValveLoadlockPumping,
  60. ValvePurge,
  61. MfcGas1,
  62. MfcGas2,
  63. MfcGas3,
  64. MfcGas4,
  65. MfcGas5,
  66. GasStick1,
  67. GasStick2,
  68. GasStick3,
  69. TemperatureControl,
  70. ChamberLid,
  71. ATM_SW,
  72. VAC_SW,
  73. WaterFlow_SW,
  74. N2_Pressure,
  75. ProcessGauge,
  76. PressureGauge,
  77. ForelineGauge,
  78. MainPump,
  79. Chiller,
  80. InnerChiller,
  81. OuterChiller,
  82. TopChiller,
  83. Rf,
  84. BiasRf,
  85. Match,
  86. BiasMatch,
  87. RFBox,
  88. PressureControl,
  89. ThrottleValve,
  90. HeaterChamber,
  91. ForelineHeater,
  92. Heartbeat,
  93. ResetPlcSignal,
  94. LiftPin,
  95. SlitDoor,
  96. SmallPin,
  97. MediumPin,
  98. LoadLockArm,
  99. StatisticsRfOnTime,
  100. StatisticsPumpOnTime,
  101. PlcDateTime,
  102. Lid,
  103. LidLoadlock,
  104. LidLocker,
  105. ESCHV,
  106. PendulumValve,
  107. TurboPump,
  108. EndPoint,
  109. TMLid,
  110. LLALid,
  111. LLBLid,
  112. LLATSlitDoor,
  113. LLBTSlitDoor,
  114. LLAESlitDoor,
  115. LLBESlitDoor,
  116. //se vce
  117. VCESlitDoor,
  118. VCESoftPumpValve,
  119. VCEFastPumpValve,
  120. VCESoftVentValve,
  121. VCEFastVentValve,
  122. VCEATMSensor,
  123. TMATMSensor,
  124. VCEVACSensor,
  125. TMVACSensor,
  126. VCESlitDoorOpenEnable,
  127. TMExtendVCEEnable,
  128. //se pm
  129. PMASlitDoor,
  130. PMBSlitDoor,
  131. PMCSlitDoor,
  132. PMASlitDoorOpenEnable,
  133. PMBSlitDoorOpenEnable,
  134. PMCSlitDoorOpenEnable,
  135. TMExtendPMAEnable,
  136. TMExtendPMBEnable,
  137. TMExtendPMCEnable,
  138. VCESlitDoorCloseEnable,
  139. PMASlitDoorCloseEnable,
  140. PMBSlitDoorCloseEnable,
  141. PMCSlitDoorCloseEnable,
  142. //tm all
  143. TMValveN2,
  144. TMSoftPumpValve,
  145. TMFastPumpValve,
  146. TMPurgeValve,
  147. TMVentValve,
  148. TMSoftVentValve,
  149. TMFastVentValve,
  150. //kepler tm
  151. LLASoftPumpValve,
  152. LLAFastPumpValve,
  153. LLAPurgeValve,
  154. LLAVentValve,
  155. LLBSoftPumpValve,
  156. LLBFastPumpValve,
  157. LLBPurgeValve,
  158. LLBVentValve,
  159. ValveWaterRelay,
  160. TMPowerOn,
  161. TMInSafty,
  162. WaferLeakSensor,
  163. EFEMSideDoorClosed,
  164. TMPCWFlowSwitch,
  165. LLAPCWFlowSwitch,
  166. LLBPCWFlowSwitch,
  167. TMLidClosed,
  168. CDAPressureSwitch,
  169. VaccumPressureSwitch,
  170. N2PressureSwitch,
  171. TMPressureCtrl,
  172. TMRobotNotExtendPMA,
  173. TMRobotNotExtendPMB,
  174. TMRobotNotExtendPMC,
  175. TMRobotNotExtendPMD,
  176. TMRobotNotExtendLLA,
  177. TMRobotNotExtendLLB,
  178. EfemRobotNotExtendLLA,
  179. EfemRobotNotExtendLLB,
  180. TMVacSwitch,
  181. LLAVacSwitch,
  182. LLBVacSwitch,
  183. TMATMSwitch,
  184. LLAATMSwitch,
  185. LLBATMSwitch,
  186. LLAWaferSizeCheckSwitch,
  187. LLBWaferSizeCheckSwitch,
  188. PMAWaferSizeCheckSwitch,
  189. PMBWaferSizeCheckSwitch,
  190. PMCWaferSizeCheckSwitch,
  191. PMDWaferSizeCheckSwitch,
  192. LLASoftVentValve,
  193. LLAFastVentValve,
  194. LLBSoftVentValve,
  195. LLBFastVentValve,
  196. TMVacAtmMode,
  197. }
  198. public enum StateData
  199. {
  200. RecipeProcessTime,
  201. RecipeStepNo,
  202. RecipeStepMode,
  203. RecipeName,
  204. RecipeBaseName,
  205. RecipeStepTimeElapsed,
  206. RecipeStepTimeSetPoint,
  207. RecipeStepRfTimeSetPoint,
  208. RecipeStepElectrodeTemp,
  209. SmallWafer,
  210. MidWafer,
  211. BigWafer,
  212. RfTimeElapsed,
  213. PumpTime,
  214. PMState,
  215. TMState,
  216. IsAutoMode,
  217. IsPmOnline,
  218. IsTmOnline,
  219. PMJobState,
  220. TMJobState,
  221. PmPlatformState,
  222. JobState,
  223. JobTmRecipe,
  224. JobPmRecipe,
  225. JobStartTime,
  226. JobStopTime,
  227. JobProcessCount,
  228. IsPumpingOkForProcess,
  229. IsCoolingOkForProcess,
  230. IsGasFlowingOkForProcess,
  231. IsRfPowering,
  232. TotalCycle,
  233. ProcessStatus,
  234. AlarmEvent,
  235. LeakCheckElapseTime,
  236. DataLogName,
  237. LotName,
  238. CurrentMagazineType,
  239. SchedulerRecipe,
  240. SchedulerState,
  241. SchedulerLoadStationInSubstrate,
  242. SchedulerRailInSubstrate,
  243. SchedulerPmSubstrate,
  244. SchedulerRailOutSubstrate,
  245. SchedulerLoadStationOutSubstrate,
  246. }
  247. public enum RtOperation
  248. {
  249. DeviceOperation,
  250. LockLid,
  251. UnlockLid,
  252. StartPump,
  253. StartTurboPump,
  254. Pump,
  255. PumpLoadLock,
  256. StopPump,
  257. GasFlow,
  258. StopGasFlow,
  259. Cooling,
  260. StopCooling,
  261. /// <summary>
  262. ///
  263. /// 0:Step mode
  264. /// 1:Power on time
  265. /// 2:Electrode temperature
  266. /// 3:Electrode Critical temperature
  267. /// </summary>
  268. RfPower,
  269. Vent,
  270. VentLoadLock,
  271. Purge,
  272. PurgeLoadLock,
  273. Abort,
  274. Heat,
  275. SetConfig,
  276. SetPMBChillerState,
  277. SetHardwareConfig,
  278. LLPlace,
  279. LLPick,
  280. PMPick,
  281. PMPlace,
  282. Extend,
  283. Retract,
  284. Goto,
  285. RunRecipe,
  286. RunCleanRecipe,
  287. SkipCurrentStep,
  288. ResumeRecipe,
  289. AbortRecipe,
  290. Reset,
  291. LeakCheck,
  292. GasLeakCheck,
  293. DeleteLeakCheck,
  294. MFCVerification,
  295. AllMFCVerification,
  296. SwitchOffBuzzer,
  297. // Lift pin & Guide pin
  298. MoveLiftPin,
  299. MoveGuidePin,
  300. StartAutoRun,
  301. StopAutoRun,
  302. PauseAutoRun,
  303. ResumeAutoRun,
  304. InitAll,
  305. AckError,
  306. TmRun,
  307. TmStop,
  308. PmAuto,
  309. PmManual,
  310. //PmOnline,
  311. //PmOffline,
  312. PmError,
  313. JobAuto,
  314. JobManual,
  315. JobRun,
  316. JobStop,
  317. JobAbort,
  318. JobPmLoadRecipe,
  319. JobTmLoadRecipe,
  320. JobTmRun,
  321. JobTmStop,
  322. JobPmOnline,
  323. JobPmOffline,
  324. JobPmProcessDone,
  325. JobTmRecovered,
  326. Cycle,
  327. Online,
  328. Offline,
  329. ControlPressure,
  330. AbortControlPressure,
  331. Include,
  332. Exclude
  333. }
  334. public enum MovementPosition
  335. {
  336. Down, Up, Left, Right, Middle, Unknown
  337. }
  338. public enum RState
  339. {
  340. Init,
  341. Running,
  342. End,
  343. Failed,
  344. Timeout,
  345. Paused,
  346. }
  347. }