Fix fileManager
Added filePath config
This commit is contained in:
@@ -172,10 +172,12 @@ namespace Step.Config
|
||||
.Select(x => new NcConfigModel()
|
||||
{
|
||||
NcVendor = x.Element("ncVendor").Value,
|
||||
showNcHMI = Convert.ToBoolean(x.Element("showNcHMI").Value),
|
||||
ShowNcHMI = Convert.ToBoolean(x.Element("showNcHMI").Value),
|
||||
NcIpAddress = x.Element("ncIpAddress").Value,
|
||||
NcPort = Convert.ToUInt16(x.Element("ncPort").Value),
|
||||
NcName = x.Element("machineModel").Value
|
||||
NcName = x.Element("machineModel").Value,
|
||||
SharedPath = x.Element("sharedPath").Value,
|
||||
SharedName = x.Element("sharedName").Value,
|
||||
}).FirstOrDefault();
|
||||
|
||||
// Read server config with LINQ and save into static config
|
||||
|
||||
Reference in New Issue
Block a user