add
zongzhibin
2024-11-28 e01a2b8111b8d9204b8f322709a9233969e26294
SDA/iWareSda/Devices/4-Station/StationModel/DB/RgvComm.cs
@@ -91,38 +91,38 @@
        /// 包件长
        /// </summary>
        [Description("包件长")]
        public string W_PackageLength { get; set; }
        public short W_PackageLength { get; set; }
        /// <summary>
        /// 包件宽
        /// </summary>
        [Description("包件宽")]
        public string W_PackageWidth { get; set; }
        public short W_PackageWidth { get; set; }
        /// <summary>
        /// 纸箱高
        /// </summary>
        [Description("纸箱高")]
        public string W_CartonHeight { get; set; }
        public short W_CartonHeight { get; set; }
        /// <summary>
        /// 纸箱宽
        /// </summary>
        [Description("纸箱宽")]
        public string W_CartonWidth { get; set; }
        public short W_CartonWidth { get; set; }
        /// <summary>
        /// 放料X偏移
        /// </summary>
        [Description("放料X偏移")]
        public string W_X_Offset { get; set; }
        public short W_X_Offset { get; set; }
        /// <summary>
        /// 放料Y偏移
        /// </summary>
        [Description("放料Y偏移")]
        public string W_Y_Offset { get; set; }
        public short W_Y_Offset { get; set; }
        /// <summary>
        /// 入库完成已确认
@@ -197,7 +197,12 @@
        /// 合包任务号
        /// </summary>
        [Description("合包任务号")]
        public int W_SurroundTaskNo { get; set; }
        public short W_SurroundTaskNo { get; set; }
        /// <summary>
        /// 码垛首末板
        /// </summary>
        [Description("码垛首末板")]
        public short W_PalletizingBucketType { get; set; }
    }
    /// <summary>
@@ -262,6 +267,11 @@
        /// </summary>
        [Description("码垛任务完成确认")]
        public string W_PalletizingTaskFinish { get; set; }
        /// <summary>
        /// 码垛首末板
        /// </summary>
        [Description("码垛首末板")]
        public string W_PalletizingBucketType { get; set; }
        /// <summary>
        /// 齐套信息(998齐套,999异常出库)
        /// </summary>
@@ -537,7 +547,11 @@
        /// </summary>
        [Description("码垛位置2状态")]
        public short R_PalletizingStation2 { get; set; }
        /// <summary>
        /// 码垛任务接收完成
        /// </summary>
        [Description("码垛任务接收完成")]
        public bool R_PalletizingAck { get; set; }
        /// <summary>
        /// 强制出库模式
        /// </summary>
@@ -649,5 +663,10 @@
        /// </summary>
        [Description("合包任务号")]
        public string R_SurrouondTaskNo { get; set; }
        /// <summary>
        /// 码垛任务接收完成
        /// </summary>
        [Description("码垛任务接收完成")]
        public string R_PalletizingAck { get; set; }
    }
}