add
zongzhibin
2024-11-24 d89732b82ff7fc047628ca3772311a0fbeea3553
SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
@@ -137,6 +137,43 @@
        [Description("出库完成已确认")]
        public bool W_OutboundFinishConfirm { get; set; }
        /// <summary>
        /// 码垛末板标志
        /// </summary>
        [Description("码垛末板标志")]
        public bool W_EndMark { get; set; }
        /// <summary>
        /// 码垛任务号
        /// </summary>
        [Description("码垛任务号")]
        public short W_PalletizingTaskID { get; set; }
        /// <summary>
        /// 码垛是否旋转
        /// </summary>
        [Description("码垛是否旋转")]
        public short W_Rotate { get; set; }
        /// <summary>
        /// 码垛目标工位
        /// </summary>
        [Description("码垛目标工位")]
        public short W_PalletizingStation { get; set; }
        /// <summary>
        /// 码垛位置坐标X
        /// </summary>
        [Description("码垛位置坐标X")]
        public short W_PalletizingPlaceX { get; set; }
        /// <summary>
        /// 码垛位置坐标Y
        /// </summary>
        [Description("码垛位置坐标Y")]
        public short W_PalletizingPlaceY { get; set; }
        /// <summary>
        /// 码垛任务完成确认
        /// </summary>
        [Description("码垛任务完成确认")]
        public bool W_PalletizingTaskFinish { get; set; }
    }
    /// <summary>
@@ -155,7 +192,43 @@
        /// </summary>
        [Description("读码数据解析完成")]
        public string W_DataFinish { get; set; }
        /// <summary>
        /// 码垛末板标志
        /// </summary>
        [Description("码垛末板标志")]
        public string W_EndMark { get; set; }
        /// <summary>
        /// 码垛任务号
        /// </summary>
        [Description("码垛任务号")]
        public string W_PalletizingTaskID { get; set; }
        /// <summary>
        /// 码垛是否旋转
        /// </summary>
        [Description("码垛是否旋转")]
        public string W_Rotate { get; set; }
        /// <summary>
        /// 码垛目标工位
        /// </summary>
        [Description("码垛目标工位")]
        public string W_PalletizingStation { get; set; }
        /// <summary>
        /// 码垛位置坐标X
        /// </summary>
        [Description("码垛位置坐标X")]
        public string W_PalletizingPlaceX { get; set; }
        /// <summary>
        /// 码垛位置坐标Y
        /// </summary>
        [Description("码垛位置坐标Y")]
        public string W_PalletizingPlaceY { get; set; }
        /// <summary>
        /// 码垛任务完成确认
        /// </summary>
        [Description("码垛任务完成确认")]
        public string W_PalletizingTaskFinish { get; set; }
        /// <summary>
        /// 齐套信息(998齐套,999异常出库)
        /// </summary>
@@ -401,6 +474,27 @@
        /// </summary>
        [Description("出库任务号")]
        public short R_Outbound_TaskID { get; set; }
        /// <summary>
        /// 码垛放货完成
        /// </summary>
        [Description("码垛放货完成")]
        public bool R_PalletizingFinish { get; set; }
        /// <summary>
        /// 码垛读取任务号
        /// </summary>
        [Description("码垛读取任务号")]
        public short R_PalletizingTaskNo { get; set; }
        /// <summary>
        /// 码垛位置1状态
        /// </summary>
        [Description("码垛位置1状态")]
        public short R_PalletizingStation1 { get; set; }
        /// <summary>
        /// 码垛位置2状态
        /// </summary>
        [Description("码垛位置2状态")]
        public short R_PalletizingStation2 { get; set; }
    }
    public class StationDBForReadComm
@@ -460,6 +554,25 @@
        /// </summary>
        [Description("出库任务号")]
        public string R_Outbound_TaskID { get; set; }
        /// <summary>
        /// 码垛放货完成
        /// </summary>
        [Description("码垛放货完成")]
        public string R_PalletizingFinish { get; set; }
        /// <summary>
        /// 码垛读取任务号
        /// </summary>
        [Description("码垛读取任务号")]
        public string R_PalletizingTaskNo { get; set; }
        /// <summary>
        /// 码垛位置1状态
        /// </summary>
        [Description("码垛位置1状态")]
        public string R_PalletizingStation1 { get; set; }
        /// <summary>
        /// 码垛位置2状态
        /// </summary>
        [Description("码垛位置2状态")]
        public string R_PalletizingStation2 { get; set; }
    }
}