OperationOverViewModel.cs 61 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592
  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 System.Windows;
  14. using System.Windows.Threading;
  15. using CyberX8_Core;
  16. using CyberX8_MainPages.Unity;
  17. using CyberX8_MainPages.Views;
  18. using CyberX8_Themes.CustomControls;
  19. using CyberX8_Themes.Unity;
  20. using CyberX8_Themes.UserControls;
  21. using Aitex.Core.RT.Log;
  22. using MECF.Framework.Common.Reservior;
  23. using MECF.Framework.Common.ProcessCell;
  24. using MECF.Framework.Common.Utilities;
  25. using Aitex.Sorter.Common;
  26. using MECF.Framework.Common.Schedulers;
  27. using MECF.Framework.Common.Beckhoff.Station;
  28. using MECF.Framework.Common.Layout;
  29. using Aitex.Core.RT.Routine;
  30. using Aitex.Core.RT.Device;
  31. using System.Reflection;
  32. using MECF.Framework.Common.Beckhoff.IOAxis;
  33. using MECF.Framework.Common.TwinCat;
  34. using LiveCharts.Wpf;
  35. using MECF.Framework.Common.CommonData.PUF;
  36. using MECF.Framework.Common.Beckhoff.AxisProvider;
  37. using QiHe.CodeLib;
  38. using MECF.Framework.Common.Jobs;
  39. using ExcelLibrary.BinaryFileFormat;
  40. namespace CyberX8_MainPages.ViewModels
  41. {
  42. public class OperationOverViewModel : BindableBase
  43. {
  44. #region 常量
  45. private const string CURRENT_STATION = "CurrentStation";
  46. private const string MOTOR_POSITION = "MotorPosition";
  47. private const string MOTION_DATA = "MotionData";
  48. private const double LOADER_ROTATION_DIFFER = 90;
  49. private const double PUF_FLIP_DIFFER = 180;
  50. #endregion
  51. #region 私有字段
  52. private bool _isLp1Unable;
  53. private bool _isLp2Unable;
  54. private bool _isLp3Unable;
  55. private ModuleInfo _LP1ModuleInfo;
  56. private ModuleInfo _LP2ModuleInfo;
  57. private ModuleInfo _LP3ModuleInfo;
  58. private ModuleInfo _EFEMModuleInfo;
  59. private ModuleInfo _srd1ModuleInfo;
  60. private ModuleInfo _srd2ModuleInfo;
  61. private ModuleInfo _puf1ModuleInfo;
  62. private ModuleInfo _dummy1ModuleInfo;
  63. private ModuleInfo _dummy2ModuleInfo;
  64. private ModuleInfo _loaderModuleInfo;
  65. private WaferRobotTAction m_Robot1TAction;
  66. private WaferRobotXAction m_Robot1XAction;
  67. private WaferRobotTAction m_Robot2TAction;
  68. private WaferRobotXAction m_Robot2XAction;
  69. private WaferRobotTAction m_Robot3TAction;
  70. private WaferRobotXAction m_Robot3XAction;
  71. private WaferRobotTAction m_Robot4TAction;
  72. private WaferRobotXAction m_Robot4XAction;
  73. private RobotMoveInfo m_robotMoveInfo;
  74. private WaferInfo m_srd1Wafer;
  75. private WaferInfo m_srd2Wafer;
  76. private WaferInfo m_puf1WaferA;
  77. private WaferInfo m_puf1WaferB;
  78. private WaferInfo m_loaderWaferA;
  79. private WaferInfo m_loaderWaferB;
  80. private List<string> m_RtDataKeys = new List<string>();
  81. private Dictionary<string, object> m_RtDataValues;
  82. private bool m_EFEMIsInstalled;
  83. private bool m_loaderInstalled;
  84. private bool m_puf1IsInRobotStation;
  85. //private bool m_IsPUFChange;
  86. private WaferInfo m_EFEMBladeAWafer;
  87. private WaferInfo m_EFEMBladeBWafer;
  88. private WaferInfo m_Aligner1Wafer;
  89. private int m_LP1WaferCount;
  90. private int m_LP2WaferCount;
  91. private int m_LP3WaferCount;
  92. private int m_dummy1WaferCount;
  93. private int m_dummy2WaferCount;
  94. private int m_CycledWafer;
  95. private int m_CycleCountDisplay;
  96. private EFEM.RobotPosition m_CurrentRobotPosition;
  97. private PufControl.LoaderXLocation m_loaderAXLoaction = PufControl.LoaderXLocation.Parker;
  98. private PufControl.LoaderXLocation m_loaderBXLoaction = PufControl.LoaderXLocation.Parker;
  99. /// <summary>
  100. /// Loader的sideA开启状态
  101. /// </summary>
  102. private bool m_loaderWaferVisibleA = false;
  103. /// <summary>
  104. /// Loader的sideB开启状态
  105. /// </summary>
  106. private bool m_loaderWaferVisibleB = false;
  107. private WaferInfo m_BladeAWafer;
  108. private WaferInfo m_BladeBWafer;
  109. private string m_ATMModeIsOn;
  110. private string m_RouteState;
  111. /// <summary>
  112. /// puf1 Rotation ui 水平比例
  113. /// </summary>
  114. private double _puf1RotationRatio;
  115. /// <summary>
  116. /// 定时器
  117. /// </summary>
  118. private DispatcherTimer _timer;
  119. /// <summary>
  120. /// 定时器1
  121. /// </summary>
  122. private DispatcherTimer _timer1;
  123. /// <summary>
  124. /// puf Rotation UI水平距离
  125. /// </summary>
  126. private int _pufLayoutRotationDistance;
  127. /// <summary>
  128. /// Efem robot UI位置
  129. /// </summary>
  130. private int _robotLayoutPosition;
  131. /// <summary>
  132. /// Puf1 Rotation实际位置数据
  133. /// </summary>
  134. private double _puf1RotationMotorPosition;
  135. /// <summary>
  136. /// Puf1 Flip实际位置数据
  137. /// </summary>
  138. private double _puf1FlipMotorPosition;
  139. /// <summary>
  140. /// Puf1 Flip UI位置
  141. /// </summary>
  142. private double _puf1FlipPosition;
  143. /// <summary>
  144. /// Puf1 Flip Diff
  145. /// </summary>
  146. private double _puf1FlipDiff;
  147. /// <summary>
  148. /// Puf1 Rotation最左侧的位置
  149. /// </summary>
  150. private double _puf1RotationMotorPositionMax;
  151. /// <summary>
  152. /// Puf1 Rotation UI对应位置
  153. /// </summary>
  154. private double _puf1RotationPosition;
  155. /// <summary>
  156. /// Loader1 Rotation UI对应位置
  157. /// </summary>
  158. private double _loader1RotationPosition;
  159. /// <summary>
  160. /// Puf1 Rotation Axis
  161. /// </summary>
  162. private BeckhoffStationAxis _puf1RotationAxis;
  163. /// <summary>
  164. /// Puf1 Flip Axis
  165. /// </summary>
  166. private BeckhoffStationAxis _puf1FlipAxis;
  167. /// <summary>
  168. /// Loader1 Rotation Axis
  169. /// </summary>
  170. private BeckhoffStationAxis _loader1RotationAxis;
  171. /// <summary>
  172. /// Loader1 TlitA Axis
  173. /// </summary>
  174. private BeckhoffStationAxis _loader1TiltAAxis;
  175. /// <summary>
  176. /// Loader1 TlitB Axis
  177. /// </summary>
  178. private BeckhoffStationAxis _loader1TiltBAxis;
  179. /// <summary>
  180. /// Loader1 Rotation实际位置数据
  181. /// </summary>
  182. private double _loader1RotationMotorPosition;
  183. /// <summary>
  184. /// Loader1 TiltA实际位置数据
  185. /// </summary>
  186. private double _loader1TiltAMotorPosition;
  187. /// <summary>
  188. /// Loader1 TiltB实际位置数据
  189. /// </summary>
  190. private double _loader1TiltBMotorPosition;
  191. /// <summary>
  192. /// Loader Rotation位置
  193. /// </summary>
  194. private LoaderControl.LoaderRotation m_currentLoaderRotation = LoaderControl.LoaderRotation.Load;
  195. /// <summary>
  196. /// Puf1 Flip当前station
  197. /// </summary>
  198. private string _puf1FlipCurrentStation;
  199. /// <summary>
  200. /// Loader1 TiltA当前station
  201. /// </summary>
  202. private string _loaderTiltACurrentStation;
  203. /// <summary>
  204. /// Loader1 TiltB当前station
  205. /// </summary>
  206. private string _loaderTiltBCurrentStation;
  207. /// <summary>
  208. /// 是否存在Job
  209. /// </summary>
  210. private bool _isLp1HasNoJob;
  211. private bool _isLp2HasNoJob;
  212. private bool _isLp3HasNoJob;
  213. #endregion
  214. #region 属性
  215. public bool IsLP1Unable
  216. {
  217. get { return _isLp1Unable; }
  218. set { SetProperty(ref _isLp1Unable, value); }
  219. }
  220. public bool IsLP2Unable
  221. {
  222. get { return _isLp2Unable; }
  223. set { SetProperty(ref _isLp2Unable, value); }
  224. }
  225. public bool IsLP3Unable
  226. {
  227. get { return _isLp3Unable; }
  228. set { SetProperty(ref _isLp3Unable, value); }
  229. }
  230. public ModuleInfo LP1ModuleInfo
  231. {
  232. get { return _LP1ModuleInfo; }
  233. set { SetProperty(ref _LP1ModuleInfo, value); }
  234. }
  235. public ModuleInfo EFEMModuleInfo
  236. {
  237. get { return _EFEMModuleInfo; }
  238. set { SetProperty(ref _EFEMModuleInfo, value); }
  239. }
  240. public ModuleInfo LP2ModuleInfo
  241. {
  242. get { return _LP2ModuleInfo; }
  243. set { SetProperty(ref _LP2ModuleInfo, value); }
  244. }
  245. public ModuleInfo LP3ModuleInfo
  246. {
  247. get { return _LP3ModuleInfo; }
  248. set { SetProperty(ref _LP3ModuleInfo, value); }
  249. }
  250. public ModuleInfo SRD1ModuleInfo
  251. {
  252. get { return _srd1ModuleInfo; }
  253. set { SetProperty(ref _srd1ModuleInfo, value); }
  254. }
  255. public ModuleInfo SRD2ModuleInfo
  256. {
  257. get { return _srd2ModuleInfo; }
  258. set { SetProperty(ref _srd2ModuleInfo, value); }
  259. }
  260. public ModuleInfo PUF1ModuleInfo
  261. {
  262. get { return _puf1ModuleInfo; }
  263. set { SetProperty(ref _puf1ModuleInfo, value); }
  264. }
  265. public ModuleInfo Dummy1ModuleInfo
  266. {
  267. get { return _dummy1ModuleInfo; }
  268. set { SetProperty(ref _dummy1ModuleInfo, value); }
  269. }
  270. public ModuleInfo Dummy2ModuleInfo
  271. {
  272. get { return _dummy2ModuleInfo; }
  273. set { SetProperty(ref _dummy2ModuleInfo, value); }
  274. }
  275. public ModuleInfo LoaderModuleInfo
  276. {
  277. get { return _loaderModuleInfo; }
  278. set { SetProperty(ref _loaderModuleInfo, value); }
  279. }
  280. public WaferRobotTAction Robot1TAction
  281. {
  282. get { return m_Robot1TAction; }
  283. set { SetProperty(ref m_Robot1TAction, value); }
  284. }
  285. public WaferRobotXAction Robot1XAction
  286. {
  287. get { return m_Robot1XAction; }
  288. set { SetProperty(ref m_Robot1XAction, value); }
  289. }
  290. public WaferRobotTAction Robot2TAction
  291. {
  292. get { return m_Robot2TAction; }
  293. set { SetProperty(ref m_Robot2TAction, value); }
  294. }
  295. public WaferRobotXAction Robot2XAction
  296. {
  297. get { return m_Robot2XAction; }
  298. set { SetProperty(ref m_Robot2XAction, value); }
  299. }
  300. public WaferRobotTAction Robot3TAction
  301. {
  302. get { return m_Robot3TAction; }
  303. set { SetProperty(ref m_Robot3TAction, value); }
  304. }
  305. public WaferRobotXAction Robot3XAction
  306. {
  307. get { return m_Robot3XAction; }
  308. set { SetProperty(ref m_Robot3XAction, value); }
  309. }
  310. public WaferRobotTAction Robot4TAction
  311. {
  312. get { return m_Robot4TAction; }
  313. set { SetProperty(ref m_Robot4TAction, value); }
  314. }
  315. public WaferRobotXAction Robot4XAction
  316. {
  317. get { return m_Robot4XAction; }
  318. set { SetProperty(ref m_Robot4XAction, value); }
  319. }
  320. public RobotMoveInfo RobotMoveInfo
  321. {
  322. get { return m_robotMoveInfo; }
  323. set
  324. {
  325. RobotMoveInfoChanged(m_robotMoveInfo, value);
  326. //m_robotMoveInfo = value;
  327. SetProperty(ref m_robotMoveInfo, value);
  328. }
  329. }
  330. public Dictionary<string, object> RtDataValues
  331. {
  332. get { return m_RtDataValues; }
  333. set { SetProperty(ref m_RtDataValues, value); }
  334. }
  335. public bool EFEMIsInstalled
  336. {
  337. get { return m_EFEMIsInstalled; }
  338. set { SetProperty(ref m_EFEMIsInstalled, value); }
  339. }
  340. public WaferInfo EFEMBladeAWafer
  341. {
  342. get { return m_EFEMBladeAWafer; }
  343. set { SetProperty(ref m_EFEMBladeAWafer, value); }
  344. }
  345. public WaferInfo EFEMBladeBWafer
  346. {
  347. get { return m_EFEMBladeBWafer; }
  348. set { SetProperty(ref m_EFEMBladeBWafer, value); }
  349. }
  350. public bool LoaderIsInstalled
  351. {
  352. get { return m_loaderInstalled; }
  353. set { SetProperty(ref m_loaderInstalled, value); }
  354. }
  355. public WaferInfo Aligner1Wafer
  356. {
  357. get { return m_Aligner1Wafer; }
  358. set { SetProperty(ref m_Aligner1Wafer, value); }
  359. }
  360. public WaferInfo SRD1Wafer
  361. {
  362. get { return m_srd1Wafer; }
  363. set { SetProperty(ref m_srd1Wafer, value); }
  364. }
  365. public WaferInfo SRD2Wafer
  366. {
  367. get { return m_srd2Wafer; }
  368. set { SetProperty(ref m_srd2Wafer, value); }
  369. }
  370. public WaferInfo PUF1WaferA
  371. {
  372. get { return m_puf1WaferA; }
  373. set { SetProperty(ref m_puf1WaferA, value); }
  374. }
  375. public WaferInfo PUF1WaferB
  376. {
  377. get { return m_puf1WaferB; }
  378. set { SetProperty(ref m_puf1WaferB, value); }
  379. }
  380. public WaferInfo LoaderWaferA
  381. {
  382. get { return m_loaderWaferA; }
  383. set { SetProperty(ref m_loaderWaferA, value); }
  384. }
  385. public WaferInfo LoaderWaferB
  386. {
  387. get { return m_loaderWaferB; }
  388. set { SetProperty(ref m_loaderWaferB, value); }
  389. }
  390. public int LP1WaferCount
  391. {
  392. get { return m_LP1WaferCount; }
  393. set { SetProperty(ref m_LP1WaferCount, value); }
  394. }
  395. public int LP2WaferCount
  396. {
  397. get { return m_LP2WaferCount; }
  398. set { SetProperty(ref m_LP2WaferCount, value); }
  399. }
  400. public int LP3WaferCount
  401. {
  402. get { return m_LP3WaferCount; }
  403. set { SetProperty(ref m_LP3WaferCount, value); }
  404. }
  405. public int Dummy1WaferCount
  406. {
  407. get { return m_dummy1WaferCount; }
  408. set { SetProperty(ref m_dummy1WaferCount, value); }
  409. }
  410. public int Dummy2WaferCount
  411. {
  412. get { return m_dummy2WaferCount; }
  413. set { SetProperty(ref m_dummy2WaferCount, value); }
  414. }
  415. public int CycledWafer
  416. {
  417. get { return m_CycledWafer; }
  418. set { SetProperty(ref m_CycledWafer, value); }
  419. }
  420. public int CycleCountDisplay
  421. {
  422. get { return m_CycleCountDisplay; }
  423. set { SetProperty(ref m_CycleCountDisplay, value); }
  424. }
  425. public RobotMoveInfo m_EfemRobotMoveInfo;
  426. public RobotMoveInfo EfemRobotMoveInfo
  427. {
  428. get { return m_EfemRobotMoveInfo; }
  429. set
  430. {
  431. EFEMRobotMoveInfoChanged(m_EfemRobotMoveInfo, value);
  432. //m_EfemRobotMoveInfo = value;
  433. SetProperty(ref m_EfemRobotMoveInfo, value);
  434. }
  435. }
  436. public EFEM.RobotPosition CurrentRobotPosition
  437. {
  438. get { return m_CurrentRobotPosition; }
  439. set { SetProperty(ref m_CurrentRobotPosition, value); }
  440. }
  441. public PufControl.LoaderXLocation LoaderAXLocation
  442. {
  443. get { return m_loaderAXLoaction; }
  444. set { SetProperty(ref m_loaderAXLoaction, value); }
  445. }
  446. public PufControl.LoaderXLocation LoaderBXLocation
  447. {
  448. get { return m_loaderBXLoaction; }
  449. set { SetProperty(ref m_loaderBXLoaction, value); }
  450. }
  451. public WaferInfo BladeAWafer
  452. {
  453. get { return m_BladeAWafer; }
  454. set { SetProperty(ref m_BladeAWafer, value); }
  455. }
  456. public WaferInfo BladeBWafer
  457. {
  458. get { return m_BladeBWafer; }
  459. set { SetProperty(ref m_BladeBWafer, value); }
  460. }
  461. public string ATMModeIsOn
  462. {
  463. get { return m_ATMModeIsOn; }
  464. set { SetProperty(ref m_ATMModeIsOn, value); }
  465. }
  466. public string RouteState
  467. {
  468. get { return m_RouteState; }
  469. set { SetProperty(ref m_RouteState, value); }
  470. }
  471. /// <summary>
  472. /// Loader的sideA开启状态
  473. /// </summary>
  474. public bool LoaderWaferVisibleA
  475. {
  476. get { return m_loaderWaferVisibleA; }
  477. set { SetProperty(ref m_loaderWaferVisibleA, value); }
  478. }
  479. /// <summary>
  480. /// Loader的sideB开启状态
  481. /// </summary>
  482. public bool LoaderWaferVisibleB
  483. {
  484. get { return m_loaderWaferVisibleB; }
  485. set { SetProperty(ref m_loaderWaferVisibleB, value); }
  486. }
  487. public bool Puf1IsInRobotStation
  488. {
  489. get { return m_puf1IsInRobotStation; }
  490. set { SetProperty(ref m_puf1IsInRobotStation, value); }
  491. }
  492. /// <summary>
  493. /// Puf1 Rotation实际位置数据
  494. /// </summary>
  495. public double Puf1RotationMotorPosition
  496. {
  497. get { return _puf1RotationMotorPosition; }
  498. set { SetProperty(ref _puf1RotationMotorPosition, value); }
  499. }
  500. /// <summary>
  501. /// Puf1 Flip实际位置数据
  502. /// </summary>
  503. public double Puf1FlipMotorPosition
  504. {
  505. get { return _puf1FlipMotorPosition; }
  506. set { SetProperty(ref _puf1FlipMotorPosition, value); }
  507. }
  508. /// <summary>
  509. /// Puf1 Flip UI位置
  510. /// </summary>
  511. public double Puf1FlipPosition
  512. {
  513. get { return _puf1FlipPosition; }
  514. set { SetProperty(ref _puf1FlipPosition, value); }
  515. }
  516. /// <summary>
  517. /// Puf1 Rotation UI对应位置
  518. /// </summary>
  519. public double Puf1RotationPosition
  520. {
  521. get { return _puf1RotationPosition; }
  522. set { SetProperty(ref _puf1RotationPosition, value); }
  523. }
  524. /// <summary>
  525. /// Loader1 Rotation UI对应位置
  526. /// </summary>
  527. public double Loader1RotationPosition
  528. {
  529. get { return _loader1RotationPosition; }
  530. set { SetProperty(ref _loader1RotationPosition, value); }
  531. }
  532. /// <summary>
  533. /// Puf1 Rotation Axis
  534. /// </summary>
  535. public BeckhoffStationAxis Puf1RotationAxis
  536. {
  537. get { return _puf1RotationAxis; }
  538. set { SetProperty(ref _puf1RotationAxis, value); }
  539. }
  540. /// <summary>
  541. /// Puf1 Flip Axis
  542. /// </summary>
  543. public BeckhoffStationAxis Puf1FlipAxis
  544. {
  545. get { return _puf1FlipAxis; }
  546. set { SetProperty(ref _puf1FlipAxis, value); }
  547. }
  548. /// <summary>
  549. /// Loader1 Rotation Axis
  550. /// </summary>
  551. public BeckhoffStationAxis Loader1RotationAxis
  552. {
  553. get { return _loader1RotationAxis; }
  554. set { SetProperty(ref _loader1RotationAxis, value); }
  555. }
  556. /// <summary>
  557. /// Loader1 TiltA Axis
  558. /// </summary>
  559. public BeckhoffStationAxis Loader1TiltAAxis
  560. {
  561. get { return _loader1TiltAAxis; }
  562. set { SetProperty(ref _loader1TiltAAxis, value); }
  563. }
  564. /// <summary>
  565. /// Loader1 TiltB Axis
  566. /// </summary>
  567. public BeckhoffStationAxis Loader1TiltBAxis
  568. {
  569. get { return _loader1TiltBAxis; }
  570. set { SetProperty(ref _loader1TiltBAxis, value); }
  571. }
  572. /// <summary>
  573. /// Loader1 Rotation实际位置数据
  574. /// </summary>
  575. public double Loader1RotationMotorPosition
  576. {
  577. get { return _loader1RotationMotorPosition; }
  578. set { SetProperty(ref _loader1RotationMotorPosition, value); }
  579. }
  580. /// <summary>
  581. /// Loader1 TiltA实际位置数据
  582. /// </summary>
  583. public double Loader1TiltAMotorPosition
  584. {
  585. get { return _loader1TiltAMotorPosition; }
  586. set { SetProperty(ref _loader1TiltAMotorPosition, value); }
  587. }
  588. /// <summary>
  589. /// Loader1 TiltB实际位置数据
  590. /// </summary>
  591. public double Loader1TiltBMotorPosition
  592. {
  593. get { return _loader1TiltBMotorPosition; }
  594. set { SetProperty(ref _loader1TiltBMotorPosition, value); }
  595. }
  596. /// <summary>
  597. /// Loader Rotation位置
  598. /// </summary>
  599. public LoaderControl.LoaderRotation CurrentLoaderRotation
  600. {
  601. get { return m_currentLoaderRotation; }
  602. set { SetProperty(ref m_currentLoaderRotation, value); }
  603. }
  604. public string LoaderTiltACurrentStation
  605. {
  606. get { return _loaderTiltACurrentStation; }
  607. set { SetProperty(ref _loaderTiltACurrentStation, value); }
  608. }
  609. /// <summary>
  610. /// Loader TiltB当前station
  611. /// </summary>
  612. public string LoaderTiltBCurrentStation
  613. {
  614. get { return _loaderTiltBCurrentStation; }
  615. set { SetProperty(ref _loaderTiltBCurrentStation, value); }
  616. }
  617. public bool IsLP1HasNoJob
  618. {
  619. get { return _isLp1HasNoJob; }
  620. set { SetProperty(ref _isLp1HasNoJob, value); }
  621. }
  622. public bool IsLP2HasNoJob
  623. {
  624. get { return _isLp2HasNoJob; }
  625. set { SetProperty(ref _isLp2HasNoJob, value); }
  626. }
  627. public bool IsLP3HasNoJob
  628. {
  629. get { return _isLp3HasNoJob; }
  630. set { SetProperty(ref _isLp3HasNoJob, value); }
  631. }
  632. #endregion
  633. #region 命令
  634. private DelegateCommand<object> _MapCommand;
  635. public DelegateCommand<object> MapCommand =>
  636. _MapCommand ?? (_MapCommand = new DelegateCommand<object>(OnMap));
  637. private DelegateCommand<object> _StartCommand;
  638. public DelegateCommand<object> StartCommand =>
  639. _StartCommand ?? (_StartCommand = new DelegateCommand<object>(OnStart));
  640. private DelegateCommand<object> _StopCommand;
  641. public DelegateCommand<object> StopCommand =>
  642. _StopCommand ?? (_StopCommand = new DelegateCommand<object>(OnStop));
  643. private DelegateCommand<object> _AbortCommand;
  644. public DelegateCommand<object> AbortCommand =>
  645. _AbortCommand ?? (_AbortCommand = new DelegateCommand<object>(OnAbort));
  646. private DelegateCommand _HomeAllCommand;
  647. public DelegateCommand HomeAllCommand =>
  648. _HomeAllCommand ?? (_HomeAllCommand = new DelegateCommand(OnHomeAll));
  649. private DelegateCommand _ResumeAllJobCommand;
  650. public DelegateCommand ResumeAllJobCommand =>
  651. _ResumeAllJobCommand ?? (_ResumeAllJobCommand = new DelegateCommand(OnResumeAllJob));
  652. private DelegateCommand _AbortAllCommand;
  653. public DelegateCommand AbortAllCommand =>
  654. _AbortAllCommand ?? (_AbortAllCommand = new DelegateCommand(OnAbortAll));
  655. private DelegateCommand _ReturnAllWaferCommand;
  656. public DelegateCommand ReturnAllWaferCommand =>
  657. _ReturnAllWaferCommand ?? (_ReturnAllWaferCommand = new DelegateCommand(OnReturnAllWafer));
  658. private DelegateCommand<object> _SetSequenceCommand;
  659. public DelegateCommand<object> SetSequenceCommand =>
  660. _SetSequenceCommand ?? (_SetSequenceCommand = new DelegateCommand<object>(OnSetSequence));
  661. private DelegateCommand _EnableAutoCommand;
  662. public DelegateCommand EnableAutoCommand =>
  663. _EnableAutoCommand ?? (_EnableAutoCommand = new DelegateCommand(OnEnableAuto));
  664. private DelegateCommand _EnableManualCommand;
  665. public DelegateCommand EnableManualCommand =>
  666. _EnableManualCommand ?? (_EnableManualCommand = new DelegateCommand(OnEnableManual));
  667. private DelegateCommand<object> _GotoSrdViewCommond;
  668. public DelegateCommand<object> GotoSrdViewCommond =>
  669. _GotoSrdViewCommond ?? (_GotoSrdViewCommond = new DelegateCommand<object>(GotoSrdViewAction));
  670. public bool SwitchFlag;
  671. #endregion
  672. #region 构造函数
  673. public OperationOverViewModel()
  674. {
  675. addDataKeys();
  676. ATMModeIsOn = Convert.ToBoolean(QueryDataClient.Instance.Service.GetConfig("System.IsATMMode")) == true ? "ATM Mode On" : "ATM Mode Off";
  677. }
  678. #endregion
  679. #region 命令方法
  680. /// <summary>
  681. /// 加载数据
  682. /// </summary>
  683. public void LoadData(string systemName)
  684. {
  685. Dictionary<string, object> allModulesDictionary = QueryDataClient.Instance.Service.PollData(new List<string>() { "System.InstalledModules" });
  686. if (allModulesDictionary != null)
  687. {
  688. List<string> allModules = CommonFunction.GetValue<List<string>>(allModulesDictionary, "System.InstalledModules");
  689. EFEMIsInstalled = allModules.Contains("EFEM");
  690. LoaderIsInstalled = allModules.Contains(ModuleName.Loader1.ToString());
  691. }
  692. if (_timer == null)
  693. {
  694. _timer = new DispatcherTimer();
  695. _timer.Interval = TimeSpan.FromMilliseconds(100);
  696. _timer.Tick += Timer_Tick;
  697. }
  698. _timer.Start();
  699. if (_timer1 == null)
  700. {
  701. _timer1 = new DispatcherTimer();
  702. _timer1.Interval = TimeSpan.FromMilliseconds(50);
  703. _timer1.Tick += Timer1_Tick;
  704. }
  705. _timer1.Start();
  706. _pufLayoutRotationDistance = (int)QueryDataClient.Instance.Service.GetConfig("DualPUF.PufLayoutRotationDistance");
  707. _robotLayoutPosition = (int)QueryDataClient.Instance.Service.GetConfig("DualPUF.RobotLayoutPosition");
  708. if (!m_RtDataKeys.Contains($"Station.PUF1.Roation"))
  709. {
  710. addStationDataKeys();
  711. }
  712. RtDataValues = QueryDataClient.Instance.Service.PollData(m_RtDataKeys);
  713. if (RtDataValues != null)
  714. {
  715. //目标位置数据获取
  716. Puf1RotationAxis = CommonFunction.GetValue<BeckhoffStationAxis>(RtDataValues, $"Station.PUF1.Rotation");
  717. //Puf1Rotation比例尺计算
  718. var resultRotation = Puf1RotationAxis != null ? CalculatePufMaxMin(Puf1RotationAxis) : (0, 0);
  719. double distance = resultRotation.right - resultRotation.left;
  720. _puf1RotationRatio = distance / _pufLayoutRotationDistance;
  721. _puf1RotationMotorPositionMax = resultRotation.left;
  722. //目标位置数据获取
  723. Puf1FlipAxis = CommonFunction.GetValue<BeckhoffStationAxis>(RtDataValues, $"Station.PUF1.Flip");
  724. _puf1FlipDiff = CalculatePufFlipDiff(Puf1FlipAxis);
  725. }
  726. }
  727. /// <summary>
  728. /// 隐藏
  729. /// </summary>
  730. public void Hide()
  731. {
  732. if (_timer != null)
  733. {
  734. _timer.Stop();
  735. }
  736. if (_timer1 != null)
  737. {
  738. _timer1.Stop();
  739. }
  740. }
  741. private void OnMap(object obj)
  742. {
  743. InvokeClient.Instance.Service.DoOperation($"{obj.ToString()}.Map");
  744. }
  745. private void OnStart(object obj)
  746. {
  747. var info = obj as WaferAssociationInfo;
  748. InvokeClient.Instance.Service.DoOperation("System.StartJob", info.LotId);
  749. }
  750. private void OnStop(object obj)
  751. {
  752. var info = obj as WaferAssociationInfo;
  753. InvokeClient.Instance.Service.DoOperation("System.PauseJob", info.JobID);
  754. }
  755. private void OnAbort(object obj)
  756. {
  757. var info = obj as WaferAssociationInfo;
  758. InvokeClient.Instance.Service.DoOperation("System.ResumeJob", info.JobID);
  759. }
  760. private void OnHomeAll()
  761. {
  762. InvokeClient.Instance.Service.DoOperation("System.HomeAll");
  763. }
  764. private void OnResumeAllJob()
  765. {
  766. if (CommonFunction.GetValue<int>(RtDataValues, "EquipmentStatus") == 4)
  767. {
  768. InvokeClient.Instance.Service.DoOperation("System.ResumeAllJob");
  769. }
  770. else
  771. {
  772. InvokeClient.Instance.Service.DoOperation("System.PauseAllJob");
  773. }
  774. }
  775. private void OnAbortAll()
  776. {
  777. InvokeClient.Instance.Service.DoOperation("System.Abort");
  778. }
  779. private void OnReturnAllWafer()
  780. {
  781. //Dialog
  782. WaferDialogView dialog = new WaferDialogView()
  783. {
  784. Owner = Application.Current.MainWindow,
  785. };
  786. dialog.Height = 300;
  787. dialog.Width = 400;
  788. double angel = 0;
  789. double coolingtime = 0;
  790. string message = "Please Confirm Return Wafer";
  791. WaferDialogViewModel vm = new WaferDialogViewModel();
  792. vm.ConfirmText = message;
  793. dialog.DataContext = vm;
  794. if (dialog.ShowDialog() == true)
  795. {
  796. if ((bool)dialog.AlignFlag == true && !string.IsNullOrEmpty(dialog.Angle))
  797. {
  798. angel = Convert.ToDouble(dialog.Angle);
  799. }
  800. if ((bool)dialog.CoolingFlag == true && !string.IsNullOrEmpty(dialog.CoolingTime))
  801. {
  802. coolingtime = Convert.ToDouble(dialog.CoolingTime);
  803. }
  804. InvokeClient.Instance.Service.DoOperation("System.ReturnAllWafer", dialog.CoolingFlag, coolingtime, dialog.AlignFlag, angel);
  805. }
  806. }
  807. private void OnSetSequence(object obj)
  808. {
  809. var info = obj as WaferInfo;
  810. bool flag = info.SequenceName != "" ? false : true;
  811. }
  812. private void OnEnableAuto()
  813. {
  814. InvokeClient.Instance.Service.DoOperation("System.SetAutoMode");
  815. }
  816. private void OnEnableManual()
  817. {
  818. InvokeClient.Instance.Service.DoOperation("System.SetManualMode");
  819. }
  820. private void GotoSrdViewAction(object obj)
  821. {
  822. CyberX8_Core.GlobalEvents.OnSwitchFixedTabItem("HardWare", "SRD", $"{obj.ToString()}");
  823. }
  824. #endregion
  825. #region 私有方法
  826. /// <summary>
  827. /// 定时器
  828. /// </summary>
  829. /// <param name="sender"></param>
  830. /// <param name="e"></param>
  831. private void Timer_Tick(object sender, EventArgs e)
  832. {
  833. LP1ModuleInfo = ModuleManager.ModuleInfos["LP1"];
  834. LP2ModuleInfo = ModuleManager.ModuleInfos["LP2"];
  835. LP3ModuleInfo = ModuleManager.ModuleInfos["LP3"];
  836. EFEMModuleInfo = ModuleManager.ModuleInfos["EfemRobot"];
  837. SRD1ModuleInfo = ModuleManager.ModuleInfos["SRD1"];
  838. SRD2ModuleInfo = ModuleManager.ModuleInfos["SRD2"];
  839. PUF1ModuleInfo = ModuleManager.ModuleInfos["PUF1"];
  840. Dummy1ModuleInfo = ModuleManager.ModuleInfos["Dummy1"];
  841. Dummy2ModuleInfo = ModuleManager.ModuleInfos["Dummy2"];
  842. LoaderModuleInfo = ModuleManager.ModuleInfos["Loader1"];
  843. if (ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers.Count != 0)
  844. {
  845. BladeAWafer = ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[0];
  846. }
  847. if (EFEMIsInstalled == true)
  848. {
  849. if (ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers.Count != 0)
  850. {
  851. EFEMBladeAWafer = ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[0];
  852. }
  853. if (ModuleManager.ModuleInfos["Aligner1"].WaferManager.Wafers.Count != 0)
  854. {
  855. Aligner1Wafer = ModuleManager.ModuleInfos["Aligner1"].WaferManager.Wafers[0];
  856. }
  857. }
  858. if (SRD1ModuleInfo != null&& SRD1ModuleInfo.WaferManager.Wafers.Count!=0)
  859. {
  860. SRD1Wafer = SRD1ModuleInfo.WaferManager.Wafers[0];
  861. }
  862. if (SRD2ModuleInfo != null&& SRD2ModuleInfo.WaferManager.Wafers.Count!=0)
  863. {
  864. SRD2Wafer = SRD2ModuleInfo.WaferManager.Wafers[0];
  865. }
  866. if(PUF1ModuleInfo!=null)
  867. {
  868. if (PUF1ModuleInfo.WaferManager.Wafers.Count != 0)
  869. {
  870. PUF1WaferA = PUF1ModuleInfo.WaferManager.Wafers[0];
  871. }
  872. if (PUF1ModuleInfo.WaferManager.Wafers.Count != 0)
  873. {
  874. PUF1WaferB = PUF1ModuleInfo.WaferManager.Wafers[1];
  875. }
  876. }
  877. if(LoaderIsInstalled&&LoaderModuleInfo!=null)
  878. {
  879. if (LoaderModuleInfo.WaferManager.Wafers.Count != 0)
  880. {
  881. LoaderWaferA = LoaderModuleInfo.WaferManager.Wafers[0];
  882. }
  883. if (LoaderModuleInfo.WaferManager.Wafers.Count != 0)
  884. {
  885. LoaderWaferB = LoaderModuleInfo.WaferManager.Wafers[1];
  886. }
  887. }
  888. RobotMoveInfo = (RobotMoveInfo)QueryDataClient.Instance.Service.GetData("TM.RobotMoveAction");
  889. EfemRobotMoveInfo = (RobotMoveInfo)QueryDataClient.Instance.Service.GetData("EFEM.RobotMoveAction");
  890. LP1WaferCount = LP1ModuleInfo.WaferManager.Wafers.Where(x => x.WaferStatus != 0).Count();
  891. LP2WaferCount = LP2ModuleInfo.WaferManager.Wafers.Where(x => x.WaferStatus != 0).Count();
  892. LP3WaferCount = LP3ModuleInfo.WaferManager.Wafers.Where(x => x.WaferStatus != 0).Count();
  893. //Dummy1WaferCount = 15;
  894. Dummy1WaferCount = Dummy1ModuleInfo.WaferManager.Wafers.Where(x => x.WaferStatus != 0).Count();
  895. Dummy2WaferCount = Dummy2ModuleInfo.WaferManager.Wafers.Where(x => x.WaferStatus != 0).Count();
  896. RtDataValues = QueryDataClient.Instance.Service.PollData(m_RtDataKeys);
  897. IsLP1Unable = (bool)QueryDataClient.Instance.Service.GetConfig("EFEM.IsLoadPort1Unable");
  898. IsLP2Unable = (bool)QueryDataClient.Instance.Service.GetConfig("EFEM.IsLoadPort2Unable");
  899. IsLP3Unable = (bool)QueryDataClient.Instance.Service.GetConfig("EFEM.IsLoadPort3Unable");
  900. if (RtDataValues != null)
  901. {
  902. Puf1IsInRobotStation = CommonFunction.GetValue<bool>(RtDataValues, "PUF1.IsInRobotStation");
  903. if (CommonFunction.GetValue<int>(RtDataValues, "EquipmentStatus") == 4)
  904. {
  905. RouteState = "Resume";
  906. }
  907. else
  908. {
  909. RouteState = "Pause";
  910. }
  911. ControlJobInfo lp1Cj = CommonFunction.GetValue<ControlJobInfo>(RtDataValues, "LP1.CurrentControlJob");
  912. IsLP1HasNoJob = lp1Cj == null ? true : false;
  913. ControlJobInfo lp2Cj = CommonFunction.GetValue<ControlJobInfo>(RtDataValues, "LP2.CurrentControlJob");
  914. IsLP2HasNoJob = lp2Cj == null ? true : false;
  915. ControlJobInfo lp3Cj = CommonFunction.GetValue<ControlJobInfo>(RtDataValues, "LP3.CurrentControlJob");
  916. IsLP3HasNoJob = lp3Cj == null ? true : false;
  917. }
  918. }
  919. int count = 0;
  920. /// <summary>
  921. /// 定时器1
  922. /// </summary>
  923. /// <param name="sender"></param>
  924. /// <param name="e"></param>
  925. private void Timer1_Tick(object sender, EventArgs e)
  926. {
  927. if (m_RtDataKeys.Count != 0)
  928. {
  929. RtDataValues = QueryDataClient.Instance.Service.PollData(m_RtDataKeys);
  930. if (RtDataValues != null)
  931. {
  932. Puf1RotationMotorPosition = CommonFunction.GetValue<double>(RtDataValues, $"PUF1.Rotation.{MOTOR_POSITION}");
  933. Loader1TiltAMotorPosition = CommonFunction.GetValue<double>(RtDataValues, $"Loader1.TiltA.{MOTOR_POSITION}");
  934. Loader1TiltBMotorPosition = CommonFunction.GetValue<double>(RtDataValues, $"Loader1.TiltB.{MOTOR_POSITION}");
  935. Loader1RotationMotorPosition = CommonFunction.GetValue<double>(RtDataValues, $"Loader1.Rotation.{MOTOR_POSITION}");
  936. Puf1FlipMotorPosition = CommonFunction.GetValue<double>(RtDataValues, $"PUF1.Flip.{MOTOR_POSITION}");
  937. //计算Puf1 Rotation UI位置
  938. Puf1RotationPosition = _robotLayoutPosition + (Puf1RotationMotorPosition - _puf1RotationMotorPositionMax) / _puf1RotationRatio;
  939. //计Loader Rotation UI位置
  940. Loader1RotationPosition = -Loader1RotationMotorPosition - LOADER_ROTATION_DIFFER;
  941. //计算Puf1 Flip UI位置
  942. Puf1FlipPosition = Puf1FlipMotorPosition - _puf1FlipDiff;
  943. //判断Loader1的TiltA水平状态
  944. LoaderTiltACurrentStation = CommonFunction.GetCurrentStationLastContent(CommonFunction.GetValue<string>(RtDataValues, $"Loader1.TiltA.{CURRENT_STATION}"), "Loader1.TiltA");
  945. if (LoaderTiltACurrentStation == "HORI")
  946. {
  947. LoaderWaferVisibleA = true;
  948. }
  949. else if(LoaderTiltACurrentStation == "VERT")
  950. {
  951. LoaderWaferVisibleA = false;
  952. }
  953. //判断Loader1的TiltB水平状态
  954. LoaderTiltBCurrentStation = CommonFunction.GetCurrentStationLastContent(CommonFunction.GetValue<string>(RtDataValues, $"Loader1.TiltB.{CURRENT_STATION}"), "Loader1.TiltB");
  955. if (LoaderTiltBCurrentStation == "HORI")
  956. {
  957. LoaderWaferVisibleB = true;
  958. }
  959. else if (LoaderTiltBCurrentStation == "VERT")
  960. {
  961. LoaderWaferVisibleB = false;
  962. }
  963. }
  964. }
  965. }
  966. private async void RobotMoveInfoChanged(RobotMoveInfo oldValue, RobotMoveInfo newValue)
  967. {
  968. string RobotTarget;
  969. if (oldValue == null || newValue == null)
  970. {
  971. return;
  972. }
  973. #region Rotating
  974. if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && (newValue.Action == RobotAction.Rotating))
  975. {
  976. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  977. if (TMRobotMoveActionBladeTarget != null)
  978. {
  979. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  980. }
  981. else
  982. {
  983. return;
  984. }
  985. var values = RobotTarget.Split('.');
  986. var arm = values[0];
  987. var module = values[1];
  988. if (arm == "ArmA")
  989. {
  990. Robot1TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  991. }
  992. else if (arm == "ArmB")
  993. {
  994. Robot2TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  995. }
  996. }
  997. #endregion
  998. #region pick 和 place LL
  999. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && (newValue.Action == RobotAction.Placing || newValue.Action == RobotAction.Picking))
  1000. {
  1001. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1002. if (TMRobotMoveActionBladeTarget != null)
  1003. {
  1004. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1005. }
  1006. else
  1007. {
  1008. return;
  1009. }
  1010. var values = RobotTarget.Split('.');
  1011. var arm = values[0];
  1012. var module = values[1];
  1013. if (arm == "ArmA")
  1014. {
  1015. var waferRobotTAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1016. if (waferRobotTAction != Robot1TAction)
  1017. {
  1018. Robot1TAction = waferRobotTAction;
  1019. }
  1020. else
  1021. {
  1022. //await Task.Delay(100);
  1023. }
  1024. await Task.Delay(600);
  1025. //Robot1TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1026. //await Task.Delay(600);
  1027. Robot1XAction = WaferRobotXAction.Extend;
  1028. 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))
  1029. {
  1030. await Task.Delay(100);
  1031. }
  1032. Robot1XAction = WaferRobotXAction.Retract;
  1033. }
  1034. else if (arm == "ArmB")
  1035. {
  1036. var waferRobotTAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1037. if (waferRobotTAction != Robot2TAction)
  1038. {
  1039. Robot2TAction = waferRobotTAction;
  1040. }
  1041. else
  1042. {
  1043. //await Task.Delay(100);
  1044. }
  1045. await Task.Delay(600);
  1046. //Robot2TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1047. //await Task.Delay(600);
  1048. Robot2XAction = WaferRobotXAction.Extend;
  1049. 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))
  1050. {
  1051. await Task.Delay(100);
  1052. }
  1053. Robot2XAction = WaferRobotXAction.Retract;
  1054. }
  1055. }
  1056. #endregion
  1057. #region pick 和 place pm
  1058. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && newValue.Action == RobotAction.Extending)
  1059. {
  1060. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1061. if (TMRobotMoveActionBladeTarget != null)
  1062. {
  1063. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1064. }
  1065. else
  1066. {
  1067. return;
  1068. }
  1069. var values = RobotTarget.Split('.');
  1070. var arm = values[0];
  1071. var module = values[1];
  1072. if (arm == "ArmA")
  1073. {
  1074. var waferRobotTAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1075. if (waferRobotTAction != Robot1TAction)
  1076. {
  1077. Robot1TAction = waferRobotTAction;
  1078. }
  1079. else
  1080. {
  1081. // await Task.Delay(100);
  1082. }
  1083. await Task.Delay(600);
  1084. Robot1XAction = WaferRobotXAction.Extend;
  1085. }
  1086. else if (arm == "ArmB")
  1087. {
  1088. var waferRobotTAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1089. if (waferRobotTAction != Robot2TAction)
  1090. {
  1091. Robot2TAction = waferRobotTAction;
  1092. }
  1093. else
  1094. {
  1095. // await Task.Delay(100);
  1096. }
  1097. await Task.Delay(600);
  1098. Robot2XAction = WaferRobotXAction.Extend;
  1099. }
  1100. }
  1101. else if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && newValue.Action == RobotAction.Retracting)
  1102. {
  1103. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1104. if (TMRobotMoveActionBladeTarget != null)
  1105. {
  1106. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1107. }
  1108. else
  1109. {
  1110. return;
  1111. }
  1112. var values = RobotTarget.Split('.');
  1113. var arm = values[0];
  1114. if (arm == "ArmA")
  1115. {
  1116. Robot1XAction = WaferRobotXAction.Retract;
  1117. }
  1118. else if (arm == "ArmB")
  1119. {
  1120. Robot2XAction = WaferRobotXAction.Retract;
  1121. }
  1122. }
  1123. #endregion
  1124. #region Home
  1125. else if (oldValue.Action == RobotAction.None && newValue.Action == RobotAction.Homing)
  1126. {
  1127. if (Robot1XAction == WaferRobotXAction.Extend)
  1128. {
  1129. Robot1XAction = WaferRobotXAction.Retract;
  1130. }
  1131. if (Robot2XAction == WaferRobotXAction.Extend)
  1132. {
  1133. Robot2XAction = WaferRobotXAction.Retract;
  1134. }
  1135. await Task.Delay(2000);
  1136. if (Robot1TAction != WaferRobotTAction.T_Origin)
  1137. {
  1138. Robot1TAction = WaferRobotTAction.T_Origin;
  1139. }
  1140. if (Robot2TAction != WaferRobotTAction.T_Origin)
  1141. {
  1142. Robot2TAction = WaferRobotTAction.T_Origin;
  1143. }
  1144. }
  1145. #endregion
  1146. }
  1147. private async void EFEMRobotMoveInfoChanged(RobotMoveInfo oldValue, RobotMoveInfo newValue)
  1148. {
  1149. string RobotTarget;
  1150. if (oldValue == null || newValue == null)
  1151. {
  1152. return;
  1153. }
  1154. #region pick 和 place LL
  1155. if ((oldValue.Action == RobotAction.None || oldValue.ArmTarget != newValue.ArmTarget) && (newValue.Action == RobotAction.Placing || newValue.Action == RobotAction.Picking))
  1156. {
  1157. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1158. if (TMRobotMoveActionBladeTarget != null)
  1159. {
  1160. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1161. }
  1162. else
  1163. {
  1164. return;
  1165. }
  1166. var values = RobotTarget.Split('.');
  1167. var arm = values[0];
  1168. var module = values[1];
  1169. if (arm == "ArmA")
  1170. {
  1171. var robot3Robot3TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1172. //await Task.Delay(1000);
  1173. await ChangePosition(robot3Robot3TAction, newValue.Action);
  1174. if (Robot3TAction != robot3Robot3TAction)
  1175. {
  1176. Robot3TAction = robot3Robot3TAction;
  1177. await Task.Delay(600);
  1178. }
  1179. Robot3XAction = WaferRobotXAction.Extend;
  1180. while ((newValue.Action == RobotAction.Placing && ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[0].WaferStatus != 0) || (newValue.Action == RobotAction.Picking && ModuleManager.ModuleInfos["EfemRobot"].WaferManager.Wafers[0].WaferStatus == 0))
  1181. {
  1182. await Task.Delay(100);
  1183. }
  1184. Robot3XAction = WaferRobotXAction.Retract;
  1185. if(newValue.Action == RobotAction.Placing)
  1186. {
  1187. await ChangePosition(WaferRobotTAction.T_Origin, newValue.Action);
  1188. }
  1189. }
  1190. }
  1191. #endregion
  1192. #region pick 和 place pm
  1193. if (oldValue.Action == RobotAction.None && newValue.Action == RobotAction.Extending)
  1194. {
  1195. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1196. if (TMRobotMoveActionBladeTarget != null)
  1197. {
  1198. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1199. }
  1200. else
  1201. {
  1202. return;
  1203. }
  1204. var values = RobotTarget.Split('.');
  1205. var arm = values[0];
  1206. var module = values[1];
  1207. if (arm == "ArmA")
  1208. {
  1209. Robot3TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1210. await Task.Delay(1500);
  1211. //ChangePosition(Robot3TAction);
  1212. //await Task.Delay(2000);
  1213. Robot3XAction = WaferRobotXAction.Extend;
  1214. }
  1215. else if (arm == "ArmB")
  1216. {
  1217. Robot4TAction = (WaferRobotTAction)Enum.Parse(typeof(WaferRobotTAction), module, true);
  1218. await Task.Delay(1500);
  1219. //ChangePosition(Robot4TAction);
  1220. //await Task.Delay(2000);
  1221. Robot4XAction = WaferRobotXAction.Extend;
  1222. }
  1223. }
  1224. if (oldValue.Action == RobotAction.None && newValue.Action == RobotAction.Retracting)
  1225. {
  1226. var TMRobotMoveActionBladeTarget = newValue.BladeTarget;
  1227. if (TMRobotMoveActionBladeTarget != null)
  1228. {
  1229. RobotTarget = TMRobotMoveActionBladeTarget.ToString();
  1230. }
  1231. else
  1232. {
  1233. return;
  1234. }
  1235. var values = RobotTarget.Split('.');
  1236. var arm = values[0];
  1237. if (arm == "ArmA")
  1238. {
  1239. Robot3XAction = WaferRobotXAction.Retract;
  1240. await Task.Delay(3000);
  1241. //ChangePosition(Robot3TAction);
  1242. //await Task.Delay(2000);
  1243. }
  1244. else if (arm == "ArmB")
  1245. {
  1246. Robot4XAction = WaferRobotXAction.Retract;
  1247. await Task.Delay(3000);
  1248. //ChangePosition(Robot3TAction);
  1249. //await Task.Delay(2000);
  1250. }
  1251. }
  1252. #endregion
  1253. #region Home
  1254. else if (oldValue.Action == RobotAction.None && newValue.Action == RobotAction.Homing)
  1255. {
  1256. if (Robot3XAction == WaferRobotXAction.Extend)
  1257. {
  1258. Robot3XAction = WaferRobotXAction.Retract;
  1259. }
  1260. if (Robot4XAction == WaferRobotXAction.Extend)
  1261. {
  1262. Robot4XAction = WaferRobotXAction.Retract;
  1263. }
  1264. if (Robot3TAction != WaferRobotTAction.T_Origin)
  1265. {
  1266. Robot3TAction = WaferRobotTAction.T_Origin;
  1267. }
  1268. if (Robot4TAction != WaferRobotTAction.T_Origin)
  1269. {
  1270. Robot4TAction = WaferRobotTAction.T_Origin;
  1271. }
  1272. await Task.Delay(1000);
  1273. await ChangePosition(WaferRobotTAction.T_Origin, newValue.Action);
  1274. }
  1275. #endregion
  1276. }
  1277. private void addDataKeys()
  1278. {
  1279. m_RtDataKeys.Add("LP1.IsLoaded");
  1280. m_RtDataKeys.Add("LP2.IsLoaded");
  1281. m_RtDataKeys.Add("LP3.IsLoaded");
  1282. m_RtDataKeys.Add("LP1.CassettePlaced");
  1283. m_RtDataKeys.Add("LP2.CassettePlaced");
  1284. m_RtDataKeys.Add("LP3.CassettePlaced");
  1285. m_RtDataKeys.Add("LP1.CurrentControlJob");
  1286. m_RtDataKeys.Add("LP2.CurrentControlJob");
  1287. m_RtDataKeys.Add("LP3.CurrentControlJob");
  1288. m_RtDataKeys.Add("LP1.WaferSize");
  1289. m_RtDataKeys.Add("LP2.WaferSize");
  1290. m_RtDataKeys.Add("LP3.WaferSize");
  1291. m_RtDataKeys.Add("Dummy1.CassettePlaced");
  1292. m_RtDataKeys.Add("Dummy2.CassettePlaced");
  1293. m_RtDataKeys.Add("Dummy1.WaferSize");
  1294. m_RtDataKeys.Add("Dummy2.WaferSize");
  1295. m_RtDataKeys.Add("System.IsAutoMode");
  1296. m_RtDataKeys.Add("System.IsBusy");
  1297. m_RtDataKeys.Add("Scheduler.CycledCount");
  1298. m_RtDataKeys.Add("Scheduler.CycledWafer");
  1299. m_RtDataKeys.Add("Scheduler.CycleSetPoint");
  1300. m_RtDataKeys.Add("Scheduler.Throughput");
  1301. m_RtDataKeys.Add("EquipmentStatus");
  1302. m_RtDataKeys.Add("Scheduler.PjNameList");
  1303. m_RtDataKeys.Add("PUF1.IsInRobotStation");
  1304. m_RtDataKeys.Add("Scheduler.CjNameList");
  1305. }
  1306. private void addStationDataKeys()
  1307. {
  1308. m_RtDataKeys.Add($"Station.PUF1.Rotation");
  1309. m_RtDataKeys.Add($"Station.PUF1.Flip");
  1310. m_RtDataKeys.Add($"Station.PUF1.Vertical");
  1311. m_RtDataKeys.Add($"Station.Loader1.Rotation");
  1312. m_RtDataKeys.Add($"Station.Loader1.TiltA");
  1313. m_RtDataKeys.Add($"Station.Loader1.TiltB");
  1314. m_RtDataKeys.Add($"PUF1.Rotation.{MOTOR_POSITION}");
  1315. m_RtDataKeys.Add($"PUF1.Flip.{MOTOR_POSITION}");
  1316. m_RtDataKeys.Add($"Loader1.Rotation.{MOTOR_POSITION}");
  1317. m_RtDataKeys.Add($"Loader1.TiltA.{MOTOR_POSITION}");
  1318. m_RtDataKeys.Add($"Loader1.TiltB.{MOTOR_POSITION}");
  1319. m_RtDataKeys.Add($"PUF1.Flip.{CURRENT_STATION}");
  1320. m_RtDataKeys.Add($"Loader1.TiltA.{CURRENT_STATION}");
  1321. m_RtDataKeys.Add($"Loader1.TiltB.{CURRENT_STATION}");
  1322. m_RtDataKeys.Add($"PUF1.Rotation.{MOTION_DATA}");
  1323. }
  1324. private bool HasWaferOnSlot(List<WaferInfo> wafers, int index)
  1325. {
  1326. if (wafers[index].WaferStatus == 0)
  1327. return false;
  1328. return true;
  1329. }
  1330. private async Task ChangePosition(WaferRobotTAction waferRobotTAction, RobotAction robotAction)
  1331. {
  1332. await Task.Delay(500);
  1333. int delay = 500;
  1334. if (robotAction == RobotAction.Placing)
  1335. {
  1336. if (waferRobotTAction == WaferRobotTAction.LP1 || waferRobotTAction == WaferRobotTAction.PUF1)
  1337. {
  1338. CurrentRobotPosition = EFEM.RobotPosition.Left_Place;
  1339. await Task.Delay(delay);
  1340. }
  1341. else if (waferRobotTAction == WaferRobotTAction.LP3)
  1342. {
  1343. CurrentRobotPosition = EFEM.RobotPosition.Right_Place;
  1344. await Task.Delay(delay);
  1345. }
  1346. else if (waferRobotTAction == WaferRobotTAction.LP2 )
  1347. {
  1348. CurrentRobotPosition = EFEM.RobotPosition.Middle_Place;
  1349. await Task.Delay(delay);
  1350. }
  1351. else if (waferRobotTAction == WaferRobotTAction.Aligner1)
  1352. {
  1353. CurrentRobotPosition = EFEM.RobotPosition.Aligner_Place;
  1354. await Task.Delay(delay);
  1355. }
  1356. else if (waferRobotTAction == WaferRobotTAction.SRD1 || waferRobotTAction == WaferRobotTAction.SRD2)
  1357. {
  1358. CurrentRobotPosition = EFEM.RobotPosition.SRD_Place;
  1359. }
  1360. else if (waferRobotTAction == WaferRobotTAction.Dummy1 || waferRobotTAction == WaferRobotTAction.Dummy2)
  1361. {
  1362. CurrentRobotPosition = EFEM.RobotPosition.Dummy_Place;
  1363. }
  1364. else
  1365. {
  1366. CurrentRobotPosition = EFEM.RobotPosition.Origin;
  1367. await Task.Delay(delay);
  1368. }
  1369. }
  1370. else
  1371. {
  1372. if (waferRobotTAction == WaferRobotTAction.LP1 || waferRobotTAction == WaferRobotTAction.PUF1)
  1373. {
  1374. CurrentRobotPosition = EFEM.RobotPosition.Left;
  1375. await Task.Delay(delay);
  1376. }
  1377. else if (waferRobotTAction == WaferRobotTAction.LP3)
  1378. {
  1379. CurrentRobotPosition = EFEM.RobotPosition.Right;
  1380. await Task.Delay(delay);
  1381. }
  1382. else if (waferRobotTAction == WaferRobotTAction.LP2)
  1383. {
  1384. CurrentRobotPosition = EFEM.RobotPosition.Middle;
  1385. await Task.Delay(delay);
  1386. }
  1387. else if (waferRobotTAction == WaferRobotTAction.Aligner1)
  1388. {
  1389. CurrentRobotPosition = EFEM.RobotPosition.Aligner;
  1390. await Task.Delay(delay);
  1391. }
  1392. else if (waferRobotTAction == WaferRobotTAction.SRD1 || waferRobotTAction == WaferRobotTAction.SRD2)
  1393. {
  1394. CurrentRobotPosition = EFEM.RobotPosition.SRD;
  1395. }
  1396. else if (waferRobotTAction == WaferRobotTAction.Dummy1 || waferRobotTAction == WaferRobotTAction.Dummy2)
  1397. {
  1398. CurrentRobotPosition = EFEM.RobotPosition.Dummy;
  1399. }
  1400. else
  1401. {
  1402. CurrentRobotPosition = EFEM.RobotPosition.Origin;
  1403. await Task.Delay(delay);
  1404. }
  1405. }
  1406. }
  1407. /// <summary>
  1408. /// 计算最大值最小值
  1409. /// </summary>
  1410. /// <param name="Puf1RotationAxis"></param>
  1411. /// <returns></returns>
  1412. private (double right, double left) CalculatePufMaxMin(BeckhoffStationAxis pufAxis)
  1413. {
  1414. if (pufAxis == null || pufAxis.Stations.Count == 0) return (-1,-1);
  1415. double max = double.Parse(pufAxis.Stations[0].Position);
  1416. double min = double.Parse(pufAxis.Stations[0].Position);
  1417. double home = 0;
  1418. double pickup = 0;
  1419. foreach (Station item in pufAxis.Stations)
  1420. {
  1421. if (item.Name.ToLower().Contains("home")) home = double.Parse(item.Position);
  1422. if (item.Name.ToLower().Contains("pickup")) pickup = double.Parse(item.Position);
  1423. double position = double.Parse(item.Position);
  1424. if (position > max)
  1425. {
  1426. max = position;
  1427. }
  1428. if (position < min)
  1429. {
  1430. min = position;
  1431. }
  1432. }
  1433. return pickup < home ? (min, max):(max, min);
  1434. }
  1435. /// <summary>
  1436. /// 计算PufFlip差值
  1437. /// </summary>
  1438. /// <param name="pufAxis"></param>
  1439. /// <returns></returns>
  1440. private double CalculatePufFlipDiff(BeckhoffStationAxis pufAxis)
  1441. {
  1442. double sideAangle = 0;
  1443. double sideBangle = 0; ;
  1444. foreach (Station item in pufAxis.Stations)
  1445. {
  1446. if (item.Name.ToLower().Contains("sideA")) sideAangle = double.Parse(item.Position);
  1447. if (item.Name.ToLower().Contains("sideB")) sideBangle = double.Parse(item.Position);
  1448. }
  1449. return sideAangle > sideBangle ? 180 : 0;
  1450. }
  1451. /// <summary>
  1452. /// 判定是否在station位置
  1453. /// </summary>
  1454. private bool JudgeAtStation(double targetPosition, double currentPosition, double tolerance)
  1455. {
  1456. if (Math.Abs(currentPosition - targetPosition) <= tolerance)
  1457. {
  1458. return true;
  1459. }
  1460. else
  1461. {
  1462. return false;
  1463. }
  1464. }
  1465. #endregion
  1466. }
  1467. }