|
@@ -407,7 +407,7 @@ namespace Venus_MainPages.ViewModels
|
|
|
#region 命令实现
|
|
|
private void OnLoad()
|
|
|
{
|
|
|
- if (VCEIsInstalled && !loadflag)
|
|
|
+ if (VCEIsInstalled && !loadflag && VCEwaferAssociation == null)
|
|
|
{
|
|
|
VCEwaferAssociation = new WaferAssociationInfo
|
|
|
{
|
|
@@ -547,25 +547,34 @@ namespace Venus_MainPages.ViewModels
|
|
|
m_RtDataKeys.Add($"SEScheduler.CycleSetPoint");
|
|
|
m_RtDataKeys.Add($"SEScheduler.CycleCount");
|
|
|
m_RtDataKeys.Add($"SEScheduler.ThroughPut");
|
|
|
- if (PMAIsInstalled)
|
|
|
- {
|
|
|
|
|
|
- m_RtDataKeys.Add($"PMA.ChamberPressure");
|
|
|
- m_RtDataKeys.Add($"PMA.VentingFlag");
|
|
|
- m_RtDataKeys.Add($"PMA.CurrentRecipeResult");
|
|
|
- }
|
|
|
- if (PMBIsInstalled)
|
|
|
- {
|
|
|
- m_RtDataKeys.Add($"PMB.ChamberPressure");
|
|
|
- m_RtDataKeys.Add($"PMB.VentingFlag");
|
|
|
- m_RtDataKeys.Add($"PMB.CurrentRecipeResult");
|
|
|
- }
|
|
|
- if (PMCIsInstalled)
|
|
|
- {
|
|
|
- m_RtDataKeys.Add($"PMC.ChamberPressure");
|
|
|
- m_RtDataKeys.Add($"PMC.VentingFlag");
|
|
|
- m_RtDataKeys.Add($"PMC.CurrentRecipeResult");
|
|
|
- }
|
|
|
+ m_RtDataKeys.Add($"PMA.ChamberPressure");
|
|
|
+ m_RtDataKeys.Add($"PMA.VentingFlag");
|
|
|
+ m_RtDataKeys.Add($"PMA.CurrentRecipeResult");
|
|
|
+ m_RtDataKeys.Add($"PMB.ChamberPressure");
|
|
|
+ m_RtDataKeys.Add($"PMB.VentingFlag");
|
|
|
+ m_RtDataKeys.Add($"PMB.CurrentRecipeResult");
|
|
|
+ m_RtDataKeys.Add($"PMC.ChamberPressure");
|
|
|
+ m_RtDataKeys.Add($"PMC.VentingFlag");
|
|
|
+ m_RtDataKeys.Add($"PMC.CurrentRecipeResult");
|
|
|
+ //if (PMAIsInstalled)
|
|
|
+ //{
|
|
|
+ // m_RtDataKeys.Add($"PMA.ChamberPressure");
|
|
|
+ // m_RtDataKeys.Add($"PMA.VentingFlag");
|
|
|
+ // m_RtDataKeys.Add($"PMA.CurrentRecipeResult");
|
|
|
+ //}
|
|
|
+ //if (PMBIsInstalled)
|
|
|
+ //{
|
|
|
+ // m_RtDataKeys.Add($"PMB.ChamberPressure");
|
|
|
+ // m_RtDataKeys.Add($"PMB.VentingFlag");
|
|
|
+ // m_RtDataKeys.Add($"PMB.CurrentRecipeResult");
|
|
|
+ //}
|
|
|
+ //if (PMCIsInstalled)
|
|
|
+ //{
|
|
|
+ // m_RtDataKeys.Add($"PMC.ChamberPressure");
|
|
|
+ // m_RtDataKeys.Add($"PMC.VentingFlag");
|
|
|
+ // m_RtDataKeys.Add($"PMC.CurrentRecipeResult");
|
|
|
+ //}
|
|
|
|
|
|
}
|
|
|
|