| | |
| | | /// <summary> |
| | | /// 运动控数据制集合 Key:产品名称,Value: SN,PlcConfig |
| | | /// </summary> |
| | | public static Dictionary<string, Dictionary<string, PlcConfig>> dicMPlcData { get; set; } = new Dictionary<string, Dictionary<string, PlcConfig>>(); |
| | | public static Dictionary<string, Dictionary<string, PlcConfig>> dicMPlcDatas { get; set; } = new Dictionary<string, Dictionary<string, PlcConfig>>(); |
| | | |
| | | public static string allMPlcDatasPath |
| | | => GlobalVar.strApplicationPath + "所有产品\\" + GlobalVar.strProductName + "\\A_MPlcDatas.json";// |
| | | |
| | | public static string allMPlcDataPath |
| | | => GlobalVar.strApplicationPath + "所有产品\\" + GlobalVar.strProductName + "\\A_MPlcDatas.json"; |
| | | |
| | | => GlobalVar.strApplicationPath + "所有产品\\" + GlobalVar.strProductName + "\\MotionControl"; |
| | | |
| | | public static Dictionary<string, PlcConfig> allPlcSettings { get; set; } = new Dictionary<string, PlcConfig>(); |
| | | |