Commit 25d8b354 authored by 潘栩锋's avatar 潘栩锋 🚴

自动模头 添加数据进入,速度限制

parent fa1e6e66
......@@ -51,7 +51,7 @@ using System.Windows;
// 可以指定所有这些值,也可以使用“内部版本号”和“修订号”的默认值,
// 方法是按如下所示使用“*”:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("7.0.0.0")]
[assembly: AssemblyFileVersion("7.0.0.0")]
[assembly: AssemblyVersion("7.0.1.0")]
[assembly: AssemblyFileVersion("7.0.1.0")]
[assembly: Guid("CC6F2BB4-E648-47BE-8223-B6157E35403D")]
......@@ -696,11 +696,11 @@ namespace FLY.FilmCasting.AutoDie.Server
if (invalid_cnt > workBolts / 2)//有一半数据都是无效的
return;
//if (lc_ScanData.FilmVelocity < INVALID_VELOCITY)
//{
// //速度太慢,异常
// return;
//}
if (lc_ScanData.FilmVelocity < INVALID_VELOCITY)
{
//速度太慢,异常
return;
}
var lcThickHeat = new Lc_ThickHeat()
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment