diff --git a/PROMS/DataLoader/RoFst.cs b/PROMS/DataLoader/RoFst.cs index 5334542a..ae4d0b42 100644 --- a/PROMS/DataLoader/RoFst.cs +++ b/PROMS/DataLoader/RoFst.cs @@ -32,11 +32,10 @@ namespace DataLoader //string tmp = null; if (ele != null) { - //roDbpath = ele.GetAttribute("zROPATH"); + roDbpath = ele.GetAttribute("zROPATH"); sp_prefix = ele.GetAttribute("zSetpoint"); img_prefix = ele.GetAttribute("zGraphics"); } - } if (roDbpath == null || roDbpath == "" || roDbpath.ToLower() == @"..\ro") roDbpath = fstPath.Substring(0, fstPath.LastIndexOf('\\')) + @"\ro";