|
@@ -854,7 +854,7 @@ namespace VirgoUI.Client.Models.Platform.EFEM
|
|
this.DisplayName = "EFEM";
|
|
this.DisplayName = "EFEM";
|
|
|
|
|
|
_pickModules = new List<string>() { "LP1", "LP2", "Aligner", "Aligner2", "Cooling1", "Cooling2", "Cooling" };
|
|
_pickModules = new List<string>() { "LP1", "LP2", "Aligner", "Aligner2", "Cooling1", "Cooling2", "Cooling" };
|
|
- _mapModules = new List<string>() { "LP1", "LP2" };//new List<string>() { "LP1", "LP2", "Cooling" };
|
|
|
|
|
|
+ _mapModules = new List<string>() { "LP1", "LP2", "Cooling" };
|
|
_extendModules = new List<string>() { "PMA", "PMB" };
|
|
_extendModules = new List<string>() { "PMA", "PMB" };
|
|
var installModules = (string)QueryDataClient.Instance.Service.GetConfig($"System.InstalledModules");
|
|
var installModules = (string)QueryDataClient.Instance.Service.GetConfig($"System.InstalledModules");
|
|
if(!string.IsNullOrWhiteSpace(installModules))
|
|
if(!string.IsNullOrWhiteSpace(installModules))
|