| | |
| | | MapCode="01", |
| | | Variables=new List<PointDetail>() |
| | | }; |
| | | if (task.NextAddress== "䏿¥¼æå°ç 头") |
| | | { |
| | | string? address =_taskService.RequestTargetAddress(task.TaskNum); |
| | | if (address.IsNullOrEmpty()) |
| | | { |
| | | task.ExceptionMessage = "æªæ¾å°AGVç«ç¹"; |
| | | continue; |
| | | } |
| | | task.NextAddress = address; |
| | | } |
| | | Dt_StationManger stationMangerStart = _stationMangerRepository.QueryFirst(x=>x.StationCode==task.CurrentAddress); |
| | | Dt_StationManger stationMangerEnd = _stationMangerRepository.QueryFirst(x => x.StationCode == task.NextAddress); |
| | | //æ·»å ä»»å¡è·¯å¾åé«åº¦ |