VenusDevice.cs 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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. WallChiller,
  84. Rf,
  85. BiasRf,
  86. Match,
  87. BiasMatch,
  88. RFBox,
  89. PressureControl,
  90. ThrottleValve,
  91. HeaterChamber,
  92. ForelineHeater,
  93. Heartbeat,
  94. ResetPlcSignal,
  95. LiftPin,
  96. SlitDoor,
  97. SmallPin,
  98. MediumPin,
  99. LoadLockArm,
  100. StatisticsRfOnTime,
  101. StatisticsPumpOnTime,
  102. PlcDateTime,
  103. Lid,
  104. LidLoadlock,
  105. LidLocker,
  106. ESCHV,
  107. PendulumValve,
  108. TurboPump,
  109. EndPoint,
  110. TMLid,
  111. LLALid,
  112. LLBLid,
  113. LLATSlitDoor,
  114. LLBTSlitDoor,
  115. LLAESlitDoor,
  116. LLBESlitDoor,
  117. //se vce
  118. VCESlitDoor,
  119. VCESoftPumpValve,
  120. VCEFastPumpValve,
  121. VCESoftVentValve,
  122. VCEFastVentValve,
  123. VCEATMSensor,
  124. TMATMSensor,
  125. VCEVACSensor,
  126. TMVACSensor,
  127. VCESlitDoorOpenEnable,
  128. TMExtendVCEEnable,
  129. //de vce
  130. VCEASlitDoor,
  131. VCEBSlitDoor,
  132. VCEASoftPumpValve,
  133. VCEBSoftPumpValve,
  134. VCEAFastPumpValve,
  135. VCEBFastPumpValve,
  136. VCEASoftVentValve,
  137. VCEBSoftVentValve,
  138. VCEAFastVentValve,
  139. VCEBFastVentValve,
  140. VCEAATMSensor,
  141. VCEBATMSensor,
  142. VCEASlitDoorOpenEnable,
  143. VCEBSlitDoorOpenEnable,
  144. //se pm
  145. PMASlitDoor,
  146. PMBSlitDoor,
  147. PMCSlitDoor,
  148. PMDSlitDoor,
  149. PMASlitDoorOpenEnable,
  150. PMBSlitDoorOpenEnable,
  151. PMCSlitDoorOpenEnable,
  152. PMDSlitDoorOpenEnable,
  153. TMExtendPMAEnable,
  154. TMExtendPMBEnable,
  155. TMExtendPMCEnable,
  156. TMExtendPMDEnable,
  157. VCESlitDoorCloseEnable,
  158. VCEASlitDoorCloseEnable,
  159. VCEBSlitDoorCloseEnable,
  160. PMASlitDoorCloseEnable,
  161. PMBSlitDoorCloseEnable,
  162. PMCSlitDoorCloseEnable,
  163. PMDSlitDoorCloseEnable,
  164. //tm all
  165. TMValveN2,
  166. TMSoftPumpValve,
  167. TMFastPumpValve,
  168. TMPurgeValve,
  169. TMVentValve,
  170. TMSoftVentValve,
  171. TMFastVentValve,
  172. //kepler tm
  173. LLASoftPumpValve,
  174. LLAFastPumpValve,
  175. LLAPurgeValve,
  176. LLAVentValve,
  177. LLBSoftPumpValve,
  178. LLBFastPumpValve,
  179. LLBPurgeValve,
  180. LLBVentValve,
  181. ValveWaterRelay,
  182. TMPowerOn,
  183. TMInSafty,
  184. WaferLeakSensor,
  185. EFEMSideDoorClosed,
  186. TMPCWFlowSwitch,
  187. LLAPCWFlowSwitch,
  188. LLBPCWFlowSwitch,
  189. TMLidClosed,
  190. CDAPressureSwitch,
  191. VaccumPressureSwitch,
  192. N2PressureSwitch,
  193. TMPressureCtrl,
  194. TMRobotNotExtendPMA,
  195. TMRobotNotExtendPMB,
  196. TMRobotNotExtendPMC,
  197. TMRobotNotExtendPMD,
  198. TMRobotNotExtendLLA,
  199. TMRobotNotExtendLLB,
  200. EfemRobotNotExtendLLA,
  201. EfemRobotNotExtendLLB,
  202. TMVacSwitch,
  203. LLAVacSwitch,
  204. LLBVacSwitch,
  205. TMATMSwitch,
  206. LLAATMSwitch,
  207. LLBATMSwitch,
  208. LLAWaferSizeCheckSwitch,
  209. LLBWaferSizeCheckSwitch,
  210. PMAWaferSizeCheckSwitch,
  211. PMBWaferSizeCheckSwitch,
  212. PMCWaferSizeCheckSwitch,
  213. PMDWaferSizeCheckSwitch,
  214. LLASoftVentValve,
  215. LLAFastVentValve,
  216. LLBSoftVentValve,
  217. LLBFastVentValve,
  218. TMVacAtmMode,
  219. LinerDoor,
  220. }
  221. public enum StateData
  222. {
  223. RecipeProcessTime,
  224. RecipeStepNo,
  225. RecipeStepMode,
  226. RecipeName,
  227. RecipeBaseName,
  228. RecipeStepTimeElapsed,
  229. RecipeStepTimeSetPoint,
  230. RecipeStepRfTimeSetPoint,
  231. RecipeStepElectrodeTemp,
  232. SmallWafer,
  233. MidWafer,
  234. BigWafer,
  235. RfTimeElapsed,
  236. PumpTime,
  237. PMState,
  238. TMState,
  239. IsAutoMode,
  240. IsPmOnline,
  241. IsTmOnline,
  242. PMJobState,
  243. TMJobState,
  244. PmPlatformState,
  245. JobState,
  246. JobTmRecipe,
  247. JobPmRecipe,
  248. JobStartTime,
  249. JobStopTime,
  250. JobProcessCount,
  251. IsPumpingOkForProcess,
  252. IsCoolingOkForProcess,
  253. IsGasFlowingOkForProcess,
  254. IsRfPowering,
  255. TotalCycle,
  256. ProcessStatus,
  257. AlarmEvent,
  258. LeakCheckElapseTime,
  259. DataLogName,
  260. LotName,
  261. CurrentMagazineType,
  262. SchedulerRecipe,
  263. SchedulerState,
  264. SchedulerLoadStationInSubstrate,
  265. SchedulerRailInSubstrate,
  266. SchedulerPmSubstrate,
  267. SchedulerRailOutSubstrate,
  268. SchedulerLoadStationOutSubstrate,
  269. }
  270. public enum RtOperation
  271. {
  272. DeviceOperation,
  273. LockLid,
  274. UnlockLid,
  275. StartPump,
  276. StartTurboPump,
  277. Pump,
  278. PumpLoadLock,
  279. StopPump,
  280. GasFlow,
  281. StopGasFlow,
  282. Cooling,
  283. StopCooling,
  284. /// <summary>
  285. ///
  286. /// 0:Step mode
  287. /// 1:Power on time
  288. /// 2:Electrode temperature
  289. /// 3:Electrode Critical temperature
  290. /// </summary>
  291. RfPower,
  292. Vent,
  293. VentLoadLock,
  294. Purge,
  295. PurgeLoadLock,
  296. Abort,
  297. Heat,
  298. SetConfig,
  299. SetPMBChillerState,
  300. SetHardwareConfig,
  301. LLPlace,
  302. LLPick,
  303. PMPick,
  304. PMPlace,
  305. Extend,
  306. Retract,
  307. Goto,
  308. RunRecipe,
  309. RunCleanRecipe,
  310. SkipCurrentStep,
  311. ResumeRecipe,
  312. AbortRecipe,
  313. Reset,
  314. LeakCheck,
  315. GasLeakCheck,
  316. DeleteLeakCheck,
  317. MFCVerification,
  318. AllMFCVerification,
  319. SwitchOffBuzzer,
  320. // Lift pin & Guide pin
  321. MoveLiftPin,
  322. MoveGuidePin,
  323. StartAutoRun,
  324. StopAutoRun,
  325. PauseAutoRun,
  326. ResumeAutoRun,
  327. InitAll,
  328. AckError,
  329. TmRun,
  330. TmStop,
  331. PmAuto,
  332. PmManual,
  333. //PmOnline,
  334. //PmOffline,
  335. PmError,
  336. JobAuto,
  337. JobManual,
  338. JobRun,
  339. JobStop,
  340. JobAbort,
  341. JobPmLoadRecipe,
  342. JobTmLoadRecipe,
  343. JobTmRun,
  344. JobTmStop,
  345. JobPmOnline,
  346. JobPmOffline,
  347. JobPmProcessDone,
  348. JobTmRecovered,
  349. Cycle,
  350. Online,
  351. Offline,
  352. ControlPressure,
  353. AbortControlPressure,
  354. Include,
  355. Exclude
  356. }
  357. public enum MovementPosition
  358. {
  359. Down, Up, Left, Right, Middle, Unknown
  360. }
  361. public enum RState
  362. {
  363. Init,
  364. Running,
  365. End,
  366. Failed,
  367. Timeout,
  368. Paused,
  369. }
  370. }