| | |
| | | |
| | | public static string LogDir = "d://log"; |
| | | |
| | | public const string WCSSystem = "WCS"; |
| | | public const string WCSSystem = "调度系统"; |
| | | |
| | | /// <summary> |
| | | /// 当前配置的堆叠顺序排序方式 |
| | |
| | | /// <summary> |
| | | /// 特殊库位的字典 |
| | | /// </summary> |
| | | public static Dictionary<string, string> Dict_SpecialPlace = new Dictionary<string, string>() { |
| | | public static Dictionary<string, string> Dict_SpecialPlace = new Dictionary<string, string>() { |
| | | {Srm_I_O_Place1_1,Srm_I_O_Place1_1}, |
| | | {Srm_I_O_Place1_2,Srm_I_O_Place1_2}, |
| | | {Srm_I_O_Place2_1,Srm_I_O_Place2_1}, |
| | |
| | | /// <summary> |
| | | /// 特殊库位的字典(堆垛机的入库口) |
| | | /// </summary> |
| | | public static Dictionary<string, string> Dict_SpecialPlace_IN = new Dictionary<string, string>() { |
| | | public static Dictionary<string, string> Dict_SpecialPlace_IN = new Dictionary<string, string>() { |
| | | {Srm_I_O_Place1_1,Srm_I_O_Place1_1}, |
| | | {Srm_I_O_Place2_1,Srm_I_O_Place2_1}, |
| | | |
| | |
| | | #region 库位号和PLC偏移量字典 |
| | | |
| | | //里面有空格,别忘了最后trim下 |
| | | public static IDictionary<short, short> offsetPlaceNoDict = new System.Collections.Generic.Dictionary<short, short>() { |
| | | public static IDictionary<short, short> offsetPlaceNoDict = new System.Collections.Generic.Dictionary<short, short>() { |
| | | {10101,120}, |
| | | {10102,122}, |
| | | {10103,124}, |