| | |
| | | { |
| | | if (_taskService.UpdateCheckTask(command.Number, stationInfo).Result.Status) |
| | | { |
| | | |
| | | conveyorLine.SetValue(ConveyorLineDBName.ResponState, 1, stationInfo.stationChildCode); |
| | | |
| | | _taskService.UpdatePosition(task.TaskNum, stationInfo.stationChildCode); |
| | |
| | | /// <param name="ProtocalDetailValue">绾夸綋褰撳墠bool璇诲彇鍋忕Щ鍦板潃</param> |
| | | public void ConveyorLineOutFinish(CommonConveyorLine conveyorLine, ConveyorLineTaskCommand command, Dt_StationManager stationInfo) |
| | | { |
| | | var task = _taskService.QueryExecutingTaskByBarcode(command.Number, stationInfo.stationChildCode); |
| | | //var task = _taskService.QueryExecutingTaskByBarcode(command.Number, stationInfo.stationChildCode); |
| | | var task = _taskService.QueryOutTaskByBarcode(command.Number); |
| | | if (task != null) |
| | | { |
| | | if (task.TargetAddress == "2032" || task.TargetAddress == "2042") |
| | |
| | | if (Number != "" && Number != null) |
| | | { |
| | | //璋冨彇wms鎺ュ彛鐢宠agv浠诲姟 |
| | | WebResponseContent content = _taskService.GetAGVTaskdistribution(stationInfo.stationLocation); |
| | | WebResponseContent content = _taskService.GetAGVTaskdistribution(stationInfo.stationLocation, Number); |
| | | |
| | | } |
| | | } |