增加报表输出
This commit is contained in:
parent
3cff6c75db
commit
6a1382993b
@ -194,10 +194,11 @@ public class HyosungRuntime(
|
||||
try
|
||||
{
|
||||
await trayService.StorageAsync(info.TrayCode);
|
||||
//reportExportService.ExportAsync(info.TrayCode);
|
||||
|
||||
await hyosungAgvService.StorageAsync(info.TrayCode);
|
||||
//标志下线已完成
|
||||
await hyosungPlcService.LeaveCompletedAsync();
|
||||
await reportExportService.ExportAsync(info.TrayCode);
|
||||
logger.LogInformation($"plc leaving production line success");
|
||||
}
|
||||
catch (Exception e)
|
||||
|
Loading…
x
Reference in New Issue
Block a user