WIP MGI Fanuc

WIP Override & process data
Fix maintainer
This commit is contained in:
Lucio Maranta
2019-06-06 12:45:50 +02:00
parent a93aaba321
commit 7ce41d51bb
15 changed files with 52 additions and 38 deletions
+2 -1
View File
@@ -280,7 +280,8 @@ namespace Step.Config
NcName = x.Element("machineModel").Value,
SharedPath = x.Element("sharedPath").Value,
SharedName = x.Element("sharedName").Value,
InstallationDate = x.Element("installationDate").Value
InstallationDate = x.Element("installationDate").Value,
MgiOption = Convert.ToBoolean(x.Element("mgiOption").Value)
}).FirstOrDefault();
// Read Prod Software Config with LINQ