wangxinhui
2026-01-12 ded9c653b4bd5f45cb23124068687135c29e6915
ÏîÄ¿´úÂë/WCS/WCSServices/WIDESEAWCS_Tasks/èì¼Ü/TrussCartonJob.cs
@@ -79,7 +79,7 @@
                        //写入心跳
                        foreach (var item in stationMangers)
                        {
                            //码垛状态
                            //请求状态
                            bool Call = device.GetValue<R_TrussCartonDB, bool>(GetCartonCall(item.StackerCraneStationCode), device.DeviceCode);
                            if (Call && item.IsOccupied == 0)
@@ -91,6 +91,7 @@
                                //请求WMS空托叠盘任务
                            }
                        }
                        Thread.Sleep(1000);
                        device.SetValue(W_TrussCartonDB.W_CartonHeart, true, device.DeviceCode);
                    }
                    else