修改AGV相关
This commit is contained in:
parent
34a3a32621
commit
78c5949c2e
@ -35,7 +35,7 @@ public class HyosungAgvService(
|
|||||||
PositionCode = bin.CtnrCode,
|
PositionCode = bin.CtnrCode,
|
||||||
Type = "05"
|
Type = "05"
|
||||||
};
|
};
|
||||||
var ctnrType = await dictService.GetKeyAsync("AgvRackType", height.ToString());
|
var ctnrType = await dictService.GetKeyAsync("AgvRackType", bin.Height.ToString());
|
||||||
await _agv.CarryToAsync(start, stop, ctnrType, 120, "1");
|
await _agv.CarryToAsync(start, stop, ctnrType, 120, "1");
|
||||||
await agvBinService.BindAsync(bin);
|
await agvBinService.BindAsync(bin);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user