代码管理/PCS/WCS_Server/WIDESEA_WCS/Common/Pipeline.cs
@@ -17,6 +17,7 @@ using WIDESEA_WCS.JobsPart.Common; using System.Xml.Linq; using WIDESEA_Common; using System.Net; namespace WIDESEA_WCS { @@ -219,6 +220,11 @@ //} #endregion } else { var count = Gantry_client.ReadByOrder<Int16>("W_IndexNr", number); if (Station.quantity != count) Gantry_client.WriteByOrder("W_RequestUnload", false, number); } } else {