WIP MGI Fanuc
WIP Override & process data Fix maintainer
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user