版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

30 lines
1.5 KiB

  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace MaiMuAOI.SysCtrl
  7. {
  8. public class SysUpdata
  9. {
  10. public static string Updata = "V2.0:\r\n" +
  11. "\t新版本,新流程,兼容老流程\r\n" +
  12. "\t修复SN重复bug,只有相同料号的sn重复。\r\n" +
  13. "\t新增本地数据查询功能。\r\n" +
  14. "\t详细:\r\n" +
  15. "\t1.增加检测单号,可不填。方便记录批次工单\r\n" +
  16. "\t2.兼容老的流程。老的产品。不需要新建\r\n" +
  17. "\t3.新增快速流程,方便新建流程,流程运行速度更快。\r\n" +
  18. "\t4.快速流程新增取值,可以多次采集一点数据,取均值,最大值或最小值判断。\r\n" +
  19. "\t5.快速流程新增结果判断,可以进行单点判断或多点均值判断\r\n" +
  20. "\t6.快速流程加入自动聚焦功能。\r\n" +
  21. "\t7.快速流程功能可以在产品的图纸功能上选择需要测试的点位\r\n" +
  22. "\t8.新增X方向PT测试功能\r\n" +
  23. "\t9.新增http上传数据功能\r\n" +
  24. "\t10.新增标签打印,excel打印功能(需要安装标签打印软件和excel软件)\r\n" +
  25. "\t11.快速流程张力,厚度,pt,线宽等测试不设测试次数上限,可自由设置\r\n" +
  26. "\t12.提升了缺陷检测处理速度";
  27. }
  28. }