PufPlaceToLoaderRoutine.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330
  1. using Aitex.Core.Common;
  2. using Aitex.Core.RT.DataCenter;
  3. using Aitex.Core.RT.Device;
  4. using Aitex.Core.RT.Log;
  5. using Aitex.Core.RT.Routine;
  6. using Aitex.Core.Util;
  7. using MECF.Framework.Common.DBCore;
  8. using MECF.Framework.Common.Equipment;
  9. using MECF.Framework.Common.Routine;
  10. using MECF.Framework.Common.SubstrateTrackings;
  11. using MECF.Framework.Common.Utilities;
  12. using MECF.Framework.Common.WaferHolder;
  13. using CyberX8_Core;
  14. using CyberX8_RT.Devices.AXIS;
  15. using CyberX8_RT.Devices.Loader;
  16. using CyberX8_RT.Devices.PUF;
  17. using CyberX8_RT.Modules.Loader;
  18. using System;
  19. using System.Collections.Generic;
  20. using System.Linq;
  21. using System.Text;
  22. using System.Threading.Tasks;
  23. namespace CyberX8_RT.Modules.PUF
  24. {
  25. public class PufPlaceToLoaderRoutine : RoutineBase, IRoutine
  26. {
  27. private enum PlaceStep
  28. {
  29. CheckStatus,
  30. OnlyPlaceToLoader,
  31. OnlyPlaceToLoaderWait,
  32. SwitchWaferHolder,
  33. LastRotationHomeStation,
  34. LastRotationHomeStationWait,
  35. End
  36. }
  37. #region 常量
  38. private const string CURRENT_STATION_LIST = "CurrentStationList";
  39. private const string SIDE_A = "SideA";
  40. #endregion
  41. #region 内部变量
  42. private string _side;
  43. private LoaderEntity _loaderEntity;
  44. private JetAxisBase _flipAxis;
  45. private JetAxisBase _rotationAxis;
  46. private PufVacuum _vacuum;
  47. private LoaderSideDevice _loaderSide;
  48. private JetAxisBase _loaderCrsAxis;
  49. private JetAxisBase _gantryAxis;
  50. private PufOnlyPlaceToLoaderRoutine _onlyPlaceToLoaderRoutine;
  51. #endregion
  52. /// <summary>
  53. /// 构造函数
  54. /// </summary>
  55. /// <param name="module"></param>
  56. public PufPlaceToLoaderRoutine(string module) : base(module)
  57. {
  58. }
  59. /// <summary>
  60. /// 中止
  61. /// </summary>
  62. public void Abort()
  63. {
  64. if (_onlyPlaceToLoaderRoutine != null)
  65. {
  66. _onlyPlaceToLoaderRoutine.Abort();
  67. }
  68. _flipAxis.StopPositionOperation();
  69. _rotationAxis.StopPositionOperation();
  70. Runner.Stop("Manual Abort");
  71. }
  72. /// <summary>
  73. /// 监控
  74. /// </summary>
  75. /// <returns></returns>
  76. public RState Monitor()
  77. {
  78. Runner.Run(PlaceStep.CheckStatus,CheckPreCondition,_delay_1ms)
  79. .Run(PlaceStep.OnlyPlaceToLoader,StartOnlyPlaceToLoader,_delay_1ms)
  80. .WaitWithStopCondition(PlaceStep.OnlyPlaceToLoaderWait,CheckPlaceEndStatus,CheckPlaceStopStatus)
  81. .Run(PlaceStep.SwitchWaferHolder,SwitchWaferHolderSideWafer,_delay_1ms)
  82. .Run(PlaceStep.LastRotationHomeStation, () => _rotationAxis.PositionStation("Home"), _delay_1ms)
  83. .WaitWithStopCondition(PlaceStep.LastRotationHomeStationWait, CheckRotationPositionStatus, CheckRotationPositionRunStop)
  84. .End(PlaceStep.End, NullFun, _delay_1ms);
  85. return Runner.Status;
  86. }
  87. /// <summary>
  88. /// 执行放片至Loader
  89. /// </summary>
  90. /// <returns></returns>
  91. private bool StartOnlyPlaceToLoader()
  92. {
  93. return _onlyPlaceToLoaderRoutine.Start(_side) == RState.Running;
  94. }
  95. /// <summary>
  96. /// 检验放片状态
  97. /// </summary>
  98. /// <returns></returns>
  99. private bool CheckPlaceEndStatus()
  100. {
  101. return _onlyPlaceToLoaderRoutine.Monitor() ==RState.End;
  102. }
  103. /// <summary>
  104. /// 检验放片停止状态
  105. /// </summary>
  106. /// <returns></returns>
  107. private bool CheckPlaceStopStatus()
  108. {
  109. RState state = _onlyPlaceToLoaderRoutine.Monitor();
  110. if(state==RState.Failed||state==RState.Timeout)
  111. {
  112. NotifyError(eEvent.ERR_PUF, "puf place wafer failed", 0);
  113. return true;
  114. }
  115. return false;
  116. }
  117. /// <summary>
  118. /// WaferHolder交换片
  119. /// </summary>
  120. /// <returns></returns>
  121. private bool SwitchWaferHolderSideWafer()
  122. {
  123. WaferHolderInfo waferHolderInfo = _loaderEntity.WaferHolderInfo;
  124. if (waferHolderInfo != null)
  125. {
  126. if (_side==SIDE_A)
  127. {
  128. WaferManager.Instance.WaferMoved(ModuleHelper.Converter(Module), 1, ModuleName.Loader1, 0);
  129. WaferInfo loaderWaferInfo = WaferManager.Instance.GetWafer(ModuleName.Loader1, 0);
  130. waferHolderInfo.WaferAId = loaderWaferInfo.WaferID;
  131. waferHolderInfo.WaferAType = (int)loaderWaferInfo.WaferType;
  132. WaferHolderDataRecorder.UpdateWaferHolderData(waferHolderInfo.Id, waferHolderInfo);
  133. MaterialTrackerManager.Instance.UpdateModuleMaterial(ModuleName.Loader1.ToString());
  134. }
  135. else
  136. {
  137. WaferManager.Instance.WaferMoved(ModuleHelper.Converter(Module), 1, ModuleName.Loader1, 1);
  138. WaferInfo loaderWaferInfo = WaferManager.Instance.GetWafer(ModuleName.Loader1, 1);
  139. waferHolderInfo.WaferBId = loaderWaferInfo.WaferID;
  140. waferHolderInfo.WaferBType = (int)loaderWaferInfo.WaferType;
  141. WaferHolderDataRecorder.UpdateWaferHolderData(waferHolderInfo.Id, waferHolderInfo);
  142. MaterialTrackerManager.Instance.UpdateModuleMaterial(ModuleName.Loader1.ToString());
  143. }
  144. }
  145. return true;
  146. }
  147. /// <summary>
  148. /// 检验Rotation移动状态
  149. /// </summary>
  150. /// <returns></returns>
  151. private bool CheckRotationPositionStatus()
  152. {
  153. return _rotationAxis.Status == RState.End;
  154. }
  155. /// <summary>
  156. /// 检验Rotation是否还在运动
  157. /// </summary>
  158. /// <returns></returns>
  159. private bool CheckRotationPositionRunStop()
  160. {
  161. bool result= _rotationAxis.Status == RState.Failed;
  162. if (result)
  163. {
  164. NotifyError(eEvent.ERR_PUF, "rotation axis goto home failed", 0);
  165. }
  166. return result;
  167. }
  168. /// <summary>
  169. /// 启动
  170. /// </summary>
  171. /// <param name="objs"></param>
  172. /// <returns></returns>
  173. public RState Start(params object[] objs)
  174. {
  175. _side = objs[0].ToString();
  176. _loaderEntity = Singleton<RouteManager>.Instance.GetModule<LoaderEntity>(ModuleName.Loader1.ToString());
  177. _flipAxis = DEVICE.GetDevice<JetAxisBase>($"{Module}.Flip");
  178. _rotationAxis = DEVICE.GetDevice<JetAxisBase>($"{Module}.Rotation");
  179. _vacuum = DEVICE.GetDevice<PufVacuum>($"{Module}.Vacuum");
  180. _gantryAxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Transporter2}.Gantry");
  181. GetLoaderSide();
  182. GetCrsAxis();
  183. _onlyPlaceToLoaderRoutine = new PufOnlyPlaceToLoaderRoutine(Module.ToString());
  184. return Runner.Start(Module, "Place To Loader");
  185. }
  186. /// <summary>
  187. /// 检验是否存在Wafer
  188. /// </summary>
  189. /// <returns></returns>
  190. private bool CheckWaferPresent()
  191. {
  192. if (_side == "SideA")
  193. {
  194. if (!_vacuum.ChuckAWaferPresent)
  195. {
  196. NotifyError(eEvent.ERR_PUF, $"{_side} has no Wafer", -1);
  197. return false;
  198. }
  199. }
  200. else
  201. {
  202. if (!_vacuum.ChuckBWaferPresent)
  203. {
  204. NotifyError(eEvent.ERR_PUF, $"{_side} has no Wafer",-1);
  205. return false;
  206. }
  207. }
  208. return true;
  209. }
  210. /// <summary>
  211. /// 检验前置条件
  212. /// </summary>
  213. /// <returns></returns>
  214. private bool CheckPreCondition()
  215. {
  216. if(!CheckWaferPresent())
  217. {
  218. return false;
  219. }
  220. bool isLoaderInstall = ModuleHelper.IsInstalled(ModuleName.Loader1);
  221. if (isLoaderInstall)
  222. {
  223. if(_loaderSide.SideData.WaferPresent)
  224. {
  225. NotifyError(eEvent.ERR_PUF, $"{_loaderSide.Module}.{_loaderSide.Name} wafer present sensor is true",-1);
  226. return false;
  227. }
  228. JetAxisBase loaderRotationaxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Loader1}.Rotation");
  229. string side = _side == SIDE_A ? "A" : "B";
  230. if (loaderRotationaxis != null)
  231. {
  232. double loaderRotationPosition = loaderRotationaxis.MotionData.MotorPosition;
  233. if (!loaderRotationaxis.CheckPositionIsInStation(loaderRotationPosition, $"LOAD{_side}"))
  234. {
  235. NotifyError(eEvent.ERR_PUF, $"Loader Rotation {loaderRotationPosition} is not in LOAD{_side}", -1);
  236. return false;
  237. }
  238. }
  239. //Loader1.SwingA 在Open
  240. JetAxisBase loaderShuttleAAxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Loader1}.Shuttle{side}");
  241. if (loaderShuttleAAxis != null)
  242. {
  243. double loaderShuttleAPosition = loaderShuttleAAxis.MotionData.MotorPosition;
  244. if (!loaderShuttleAAxis.CheckPositionInStationIgnoreWaferSize(loaderShuttleAPosition, "OUT"))
  245. {
  246. NotifyError(eEvent.ERR_PUF, $"Loader Shuttle{side} {loaderShuttleAPosition} is not in OUT", -1);
  247. return false;
  248. }
  249. }
  250. //Loader1.TiltA 在HORI
  251. JetAxisBase loaderTiltAAxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Loader1}.Tilt{side}");
  252. if (loaderTiltAAxis != null)
  253. {
  254. double loaderTiltAPosition = loaderTiltAAxis.MotionData.MotorPosition;
  255. if (!loaderTiltAAxis.CheckPositionIsInStation(loaderTiltAPosition, "HORI"))
  256. {
  257. NotifyError(eEvent.ERR_PUF, $"Loader Tilt{side} {loaderTiltAPosition} is not in HORI", -1);
  258. return false;
  259. }
  260. }
  261. //Loader Handle Wafer状态确认
  262. // Lip Seal Vacuum "ON"
  263. if (!_loaderSide.SideData.CRSVacuum)
  264. {
  265. NotifyError(eEvent.ERR_PUF, "Loader1 LS Vacuum is off", -1);
  266. return false;
  267. }
  268. //Bernoulli Bladder "ON",Retracted Green Light
  269. if (!_loaderSide.SideData.BernoulliBladder)
  270. {
  271. NotifyError(eEvent.ERR_PUF, "Loader1 Bernoulli Bladder is off",-1);
  272. return false;
  273. }
  274. //其他SideA/B均为OFF
  275. if (_loaderSide.SideData.BernoulliN2)
  276. {
  277. NotifyError(eEvent.ERR_PUF, "Loader1 Bernoulli N2 is on",-1);
  278. return false;
  279. }
  280. }
  281. double rotationPosition = _rotationAxis.MotionData.MotorPosition;
  282. if (_rotationAxis.CheckPositionIsEmpty(rotationPosition))
  283. {
  284. LOG.WriteLog(eEvent.ERR_PUF, Module, $"rotation axis {rotationPosition} is not at Station");
  285. return false;
  286. }
  287. double flipPosition = _flipAxis.MotionData.MotorPosition;
  288. if (_flipAxis.CheckPositionIsEmpty(flipPosition))
  289. {
  290. LOG.WriteLog(eEvent.ERR_PUF, Module, $"flip axis {flipPosition} is not at Station");
  291. return false;
  292. }
  293. return true;
  294. }
  295. /// <summary>
  296. /// 获取LoaderSide
  297. /// </summary>
  298. private void GetLoaderSide()
  299. {
  300. if (_side==SIDE_A)
  301. {
  302. _loaderSide = DEVICE.GetDevice<LoaderSideDevice>($"{ModuleName.Loader1}.SideA");
  303. }
  304. else
  305. {
  306. _loaderSide = DEVICE.GetDevice<LoaderSideDevice>($"{ModuleName.Loader1}.SideB");
  307. }
  308. }
  309. /// <summary>
  310. /// 获取lipseal Axis
  311. /// </summary>
  312. private void GetCrsAxis()
  313. {
  314. if(_side==SIDE_A)
  315. {
  316. _loaderCrsAxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Loader1}.LSA");
  317. }
  318. else
  319. {
  320. _loaderCrsAxis = DEVICE.GetDevice<JetAxisBase>($"{ModuleName.Loader1}.LSB");
  321. }
  322. }
  323. }
  324. }