|
|
@ -74,6 +74,7 @@ namespace SlnMesnac.Business
|
|
|
|
TcpServer.RefreshMaterialCodeStrEvent += BarCodeHandler;
|
|
|
|
TcpServer.RefreshMaterialCodeStrEvent += BarCodeHandler;
|
|
|
|
TcpServer.CameraResultEvent += ReceiveCameraResult;
|
|
|
|
TcpServer.CameraResultEvent += ReceiveCameraResult;
|
|
|
|
TcpServer.SerialSignalPushEvent += SerialSignalPush;
|
|
|
|
TcpServer.SerialSignalPushEvent += SerialSignalPush;
|
|
|
|
|
|
|
|
TcpServer.MessageNoReadEvent += MessageNoRead;
|
|
|
|
this.baseMaterialService = baseMaterialService;
|
|
|
|
this.baseMaterialService = baseMaterialService;
|
|
|
|
this.logoIdentifyService = logoIdentifyService;
|
|
|
|
this.logoIdentifyService = logoIdentifyService;
|
|
|
|
this.logoConfigService = logoConfigService;
|
|
|
|
this.logoConfigService = logoConfigService;
|
|
|
@ -307,6 +308,11 @@ namespace SlnMesnac.Business
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public void MessageNoRead()
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
WarningAndStop($"扫码器NoRead报警!");
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
/// <summary>
|
|
|
|
/// 判断Logo校验是否成功
|
|
|
|
/// 判断Logo校验是否成功
|
|
|
|
/// </summary>
|
|
|
|
/// </summary>
|
|
|
|