#250926 术鹏修改为将耗时操作修改为后台线程
This commit is contained in:
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyConfiguration("")]
|
||||
[assembly: AssemblyCompany("")]
|
||||
[assembly: AssemblyProduct("Hexagon NSAnalysis")]
|
||||
[assembly: AssemblyCopyright("Copyright © Hexagon 2024")]
|
||||
[assembly: AssemblyCopyright("Copyright © Hexagon 2025")]
|
||||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
|
||||
@@ -33,7 +33,7 @@ using System.Runtime.InteropServices;
|
||||
// by using the '*' as shown below:
|
||||
// [assembly: AssemblyVersion("1.0.*")]
|
||||
[assembly: AssemblyVersion("2025.08.31.0")]
|
||||
[assembly: AssemblyFileVersion("2025.08.31.0")]
|
||||
[assembly: AssemblyFileVersion("2025.09.26.3")]
|
||||
//奇瑞总装软件
|
||||
//2024.09.27.1 该版本增加读取编码器数值功能
|
||||
//2024.10.08.1 该版本修改了EHY和EH3的测点图片 以及增加了上传IOT时,在1.5倍公差内,都是OK的结果,传给IOT
|
||||
@@ -48,4 +48,7 @@ using System.Runtime.InteropServices;
|
||||
//2024.10.28.1 合格率计算的时候 添加上极差
|
||||
//2024.10.31.1 极差上传IOT时,在1.5倍公差内,都是OK的结果,传给IOT
|
||||
//2024.12.24 .1 添加判断连续多少辆车检测项数量不足,则报警
|
||||
//2025.03.03.1 添加自检报告
|
||||
//2025.03.03.1 添加自检报告
|
||||
//2025.9.20 更新打印LOG 排查 维修工位不刷新问题
|
||||
//2025.9.24 更新Timer,解决刷新问题
|
||||
//2025.9.26 更新,解决刷新问题
|
||||
Reference in New Issue
Block a user