|  |  |  | 
|---|
|  |  |  | using Newtonsoft.Json; | 
|---|
|  |  |  | using OfficeOpenXml.FormulaParsing.Excel.Functions.Math; | 
|---|
|  |  |  | using Quartz; | 
|---|
|  |  |  | using SqlSugar; | 
|---|
|  |  |  | using System; | 
|---|
|  |  |  | 
|---|
|  |  |  | ConveyorLineSignal conveyorLineSignalRead = conveyorLineInfoRead.Signal.ByteToBoolObject<ConveyorLineSignal>(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | ConveyorLineSignal conveyorLineSignalWrite = conveyorLineInfoWrite.Signal.ByteToBoolObject<ConveyorLineSignal>(); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (item.StationType == StationTypeEnum.StationType_PakcPallet.ObjToInt()) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | if (conveyorLineSignalRead.STB && !conveyorLineSignalWrite.ACK) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.TaskNum, 1, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, item.StationCode, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, 1102, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare1, ConveyorWorkTypeEnum.Outbound.ObjToInt(), item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.ACK, true, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else if(!conveyorLineSignalRead.STB && conveyorLineSignalWrite.ACK) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.ACK, false, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (item.StationType == StationTypeEnum.StationType_InboundAndOutbound.ObjToInt()) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | Dt_Task task = _taskRepository.QueryFirst(x => x.CurrentAddress == item.StationCode && _taskService.TaskInboundTypes.Contains(x.TaskType) /*&& x.DeviceCode == item.StationDeviceCode*/ && (x.TaskState == TaskStatusEnum.New.ObjToInt()) && x.WarehouseId == warehouseDevice.WarehouseId); | 
|---|
|  |  |  | if (task != null && conveyorLineInfoWrite.Spare2 == 0 && conveyorLineStatus.Goods) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | List<string> stations = _routerExtension.GetEndPoint(item.StationCode, TaskTypeEnum.Inbound.ObjToInt()).Select(x => x.NextPosi).ToList(); | 
|---|
|  |  |  | WebResponseContent responseContent = _taskService.RequestWMSAssignRoadway(stations, task.TaskNum, conveyorLineInfoRead.Spare2); | 
|---|
|  |  |  | if (responseContent.Status) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare2, 1, item.StationCode); | 
|---|
|  |  |  | _taskService.UpdateTask(task, TaskStatusEnum.Line_Execute, deviceCode: item.StationDeviceCode, roadwayNo: responseContent.Data.ToString() ?? ""); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | //List<string> stations = _routerExtension.GetEndPoint(item.StationCode, TaskTypeEnum.Inbound.ObjToInt()).Select(x => x.NextPosi).ToList(); | 
|---|
|  |  |  | ////åé
å··é | 
|---|
|  |  |  | //WebResponseContent responseContent = _taskService.RequestWMSAssignRoadway(stations, task.TaskNum, conveyorLineInfoRead.Spare2); | 
|---|
|  |  |  | //if (responseContent.Status) | 
|---|
|  |  |  | //{ | 
|---|
|  |  |  | //    device.SetValue(W_ConveyorLineDB.Spare2, 1, item.StationCode); | 
|---|
|  |  |  | //    _taskService.UpdateTask(task, TaskStatusEnum.Line_Execute, deviceCode: item.StationDeviceCode, roadwayNo: responseContent.Data.ToString() ?? ""); | 
|---|
|  |  |  | //} | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare2, 1, item.StationCode); | 
|---|
|  |  |  | _taskService.UpdateTask(task, TaskStatusEnum.Line_Execute, deviceCode: item.StationDeviceCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | Dt_Task task = _taskRepository.QueryFirst(x => x.CurrentAddress == item.StationCode && _taskService.TaskInboundTypes.Contains(x.TaskType) && x.DeviceCode == item.StationDeviceCode && (x.TaskState == TaskStatusEnum.Line_Execute.ObjToInt()) && x.PalletCode == conveyorLineInfoRead.Barcode && x.WarehouseId == warehouseDevice.WarehouseId); | 
|---|
|  |  |  | if (task != null) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | List<string> stations = _routerExtension.GetEndPoint(item.StationCode, TaskTypeEnum.Inbound.ObjToInt()).Select(x => x.NextPosi).ToList(); | 
|---|
|  |  |  | //åé
å··é | 
|---|
|  |  |  | if (stations.Count>1) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | WebResponseContent responseContent = _taskService.RequestWMSAssignRoadway(stations, task.TaskNum, conveyorLineInfoRead.Spare2); | 
|---|
|  |  |  | if (responseContent.Status) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | _taskService.UpdateTask(task, TaskStatusEnum.Line_Execute, roadwayNo: responseContent.Data.ToString() ?? "",heightType: conveyorLineInfoRead.Spare2); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare2, 0, item.StationCode); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | string currentAddress = task.CurrentAddress; | 
|---|
|  |  |  | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | //task.NextAddresså¯è½æ¯router.NextPosi | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, task.NextAddress, item.StationCode); | 
|---|
|  |  |  | nextAddress = router.NextPosi; | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, router.NextPosi, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.TaskNum, task.TaskNum, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, task.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare1, ConveyorWorkTypeEnum.Outbound.ObjToInt(), item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.ACK, true, item.StationCode); | 
|---|
|  |  |  | _taskService.UpdateTask(task, taskState, currentAddress: currentAddress, nextAddress: nextAddress, targetAddress: targetAddress, deviceCode: deviceCode); | 
|---|
|  |  |  | if (router.IsEnd) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | _taskService.UpdateTask(task, taskState, currentAddress: currentAddress, nextAddress: nextAddress, targetAddress: targetAddress, deviceCode: deviceCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | _taskService.UpdateTask(task, taskState, nextAddress: nextAddress); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #endregion | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else//ç产éåº | 
|---|
|  |  |  | else//ç产é庠//æ¢å··éå
¥åº | 
|---|
|  |  |  | { | 
|---|
|  |  |  | #region ç产éåº,带任å¡å·æ¥è¯¢ä»»å¡ | 
|---|
|  |  |  | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == conveyorLineInfoRead.TaskNum && x.NextAddress == item.StationCode && _taskService.TaskInboundTypes.Contains(x.TaskType) && x.WarehouseId == warehouseDevice.WarehouseId); // å¸¦ä»»å¡å·æ¥è¯¢ä»»å¡ | 
|---|
|  |  |  | Dt_Task task = _taskRepository.QueryFirst(x => x.TaskNum == conveyorLineInfoRead.TaskNum && x.NextAddress == item.StationCode && _taskService.TaskInboundTypes.Contains(x.TaskType) && x.WarehouseId == warehouseDevice.WarehouseId && x.TaskState == TaskStatusEnum.Line_Execute.ObjToInt()); // å¸¦ä»»å¡å·æ¥è¯¢ä»»å¡ | 
|---|
|  |  |  | Dt_Task taskIn = _taskRepository.QueryFirst(x => x.TaskNum == conveyorLineInfoRead.TaskNum && _taskService.TaskInboundTypes.Contains(x.TaskType) && x.DeviceCode == item.StationDeviceCode && x.NextAddress == item.StationCode && x.WarehouseId == warehouseDevice.WarehouseId && x.TaskState == TaskStatusEnum.Line_Executing.ObjToInt()); // å¸¦ä»»å¡å·æ¥è¯¢ä»»å¡ | 
|---|
|  |  |  | if (task != null) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | List<string> stations = _routerExtension.GetEndPoint(item.StationCode, TaskTypeEnum.Inbound.ObjToInt()).Select(x => x.NextPosi).ToList(); | 
|---|
|  |  |  | 
|---|
|  |  |  | taskState = TaskStatusEnum.SC_Execute; | 
|---|
|  |  |  | deviceCode = item.StackerCraneCode; | 
|---|
|  |  |  | roadwayNo = responseContent.Data.ToString(); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, task.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, task.NextAddress, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, task.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | //task.NextAddresså¯è½æ¯router.NextPosi | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, task.NextAddress, item.StationCode); | 
|---|
|  |  |  | roadwayNo = responseContent.Data.ToString(); | 
|---|
|  |  |  | deviceCode = router.ChildPosiDeviceCode; | 
|---|
|  |  |  | currentAddress = router.StartPosi; | 
|---|
|  |  |  | nextAddress= router.NextPosi; | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, router.NextPosi, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, router.StartPosi, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.TaskNum, task.TaskNum, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, task.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare1, ConveyorWorkTypeEnum.Outbound.ObjToInt(), item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.ACK, true, item.StationCode); | 
|---|
|  |  |  | _taskService.UpdateTask(task, taskState, currentAddress: currentAddress, nextAddress: nextAddress, targetAddress: targetAddress, deviceCode: deviceCode, roadwayNo: roadwayNo); | 
|---|
|  |  |  | _taskService.UpdateTask(task, taskState, currentAddress: currentAddress, nextAddress: nextAddress, targetAddress: targetAddress, deviceCode: deviceCode, roadwayNo: roadwayNo,heightType: conveyorLineInfoRead.Spare2); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (taskIn!=null) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | string currentAddress = taskIn.CurrentAddress; | 
|---|
|  |  |  | string nextAddress = taskIn.NextAddress; | 
|---|
|  |  |  | string targetAddress = taskIn.TargetAddress; | 
|---|
|  |  |  | string deviceCode = taskIn.DeviceCode; | 
|---|
|  |  |  | TaskStatusEnum taskState = (TaskStatusEnum)taskIn.TaskState; | 
|---|
|  |  |  | List<Dt_Router> routers = _routerService.QueryNextRoutes(item.StationCode, taskIn.Roadway, taskIn.TaskType); | 
|---|
|  |  |  | Dt_Router? router = routers.FirstOrDefault(); | 
|---|
|  |  |  | if (routers == null || routers.Count == 0 || router == null) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | WriteError(item.StationName, $"æªæ¾å°å¯¹åºè·¯ç±ä¿¡æ¯,设å¤ç¼å·:{item.StationCode},ä»»å¡å·:{taskIn.TaskNum}"); | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | if (routers.Count > 1) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | WriteError(item.StationName, $"è·¯ç±ä¿¡æ¯é
ç½®é误,设å¤ç¼å·:{item.StationCode},ä»»å¡å·:{taskIn.TaskNum}"); | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | if (router.IsEnd) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | string? targetLoca = _taskService.RequestAssignLocationByHeight(taskIn.TaskNum, taskIn.Roadway, taskIn.HeightType); | 
|---|
|  |  |  | if (!string.IsNullOrEmpty(targetLoca)) | 
|---|
|  |  |  | { | 
|---|
|  |  |  | currentAddress = item.StackerCraneStationCode; | 
|---|
|  |  |  | targetAddress = targetLoca; | 
|---|
|  |  |  | nextAddress = targetLoca; | 
|---|
|  |  |  | taskState = TaskStatusEnum.SC_Execute; | 
|---|
|  |  |  | deviceCode = item.StackerCraneCode; | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.EndPos, taskIn.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | else | 
|---|
|  |  |  | { | 
|---|
|  |  |  | WriteError(item.StationName, $"请æ±åé
è´§ä½å¤±è´¥,设å¤ç¼å·:{item.StationCode},ä»»å¡å·:{task.TaskNum}"); | 
|---|
|  |  |  | continue; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | } | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.TaskNum, taskIn.TaskNum, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.StartPos, taskIn.CurrentAddress, item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare1, ConveyorWorkTypeEnum.Outbound.ObjToInt(), item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.ACK, true, item.StationCode); | 
|---|
|  |  |  | _taskService.UpdateTask(taskIn, taskState, currentAddress: currentAddress, nextAddress: nextAddress, targetAddress: targetAddress, deviceCode: deviceCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | #endregion | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.Spare1, ConveyorWorkTypeEnum.Outbound.ObjToInt(), item.StationCode); | 
|---|
|  |  |  | device.SetValue(W_ConveyorLineDB.STB, true, item.StationCode); | 
|---|
|  |  |  | } | 
|---|
|  |  |  | //else //è°æ¨ä½¿ç¨ | 
|---|
|  |  |  | //{ | 
|---|
|  |  |  | //    device.SetValue(W_ConveyorLineDB.STB, true, item.StationCode); | 
|---|
|  |  |  | //} | 
|---|
|  |  |  | //{ | 
|---|
|  |  |  | //    task = _taskRepository.QueryFirst(x => x.CurrentAddress == item.StationCode && _taskService.TaskInboundTypes.Contains(x.TaskType) && string.IsNullOrEmpty(x.DeviceCode) && x.TaskState == TaskStatusEnum.New.ObjToInt() && x.WarehouseId == warehouseDevice.WarehouseId); | 
|---|
|  |  |  | //    if (task != null) | 
|---|