VenusDeOperationOverViewModel.cs 41 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. using MECF.Framework.Common.CommonData;
  2. using MECF.Framework.Common.DataCenter;
  3. using MECF.Framework.Common.Equipment;
  4. using MECF.Framework.Common.OperationCenter;
  5. using OpenSEMI.ClientBase;
  6. using Prism.Commands;
  7. using Prism.Mvvm;
  8. using System;
  9. using System.Collections.Generic;
  10. using System.Linq;
  11. using System.Text;
  12. using System.Threading.Tasks;
  13. using Venus_Core;
  14. using Venus_Themes.CustomControls;
  15. using System.Windows.Threading;
  16. using Venus_MainPages.Unity;
  17. using Microsoft.VisualBasic;
  18. using ExcelLibrary.BinaryFileFormat;
  19. using MECF.Framework.Common.Schedulers;
  20. using Venus_MainPages.Views;
  21. using System.Windows;
  22. using static Venus_Themes.CustomControls.SERobot;
  23. using System.Security.RightsManagement;
  24. namespace Venus_MainPages.ViewModels
  25. {
  26. public class VenusDeOperationOverViewModel : BindableBase
  27. {
  28. #region 私有字段
  29. private ModuleInfo m_VCEAModuleInfo;
  30. private ModuleInfo m_VCEBModuleInfo;
  31. private ModuleInfo m_PMAModuleInfo;
  32. private ModuleInfo m_PMBModuleInfo;
  33. private ModuleInfo m_PMCModuleInfo;
  34. private ModuleInfo m_PMDModuleInfo;
  35. private ModuleInfo m_VPAModuleInfo;
  36. private ModuleInfo m_TMModuleInfo;
  37. public WaferInfo m_PMAWafer;
  38. public WaferInfo m_PMBWafer;
  39. public WaferInfo m_PMCWafer;
  40. public WaferInfo m_PMDWafer;
  41. public WaferInfo m_RobotUpperWafer;
  42. public WaferInfo m_RobotLowerWafer;
  43. public WaferInfo m_PAWafer;
  44. private SERobotTAction m_Robot1TAction;
  45. private SERobotXAction m_Robot1XAction;
  46. private SERobotTAction m_Robot2TAction;
  47. private SERobotXAction m_Robot2XAction;
  48. public RobotMoveInfo m_robotMoveInfo;
  49. private int m_VCEAWaferCount;
  50. private int m_VCEBWaferCount;
  51. private bool m_PMAIsInstalled;
  52. private bool m_PMBIsInstalled;
  53. private bool m_PMCIsInstalled;
  54. private bool m_PMDIsInstalled;
  55. private bool m_VCEAIsInstalled;
  56. private bool m_VCEBIsInstalled;
  57. private bool m_VCEADoorIsOpen;
  58. private bool m_VCEBDoorIsOpen;
  59. private bool m_PMADoorIsOpen;
  60. private bool m_PMBDoorIsOpen;
  61. private bool m_PMCDoorIsOpen;
  62. private bool m_PMDDoorIsOpen;
  63. private bool m_VCEAOutDoorIsOpen;
  64. private bool m_VCEBOutDoorIsOpen;
  65. private Dictionary<string, object> m_RtDataValues = new Dictionary<string, object>();
  66. private List<string> m_RtDataKeys = new List<string>();
  67. private double m_PMAPercent;
  68. private double m_PMBPercent;
  69. private double m_PMCPercent;
  70. private double m_PMDPercent;
  71. private double m_VCEAPercent;
  72. private double m_VCEBPercent;
  73. private int m_PickNum;
  74. private RecipeResult m_PMARecipeResult;
  75. private RecipeResult m_PMBRecipeResult;
  76. private RecipeResult m_PMCRecipeResult;
  77. private RecipeResult m_PMDRecipeResult;
  78. private WaferAssociationInfo m_VCEAwaferAssociation;
  79. private WaferAssociationInfo m_VCEBwaferAssociation;
  80. private bool loadflag;
  81. #endregion
  82. #region 属性
  83. public SERobotTAction Robot1TAction
  84. {
  85. get { return m_Robot1TAction; }
  86. set { SetProperty(ref m_Robot1TAction, value); }
  87. }
  88. private DelegateCommand<object> _AbortJobCommand;
  89. public DelegateCommand<object> AbortJobCommand =>
  90. _AbortJobCommand ?? (_AbortJobCommand = new DelegateCommand<object>(OnAbortJob));
  91. public SERobotXAction Robot1XAction
  92. {
  93. get { return m_Robot1XAction; }
  94. set { SetProperty(ref m_Robot1XAction, value); }
  95. }
  96. public SERobotTAction Robot2TAction
  97. {
  98. get { return m_Robot2TAction; }
  99. set { SetProperty(ref m_Robot2TAction, value); }
  100. }
  101. public SERobotXAction Robot2XAction
  102. {
  103. get { return m_Robot2XAction; }
  104. set { SetProperty(ref m_Robot2XAction, value); }
  105. }
  106. public RobotMoveInfo RobotMoveInfo
  107. {
  108. get { return m_robotMoveInfo; }
  109. set
  110. {
  111. //RobotMoveInfoChanged(m_robotMoveInfo, value);
  112. m_robotMoveInfo = value;
  113. }
  114. }
  115. public RecipeResult PMARecipeResult
  116. {
  117. get { return m_PMARecipeResult; }
  118. set { SetProperty(ref m_PMARecipeResult, value); }
  119. }
  120. public RecipeResult PMBRecipeResult
  121. {
  122. get { return m_PMBRecipeResult; }
  123. set { SetProperty(ref m_PMBRecipeResult, value); }
  124. }
  125. public RecipeResult PMCRecipeResult
  126. {
  127. get { return m_PMCRecipeResult; }
  128. set { SetProperty(ref m_PMCRecipeResult, value); }
  129. }
  130. public RecipeResult PMDRecipeResult
  131. {
  132. get { return m_PMDRecipeResult; }
  133. set { SetProperty(ref m_PMDRecipeResult, value); }
  134. }
  135. public double PMAPercent
  136. {
  137. get { return m_PMAPercent; }
  138. set { SetProperty(ref m_PMAPercent, value); }
  139. }
  140. public double PMBPercent
  141. {
  142. get { return m_PMBPercent; }
  143. set { SetProperty(ref m_PMBPercent, value); }
  144. }
  145. public double PMCPercent
  146. {
  147. get { return m_PMCPercent; }
  148. set { SetProperty(ref m_PMCPercent, value); }
  149. }
  150. public double PMDPercent
  151. {
  152. get { return m_PMDPercent; }
  153. set { SetProperty(ref m_PMDPercent, value); }
  154. }
  155. public double VCEAPercent
  156. {
  157. get { return m_VCEAPercent; }
  158. set { SetProperty(ref m_VCEAPercent, value); }
  159. }
  160. public double VCEBPercent
  161. {
  162. get { return m_VCEBPercent; }
  163. set { SetProperty(ref m_VCEBPercent, value); }
  164. }
  165. public int PickNum
  166. {
  167. get { return m_PickNum; }
  168. set { SetProperty(ref m_PickNum, value); }
  169. }
  170. public WaferInfo PMAWafer
  171. {
  172. get { return m_PMAWafer; }
  173. set { SetProperty(ref m_PMAWafer, value); }
  174. }
  175. public WaferInfo PMBWafer
  176. {
  177. get { return m_PMBWafer; }
  178. set { SetProperty(ref m_PMBWafer, value); }
  179. }
  180. public WaferInfo PMCWafer
  181. {
  182. get { return m_PMCWafer; }
  183. set { SetProperty(ref m_PMCWafer, value); }
  184. }
  185. public WaferInfo PMDWafer
  186. {
  187. get { return m_PMDWafer; }
  188. set { SetProperty(ref m_PMDWafer, value); }
  189. }
  190. public WaferInfo RobotUpperWafer
  191. {
  192. get { return m_RobotUpperWafer; }
  193. set { SetProperty(ref m_RobotUpperWafer, value); }
  194. }
  195. public WaferInfo RobotLowerWafer
  196. {
  197. get { return m_RobotLowerWafer; }
  198. set { SetProperty(ref m_RobotLowerWafer, value); }
  199. }
  200. public WaferInfo PAWafer
  201. {
  202. get { return m_PAWafer; }
  203. set { SetProperty(ref m_PAWafer, value); }
  204. }
  205. public ModuleInfo VCEAModuleInfo
  206. {
  207. get { return m_VCEAModuleInfo; }
  208. set
  209. {
  210. SetProperty(ref m_VCEAModuleInfo, value);
  211. }
  212. }
  213. public ModuleInfo VCEBModuleInfo
  214. {
  215. get { return m_VCEBModuleInfo; }
  216. set
  217. {
  218. SetProperty(ref m_VCEBModuleInfo, value);
  219. }
  220. }
  221. public ModuleInfo PMAModuleInfo
  222. {
  223. get { return m_PMAModuleInfo; }
  224. set
  225. {
  226. SetProperty(ref m_PMAModuleInfo, value);
  227. }
  228. }
  229. public ModuleInfo PMBModuleInfo
  230. {
  231. get { return m_PMBModuleInfo; }
  232. set
  233. {
  234. SetProperty(ref m_PMBModuleInfo, value);
  235. }
  236. }
  237. public ModuleInfo PMCModuleInfo
  238. {
  239. get { return m_PMCModuleInfo; }
  240. set
  241. {
  242. SetProperty(ref m_PMCModuleInfo, value);
  243. }
  244. }
  245. public ModuleInfo PMDModuleInfo
  246. {
  247. get { return m_PMDModuleInfo; }
  248. set
  249. {
  250. SetProperty(ref m_PMDModuleInfo, value);
  251. }
  252. }
  253. public ModuleInfo VPAModuleInfo
  254. {
  255. get { return m_VPAModuleInfo; }
  256. set
  257. {
  258. SetProperty(ref m_VPAModuleInfo, value);
  259. }
  260. }
  261. public ModuleInfo TMModuleInfo
  262. {
  263. get { return m_TMModuleInfo; }
  264. set
  265. {
  266. SetProperty(ref m_TMModuleInfo, value);
  267. }
  268. }
  269. public bool PMAIsInstalled
  270. {
  271. get { return m_PMAIsInstalled; }
  272. set
  273. {
  274. SetProperty(ref m_PMAIsInstalled, value);
  275. }
  276. }
  277. public bool PMBIsInstalled
  278. {
  279. get { return m_PMBIsInstalled; }
  280. set
  281. {
  282. SetProperty(ref m_PMBIsInstalled, value);
  283. }
  284. }
  285. public bool PMCIsInstalled
  286. {
  287. get { return m_PMCIsInstalled; }
  288. set
  289. {
  290. SetProperty(ref m_PMCIsInstalled, value);
  291. }
  292. }
  293. public bool PMDIsInstalled
  294. {
  295. get { return m_PMDIsInstalled; }
  296. set
  297. {
  298. SetProperty(ref m_PMDIsInstalled, value);
  299. }
  300. }
  301. public bool VCEAIsInstalled
  302. {
  303. get { return m_VCEAIsInstalled; }
  304. set
  305. {
  306. SetProperty(ref m_VCEAIsInstalled, value);
  307. }
  308. }
  309. public bool VCEBIsInstalled
  310. {
  311. get { return m_VCEBIsInstalled; }
  312. set
  313. {
  314. SetProperty(ref m_VCEBIsInstalled, value);
  315. }
  316. }
  317. public bool VCEADoorIsOpen { get => m_VCEADoorIsOpen; set => SetProperty(ref m_VCEADoorIsOpen, value); }
  318. public bool VCEBDoorIsOpen { get => m_VCEBDoorIsOpen; set => SetProperty(ref m_VCEBDoorIsOpen, value); }
  319. public bool PMADoorIsOpen { get => m_PMADoorIsOpen; set => SetProperty(ref m_PMADoorIsOpen, value); }
  320. public bool PMBDoorIsOpen { get => m_PMBDoorIsOpen; set => SetProperty(ref m_PMBDoorIsOpen, value); }
  321. public bool PMCDoorIsOpen { get => m_PMCDoorIsOpen; set => SetProperty(ref m_PMCDoorIsOpen, value); }
  322. public bool PMDDoorIsOpen { get => m_PMDDoorIsOpen; set => SetProperty(ref m_PMDDoorIsOpen, value); }
  323. public bool VCEAOutDoorIsOpen { get => m_VCEAOutDoorIsOpen; set => SetProperty(ref m_VCEAOutDoorIsOpen, value); }
  324. public bool VCEBOutDoorIsOpen { get => m_VCEBOutDoorIsOpen; set => SetProperty(ref m_VCEBOutDoorIsOpen, value); }
  325. public int VCEAWaferCount
  326. {
  327. get { return m_VCEAWaferCount; }
  328. set
  329. {
  330. SetProperty(ref m_VCEAWaferCount, value);
  331. }
  332. }
  333. public int VCEBWaferCount
  334. {
  335. get { return m_VCEBWaferCount; }
  336. set
  337. {
  338. SetProperty(ref m_VCEBWaferCount, value);
  339. }
  340. }
  341. public Dictionary<string, object> RtDataValues
  342. {
  343. get { return m_RtDataValues; }
  344. set { SetProperty(ref m_RtDataValues, value); }
  345. }
  346. public WaferAssociationInfo VCEAwaferAssociation
  347. {
  348. get { return m_VCEAwaferAssociation; }
  349. set { SetProperty(ref m_VCEAwaferAssociation, value); }
  350. }
  351. public WaferAssociationInfo VCEBwaferAssociation
  352. {
  353. get { return m_VCEBwaferAssociation; }
  354. set { SetProperty(ref m_VCEBwaferAssociation, value); }
  355. }
  356. #endregion
  357. #region 命令
  358. private DelegateCommand _HomeAll;
  359. public DelegateCommand HomeAll => _HomeAll ?? (_HomeAll = new DelegateCommand(onHomeAll));
  360. private DelegateCommand _SetAutoMode;
  361. public DelegateCommand SetAutoMode => _SetAutoMode ?? (_SetAutoMode = new DelegateCommand(onSetAutoMode));
  362. private DelegateCommand _SetManualMode;
  363. public DelegateCommand SetManualMode => _SetManualMode ?? (_SetManualMode = new DelegateCommand(onSetManualMode));
  364. private DelegateCommand _StartSETMCycle;
  365. public DelegateCommand StartSETMCycle => _StartSETMCycle ?? (_StartSETMCycle = new DelegateCommand(onStartSETMCycle));
  366. private DelegateCommand<object> _StartCommand;
  367. public DelegateCommand<object> StartCommand =>
  368. _StartCommand ?? (_StartCommand = new DelegateCommand<object>(OnStart));
  369. private DelegateCommand _StopCycle;
  370. public DelegateCommand StopCycle => _StopCycle ?? (_StopCycle = new DelegateCommand(onStopCycle));
  371. private DelegateCommand<object> _VCEHome;
  372. public DelegateCommand<object> VCEHome => _VCEHome ?? (_VCEHome = new DelegateCommand<object>(vceHome));
  373. private DelegateCommand<object> _VCEReadMap;
  374. public DelegateCommand<object> VCEReadMap => _VCEReadMap ?? (_VCEReadMap = new DelegateCommand<object>(vceReadMap));
  375. private DelegateCommand<object> _VCELoadPrepare;
  376. public DelegateCommand<object> VCELoadPrepare =>
  377. _VCELoadPrepare ?? (_VCELoadPrepare = new DelegateCommand<object>(vceLoadPrepare));
  378. private DelegateCommand<object> __VCELoad;
  379. public DelegateCommand<object> VCELoad =>
  380. __VCELoad ?? (__VCELoad = new DelegateCommand<object>(vceLoad));
  381. private DelegateCommand<object> __VCELoadWithSMIF;
  382. public DelegateCommand<object> VCELoadWithSMIF =>
  383. __VCELoadWithSMIF ?? (__VCELoadWithSMIF = new DelegateCommand<object>(vceLoadWithSMIF));
  384. private DelegateCommand<object> __VCEUnLoadWithSMIF;
  385. public DelegateCommand<object> VCEUnLoadWithSMIF =>
  386. __VCEUnLoadWithSMIF ?? (__VCEUnLoadWithSMIF = new DelegateCommand<object>(vceUnLoadWithSMIF));
  387. private DelegateCommand<object> _VCEUnLoad;
  388. public DelegateCommand<object> VCEUnLoad =>
  389. _VCEUnLoad ?? (_VCEUnLoad = new DelegateCommand<object>(vceUnLoad));
  390. private DelegateCommand _SMIFLoad;
  391. public DelegateCommand SMIFLoad =>
  392. _SMIFLoad ?? (_SMIFLoad = new DelegateCommand(smifLoad));
  393. private DelegateCommand _SMIFULoad;
  394. public DelegateCommand SMIFULoad =>
  395. _SMIFULoad ?? (_SMIFULoad = new DelegateCommand(smifUnLoad));
  396. private DelegateCommand _tmhome;
  397. public DelegateCommand TmHome =>
  398. _tmhome ?? (_tmhome = new DelegateCommand(tmhome));
  399. private DelegateCommand _tmPick;
  400. public DelegateCommand TmPick =>
  401. _tmPick ?? (_tmPick = new DelegateCommand(tmpick));
  402. private DelegateCommand _tmPlace;
  403. public DelegateCommand TMPlace =>
  404. _tmPlace ?? (_tmPlace = new DelegateCommand(tmplace));
  405. //private DelegateCommand _tmSave;
  406. private DelegateCommand _LoadCommand;
  407. public DelegateCommand LoadCommand =>
  408. _LoadCommand ?? (_LoadCommand = new DelegateCommand(OnLoad));
  409. private DelegateCommand _PauseAllJobCommand;
  410. public DelegateCommand PauseAllJobCommand =>
  411. _PauseAllJobCommand ?? (_PauseAllJobCommand = new DelegateCommand(OnPauseAllJob));
  412. private DelegateCommand _AbortAllCommand;
  413. public DelegateCommand AbortAllCommand =>
  414. _AbortAllCommand ?? (_AbortAllCommand = new DelegateCommand(OnAbortAll));
  415. private DelegateCommand<object> _SetSequenceCommand;
  416. public DelegateCommand<object> SetSequenceCommand =>
  417. _SetSequenceCommand ?? (_SetSequenceCommand = new DelegateCommand<object>(OnSetSequence));
  418. private DelegateCommand<object> _CreateJobCommand;
  419. public DelegateCommand<object> CreateJobCommand =>
  420. _CreateJobCommand ?? (_CreateJobCommand = new DelegateCommand<object>(OnCreateJob));
  421. private DelegateCommand<object> _SelectAllCommand;
  422. public DelegateCommand<object> SelectAllCommand =>
  423. _SelectAllCommand ?? (_SelectAllCommand = new DelegateCommand<object>(OnSelectAll));
  424. private DelegateCommand<object> _UnSelectAllCommand;
  425. public DelegateCommand<object> UnSelectAllCommand =>
  426. _UnSelectAllCommand ?? (_UnSelectAllCommand = new DelegateCommand<object>(OnDeSelectAll));
  427. private DelegateCommand<object> _ReturnAllWafer;
  428. public DelegateCommand<object> ReturnAllWafer =>
  429. _ReturnAllWafer ?? (_ReturnAllWafer = new DelegateCommand<object>(OnReturnAllWafer));
  430. #endregion
  431. #region 构造函数
  432. public VenusDeOperationOverViewModel()
  433. {
  434. //页面不刷错的方法 页面中的PM做成List的形式 通过itemsource显示 同时提供各个位置的pm点位 旋转角度
  435. VCEAWaferCount = 25;
  436. VCEBWaferCount = 25;
  437. string[] allModules = QueryDataClient.Instance.Service.GetConfig($"System.InstalledModules").ToString().Split(',');
  438. PMAIsInstalled = allModules.Contains("PMA");
  439. PMBIsInstalled = allModules.Contains("PMB");
  440. PMCIsInstalled = allModules.Contains("PMC");
  441. PMDIsInstalled = allModules.Contains("PMD");
  442. VCEAIsInstalled = allModules.Contains("VCEA");
  443. VCEBIsInstalled = allModules.Contains("VCEB");
  444. addDataKeys();
  445. RtDataValues = QueryDataClient.Instance.Service.PollData(m_RtDataKeys);
  446. VCEADoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.VCESlitDoorClosed");
  447. VCEBDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.VCESlitDoorClosed");
  448. PMADoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMASlitDoorClosed");
  449. PMBDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMBSlitDoorClosed");
  450. PMCDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMCSlitDoorClosed");
  451. PMDDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMDSlitDoorClosed");
  452. VCEAOutDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "VCEA.VCEOutDoorClosed");
  453. VCEBOutDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "VCEB.VCEOutDoorClosed");
  454. loadflag = false;
  455. DispatcherTimer timer = new DispatcherTimer();
  456. timer.Interval = TimeSpan.FromSeconds(0.1);
  457. timer.Tick += Timer_Tick;
  458. timer.Start();
  459. }
  460. #endregion
  461. #region 命令实现
  462. private void OnLoad()
  463. {
  464. if (!loadflag)
  465. {
  466. if (VCEAIsInstalled && VCEAwaferAssociation == null)
  467. {
  468. VCEAwaferAssociation = new WaferAssociationInfo
  469. {
  470. ModuleData = ModuleManager.ModuleInfos["VCEA"]
  471. };
  472. }
  473. if (VCEBIsInstalled && VCEBwaferAssociation == null)
  474. {
  475. VCEBwaferAssociation = new WaferAssociationInfo
  476. {
  477. ModuleData = ModuleManager.ModuleInfos["VCEB"]
  478. };
  479. }
  480. loadflag = true;
  481. }
  482. }
  483. private void OnAbortJob(object obj)
  484. {
  485. InvokeClient.Instance.Service.DoOperation("SE.AbortJob", obj.ToString());
  486. }
  487. private void OnSelectAll(object obj)
  488. {
  489. var info = obj as WaferAssociationInfo;
  490. info.SlotFrom = 1;
  491. info.SlotTo = 25;
  492. AssociateSequence(info, true);
  493. }
  494. private void OnDeSelectAll(object obj)
  495. {
  496. var info = obj as WaferAssociationInfo;
  497. info.SlotFrom = 1;
  498. info.SlotTo = 25;
  499. AssociateSequence(info, false);
  500. }
  501. private void OnReturnAllWafer(object obj)
  502. {
  503. WaferDialogView dialog = new WaferDialogView()
  504. {
  505. Owner = Application.Current.MainWindow,
  506. };
  507. dialog.Height = 300;
  508. dialog.Width = 400;
  509. double angel = 0;
  510. double coolingtime = 0;
  511. string message = "Please Confirm Return Wafer";
  512. WaferDialogViewModel vm = new WaferDialogViewModel();
  513. vm.ConfirmText = message;
  514. dialog.DataContext = vm;
  515. if (dialog.ShowDialog() == true)
  516. {
  517. if ((bool)dialog.AlignFlag == true && !string.IsNullOrEmpty(dialog.Angle))
  518. {
  519. angel = Convert.ToDouble(dialog.Angle);
  520. }
  521. if ((bool)dialog.CoolingFlag == true && !string.IsNullOrEmpty(dialog.CoolingTime))
  522. {
  523. coolingtime = Convert.ToDouble(dialog.CoolingTime);
  524. }
  525. InvokeClient.Instance.Service.DoOperation("System.ReturnAllSEWafer", dialog.CoolingFlag, coolingtime, dialog.AlignFlag, angel);
  526. }
  527. }
  528. private void OnCreateJob(object obj)
  529. {
  530. var info = obj as WaferAssociationInfo;
  531. List<string> slotSequence = new List<string>();
  532. info.ModuleData.WaferManager.Wafers.ForEach(key => { slotSequence.Insert(0, key.SequenceName); });
  533. string jobId = info.LotId.Trim();
  534. if (string.IsNullOrEmpty(jobId))
  535. jobId = "CJ_Local_" + info.ModuleData.ModuleID;
  536. info.LotId = jobId;
  537. info.JobID = jobId;
  538. info.JobStatus = "WaitingForStart";
  539. info.LotIdSaved = true;
  540. Dictionary<string, object> param = new Dictionary<string, object>()
  541. {
  542. {"JobId", jobId},
  543. {"Module", info.ModuleData.ModuleID},
  544. {"SlotSequence", slotSequence.ToArray()},
  545. {"AutoStart", true},
  546. };
  547. InvokeClient.Instance.Service.DoOperation("System.CreateSEJob", param);
  548. }
  549. private void OnSetSequence(object obj)
  550. {
  551. var info = obj as WaferInfo;
  552. bool flag = info.SequenceName != "" ? false : true;
  553. if (info.ModuleID == "VCEA")
  554. {
  555. AssociateSequence(VCEAwaferAssociation, flag, info.SlotID);
  556. }
  557. if (info.ModuleID == "VCEB")
  558. {
  559. AssociateSequence(VCEBwaferAssociation, flag, info.SlotID);
  560. }
  561. }
  562. private void OnPauseAllJob()
  563. {
  564. //InvokeClient.Instance.Service.DoOperation("System.PauseJob", VCEwaferAssociation.JobID);
  565. }
  566. private void OnAbortAll()
  567. {
  568. InvokeClient.Instance.Service.DoOperation("System.SEAbort");
  569. }
  570. private void AssociateSequence(WaferAssociationInfo info, bool flag, int slot = -1)
  571. {
  572. List<WaferInfo> wafers = info.ModuleData.WaferManager.Wafers;
  573. if (slot >= 0) //by wafer
  574. {
  575. int index = wafers.Count - slot - 1;
  576. if (index < wafers.Count)
  577. {
  578. //has wafer
  579. if (flag && !(wafers[index].WaferStatus == 0))
  580. wafers[index].SequenceName = info.SequenceName;
  581. else
  582. wafers[index].SequenceName = string.Empty;
  583. }
  584. }
  585. else //by from-to
  586. {
  587. for (int i = info.SlotFrom - 1; i < info.SlotTo; i++)
  588. {
  589. int index = wafers.Count - i - 1;
  590. if (index < wafers.Count)
  591. {
  592. if (flag && !(wafers[index].WaferStatus == 0))
  593. wafers[index].SequenceName = info.SequenceName;
  594. else
  595. wafers[index].SequenceName = string.Empty;
  596. }
  597. }
  598. }
  599. }
  600. private void addDataKeys()
  601. {
  602. m_RtDataKeys.Add($"DETM.VCEASlitDoorClosed");
  603. m_RtDataKeys.Add($"DETM.VCEBSlitDoorClosed");
  604. m_RtDataKeys.Add($"DETM.PMASlitDoorClosed");
  605. m_RtDataKeys.Add($"DETM.PMBSlitDoorClosed");
  606. m_RtDataKeys.Add($"DETM.PMCSlitDoorClosed");
  607. m_RtDataKeys.Add($"DETM.PMDSlitDoorClosed");
  608. m_RtDataKeys.Add($"DETM.VCEPressure.Value");
  609. m_RtDataKeys.Add($"VCEA.VCEOutDoorClosed");
  610. m_RtDataKeys.Add($"VCEA.CassetteArrive");
  611. m_RtDataKeys.Add($"VCEB.VCEOutDoorClosed");
  612. m_RtDataKeys.Add($"VCEB.CassetteArrive");
  613. m_RtDataKeys.Add($"SEScheduler.CycledWafer");
  614. m_RtDataKeys.Add($"SEScheduler.CycleSetPoint");
  615. m_RtDataKeys.Add($"SEScheduler.CycleCount");
  616. m_RtDataKeys.Add($"SEScheduler.ThroughPut");
  617. m_RtDataKeys.Add($"PMA.ChamberPressure");
  618. m_RtDataKeys.Add($"PMA.VentingFlag");
  619. m_RtDataKeys.Add($"PMA.CurrentRecipeResult");
  620. m_RtDataKeys.Add($"PMB.ChamberPressure");
  621. m_RtDataKeys.Add($"PMB.VentingFlag");
  622. m_RtDataKeys.Add($"PMB.CurrentRecipeResult");
  623. m_RtDataKeys.Add($"PMC.ChamberPressure");
  624. m_RtDataKeys.Add($"PMC.VentingFlag");
  625. m_RtDataKeys.Add($"PMC.CurrentRecipeResult");
  626. m_RtDataKeys.Add($"PMD.ChamberPressure");
  627. m_RtDataKeys.Add($"PMD.VentingFlag");
  628. m_RtDataKeys.Add($"PMD.CurrentRecipeResult");
  629. //if (PMAIsInstalled)
  630. //{
  631. // m_RtDataKeys.Add($"PMA.ChamberPressure");
  632. // m_RtDataKeys.Add($"PMA.VentingFlag");
  633. // m_RtDataKeys.Add($"PMA.CurrentRecipeResult");
  634. //}
  635. //if (PMBIsInstalled)
  636. //{
  637. // m_RtDataKeys.Add($"PMB.ChamberPressure");
  638. // m_RtDataKeys.Add($"PMB.VentingFlag");
  639. // m_RtDataKeys.Add($"PMB.CurrentRecipeResult");
  640. //}
  641. //if (PMCIsInstalled)
  642. //{
  643. // m_RtDataKeys.Add($"PMC.ChamberPressure");
  644. // m_RtDataKeys.Add($"PMC.VentingFlag");
  645. // m_RtDataKeys.Add($"PMC.CurrentRecipeResult");
  646. //}
  647. }
  648. private void onHomeAll()
  649. {
  650. InvokeClient.Instance.Service.DoOperation("System.HomeAll");
  651. }
  652. private void onSetAutoMode()
  653. {
  654. InvokeClient.Instance.Service.DoOperation("System.SetAutoMode");
  655. }
  656. private void onSetManualMode()
  657. {
  658. InvokeClient.Instance.Service.DoOperation("System.SetManualMode");
  659. }
  660. private void onStopCycle()
  661. {
  662. InvokeClient.Instance.Service.DoOperation("System.StopSECycle");
  663. }
  664. private void onStartSETMCycle()
  665. {
  666. List<string> stations = new List<string>();
  667. stations.Add("VCEA");
  668. stations.Add("VPA");
  669. if (PMAIsInstalled)
  670. {
  671. stations.Add("PMA");
  672. }
  673. if (PMBIsInstalled)
  674. {
  675. stations.Add("PMB");
  676. }
  677. if (PMCIsInstalled)
  678. {
  679. stations.Add("PMC");
  680. }
  681. if (PMCIsInstalled)
  682. {
  683. stations.Add("PMD");
  684. }
  685. stations.Add("VCEA");
  686. InvokeClient.Instance.Service.DoOperation("System.SETMCycle", stations.ToArray(), 1);
  687. }
  688. private void OnStart(object obj)
  689. {
  690. var info = obj as WaferAssociationInfo;
  691. InvokeClient.Instance.Service.DoOperation("System.StartSEJob", info.LotId);
  692. }
  693. private void vceHome(object obj)
  694. {
  695. InvokeClient.Instance.Service.DoOperation($"{obj}.HOME");
  696. }
  697. private void vceReadMap(object obj)
  698. {
  699. InvokeClient.Instance.Service.DoOperation($"{obj}.ReadMap");
  700. }
  701. private void vceLoadPrepare(object obj)
  702. {
  703. InvokeClient.Instance.Service.DoOperation($"{obj}.LoadPrepare");
  704. }
  705. private void vceLoad(object obj)
  706. {
  707. InvokeClient.Instance.Service.DoOperation($"{obj}.SafeLoad");
  708. }
  709. private void vceLoadWithSMIF(object obj)
  710. {
  711. InvokeClient.Instance.Service.DoOperation($"{obj}.LoadWithSMIF");
  712. }
  713. private void vceUnLoadWithSMIF(object obj)
  714. {
  715. InvokeClient.Instance.Service.DoOperation($"{obj}.UnLoadWithSMIF");
  716. }
  717. private void vceUnLoad(object obj)
  718. {
  719. InvokeClient.Instance.Service.DoOperation($"{obj}.SafeUnload");
  720. }
  721. private void smifLoad() { }
  722. private void smifUnLoad() { }
  723. private void tmhome()
  724. {
  725. InvokeClient.Instance.Service.DoOperation("DETM.Home");
  726. }
  727. private void tmpick()
  728. {
  729. ModuleName target = ModuleName.VCE1;
  730. int slot = PickNum;
  731. MoveItem moveItem = new MoveItem(target, slot - 1, ModuleName.TMRobot, 0, 0);
  732. Queue<MoveItem> que = new Queue<MoveItem>();
  733. que.Enqueue(moveItem);
  734. InvokeClient.Instance.Service.DoOperation("DETM.Pick", que);
  735. }
  736. private void tmplace()
  737. {
  738. ModuleName target = ModuleName.VCE1;
  739. int slot = PickNum;
  740. MoveItem moveItem = new MoveItem(ModuleName.TMRobot, 0, target, slot - 1, 0);
  741. Queue<MoveItem> que = new Queue<MoveItem>();
  742. que.Enqueue(moveItem);
  743. InvokeClient.Instance.Service.DoOperation("DETM.Place", que);
  744. }
  745. #endregion
  746. #region 私有方法
  747. private void Timer_Tick(object sender, EventArgs e)
  748. {
  749. try
  750. {
  751. RtDataValues = QueryDataClient.Instance.Service.PollData(m_RtDataKeys);
  752. VCEADoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.VCEASlitDoorClosed");
  753. VCEBDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.VCEBSlitDoorClosed");
  754. PMADoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMASlitDoorClosed");
  755. PMBDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMBSlitDoorClosed");
  756. PMCDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMCSlitDoorClosed");
  757. PMDDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "DETM.PMDSlitDoorClosed");
  758. VCEAOutDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "VCEA.VCEOutDoorClosed");
  759. VCEBOutDoorIsOpen = !CommonFunction.GetValue<bool>(RtDataValues, "VCEB.VCEOutDoorClosed");
  760. VCEAPercent = CommonFunction.GetValue<double>(RtDataValues, "DETM.VCEAPressure.Value") * 260 / 750000;
  761. VCEBPercent = CommonFunction.GetValue<double>(RtDataValues, "DETM.VCEBPressure.Value") * 260 / 750000;
  762. if (PMAIsInstalled == true)
  763. {
  764. PMAModuleInfo = ModuleManager.ModuleInfos["PMA"];
  765. PMAWafer = PMAModuleInfo.WaferManager.Wafers[0];
  766. PMAPercent = CommonFunction.GetValue<double>(RtDataValues, "PMA.ChamberPressure") * 260 / 750000;
  767. PMARecipeResult = CommonFunction.GetValue<RecipeResult>(RtDataValues, "PMA.CurrentRecipeResult");
  768. }
  769. if (PMBIsInstalled == true)
  770. {
  771. PMBModuleInfo = ModuleManager.ModuleInfos["PMB"];
  772. PMBWafer = PMBModuleInfo.WaferManager.Wafers[0];
  773. PMBPercent = CommonFunction.GetValue<double>(RtDataValues, "PMB.ChamberPressure") * 260 / 750000;
  774. PMBRecipeResult = CommonFunction.GetValue<RecipeResult>(RtDataValues, "PMB.CurrentRecipeResult");
  775. }
  776. if (PMCIsInstalled == true)
  777. {
  778. PMCModuleInfo = ModuleManager.ModuleInfos["PMC"];
  779. PMCWafer = PMCModuleInfo.WaferManager.Wafers[0];
  780. PMCPercent = CommonFunction.GetValue<double>(RtDataValues, "PMC.ChamberPressure") * 260 / 750000;
  781. PMCRecipeResult = CommonFunction.GetValue<RecipeResult>(RtDataValues, "PMC.CurrentRecipeResult");
  782. }
  783. if (PMDIsInstalled == true)
  784. {
  785. PMDModuleInfo = ModuleManager.ModuleInfos["PMD"];
  786. PMDWafer = PMCModuleInfo.WaferManager.Wafers[0];
  787. PMDPercent = CommonFunction.GetValue<double>(RtDataValues, "PMD.ChamberPressure") * 260 / 750000;
  788. PMDRecipeResult = CommonFunction.GetValue<RecipeResult>(RtDataValues, "PMD.CurrentRecipeResult");
  789. }
  790. if (VCEAIsInstalled == true)
  791. {
  792. VCEAModuleInfo = ModuleManager.ModuleInfos["VCEA"];
  793. }
  794. if (VCEBIsInstalled == true)
  795. {
  796. VCEBModuleInfo = ModuleManager.ModuleInfos["VCEB"];
  797. }
  798. RobotMoveInfo = (RobotMoveInfo)QueryDataClient.Instance.Service.GetData("DETM.RobotMoveAction");
  799. TMModuleInfo = ModuleManager.ModuleInfos["TMRobot"];
  800. RobotUpperWafer = TMModuleInfo.WaferManager.Wafers[0];
  801. RobotLowerWafer = TMModuleInfo.WaferManager.Wafers[1];
  802. PAWafer = ModuleManager.ModuleInfos["VPA"].WaferManager.Wafers[0];
  803. }
  804. catch
  805. {
  806. }
  807. }
  808. #endregion
  809. private async void RobotMoveInfoChanged(RobotMoveInfo oldValue, RobotMoveInfo newValue)
  810. {
  811. string RobotTarget;
  812. if (oldValue == null || newValue == null)
  813. {
  814. return;
  815. }
  816. #region Rotating
  817. if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && (newValue.Action == RobotAction.Rotating))
  818. {
  819. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  820. if (TMRobotMoveActionBladeTarget != null)
  821. {
  822. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  823. }
  824. else
  825. {
  826. return;
  827. }
  828. var values = RobotTarget.Split('.');
  829. var arm = values[0];
  830. var module = values[1];
  831. if (arm == "ArmA")
  832. {
  833. Robot1TAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  834. }
  835. else if (arm == "ArmB")
  836. {
  837. Robot2TAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  838. }
  839. }
  840. #endregion
  841. #region VPA、VCE1 Pick、Place
  842. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && (newValue.Action == RobotAction.Placing || newValue.Action == RobotAction.Picking))
  843. {
  844. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  845. if (TMRobotMoveActionBladeTarget != null)
  846. {
  847. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  848. }
  849. else
  850. {
  851. return;
  852. }
  853. var values = RobotTarget.Split('.');
  854. var arm = values[0];
  855. var module = values[1];
  856. if (arm == "ArmA")
  857. {
  858. var SERobotTAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  859. if (SERobotTAction != Robot1TAction)
  860. {
  861. Robot1TAction = SERobotTAction;
  862. }
  863. else
  864. {
  865. //await Task.Delay(100);
  866. }
  867. await Task.Delay(600);
  868. if (module == "VCE1")
  869. {
  870. Robot1XAction = SERobotXAction.ToVCE;
  871. }
  872. else
  873. {
  874. Robot1XAction = SERobotXAction.Extend;
  875. }
  876. while ((newValue.Action == RobotAction.Placing && ModuleManager.ModuleInfos["TMRobot"].WaferManager.Wafers[0].WaferStatus != 0) || (newValue.Action == RobotAction.Picking && ModuleManager.ModuleInfos["TMRobot"].WaferManager.Wafers[0].WaferStatus == 0))
  877. {
  878. await Task.Delay(100);
  879. }
  880. Robot1XAction = SERobotXAction.Retract;
  881. }
  882. else if (arm == "ArmB")
  883. {
  884. var waferRobotTAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  885. if (waferRobotTAction != Robot2TAction)
  886. {
  887. Robot2TAction = waferRobotTAction;
  888. }
  889. else
  890. {
  891. //await Task.Delay(100);
  892. }
  893. await Task.Delay(600);
  894. if (module == "VCE1")
  895. {
  896. Robot2XAction = SERobotXAction.ToVCE2;
  897. }
  898. else
  899. {
  900. Robot2XAction = SERobotXAction.Extend2;
  901. }
  902. while ((newValue.Action == RobotAction.Placing && ModuleManager.ModuleInfos["TMRobot"].WaferManager.Wafers[1].WaferStatus != 0) || (newValue.Action == RobotAction.Picking && ModuleManager.ModuleInfos["TMRobot"].WaferManager.Wafers[1].WaferStatus == 0))
  903. {
  904. await Task.Delay(100);
  905. }
  906. Robot2XAction = SERobotXAction.Retract2;
  907. }
  908. }
  909. #endregion
  910. #region PM pick、PM place
  911. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && newValue.Action == RobotAction.Extending)
  912. {
  913. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  914. if (TMRobotMoveActionBladeTarget != null)
  915. {
  916. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  917. }
  918. else
  919. {
  920. return;
  921. }
  922. var values = RobotTarget.Split('.');
  923. var arm = values[0];
  924. var module = values[1];
  925. if (arm == "ArmA")
  926. {
  927. var SERobotTAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  928. if (SERobotTAction != Robot1TAction)
  929. {
  930. Robot1TAction = SERobotTAction;
  931. }
  932. else
  933. {
  934. // await Task.Delay(100);
  935. }
  936. await Task.Delay(600);
  937. Robot1XAction = SERobotXAction.Extend;
  938. }
  939. else if (arm == "ArmB")
  940. {
  941. var SERobotTAction = (SERobotTAction)Enum.Parse(typeof(SERobotTAction), module, true);
  942. if (SERobotTAction != Robot2TAction)
  943. {
  944. Robot2TAction = SERobotTAction;
  945. }
  946. else
  947. {
  948. // await Task.Delay(100);
  949. }
  950. await Task.Delay(600);
  951. Robot2XAction = SERobotXAction.Extend2;
  952. }
  953. }
  954. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && newValue.Action == RobotAction.Retracting)
  955. {
  956. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  957. if (TMRobotMoveActionBladeTarget != null)
  958. {
  959. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  960. }
  961. else
  962. {
  963. return;
  964. }
  965. var values = RobotTarget.Split('.');
  966. var arm = values[0];
  967. if (arm == "ArmA")
  968. {
  969. Robot1XAction = SERobotXAction.Retract;
  970. }
  971. else if (arm == "ArmB")
  972. {
  973. Robot2XAction = SERobotXAction.Retract2;
  974. }
  975. }
  976. #endregion
  977. #region Home
  978. else if (oldValue.Action == RobotAction.None && newValue.Action == RobotAction.Homing)
  979. {
  980. if (Robot1XAction == SERobotXAction.Extend)
  981. {
  982. Robot1XAction = SERobotXAction.Retract;
  983. }
  984. if (Robot2XAction == SERobotXAction.Extend2)
  985. {
  986. Robot2XAction = SERobotXAction.Retract2;
  987. }
  988. await Task.Delay(2000);
  989. if (Robot1TAction != SERobotTAction.T_Origin)
  990. {
  991. Robot1TAction = SERobotTAction.T_Origin;
  992. }
  993. if (Robot2TAction != SERobotTAction.T_Origin)
  994. {
  995. Robot2TAction = SERobotTAction.T_Origin;
  996. }
  997. }
  998. #endregion
  999. }
  1000. }
  1001. }