using iWareSda.Devices._3_Rgv.RgvModel; using System; using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Text; using System.Threading.Tasks; namespace iWareSda { //RGV地址类 //public class RgvDBForRead //{ // #region 读取到的RGV信息 // /// // /// 心跳 // /// // [Description("心跳")] // public string R_HandShake { get; set; } // /// // /// 1015扫码 // /// // [Description("1015扫码")] // public string R_1015_Scan { get; set; } // /// // /// 1002扫码 // /// // [Description("1002扫码")] // public string R_1002_Scan { get; set; } // /// // /// 1004扫码 // /// // [Description("1004扫码")] // public string R_1004_Scan { get; set; } // /// // /// 1006扫码 // /// // [Description("1006扫码")] // public string R_1006_Scan { get; set; } // /// // /// 1007扫码 // /// // [Description("1007扫码")] // public string R_1007_Scan { get; set; } // /// // /// 1009的1层检测光电 // /// // [Description("1009的1层检测光电")] // public string R_1009_High1 { get; set; } // /// // /// 1009的2层检测光电 // /// // [Description("1009的2层检测光电")] // public string R_1009_High2 { get; set; } // /// // /// 1009的3层检测光电 // /// // [Description("1009的3层检测光电")] // public string R_1009_High3 { get; set; } // /// // /// RGV任务完成 // /// // [Description("RGV任务完成")] // public string R_RGV_Finish { get; set; } // /// // /// RGV当前坐标 // /// // [Description("RGV当前坐标")] // public string R_RGV_Coordinate { get; set; } // #region 读的站点 // public List R_RgvForReadCommList { get; set; } // #endregion // ///// // ///// 是否有报警 // ///// // //[Description("是否有报警")] // //public string R_Alarm { get; set; } // ///// // ///// 报警代码 // ///// // //[Description("报警代码")] // //public string R_AlarmCode { get; set; } // ///// // ///// 是否有货 // ///// // //[Description("是否有货")] // //public string R_Loaded { get; set; } // ///// // ///// 任务完成信号 // ///// // //[Description("任务完成信号")] // //public string R_TaskFinish { get; set; } // ///// // ///// 任务号 // ///// // //[Description("任务号")] // //public string R_TaskNo { get; set; } // ///// // ///// 起始站点 // ///// // //[Description("起始站点")] // //public string R_SPos { get; set; } // ///// // ///// 目标站点 // ///// // //[Description("目标站点")] // //public string R_TPos { get; set; } // ///// // ///// Rgv位置 // ///// // //[Description("Rgv位置")] // //public string R_RgvPosition { get; set; } // ///// // ///// Rgv状态 // ///// // //[Description("Rgv状态")] // //public string R_State { get; set; } // ///// // ///// Rgv模式 // ///// // //[Description("Rgv模式")] // //public string R_Mode { get; set; } // ///// // ///// 任务接收成功信号 // ///// // //[Description("任务接收成功信号")] // //public string R_Ack { get; set; } // #endregion //} }