VenusDevice.cs 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297
  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. ValvePurge,
  87. ValveVent,
  88. ValveWaterRelay,
  89. TMPowerOn,
  90. TMInSafty,
  91. WaferLeakSensor,
  92. EFEMSideDoorClosed,
  93. TMPCWFlowSwitch,
  94. TMLidClosed,
  95. CDAPressureSwitch,
  96. VaccumPressureSwitch,
  97. N2PressureSwitch,
  98. TMPressureCtrl,
  99. }
  100. public enum StateData
  101. {
  102. RecipeProcessTime,
  103. RecipeStepNo,
  104. RecipeStepMode,
  105. RecipeName,
  106. RecipeBaseName,
  107. RecipeStepTimeElapsed,
  108. RecipeStepTimeSetPoint,
  109. RecipeStepRfTimeSetPoint,
  110. RecipeStepElectrodeTemp,
  111. SmallWafer,
  112. MidWafer,
  113. BigWafer,
  114. RfTimeElapsed,
  115. PumpTime,
  116. PMState,
  117. TMState,
  118. IsAutoMode,
  119. IsPmOnline,
  120. IsTmOnline,
  121. PMJobState,
  122. TMJobState,
  123. PmPlatformState,
  124. JobState,
  125. JobTmRecipe,
  126. JobPmRecipe,
  127. JobStartTime,
  128. JobStopTime,
  129. JobProcessCount,
  130. IsPumpingOkForProcess,
  131. IsCoolingOkForProcess,
  132. IsGasFlowingOkForProcess,
  133. IsRfPowering,
  134. TotalCycle,
  135. ProcessStatus,
  136. AlarmEvent,
  137. LeakCheckElapseTime,
  138. DataLogName,
  139. LotName,
  140. CurrentMagazineType,
  141. SchedulerRecipe,
  142. SchedulerState,
  143. SchedulerLoadStationInSubstrate,
  144. SchedulerRailInSubstrate,
  145. SchedulerPmSubstrate,
  146. SchedulerRailOutSubstrate,
  147. SchedulerLoadStationOutSubstrate,
  148. }
  149. public enum RtOperation
  150. {
  151. DeviceOperation,
  152. LockLid,
  153. UnlockLid,
  154. StartPump,
  155. StartTurboPump,
  156. Pump,
  157. PumpLoadLock,
  158. StopPump,
  159. GasFlow,
  160. StopGasFlow,
  161. Cooling,
  162. StopCooling,
  163. /// <summary>
  164. ///
  165. /// 0:Step mode
  166. /// 1:Power on time
  167. /// 2:Electrode temperature
  168. /// 3:Electrode Critical temperature
  169. /// </summary>
  170. RfPower,
  171. Vent,
  172. VentLoadLock,
  173. Purge,
  174. PurgeLoadLock,
  175. Abort,
  176. Heat,
  177. SetConfig,
  178. SetPMBChillerState,
  179. SetHardwareConfig,
  180. LLPlace,
  181. LLPick,
  182. RunRecipe,
  183. SkipCurrentStep,
  184. ResumeRecipe,
  185. AbortRecipe,
  186. Reset,
  187. LeakCheck,
  188. DeleteLeakCheck,
  189. MFCVerification,
  190. AllMFCVerification,
  191. SwitchOffBuzzer,
  192. // Lift pin & Guide pin
  193. MoveLiftPin,
  194. MoveGuidePin,
  195. StartAutoRun,
  196. StopAutoRun,
  197. PauseAutoRun,
  198. ResumeAutoRun,
  199. InitAll,
  200. AckError,
  201. TmRun,
  202. TmStop,
  203. PmAuto,
  204. PmManual,
  205. PmOnline,
  206. PmOffline,
  207. JobAuto,
  208. JobManual,
  209. JobRun,
  210. JobStop,
  211. JobAbort,
  212. JobPmLoadRecipe,
  213. JobTmLoadRecipe,
  214. JobTmRun,
  215. JobTmStop,
  216. JobPmOnline,
  217. JobPmOffline,
  218. JobPmProcessDone,
  219. JobTmRecovered,
  220. }
  221. public enum MovementPosition
  222. {
  223. Down, Up, Left, Right, Middle, Unknown
  224. }
  225. public enum RState
  226. {
  227. Init,
  228. Running,
  229. End,
  230. Failed,
  231. Timeout,
  232. }
  233. }