CCD结果为20项
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace JinYuan.Models
|
||||
{
|
||||
public class ConstValue
|
||||
{
|
||||
/// <summary>
|
||||
/// CCD采集项数
|
||||
/// </summary>
|
||||
public const int COUNT_CCD = 20;
|
||||
|
||||
/// <summary>
|
||||
/// CCD采集项名称列表
|
||||
/// </summary>
|
||||
public static string[] CCDNameArr = new string[20] {
|
||||
"正面(2D/3D)",
|
||||
"反面(2D/3D)",
|
||||
"左侧面(2D/3D)",
|
||||
"右侧面(2D/3D)",
|
||||
"顶面(2D/3D)",
|
||||
"底面(2D/3D)",
|
||||
"底DE1",
|
||||
"底DE2",
|
||||
"底DE3",
|
||||
"底DE4",
|
||||
"中ME1",
|
||||
"中ME2",
|
||||
"中ME3",
|
||||
"中ME4",
|
||||
"正极柱(POS)",
|
||||
"负极柱(NEG)",
|
||||
"防爆阀(PRO)",
|
||||
"二维码检测结果",
|
||||
"厚度结果",
|
||||
"平面度结果"
|
||||
};
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user