VenusDevice.cs 4.3 KB

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