VenusDevice.cs 7.1 KB

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