分档类型变更

This commit is contained in:
Administrator
2026-07-02 17:22:02 +08:00
parent 66df37b139
commit 3eed43af5d
412 changed files with 1320462 additions and 1620 deletions
+43 -18
View File
@@ -7,23 +7,23 @@ namespace JinYuan.Models
/// </summary>
public class BGearEntity
{
public int[] MyNo = new int[3];//AB序号
public short[] listRes = new short[3];//AB反馈结果
public string[] ScanTime = new string[3];//AB芯包扫码时间
public string[] listBatCode = new string[3];//芯包条码
public string[] judgment_result = new string[3];//AB芯包出站判定结果
public int[] MyNo = new int[6];//AB序号
public short[] listRes = new short[6];//AB反馈结果
public string[] ScanTime = new string[6];//AB芯包扫码时间
public string[] listBatCode = new string[6];//芯包条码
public string[] judgment_result = new string[6];//AB芯包出站判定结果
public short[,] list_Data1 = new short[3, 28];//芯包信息1
public int[,] list_Data2 = new int[3, 19];//芯包信息2(焊机相关次数)
public float[,] list_Data3 = new float[3, 54];//芯包信息3(设定值)
public float[,] list_Data4 = new float[3, 47];//芯包信息4(实际值)
public short[,] list_Data1 = new short[6, 28];//芯包信息1
public int[,] list_Data2 = new int[6, 19];//芯包信息2(焊机相关次数)
public float[,] list_Data3 = new float[6, 54];//芯包信息3(设定值)
public float[,] list_Data4 = new float[6, 47];//芯包信息4(实际值)
public short[,] list_pan = new short[3, 1];//物流线托盘码
public short[,] list_pan = new short[6, 1];//物流线托盘码
//
public int[,] CCD_Data = new int[3, 16];//芯包CCD信息1,2,3
public int[,] CCD_NgNo = new int[3, 16];//芯包不良编码信息1,2,3
public float[,] Thickness_Data = new float[3, 3];//电芯3_厚度数据信息1,2,3
public int[,] Thickness_PLCData = new int[3, 3];//电芯3_厚度数据OKNG1,2,3 与ccd一样 1 OK,0 NG,2 缺图
public int[,] CCD_Data = new int[6,27];//芯包CCD信息1,2,3
public int[,] CCD_NgNo = new int[6, 27];//芯包不良编码信息1,2,3
public float[,] Thickness_Data = new float[6, 3];//电芯3_厚度数据信息1,2,3
public int[,] Thickness_PLCData = new int[6, 3];//电芯3_厚度数据OKNG1,2,3 与ccd一样 1 OK,0 NG,2 缺图
/// <summary>
/// 通道
/// </summary>
@@ -69,7 +69,14 @@ namespace JinYuan.Models
public int CCD18 { get; set; }
public int CCD19 { get; set; }
public int CCD20 { get; set; }
public int CCD21 { get; set; }
public int CCD22 { get; set; }
public int CCD23 { get; set; }
public int CCD24 { get; set; }
public int CCD25 { get; set; }
public int CCD26 { get; set; }
public int CCD27 { get; set; }
/// <summary>
/// 电芯1_厚度数据1
/// </summary>
@@ -111,8 +118,15 @@ namespace JinYuan.Models
public string CCDResult18 { get; set; }
public string CCDResult19 { get; set; }
public string CCDResult20 { get; set; }
public string CCDResult21 { get; set; }
public string CCDResult22 { get; set; }
public string CCDResult23 { get; set; }
public string CCDResult24 { get; set; }
public string CCDResult25 { get; set; }
public string CCDResult26 { get; set; }
public string CCDResult27 { get; set; }
public string CSBYHCODEA { get; set; }
/// <summary>
/// 芯包条码
/// </summary>
@@ -191,10 +205,21 @@ namespace JinYuan.Models
public string CCD15NgCode { get; set; }
public string CCD16NgCode { get; set; }
public string CCD17NgCode { get; set; }
public string CCD18NgCode { get; set; }
public string CCD19NgCode { get; set; }
public string CCD20NgCode { get; set; }
public string CCD21NgCode { get; set; }
public string CCD22NgCode { get; set; }
public string CCD23NgCode { get; set; }
public string CCD24NgCode { get; set; }
public string CCD25NgCode { get; set; }
public string CCD26NgCode { get; set; }
public string CCD27NgCode { get; set; }
/// <summary>
/// 二维码ng 不良编号
/// </summary>
public string CCD18NgCode { get; set; }
public string BarCodeResult { get; set; }
/// <summary>
/// 进出站条码匹配结果
@@ -238,7 +263,7 @@ namespace JinYuan.Models
public string SM_cutting_speed { get; set; }
public string SM_dust_removal_wind_speed { get; set; }
}