输送线信号变更

This commit is contained in:
2024-07-16 09:37:37 +08:00
parent 009f9b2911
commit 41bb4584cc

View File

@@ -657,10 +657,10 @@ namespace Tnb.WarehouseMgr
Logger.Information($"【Check】 判断KIVA是否可以{action} {code}");
Dictionary<string, string[]> putdic = new Dictionary<string, string[]>();
Dictionary<string, string[]> getdic = new Dictionary<string, string[]>();
putdic.Add("ZSSSXCTU02", new string[] { "YTCS", "输送线下层允许入箱4", });
putdic.Add("ZSSSXCTU02", new string[] { "YTCS", "输送线下层允许入箱4", });
putdic.Add("ZSSSXCTU01", new string[] { "YTCS", "左输送线下层允许入箱2", });
getdic.Add("ZSSSXCTU01", new string[] { "YTCS", "输送线上层允许出箱1" });
getdic.Add("ZSSSXCTU02", new string[] { "YTCS", "输送线上层允许出箱3" });
getdic.Add("ZSSSXCTU01", new string[] { "YTCS", "输送线上层允许出箱1" });
getdic.Add("ZSSSXCTU02", new string[] { "YTCS", "输送线上层允许出箱3" });
#region
putdic.Add("ZS-C01-1", new string[] { "hxjC", "A2允许入空箱", });