VenusDevice.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328
  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. ValvePVN21,
  14. ValvePVN22,
  15. ValvePV11,
  16. ValvePV12,
  17. ValvePV21,
  18. ValvePV22,
  19. ValvePV31,
  20. ValvePV32,
  21. ValvePV41,
  22. ValvePV42,
  23. ValveN2,
  24. ValvePVHe1,
  25. ValvePVHe2,
  26. ValveGasFinal,
  27. ValveSoftPump,
  28. ValveFastPump,
  29. ValveCHBPurge,
  30. ValveTurboPumpPumping,
  31. ValveTurboPumpPurge,
  32. ValveGuage,
  33. ValveLoadlockVent,
  34. ValveLoadlockPumping,
  35. MfcGas1,
  36. MfcGas2,
  37. MfcGas3,
  38. MfcGas4,
  39. MfcGas5,
  40. GasStick1,
  41. GasStick2,
  42. GasStick3,
  43. TemperatureControl,
  44. ChamberLid,
  45. ATM_SW,
  46. VAC_SW,
  47. WaterFlow_SW,
  48. N2_Pressure,
  49. ProcessGauge,
  50. PressureGauge,
  51. ForelineGauge,
  52. MainPump,
  53. Chiller,
  54. Rf,
  55. BiasRf,
  56. Match,
  57. BiasMatch,
  58. PressureControl,
  59. ThrottleValve,
  60. HeaterChamber,
  61. ForelineHeater,
  62. Heartbeat,
  63. ResetPlcSignal,
  64. LiftPin,
  65. SlitDoor,
  66. SmallPin,
  67. MediumPin,
  68. LoadLockArm,
  69. StatisticsRfOnTime,
  70. StatisticsPumpOnTime,
  71. PlcDateTime,
  72. Lid,
  73. LidLoadlock,
  74. LidLocker,
  75. ESCHV,
  76. PendulumValve,
  77. TurboPump,
  78. EndPoint,
  79. TMLid,
  80. LLALid,
  81. LLBLid,
  82. LLATSlitDoor,
  83. LLBTSlitDoor,
  84. LLAESlitDoor,
  85. LLBESlitDoor,
  86. TMValveN2,
  87. TMSoftPumpValve,
  88. TMFastPumpValve,
  89. TMPurgeValve,
  90. TMVentValve,
  91. LLASoftPumpValve,
  92. LLAFastPumpValve,
  93. LLAPurgeValve,
  94. LLAVentValve,
  95. LLBSoftPumpValve,
  96. LLBFastPumpValve,
  97. LLBPurgeValve,
  98. LLBVentValve,
  99. ValveWaterRelay,
  100. TMPowerOn,
  101. TMInSafty,
  102. WaferLeakSensor,
  103. EFEMSideDoorClosed,
  104. TMPCWFlowSwitch,
  105. LLAPCWFlowSwitch,
  106. LLBPCWFlowSwitch,
  107. TMLidClosed,
  108. CDAPressureSwitch,
  109. VaccumPressureSwitch,
  110. N2PressureSwitch,
  111. TMPressureCtrl,
  112. TMRobotNotExtendPMA,
  113. TMRobotNotExtendPMB,
  114. TMRobotNotExtendPMC,
  115. TMRobotNotExtendPMD,
  116. TMRobotNotExtendLLA,
  117. TMRobotNotExtendLLB,
  118. EfemRobotNotExtendLLA,
  119. EfemRobotNotExtendLLB,
  120. TMVacSwitch,
  121. LLAVacSwitch,
  122. LLBVacSwitch,
  123. TMATMSwitch,
  124. LLAATMSwitch,
  125. LLBATMSwitch,
  126. }
  127. public enum StateData
  128. {
  129. RecipeProcessTime,
  130. RecipeStepNo,
  131. RecipeStepMode,
  132. RecipeName,
  133. RecipeBaseName,
  134. RecipeStepTimeElapsed,
  135. RecipeStepTimeSetPoint,
  136. RecipeStepRfTimeSetPoint,
  137. RecipeStepElectrodeTemp,
  138. SmallWafer,
  139. MidWafer,
  140. BigWafer,
  141. RfTimeElapsed,
  142. PumpTime,
  143. PMState,
  144. TMState,
  145. IsAutoMode,
  146. IsPmOnline,
  147. IsTmOnline,
  148. PMJobState,
  149. TMJobState,
  150. PmPlatformState,
  151. JobState,
  152. JobTmRecipe,
  153. JobPmRecipe,
  154. JobStartTime,
  155. JobStopTime,
  156. JobProcessCount,
  157. IsPumpingOkForProcess,
  158. IsCoolingOkForProcess,
  159. IsGasFlowingOkForProcess,
  160. IsRfPowering,
  161. TotalCycle,
  162. ProcessStatus,
  163. AlarmEvent,
  164. LeakCheckElapseTime,
  165. DataLogName,
  166. LotName,
  167. CurrentMagazineType,
  168. SchedulerRecipe,
  169. SchedulerState,
  170. SchedulerLoadStationInSubstrate,
  171. SchedulerRailInSubstrate,
  172. SchedulerPmSubstrate,
  173. SchedulerRailOutSubstrate,
  174. SchedulerLoadStationOutSubstrate,
  175. }
  176. public enum RtOperation
  177. {
  178. DeviceOperation,
  179. LockLid,
  180. UnlockLid,
  181. StartPump,
  182. StartTurboPump,
  183. Pump,
  184. PumpLoadLock,
  185. StopPump,
  186. GasFlow,
  187. StopGasFlow,
  188. Cooling,
  189. StopCooling,
  190. /// <summary>
  191. ///
  192. /// 0:Step mode
  193. /// 1:Power on time
  194. /// 2:Electrode temperature
  195. /// 3:Electrode Critical temperature
  196. /// </summary>
  197. RfPower,
  198. Vent,
  199. VentLoadLock,
  200. Purge,
  201. PurgeLoadLock,
  202. Abort,
  203. Heat,
  204. SetConfig,
  205. SetPMBChillerState,
  206. SetHardwareConfig,
  207. LLPlace,
  208. LLPick,
  209. PMPick,
  210. PMPlace,
  211. Extend,
  212. Retract,
  213. RunRecipe,
  214. SkipCurrentStep,
  215. ResumeRecipe,
  216. AbortRecipe,
  217. Reset,
  218. LeakCheck,
  219. GasLeakCheck,
  220. DeleteLeakCheck,
  221. MFCVerification,
  222. AllMFCVerification,
  223. SwitchOffBuzzer,
  224. // Lift pin & Guide pin
  225. MoveLiftPin,
  226. MoveGuidePin,
  227. StartAutoRun,
  228. StopAutoRun,
  229. PauseAutoRun,
  230. ResumeAutoRun,
  231. InitAll,
  232. AckError,
  233. TmRun,
  234. TmStop,
  235. PmAuto,
  236. PmManual,
  237. PmOnline,
  238. PmOffline,
  239. JobAuto,
  240. JobManual,
  241. JobRun,
  242. JobStop,
  243. JobAbort,
  244. JobPmLoadRecipe,
  245. JobTmLoadRecipe,
  246. JobTmRun,
  247. JobTmStop,
  248. JobPmOnline,
  249. JobPmOffline,
  250. JobPmProcessDone,
  251. JobTmRecovered,
  252. }
  253. public enum MovementPosition
  254. {
  255. Down, Up, Left, Right, Middle, Unknown
  256. }
  257. public enum RState
  258. {
  259. Init,
  260. Running,
  261. End,
  262. Failed,
  263. Timeout,
  264. }
  265. }