JetVenusSEPM.cs 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508
  1. using Aitex.Core.Common.DeviceData;
  2. using Aitex.Core.RT.Device;
  3. using Aitex.Core.RT.Device.Unit;
  4. using Aitex.Core.RT.Log;
  5. using Aitex.Core.RT.OperationCenter;
  6. using Aitex.Core.RT.SCCore;
  7. using Aitex.Core.UI.Control;
  8. using Aitex.Core.Util;
  9. using Aitex.Core.RT.Fsm;
  10. using MECF.Framework.Common.Device.Bases;
  11. using MECF.Framework.Common.Equipment;
  12. using MECF.Framework.Common.SubstrateTrackings;
  13. using System;
  14. using System.Collections.Generic;
  15. using System.Diagnostics;
  16. using System.Linq;
  17. using System.Text;
  18. using System.Threading.Tasks;
  19. using Venus_Core;
  20. using Venus_RT.Devices.IODevices;
  21. using Venus_RT.Modules;
  22. using IoMfc = Venus_RT.Devices.IODevices.IoMfc;
  23. using Aitex.Core.RT.DataCenter;
  24. namespace Venus_RT.Devices
  25. {
  26. class JetVenusSEPM : JetPMBase
  27. {
  28. #region io变量定义
  29. private readonly IoLid _Lid;
  30. //private readonly IoCylinder _slitDoor;
  31. private readonly IoCylinder _LiftPin;
  32. private readonly IoValve _PVN21Valve;
  33. private readonly IoValve _PVN22Valve;
  34. private readonly IoValve _PV11Valve;
  35. private readonly IoValve _PV12Valve;
  36. private readonly IoValve _PV21Valve;
  37. private readonly IoValve _PV22Valve;
  38. private readonly IoValve _PV31Valve;
  39. private readonly IoValve _PV32Valve;
  40. private readonly IoValve _PV41Valve;
  41. private readonly IoValve _PV42Valve;
  42. private readonly IoValve _PV51Valve;//新增
  43. private readonly IoValve _PV52Valve;//新增
  44. private readonly IoValve _PV61Valve;//新增
  45. private readonly IoValve _PV62Valve;//新增
  46. private readonly IoValve _PV71Valve;//新增
  47. private readonly IoValve _PV72Valve;//新增
  48. private readonly IoValve _PV81Valve;//新增
  49. private readonly IoValve _PV82Valve;//新增
  50. private readonly IoValve _PV91Valve;//新增
  51. private readonly IoValve _PV92Valve;//新增
  52. private readonly IoValve _PVA1Valve;//新增
  53. private readonly IoValve _PVA2Valve;//新增
  54. private readonly IoValve _PVB1Valve;//新增
  55. private readonly IoValve _PVB2Valve;//新增
  56. private readonly IoValve _PVC1Valve;//新增
  57. private readonly IoValve _PVC2Valve;//新增
  58. private readonly IoValve _PV14Valve;//新增
  59. private readonly IoValve _N2Valve;
  60. private readonly IoValve _Mfc1Valve;
  61. private readonly IoValve _Mfc2Valve;
  62. private readonly IoValve _Mfc3Valve;
  63. private readonly IoValve _Mfc4Valve;
  64. private readonly IoValve _Mfc5Valve;
  65. private readonly IoValve _Mfc6Valve;
  66. private readonly IoValve _Mfc7Valve;
  67. private readonly IoValve _Mfc8Valve;
  68. private readonly IoValve _Mfc9Valve; //新增
  69. private readonly IoValve _Mfc10Valve;//新增
  70. private readonly IoValve _Mfc11Valve;//新增 空的
  71. private readonly IoValve _Mfc12Valve;//新增
  72. private readonly IoValve _PVHe1Valve;
  73. private readonly IoValve _PVHe2Valve;
  74. private readonly IoValve _GasFinalValve;
  75. private readonly IoValve _SoftPumpValve;
  76. private readonly IoValve _FastPumpValve;
  77. private readonly IoValve _TurboPumpPumpingValve;
  78. private readonly IoValve _TurboPumpPurgeValve;
  79. private readonly IoValve _GuageValve;
  80. private readonly IoValve _PVHe3Valve;
  81. private readonly IoValve _HeISOValve;
  82. private readonly IoValve _MainPurgeValve;//新增
  83. private readonly IoValve _SecondPurgeValve;//新增
  84. private readonly IoSensor _ATM_sw;
  85. private readonly IoSensor _CDAPressure;
  86. private readonly IoSensor _N2Pressure_sw;
  87. private readonly IoSensor _VAC_sw;
  88. private readonly IoSensor _WLK_sw;
  89. private readonly IoSensor _Water_Flow;
  90. private readonly IoSensor _RFG_Interlock;
  91. //private readonly IoSensor _PM_Lid_Closed;
  92. private readonly IoSensor _Source_RF_Fan;
  93. private readonly IoSensor _TurboPumpInterlock;
  94. private readonly IoSensor _GasBoxDoor;
  95. private readonly IoSensor _GasBoxPressure;
  96. private readonly PumpBase _MainPump;
  97. private readonly ESC5HighVoltage _ESCHV;
  98. private readonly AdixenTurboPump _TurboPump;
  99. private readonly PendulumValve _pendulumValve;
  100. private readonly ChillerBase _Chiller;
  101. private readonly RfPowerBase _Generator;//srf=>AdTecGenerator
  102. private readonly RfPowerBase _GeneratorBias;//brf=>CometRF
  103. private readonly RfMatchBase _Match;
  104. private readonly RfMatchBase _BiasMatch;
  105. private readonly IoHeater _ForelineTC;
  106. private readonly IoHeater _WallTC;
  107. private readonly IoPressureControl _pressureController;
  108. private readonly IoGasStick[] _gasLines;
  109. private readonly IoGasStick _gasLineN2;
  110. private readonly IoBacksideHe _backsideHe;
  111. //private readonly IoMfc _heMfc;
  112. private readonly double _foreline_interlock_pressure = 750;
  113. private readonly Dictionary<ValveType, IoValve> Valve2IO;
  114. public override double MFC1FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas1").FeedBack;
  115. public override double MFC2FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas2").FeedBack;
  116. public override double MFC3FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas3").FeedBack;
  117. public override double MFC4FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas4").FeedBack;
  118. public override double MFC5FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas5").FeedBack;
  119. public override double MFC6FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas6").FeedBack;
  120. public override double MFC7FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas7").FeedBack;
  121. public override double MFC8FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas8").FeedBack;
  122. public override double MFC9FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas9").FeedBack;
  123. public override double MFC10FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas10").FeedBack;
  124. public override double MFC11FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas11").FeedBack;
  125. public override double MFC12FeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcGas12").FeedBack;
  126. public override double HeliumFeedBack => DEVICE.GetDevice<IoMfc>($"{Module}.MfcHe").FeedBack;
  127. public override float ReflectPower => _Generator.ReflectPower;
  128. public override float BiasReflectPower => _GeneratorBias.ReflectPower;
  129. public override float ForwardPower => _Generator.ForwardPower;
  130. public override float BiasForwardPower => _GeneratorBias.ForwardPower;
  131. public override float PendulumPressure => _pendulumValve.Pressure;
  132. public override float PendulumPosition => _pendulumValve.Position;
  133. //public override float WallTemperature => _WallTC.ControlTcFeedback;
  134. //public override float ESCTemperature => _Chiller.CoolantOutletTcFeedback;
  135. #endregion
  136. #region 构造函数
  137. public JetVenusSEPM(ModuleName moduleName) : base(moduleName)
  138. {
  139. Module = moduleName;
  140. _Lid = DEVICE.GetDevice<IoLid>($"{Module}.{VenusDevice.Lid}");
  141. _LiftPin = DEVICE.GetDevice<IoCylinder>($"{Module}.{VenusDevice.LiftPin}");
  142. _PVN21Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVN21}");
  143. _PVN22Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVN22}");
  144. _PV11Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV11}");
  145. _PV12Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV12}");
  146. _PV21Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV21}");
  147. _PV22Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV22}");
  148. _PV31Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV31}");
  149. _PV32Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV32}");
  150. _PV41Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV41}");
  151. _PV42Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV42}");
  152. _PV51Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV51}");
  153. _PV52Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV52}");
  154. _PV61Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV61}");
  155. _PV62Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV62}");
  156. _PV71Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV71}");
  157. _PV72Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV72}");
  158. _PV81Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV81}");
  159. _PV82Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV82}");
  160. _PV91Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV91}");
  161. _PV92Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV92}");
  162. _PVA1Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVA1}");
  163. _PVA2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVA2}");
  164. _PVB1Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVB1}");
  165. _PVB2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVB2}");
  166. _PVC1Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVC1}");
  167. _PVC2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVC2}");
  168. _PV14Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePV14}");
  169. _N2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveN2}");
  170. _Mfc1Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc1}");
  171. _Mfc2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc2}");
  172. _Mfc3Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc3}");
  173. _Mfc4Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc4}");
  174. _Mfc5Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc5}");
  175. _Mfc6Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc6}");
  176. _Mfc7Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc7}");
  177. _Mfc8Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc8}");
  178. _Mfc9Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc9}");
  179. _Mfc10Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc10}");
  180. _Mfc11Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc11}");
  181. _Mfc12Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMfc12}");
  182. _PVHe1Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVHe1}");
  183. _PVHe2Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVHe2}");
  184. _GasFinalValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveGasFinal}");
  185. _SoftPumpValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveSoftPump}");
  186. _FastPumpValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveFastPump}");
  187. _TurboPumpPumpingValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveTurboPumpPumping}");
  188. _TurboPumpPurgeValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveTurboPumpPurge}");
  189. _GuageValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveGuage}");
  190. _PVHe3Valve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValvePVHe3}");
  191. _HeISOValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveHeISO}");
  192. _MainPurgeValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveMainPurge}");
  193. _SecondPurgeValve = DEVICE.GetDevice<IoValve>($"{Module}.{VenusDevice.ValveSecondPurge}");
  194. _ATM_sw = DEVICE.GetDevice<IoSensor>($"{Module}.SensorATMSwitch");
  195. _N2Pressure_sw = DEVICE.GetDevice<IoSensor>($"{Module}.N2PressureOk");
  196. _VAC_sw = DEVICE.GetDevice<IoSensor>($"{Module}.SensorVacSwitch");
  197. _Water_Flow = DEVICE.GetDevice<IoSensor>($"{Module}.SensorWaterFlowOk");
  198. _WLK_sw = DEVICE.GetDevice<IoSensor>($"{Module}.SensorWaterLeakOk");
  199. _CDAPressure = DEVICE.GetDevice<IoSensor>($"{Module}.SensorCDAPressureOk");
  200. _RFG_Interlock = DEVICE.GetDevice<IoSensor>($"{Module}.GeneratorInterlock");
  201. //_PM_Lid_Closed = DEVICE.GetDevice<IoSensor>($"{Module}.SensorPMLidClosed");
  202. _Source_RF_Fan = DEVICE.GetDevice<IoSensor>($"{Module}.SensorSourceRFFan");
  203. _TurboPumpInterlock = DEVICE.GetDevice<IoSensor>($"{Module}.TurboPumpInterlock");
  204. _GasBoxDoor = DEVICE.GetDevice<IoSensor>($"{Module}.GasBoxDoorSW");
  205. _GasBoxPressure = DEVICE.GetDevice<IoSensor>($"{Module}.GasBoxPressureSW");
  206. _ForelineTC = DEVICE.GetDevice<IoHeater>($"{Module}.ForelineHeater");
  207. _WallTC = DEVICE.GetDevice<IoHeater>($"{Module}.WallHeater");
  208. _CDAPressure = DEVICE.GetDevice<IoSensor>($"{Module}.SensorCDAPressureOk");
  209. _pressureController = DEVICE.GetDevice<IoPressureControl>($"{Module}.{VenusDevice.PressureControl}");
  210. _gasLines = new IoGasStick[12];
  211. for (int index = 0; index < 12; index++)
  212. {
  213. _gasLines[index] = DEVICE.GetDevice<IoGasStick>($"{Module}.GasStick{index + 1}");
  214. }
  215. _gasLineN2 = DEVICE.GetDevice<IoGasStick>($"{Module}.GasStickN2");
  216. _backsideHe = DEVICE.GetDevice<IoBacksideHe>($"{Module}.BacksideHelium");
  217. _MainPump = DEVICE.GetDevice<PumpBase>($"{Module}.{VenusDevice.MainPump}");
  218. // RS232 Dry pump, SKY
  219. if (SC.GetValue<int>($"{Module}.DryPump.CommunicationType") == (int)CommunicationType.RS232)
  220. {
  221. if (SC.GetValue<int>($"{Module}.DryPump.MFG") == (int)DryPumpMFG.SKY)
  222. {
  223. _MainPump = DEVICE.GetDevice<SkyPump>($"{Module}.{VenusDevice.MainPump}");
  224. }
  225. else if (SC.GetValue<int>($"{Module}.DryPump.MFG") == (int)DryPumpMFG.Edwards)
  226. {
  227. _MainPump = DEVICE.GetDevice<EdwardsPump>($"{Module}.{VenusDevice.MainPump}");
  228. }
  229. }
  230. _ESCHV = DEVICE.GetDevice<ESC5HighVoltage>($"{Module}.{VenusDevice.ESCHV}");
  231. _TurboPump = DEVICE.GetDevice<AdixenTurboPump>($"{Module}.{VenusDevice.TurboPump}");
  232. _pendulumValve = DEVICE.GetDevice<PendulumValve>($"{Module}.{VenusDevice.PendulumValve}");
  233. if (SC.GetValue<bool>($"{Module}.Chiller.EnableChiller") &&
  234. SC.GetValue<int>($"{Module}.Chiller.CommunicationType") == (int)CommunicationType.RS232)
  235. {
  236. if (SC.GetValue<int>($"{Module}.Chiller.MFG") == (int)ChillerMFG.SMC)
  237. {
  238. _Chiller = DEVICE.GetDevice<SMCChiller>($"{Module}.{VenusDevice.Chiller}");
  239. }
  240. else if (SC.GetValue<int>($"{Module}.Chiller.MFG") == (int)ChillerMFG.AIRSYS)
  241. {
  242. _Chiller = DEVICE.GetDevice<AIRSYSChiller>($"{Module}.{VenusDevice.Chiller}");
  243. }
  244. }
  245. if (SC.GetValue<bool>($"{Module}.Chiller.EnableChiller") &&
  246. SC.GetValue<int>($"{Module}.Chiller.CommunicationType") == (int)CommunicationType.RS485 &&
  247. SC.GetValue<bool>($"{Module}.Chiller.ShareCOM"))
  248. {
  249. if (SC.GetValue<int>($"{Module}.Chiller.MFG") == (int)ChillerMFG.SMC)
  250. {
  251. _Chiller = DEVICE.GetDevice<SMCShareChiller>($"{Module}.{VenusDevice.Chiller}");
  252. }
  253. else if (SC.GetValue<int>($"{Module}.Chiller.MFG") == (int)ChillerMFG.AIRSYS)
  254. {
  255. _Chiller = DEVICE.GetDevice<AIRSYSChiller>($"{Module}.{VenusDevice.Chiller}");
  256. }
  257. }
  258. // RS232 AdTec Generator
  259. if (SC.GetValue<int>($"{Module}.Rf.CommunicationType") == (int)CommunicationType.RS232 &&
  260. SC.GetValue<int>($"{Module}.Rf.MFG") == (int)GeneratorMFG.AdTec)
  261. {
  262. _Generator = DEVICE.GetDevice<AdTecGenerator>($"{Module}.{VenusDevice.Rf}");
  263. }
  264. // Ethernet Comet Generator Bias
  265. if (SC.GetValue<bool>($"{Module}.BiasRf.EnableBiasRF"))
  266. {
  267. if (SC.GetValue<int>($"{Module}.BiasRf.CommunicationType") == (int)CommunicationType.Ethernet &&
  268. SC.GetValue<int>($"{Module}.BiasRf.MFG") == (int)GeneratorMFG.Comet)
  269. {
  270. _GeneratorBias = DEVICE.GetDevice<CometRF>($"{Module}.{VenusDevice.BiasRf}");
  271. }
  272. else if (SC.GetValue<int>($"{Module}.BiasRf.MFG") == (int)GeneratorMFG.AdTec)
  273. {
  274. _GeneratorBias = DEVICE.GetDevice<AdTecGenerator>($"{Module}.{VenusDevice.BiasRf}");
  275. }
  276. }
  277. // RS232 AdTec match
  278. if (SC.GetValue<int>($"{Module}.Match.CommunicationType") == (int)CommunicationType.RS232 &&
  279. SC.GetValue<int>($"{Module}.Match.MFG") == (int)MatchMFG.AdTec)
  280. {
  281. _Match = DEVICE.GetDevice<AdTecMatch>($"{Module}.{VenusDevice.Match}");
  282. }
  283. // Bias Match
  284. if (SC.GetValue<bool>($"{Module}.BiasMatch.EnableBiasMatch") &&
  285. SC.GetValue<int>($"{Module}.BiasMatch.CommunicationType") == (int)CommunicationType.RS232 &&
  286. SC.GetValue<int>($"{Module}.BiasMatch.MFG") == (int)MatchMFG.AdTec)
  287. {
  288. _BiasMatch = DEVICE.GetDevice<AdTecMatch>($"{Module}.{VenusDevice.BiasMatch}");
  289. }
  290. _foreline_interlock_pressure = SC.GetValue<double>($"{Module}.ForelineInterlockPressure");
  291. Valve2IO = new Dictionary<ValveType, IoValve>()
  292. {
  293. { ValveType.PVN21, _PVN21Valve },
  294. { ValveType.PVN22, _PVN22Valve },
  295. { ValveType.PV11, _PV11Valve },
  296. { ValveType.PV12, _PV12Valve },
  297. { ValveType.PV21, _PV21Valve },
  298. { ValveType.PV22, _PV22Valve },
  299. { ValveType.PV31, _PV31Valve },
  300. { ValveType.PV32, _PV32Valve },
  301. { ValveType.PV41, _PV41Valve },
  302. { ValveType.PV42, _PV42Valve },
  303. { ValveType.PV51, _PV51Valve },
  304. { ValveType.PV52, _PV52Valve },
  305. { ValveType.PV61, _PV61Valve },
  306. { ValveType.PV62, _PV62Valve },
  307. { ValveType.PV71, _PV71Valve },
  308. { ValveType.PV72, _PV72Valve },
  309. { ValveType.PV81, _PV81Valve },
  310. { ValveType.PV82, _PV82Valve },
  311. { ValveType.PV91, _PV91Valve },
  312. { ValveType.PV92, _PV92Valve },
  313. { ValveType.PVA1, _PVA1Valve },
  314. { ValveType.PVA2, _PVA2Valve },
  315. { ValveType.PVB1, _PVB1Valve },
  316. { ValveType.PVB2, _PVB2Valve },
  317. { ValveType.PVC1, _PVC1Valve },
  318. { ValveType.PVC2, _PVC2Valve },
  319. { ValveType.N2, _N2Valve },
  320. { ValveType.Mfc1, _Mfc1Valve },
  321. { ValveType.Mfc2, _Mfc2Valve },
  322. { ValveType.Mfc3, _Mfc3Valve },
  323. { ValveType.Mfc4, _Mfc4Valve },
  324. { ValveType.Mfc5, _Mfc5Valve },
  325. { ValveType.Mfc6, _Mfc6Valve },
  326. { ValveType.Mfc7, _Mfc7Valve },
  327. { ValveType.Mfc8, _Mfc8Valve },
  328. { ValveType.Mfc9, _Mfc9Valve },
  329. { ValveType.Mfc10, _Mfc10Valve },
  330. { ValveType.Mfc11, _Mfc11Valve },
  331. { ValveType.Mfc12, _Mfc12Valve },
  332. { ValveType.PVHe1, _PVHe1Valve },
  333. { ValveType.PVHe3, _PVHe3Valve },
  334. { ValveType.PVHe2, _PVHe2Valve },
  335. { ValveType.GasFinal, _GasFinalValve},
  336. { ValveType.SoftPump, _SoftPumpValve},
  337. { ValveType.FastPump, _FastPumpValve},
  338. { ValveType.TurboPumpPumping, _TurboPumpPumpingValve},
  339. { ValveType.TurboPumpPurge, _TurboPumpPurgeValve},
  340. { ValveType.Guage, _GuageValve},
  341. { ValveType.HeISO, _HeISOValve},
  342. { ValveType.MainPurge, _MainPurgeValve},
  343. { ValveType.SecondPurge, _SecondPurgeValve},
  344. { ValveType.PV14, _PV14Valve},
  345. };
  346. SensorWithAlarm();
  347. //_ESCHV.SetDownRampTime(5);
  348. DATA.Subscribe($"{Name}.ESCHePressure", () => ESCHePressure);
  349. DATA.Subscribe($"{Name}.ESCHV.Temp", () => CoolantOutletTempFB);
  350. DATA.Subscribe($"{Name}.Chiller.Temp", () => CoolantInletTempFB);
  351. }
  352. #endregion
  353. #region 暴露变量
  354. public override bool IsLidClosed => _Lid.OFFFeedback;
  355. public override bool IsSlitDoorClosed
  356. {
  357. get
  358. {
  359. if (Singleton<RouteManager>.Instance.seTM != null)
  360. {
  361. switch (Module)
  362. {
  363. case ModuleName.PMA:
  364. return Singleton<RouteManager>.Instance.seTM.IsPMASlitDoorClosed;
  365. case ModuleName.PMB:
  366. return Singleton<RouteManager>.Instance.seTM.IsPMBSlitDoorClosed;
  367. case ModuleName.PMC:
  368. return Singleton<RouteManager>.Instance.seTM.IsPMCSlitDoorClosed;
  369. case ModuleName.PMD:
  370. return Singleton<RouteManager>.Instance.seTM.IsPMDSlitDoorClosed;
  371. default:
  372. return false;
  373. }
  374. }
  375. else
  376. return false;
  377. }
  378. }
  379. public bool IsSlitDoorOpen
  380. {
  381. get
  382. {
  383. if (Singleton<RouteManager>.Instance.seTM != null)
  384. {
  385. switch (Module)
  386. {
  387. case ModuleName.PMA:
  388. return Singleton<RouteManager>.Instance.seTM.IsPMASlitDoorOpen;
  389. case ModuleName.PMB:
  390. return Singleton<RouteManager>.Instance.seTM.IsPMBSlitDoorOpen;
  391. case ModuleName.PMC:
  392. return Singleton<RouteManager>.Instance.seTM.IsPMCSlitDoorOpen;
  393. case ModuleName.PMD:
  394. return Singleton<RouteManager>.Instance.seTM.IsPMDSlitDoorOpen;
  395. default:
  396. return false;
  397. }
  398. }
  399. else
  400. return false;
  401. }
  402. }
  403. public override bool IsPumpRunning => _MainPump.IsRunning;
  404. public override bool IsISOOpen => _TurboPumpPumpingValve.Status;
  405. public override bool IsTurboPumpRunning => _TurboPump.IsRunning;
  406. public override bool IsPenVOpen => _pendulumValve.DeviceData.IsOpen;
  407. public override bool IsTurboPumpAtSpeed => _TurboPump.AtSpeed;
  408. public override float TurboPumpSpeed => _TurboPump.Speed;
  409. public override bool HasPumpError => _MainPump.IsError || !_MainPump.IsRunning;
  410. public override bool HasTurboPumpError => _TurboPump.IsError || !_TurboPump.IsRunning;
  411. public override bool IsCDA_OK => _CDAPressure.Value;
  412. public override bool IsFastPumpOpened => _FastPumpValve.Status;
  413. public override bool IsSoftPumpOpened => _SoftPumpValve.Status;
  414. public override bool IsMfc1ValveOpened => _Mfc1Valve.Status;
  415. public override bool IsMfc2ValveOpened => _Mfc2Valve.Status;
  416. public override bool IsMfc3ValveOpened => _Mfc3Valve.Status;
  417. public override bool IsMfc4ValveOpened => _Mfc4Valve.Status;
  418. public override bool IsMfc5ValveOpened => _Mfc5Valve.Status;
  419. public override bool IsMfc6ValveOpened => _Mfc6Valve.Status;
  420. public override bool IsMfc7ValveOpened => _Mfc7Valve.Status;
  421. public override bool IsMfc8ValveOpened => _Mfc8Valve.Status;
  422. public bool IsMfc9ValveOpened => _Mfc9Valve.Status;
  423. public bool IsMfc10ValveOpened => _Mfc10Valve.Status;
  424. public bool IsMfc11ValveOpened => _Mfc11Valve.Status;
  425. public bool IsMfc12ValveOpened => _Mfc12Valve.Status;
  426. public override bool IsGuageValveOpened => _GuageValve.Status;
  427. public override bool IsATM => _ATM_sw.Value;
  428. public override bool PVN22ValveIsOpen => _PVN22Valve.Status;
  429. public override bool LiftPinIsDown => _LiftPin.OFFFeedback;
  430. public override bool LiftPinIsUp => _LiftPin.ONFeedback;
  431. public override bool IsVAC => _VAC_sw.Value;
  432. //public override bool IsWaterFlowOk => _Water_Flow.Value;
  433. public override bool IsWaterFlowOk => false;
  434. public override bool IsWLK => _WLK_sw.Value;
  435. public override bool IsRFGInterlockOn => _RFG_Interlock.Value;
  436. //public override bool PMLidClosed => _PM_Lid_Closed.Value;
  437. public override bool TurboPumpInterlock => _TurboPumpInterlock.Value;
  438. public override bool SourceRFFanInterlock => _Source_RF_Fan.Value;
  439. public override bool SlitDoorClosed
  440. {
  441. get
  442. {
  443. switch (Module)
  444. {
  445. case ModuleName.PMA:
  446. return Singleton<RouteManager>.Instance.seTM.IsPMASlitDoorClosed;
  447. case ModuleName.PMB:
  448. return Singleton<RouteManager>.Instance.seTM.IsPMBSlitDoorClosed;
  449. case ModuleName.PMC:
  450. return Singleton<RouteManager>.Instance.seTM.IsPMCSlitDoorClosed;
  451. case ModuleName.PMD:
  452. return Singleton<RouteManager>.Instance.seTM.IsPMDSlitDoorClosed;
  453. default:
  454. return true;
  455. }
  456. }
  457. }
  458. //public override double ProcessLowPressure => _pressureController.ProcessLow.Value;
  459. //public override double ProcessHighPressure => _pressureController.ProcessHigh.Value;
  460. public override double ChamberPressure => _pressureController.PressureGauge.Value;
  461. public override double ProcessPressure => _pendulumValve.Pressure >= 95 ? 95 : _pendulumValve.Pressure;
  462. //public override double ChamberPressure => _pendulumValve.Pressure;
  463. public override double ForelinePressure => _pressureController.ForelineGauge.Value;
  464. public override double TargetPressure => _pressureController.TargetPressure;
  465. public override double ESCHePressure => _pressureController.ESCHeGauge.Value;
  466. public override int ESCOutputVoltage => _ESCHV.OutputVoltage;
  467. public override double ESCPositiveOutputCurrent => _ESCHV.PositiveOutputCurrent;
  468. public override double ESCNegativeOutputCurrent => _ESCHV.NegativeOutputCurrent;
  469. public override bool IsHVOn => _ESCHV.IsOn;
  470. public override float CoolantInletTempFB
  471. {
  472. get
  473. {
  474. switch (SC.GetValue<int>($"{Module}.Chiller.CommunicationType"))
  475. {
  476. case (int)CommunicationType.RS232:
  477. return _Chiller.CoolantInletTcFeedback;
  478. case (int)CommunicationType.RS485:
  479. return _Chiller.Temperature;
  480. default:
  481. return 0;
  482. }
  483. }
  484. }
  485. public override float CoolantOutletTempFB => _Chiller.CoolantOutletTcFeedback;
  486. public override bool ChillerIsRunning => _Chiller.IsRunning;
  487. public override bool BackSideHeOutOfRange => _backsideHe.OutOfRange;
  488. public override MovementPosition LiftPinPosition
  489. {
  490. get
  491. {
  492. MovementPosition pos = MovementPosition.Unknown;
  493. if (_LiftPin.ONFeedback && !_LiftPin.OFFFeedback)
  494. {
  495. pos = MovementPosition.Up;
  496. }
  497. else if (!_LiftPin.ONFeedback && _LiftPin.OFFFeedback)
  498. {
  499. pos = MovementPosition.Down;
  500. }
  501. return pos;
  502. }
  503. }
  504. public override double TotalGasSetpoint
  505. {
  506. get
  507. {
  508. double sum = 0;
  509. foreach (var gas in _gasLines)
  510. {
  511. sum += gas.FlowSP;
  512. }
  513. return sum;
  514. }
  515. }
  516. public override bool HasGasOutOfRange
  517. {
  518. get
  519. {
  520. foreach (var gas in _gasLines)
  521. {
  522. if (!gas.IsOutOfRange)
  523. return false;
  524. }
  525. return true;
  526. }
  527. }
  528. public override bool IsLidLoadlockClosed
  529. {
  530. get
  531. {
  532. //LOG.Write(eEvent.ERR_PM,Module,"VenusSE PM is not exist Loadlock!");
  533. return false;
  534. }
  535. }
  536. //public override bool IsATMLoadlock
  537. //{
  538. // get
  539. // {
  540. // //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  541. // return false;
  542. // }
  543. //}
  544. //public override bool IsVACLoadLock
  545. //{
  546. // get
  547. // {
  548. // //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  549. // return false;
  550. // }
  551. //}
  552. public override bool IsLoadlockArmRetract
  553. {
  554. get
  555. {
  556. //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  557. return false;
  558. }
  559. }
  560. public override bool IsLoadlockArmExtend
  561. {
  562. get
  563. {
  564. //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  565. return false;
  566. }
  567. }
  568. public override bool LoadlockArmRetract
  569. {
  570. get
  571. {
  572. //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  573. return false;
  574. }
  575. }
  576. public override bool LoadlockArmExtend
  577. {
  578. get
  579. {
  580. //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  581. return false;
  582. }
  583. }
  584. public override float RFMatchC1 => _Match != null ? _Match.TunePosition1 : 0;
  585. public override float RFMatchC2 => _Match != null ? _Match.TunePosition1 : 0;
  586. public override float BiasRFMatchC1 => _BiasMatch != null ? _BiasMatch.TunePosition1 : 0;
  587. public override float BiasRFMatchC2 => _BiasMatch != null ? _BiasMatch.TunePosition1 : 0;
  588. //public override double LoadlockPressure
  589. //{
  590. // get
  591. // {
  592. // //LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist Loadlock!");
  593. // return -100;
  594. // }
  595. //}
  596. public override void BuzzerBlinking(double time)
  597. {
  598. LOG.Write(eEvent.ERR_PM, Module, "VenusSE PM is not exist SignalTower!");
  599. }
  600. #endregion
  601. #region 公共方法
  602. //public override bool CheckAtm()
  603. //{
  604. // //检查是否是ATM模式
  605. // return _ATM_sw.Value && ChamberPressure > 700000;
  606. //}
  607. public override bool CheckChillerStatus()
  608. {
  609. return _Chiller != null /*&& _Chiller.IsRunning*/ && !_Chiller.IsError;
  610. }
  611. public override bool CheckGeneratorAndHVInterlock(VenusDevice device)
  612. {
  613. eEvent evt = device == VenusDevice.Rf ? eEvent.ERR_RF : eEvent.ERR_ESC_HV;
  614. if (!IsLidClosed)
  615. {
  616. LOG.Write(evt, Module, $"Cannot Power ON {device} as PM Lid is Open.");
  617. return false;
  618. }
  619. if (!IsVAC)
  620. {
  621. LOG.Write(evt, Module, $"Cannot Power ON {device} as PM is not Vacuum.");
  622. return false;
  623. }
  624. //if (!IsWaterFlowOk)
  625. //{
  626. // LOG.Write(evt, Module, $"Cannot Power ON {device} as Water Flow is OFF.");
  627. // return false;
  628. //}
  629. if (!IsRFGInterlockOn)
  630. {
  631. LOG.Write(evt, Module, $"Cannot Power ON {device} as Generator Interlock is OFF.");
  632. return false;
  633. }
  634. //2024-02-05 15:15:56 TPS 朱永吉温海波确认已经去掉该interlock
  635. //if (!SourceRFFanInterlock)
  636. //{
  637. // LOG.Write(evt, Module, $"Cannot Power ON {device} as Source RF Fan is OFF.");
  638. // return false;
  639. //}
  640. if (!SlitDoorClosed)
  641. {
  642. LOG.Write(evt, Module, $"Cannot Power ON {device} as Slit Door is open.");
  643. return false;
  644. }
  645. if ((device == VenusDevice.ESCHV || device == VenusDevice.BiasRf) && WaferManager.Instance.CheckNoWafer(Module, 0))
  646. {
  647. LOG.Write(evt, Module, $"Cannot Power ON {device} as {Module} has no wafer");
  648. return false;
  649. }
  650. return true;
  651. }
  652. public override void CheckIdleInterlock(int delaytime)
  653. {
  654. if (ForelinePressure > _foreline_interlock_pressure)
  655. {
  656. if (_TurboPumpPumpingValve.SetPoint || _TurboPumpPurgeValve.SetPoint || _pendulumValve.IsOpen)
  657. {
  658. _pendulumValve.TurnValve(false);
  659. _TurboPumpPurgeValve.TurnValve(false, out _);
  660. _TurboPumpPumpingValve.TurnValve(false, out _);
  661. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"Foreline pressure:{ForelinePressure} exceed {_foreline_interlock_pressure} mtorr, Pendulum valve & PV6 & PV7 closed automaticlly.");
  662. }
  663. }
  664. }
  665. public override bool CheckLiftDown()
  666. {
  667. return _LiftPin.State == CylinderState.Close;
  668. }
  669. public override bool CheckLiftUp()
  670. {
  671. return _LiftPin.State == CylinderState.Open;
  672. }
  673. public override bool CheckSlitDoorClose()
  674. => IsSlitDoorClosed;
  675. public override bool CheckSlitDoorOpen()
  676. => IsSlitDoorOpen;
  677. public override void CloseValves(int? delayTime = null)
  678. {
  679. _PVN21Valve.TurnValve(false, out _);
  680. //_PVN22Valve.TurnValve(false, out _);
  681. _PV11Valve.TurnValve(false, out _);
  682. _PV12Valve.TurnValve(false, out _);
  683. _PV21Valve.TurnValve(false, out _);
  684. _PV22Valve.TurnValve(false, out _);
  685. _PV31Valve.TurnValve(false, out _);
  686. _PV32Valve.TurnValve(false, out _);
  687. _PV41Valve.TurnValve(false, out _);
  688. _PV42Valve.TurnValve(false, out _);
  689. _PVHe1Valve.TurnValve(false, out _);
  690. _PVHe2Valve.TurnValve(false, out _);
  691. _GasFinalValve.TurnValve(false, out _);
  692. _SoftPumpValve.TurnValve(false, out _);
  693. _FastPumpValve.TurnValve(false, out _);
  694. //_TurboPumpPumpingValve.TurnValve(false, out _);
  695. //_TurboPumpPurgeValve.TurnValve(false, out _);
  696. _GuageValve.TurnValve(false, out _);
  697. _N2Valve.TurnValve(false, out _);
  698. _FastPumpValve.TurnValve(false, out _);
  699. _PVHe3Valve.TurnValve(false, out _);
  700. _HeISOValve.TurnValve(false, out _);
  701. _MainPurgeValve.TurnValve(false, out _);
  702. _SecondPurgeValve.TurnValve(false, out _);
  703. //新增
  704. _Mfc1Valve.TurnValve(false, out _);
  705. _Mfc2Valve.TurnValve(false, out _);
  706. _Mfc3Valve.TurnValve(false, out _);
  707. _Mfc4Valve.TurnValve(false, out _);
  708. _Mfc5Valve.TurnValve(false, out _);
  709. _Mfc6Valve.TurnValve(false, out _);
  710. _Mfc7Valve.TurnValve(false, out _);
  711. _Mfc8Valve.TurnValve(false, out _);
  712. _Mfc9Valve.TurnValve(false, out _);
  713. _Mfc10Valve.TurnValve(false, out _);
  714. _Mfc11Valve.TurnValve(false, out _);
  715. _Mfc12Valve.TurnValve(false, out _);
  716. _PV51Valve.TurnValve(false, out _);
  717. _PV52Valve.TurnValve(false, out _);
  718. _PV61Valve.TurnValve(false, out _);
  719. _PV62Valve.TurnValve(false, out _);
  720. _PV71Valve.TurnValve(false, out _);
  721. _PV72Valve.TurnValve(false, out _);
  722. _PV81Valve.TurnValve(false, out _);
  723. _PV82Valve.TurnValve(false, out _);
  724. _PV91Valve.TurnValve(false, out _);
  725. _PV92Valve.TurnValve(false, out _);
  726. _PVA1Valve.TurnValve(false, out _);
  727. _PVA2Valve.TurnValve(false, out _);
  728. _PVB1Valve.TurnValve(false, out _);
  729. _PVB2Valve.TurnValve(false, out _);
  730. _PVC1Valve.TurnValve(false, out _);
  731. _PVC2Valve.TurnValve(false, out _);
  732. _PVN22Valve.TurnValve(false, out _);
  733. foreach (var stick in _gasLines)
  734. {
  735. stick.Stop();
  736. }
  737. }
  738. public override bool ExtendWafer()
  739. {
  740. throw new NotImplementedException();
  741. }
  742. public override bool FlowGas(int gasNum, double val)
  743. {
  744. if (_gasLines.Length <= gasNum)
  745. return false;
  746. _gasLines[gasNum].Flow(val);
  747. return true;
  748. }
  749. public override bool FlowN2(double val)
  750. {
  751. _gasLineN2.Flow(val);
  752. return true;
  753. }
  754. public override void RTCloseEvent()
  755. {
  756. if (_Generator.IsPowerOn)
  757. {
  758. GeneratorPowerOn(false);
  759. }
  760. if (_GeneratorBias.IsPowerOn)
  761. {
  762. GeneratorBiasPowerOn(false);
  763. }
  764. if (PendulumValveIsOpen())
  765. {
  766. //SetPVPostion(0);
  767. TurnPendulumValve(false);
  768. }
  769. }
  770. public override bool FullMFC(int gasNum)
  771. {
  772. _gasLines[gasNum].Pump();
  773. return true;
  774. }
  775. public override bool PumpGas(int gasNum)
  776. {
  777. if (_gasLines.Length <= gasNum)
  778. return false;
  779. switch (gasNum)
  780. {
  781. case 0:
  782. OpenValve(ValveType.PV11, true);
  783. OpenValve(ValveType.Mfc1, true);
  784. break;
  785. case 1:
  786. OpenValve(ValveType.PV21, true);
  787. OpenValve(ValveType.Mfc2, true);
  788. break;
  789. case 2:
  790. OpenValve(ValveType.PV31, true);
  791. OpenValve(ValveType.Mfc3, true);
  792. break;
  793. case 3:
  794. OpenValve(ValveType.PV41, true);
  795. OpenValve(ValveType.Mfc4, true);
  796. break;
  797. case 4:
  798. OpenValve(ValveType.PV51, true);
  799. OpenValve(ValveType.Mfc5, true);
  800. break;
  801. case 5:
  802. OpenValve(ValveType.PV61, true);
  803. OpenValve(ValveType.Mfc6, true);
  804. break;
  805. case 6:
  806. OpenValve(ValveType.PV71, true);
  807. OpenValve(ValveType.Mfc7, true);
  808. break;
  809. case 7:
  810. OpenValve(ValveType.PV81, true);
  811. OpenValve(ValveType.Mfc8, true);
  812. break;
  813. case 8:
  814. OpenValve(ValveType.PV91, true);
  815. OpenValve(ValveType.Mfc9, true);
  816. break;
  817. case 9:
  818. OpenValve(ValveType.PVA1, true);
  819. OpenValve(ValveType.Mfc10, true);
  820. break;
  821. case 10:
  822. OpenValve(ValveType.PVB1, true);
  823. OpenValve(ValveType.Mfc11, true);
  824. break;
  825. case 11:
  826. OpenValve(ValveType.PVC1, true);
  827. OpenValve(ValveType.Mfc12, true);
  828. break;
  829. }
  830. _gasLines[gasNum].Pump();
  831. OpenValve(ValveType.SecondPurge, true);
  832. return true;
  833. }
  834. public override bool GeneratorBiasPowerOn(bool on)
  835. {
  836. if (_GeneratorBias == null) return false;
  837. if (on && !IsRFGInterlockOn)
  838. {
  839. LOG.Write(eEvent.ERR_RF, Module, "Bias射频电源 Interlock条件不满足");
  840. return false;
  841. }
  842. return _GeneratorBias.SetPowerOnOff(on, out _);
  843. }
  844. public override bool GeneratorBiasSetMatchMode(bool val)
  845. {
  846. if (_GeneratorBias == null) return false;
  847. string reason = string.Empty;
  848. _GeneratorBias.SetMatchingAutoMode(val, out reason);
  849. return true;
  850. }
  851. public override bool SetMatchWorkMode(MatchWorkMode matchWorkMode)
  852. {
  853. if (_Match == null) return false;
  854. if (matchWorkMode == MatchWorkMode.Auto)
  855. {
  856. return _Match.SetMatchMode(EnumRfMatchTuneMode.Auto, out _);
  857. }
  858. else
  859. {
  860. return _Match.SetMatchMode(EnumRfMatchTuneMode.Manual, out _);
  861. }
  862. }
  863. public override bool SetBiasMatchWorkMode(MatchWorkMode matchWorkMode)
  864. {
  865. if (_BiasMatch == null) return false;
  866. if (matchWorkMode == MatchWorkMode.Auto)
  867. {
  868. return _BiasMatch.SetMatchMode(EnumRfMatchTuneMode.Auto, out _);
  869. }
  870. else if (matchWorkMode == MatchWorkMode.Manual)
  871. {
  872. return _BiasMatch.SetMatchMode(EnumRfMatchTuneMode.Manual, out _);
  873. }
  874. return false;
  875. }
  876. public override bool GeneratorBiasSetpower(float val)
  877. {
  878. if (_GeneratorBias == null) return false;
  879. if (Math.Abs(val) > 0.01)
  880. _GeneratorBias.SetPower((ushort)val);
  881. return true;
  882. }
  883. public override bool GeneratorPowerOn(bool on)
  884. {
  885. if (_Generator == null) return false;
  886. if (on && !IsRFGInterlockOn)
  887. {
  888. LOG.Write(eEvent.ERR_RF, Module, "射频电源 Interlock条件不满足");
  889. return false;
  890. }
  891. return _Generator.SetPowerOnOff(on, out _);
  892. }
  893. public override bool GeneratorSetpower(float val)
  894. {
  895. if (_Generator == null) return false;
  896. if (Math.Abs(val) > 0.01)
  897. _Generator.SetPower((ushort)val);
  898. return true;
  899. }
  900. public override float GetPVPosition()
  901. {
  902. return _pendulumValve.Position;
  903. }
  904. public override async void HeatChiller(ChillerType chillerType, double value, double offset)
  905. {
  906. SC.SetItemValue($"{Module}.{chillerType}.LastTemp", value);
  907. _Chiller?.SetChillerTemp((float)value, (float)offset);
  908. await Task.Delay(1000);
  909. _Chiller?.SetChillerOnOff(true);
  910. }
  911. public override void Home()
  912. {
  913. SetLiftPin(MovementPosition.Down, out _);
  914. //转交TM
  915. if (!IsSlitDoorClosed)
  916. {
  917. SetSlitDoor(true, out _);
  918. }
  919. else
  920. {
  921. SetSlitDoor(false, out _);
  922. }
  923. //SetSlitDoor(false, out _);
  924. OpenValve(ValveType.PVN22, false);
  925. _Generator?.ReConnect();
  926. _ESCHV.ReConnect();
  927. _GeneratorBias?.ReConnect();
  928. _BiasMatch?.ReConnect();
  929. _Match?.ReConnect();
  930. _MainPump?.ReConnect();
  931. _TurboPump?.ReConnect();
  932. _pendulumValve?.ReConnect();
  933. }
  934. public override void OnOffChiller(ChillerType chillerType, bool onoff)
  935. => _Chiller?.SetChillerOnOff(onoff);
  936. public override bool OnOffSetESCHV(bool on)
  937. => _ESCHV.SetPowerOnOff(on);
  938. public override void OpenValve(ValveType vlvType, bool on)
  939. {
  940. if (Valve2IO.ContainsKey(vlvType))
  941. {
  942. if (vlvType == ValveType.TurboPumpPurge && on)
  943. {
  944. if (!IsISOOpen)
  945. {
  946. LOG.Write(eEvent.WARN_DEFAULT_WARN, Module, $"Chamber TurboPumpPumping valve is not open, can not turn on TurboPumpPurge valve.");
  947. return;
  948. }
  949. }
  950. else if (vlvType == ValveType.TurboPumpPumping && !on)
  951. {
  952. if (IsTurboPumpRunning)
  953. {
  954. if (IsPenVOpen)
  955. {
  956. LOG.Write(eEvent.WARN_DEFAULT_WARN, Module, $"Chamber TurboPump is open but Pendulum Valve is open, can not turn off TurboPumpPumping valve.");
  957. return;
  958. }
  959. }
  960. }
  961. if (vlvType == ValveType.TurboPumpPurge && !_TurboPumpPumpingValve.Status && on)
  962. {
  963. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"cannot open Turbo Pump Purge, cause Turbo Pump Valve not open");
  964. return;
  965. }
  966. if (vlvType == ValveType.TurboPumpPumping && on)
  967. {
  968. if (!_MainPump.IsRunning)
  969. {
  970. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"cannot open Turbo Pump Pump, cause Dry Pump Valve is not open");
  971. return;
  972. }
  973. if (ForelinePressure > SC.GetValue<int>($"{Module}.TurboPumpPumpingValveMinForelinePressure"))
  974. {
  975. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"cannot open Turbo Pump Pump, cause forelinePressure:{ForelinePressure}");
  976. return;
  977. }
  978. }
  979. Valve2IO[vlvType].TurnValve(on, out _);
  980. LOG.Write(eEvent.EV_DEVICE_INFO, Module, $"{(on ? "打开" : "关闭")} 阀 {vlvType.ToString()}");
  981. }
  982. else
  983. {
  984. throw new ArgumentOutOfRangeException($"Argument error {vlvType}-{on}");
  985. }
  986. }
  987. public async override void AbortControlPressure()
  988. {
  989. SetPVPostion(1000);
  990. OpenValve(ValveType.PVN22, false);
  991. OpenValve(ValveType.N2, false);
  992. await Task.Delay(2000);
  993. OpenValve(ValveType.GasFinal, true);
  994. OpenValve(ValveType.PV14, false);
  995. //TurnPendulumValve(false);
  996. //return true;
  997. }
  998. public override bool PendulumValveIsOpen()
  999. {
  1000. return _pendulumValve.DeviceData.IsOpen;
  1001. }
  1002. public override bool RetractWafer()
  1003. {
  1004. throw new NotImplementedException();
  1005. }
  1006. public override void SetBacksideHeFlow(double flow)
  1007. {
  1008. if (_backsideHe == null) return;
  1009. _backsideHe.Flow(flow);
  1010. }
  1011. public override bool SetBacksideHePressure(float mTorr)
  1012. {
  1013. if (_backsideHe == null) return false;
  1014. return _backsideHe.SetBacksideHelium(mTorr);
  1015. }
  1016. public override bool SetBacksideHeThreshold(float nMin, float nMax)
  1017. {
  1018. if (_backsideHe == null) return false;
  1019. return _backsideHe.SetFlowThreshold(nMin, nMax);
  1020. }
  1021. public override bool SetBiasMatchPosition(float c1, float c2)
  1022. {
  1023. if (_BiasMatch == null) return false;
  1024. string reason = string.Empty;
  1025. _BiasMatch.SetMatchPosition(c1, c2, out reason);
  1026. return true;
  1027. }
  1028. public override bool SetBiasPulseMode(bool on)
  1029. {
  1030. if (_GeneratorBias == null) return false;
  1031. _GeneratorBias.SetPulseMode(on);
  1032. return true;
  1033. }
  1034. public override bool SetBiasPulseRateFreq(int nFreq)
  1035. {
  1036. if (_GeneratorBias == null) return false;
  1037. _GeneratorBias.SetPulseRateFreq(nFreq);
  1038. return true;
  1039. }
  1040. public override bool SetDiasPulseDutyCycle(int percentage)
  1041. {
  1042. if (_GeneratorBias == null) return false;
  1043. _GeneratorBias.SetPulseDutyCycle(percentage);
  1044. return true;
  1045. }
  1046. public override bool SetESCClampVoltage(int nVoltage)
  1047. {
  1048. if (_ESCHV == null) return false;
  1049. return _ESCHV.SetOutputVoltage(nVoltage);
  1050. }
  1051. public override void SetGeneratorCommunicationMode(int mode)
  1052. => _Generator?.SetCommunicationMode(mode);
  1053. public override bool SetLiftPin(MovementPosition dirt, out string reason)
  1054. {
  1055. reason = string.Empty;
  1056. switch (dirt)
  1057. {
  1058. case MovementPosition.Down:
  1059. return _LiftPin.SetCylinder(false, out reason);
  1060. case MovementPosition.Up:
  1061. return _LiftPin.SetCylinder(true, out reason);
  1062. case MovementPosition.Left:
  1063. case MovementPosition.Right:
  1064. case MovementPosition.Middle:
  1065. throw new ArgumentException("Movement argument error");
  1066. }
  1067. return true;
  1068. }
  1069. public override bool SetMatchPosition(float c1, float c2)
  1070. {
  1071. if (_Match == null) return false;
  1072. string reason = string.Empty;
  1073. _Match.SetMatchPosition(c1, c2, out reason);
  1074. return true;
  1075. }
  1076. public override bool SetPVPostion(float position)
  1077. => _pendulumValve.SetPosition(position);
  1078. public override bool SetPVPressure(float pressure)
  1079. => _pendulumValve.SetPressure(pressure);
  1080. public override bool SetSlitDoor(bool open, out string reason)
  1081. {
  1082. reason = string.Empty;
  1083. // 泓浒TM将提供开关门的interlock
  1084. //OP.DoOperation($"{Singleton<RouteManager>.Instance.seTM.Module}.SetSlitDoor", Module, open);
  1085. return true;
  1086. }
  1087. public override bool SetWallTCTemperature(float value)
  1088. => _WallTC.RampTemp(value);
  1089. public override void StopAllGases()
  1090. {
  1091. foreach (var line in _gasLines)
  1092. {
  1093. line.Stop();
  1094. }
  1095. }
  1096. public override bool StopGas(int gasNum)
  1097. {
  1098. if (_gasLines.Length <= gasNum)
  1099. return false;
  1100. _gasLines[gasNum].Stop();
  1101. return true;
  1102. }
  1103. public override bool StopN2()
  1104. {
  1105. _gasLineN2.Stop();
  1106. return true;
  1107. }
  1108. public override void SwitchOnBuzzerAndRed()
  1109. {
  1110. throw new NotImplementedException();
  1111. }
  1112. public override void TurnDryPump(bool on)
  1113. => _MainPump?.SetPumpOnOff(on);
  1114. public override bool TurnPendulumValve(bool on)
  1115. => _pendulumValve.TurnValve(on);
  1116. public override void TurnTurboPump(bool on)
  1117. {
  1118. _TurboPump?.SetPumpOnOff(on);
  1119. }
  1120. public override bool PreparePlace()
  1121. {
  1122. if (!SetLiftPin(MovementPosition.Down, out string reason))
  1123. {
  1124. LOG.Write(eEvent.ERR_PM, Module, $"Set Lift Pin down failed:{reason}");
  1125. return false;
  1126. }
  1127. return true;
  1128. }
  1129. public override bool PreparePick()
  1130. {
  1131. if (!SetLiftPin(MovementPosition.Up, out string reason))
  1132. {
  1133. LOG.Write(eEvent.ERR_PM, Module, $"Set Lift Pin Up failed:{reason}");
  1134. return false;
  1135. }
  1136. return true;
  1137. }
  1138. public override bool PreparePlaceIsOK()
  1139. {
  1140. return LiftPinIsDown;
  1141. }
  1142. public override bool PreparePickIsOK()
  1143. {
  1144. return LiftPinIsUp;
  1145. }
  1146. public override bool EndPlace()
  1147. {
  1148. if (!SetLiftPin(MovementPosition.Down, out string reason))
  1149. {
  1150. LOG.Write(eEvent.ERR_PM, Module, $"Set Lift Pin Down failed:{reason}");
  1151. return false;
  1152. }
  1153. return true;
  1154. }
  1155. public override bool EndPick()
  1156. {
  1157. return true;
  1158. }
  1159. public override bool EndPlaceIsOK()
  1160. {
  1161. return CheckSlitDoorClose() && LiftPinIsDown;
  1162. }
  1163. public override bool EndPickIsOK()
  1164. {
  1165. return CheckSlitDoorClose();
  1166. }
  1167. private Stopwatch _closedelay = new Stopwatch();
  1168. public override void Monitor()
  1169. {
  1170. bool _isAllGasOff = true;
  1171. foreach (var gas in _gasLines)
  1172. {
  1173. gas.Monitor();
  1174. if (gas._mfc.FeedBack > 0)
  1175. _isAllGasOff = false;
  1176. }
  1177. CheckPermanentInterlock();
  1178. //2024-02-20 17:11:16 朱永吉确认所有气不流后关闭rf 任意一管打开都不关闭
  1179. if (!_Generator.IsPowerOn && !_GeneratorBias.IsPowerOn && _closedelay.IsRunning)
  1180. {
  1181. LOG.Write(eEvent.EV_DEVICE_INFO, Module, $"Turn On RF use:{_closedelay.ElapsedMilliseconds} ms");
  1182. _closedelay.Stop();
  1183. }
  1184. if (_isAllGasOff && !_closedelay.IsRunning && (_Generator.IsPowerOn || _GeneratorBias.IsPowerOn))
  1185. {
  1186. _closedelay.Start();
  1187. GasRFInterlock();
  1188. }
  1189. }
  1190. #endregion
  1191. private void GasRFInterlock()
  1192. {
  1193. if (_Generator.IsPowerOn)
  1194. {
  1195. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"ALL Gas are not flowing. Source RF will Power Off");
  1196. GeneratorPowerOn(false);
  1197. }
  1198. if (_GeneratorBias.IsPowerOn)
  1199. {
  1200. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"ALL Gas are not flowing. Bias RF will Power Off");
  1201. GeneratorBiasPowerOn(false);
  1202. }
  1203. }
  1204. protected override void CheckPermanentInterlock()
  1205. {
  1206. if (ChamberPressure >= 98 && _GuageValve.SetPoint)
  1207. {
  1208. _GuageValve.TurnValve(false, out _);
  1209. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"Process pressure:{ChamberPressure} exceed 98 mtorr, Guage Valve (DO-31) closed automaticlly.");
  1210. }
  1211. if (ChamberPressure < 98 && !_GuageValve.SetPoint)
  1212. {
  1213. _GuageValve.TurnValve(true, out _);
  1214. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"Process pressure:{ChamberPressure} less than 98 mtorr, Guage Valve (DO-31) open automaticlly.");
  1215. }
  1216. }
  1217. public override bool StartControlPressure(int pressureSetpoint, int flowSetpoint)
  1218. {
  1219. OpenValve(ValveType.TurboPumpPumping, true);
  1220. if (_TurboPumpPumpingValve.Status)
  1221. {
  1222. TurnPendulumValve(true);
  1223. SetPVPressure(pressureSetpoint);
  1224. OpenValve(ValveType.PV14, true);
  1225. OpenValve(ValveType.GasFinal, false);
  1226. OpenValve(ValveType.PVN22, true);
  1227. return true;
  1228. }
  1229. else
  1230. {
  1231. LOG.Write(eEvent.WARN_DEVICE_INFO, Module, $"cannot control pressure,cause Turbo Pump Pumping Valve is Close");
  1232. return true;
  1233. }
  1234. }
  1235. private void ALARM_WLK_Notify()
  1236. {
  1237. if (Singleton<RouteManager>.Instance.GetPM(Module).IsProcessing)
  1238. {
  1239. LOG.Write(eEvent.ERR_PM, Module, "WaterLeak is off");
  1240. Singleton<RouteManager>.Instance.GetPM(Module).PostMsg(FSM_MSG.ALARM);
  1241. }
  1242. }
  1243. private void ALARM_RFGInterlock_Notify()
  1244. {
  1245. if (Singleton<RouteManager>.Instance.GetPM(Module).IsProcessing)
  1246. {
  1247. LOG.Write(eEvent.ERR_PM, Module, "RFGInterlock is off");
  1248. Singleton<RouteManager>.Instance.GetPM(Module).PostMsg(FSM_MSG.ALARM);
  1249. }
  1250. }
  1251. private void ALARM_TurboPumpInterlock_Notify()
  1252. {
  1253. if (Singleton<RouteManager>.Instance.GetPM(Module).IsProcessing)
  1254. {
  1255. LOG.Write(eEvent.ERR_PM, Module, "TurboPumpInterlock is off");
  1256. Singleton<RouteManager>.Instance.GetPM(Module).PostMsg(FSM_MSG.ALARM);
  1257. }
  1258. }
  1259. private void ALARM_GasBoxDoor_Notify()
  1260. {
  1261. if (Singleton<RouteManager>.Instance.GetPM(Module).IsProcessing)
  1262. {
  1263. LOG.Write(eEvent.ERR_PM, Module, "GasBoxDoor is off");
  1264. Singleton<RouteManager>.Instance.GetPM(Module).PostMsg(FSM_MSG.ALARM);
  1265. }
  1266. }
  1267. private void ALARM_GasBoxPressure_Notify()
  1268. {
  1269. if (Singleton<RouteManager>.Instance.GetPM(Module).IsProcessing)
  1270. {
  1271. LOG.Write(eEvent.ERR_PM, Module, "GasBoxPressure is off");
  1272. Singleton<RouteManager>.Instance.GetPM(Module).PostMsg(FSM_MSG.ALARM);
  1273. }
  1274. }
  1275. private void SensorWithAlarm()
  1276. {
  1277. _WLK_sw.WarningAction += ALARM_WLK_Notify;
  1278. _RFG_Interlock.WarningAction += ALARM_RFGInterlock_Notify;
  1279. _TurboPumpInterlock.WarningAction += ALARM_TurboPumpInterlock_Notify;
  1280. _GasBoxDoor.WarningAction += ALARM_GasBoxDoor_Notify;
  1281. _GasBoxPressure.WarningAction += ALARM_GasBoxPressure_Notify;
  1282. }
  1283. public override void PMInError()
  1284. {
  1285. CloseValves();
  1286. GeneratorPowerOn(false);
  1287. GeneratorBiasPowerOn(false);
  1288. OpenValve(ValveType.TurboPumpPumping, true);
  1289. OpenValve(ValveType.TurboPumpPurge, true);
  1290. if (IsTurboPumpAtSpeed)
  1291. {
  1292. OpenValve(ValveType.TurboPumpPumping, true);
  1293. _pendulumValve.SetPosition(1000);
  1294. }
  1295. SetBacksideHeThreshold(0, 0);
  1296. OnOffSetESCHV(false);
  1297. }
  1298. }
  1299. }