qinchulong
2025-03-02 547436626cfe9cb01ae95b0bde9886b9cf46a9f2
ÏîÄ¿´úÂë/WCS/WIDESEAWCS_Server/WIDESEAWCS_Tasks/OHT/OHTReadData.cs
@@ -11,7 +11,7 @@
        /// <summary>
        /// å¿ƒè·³
        /// </summary>
        public short R_HeartBeat { get; set; }
        public bool R_HeartBeat { get; set; }
        /// <summary>
        /// å½“前运行模式
@@ -35,23 +35,23 @@
        /// <summary>
        /// å¤©è½¦å¤§è½¦å½“前位置
        /// </summary>
        public short R_CurrentLine { get; set; }
        public int R_CurrentLine { get; set; }
        /// <summary>
        /// å¤©è½¦å°è½¦å½“前位置
        /// </summary>
        public short R_CurrentColumn { get; set; }
        public int R_CurrentColumn { get; set; }
        /// <summary>
        /// èµ·å‡å½“前位置
        /// </summary>
        public short R_RiseUp_Position { get; set; }
        public int R_RiseUp_Position { get; set; }
        /// <summary>
        /// ä»»åŠ¡å·
        /// </summary>
        public short R_TaskNumber { get; set; }
        public int R_TaskNumber { get; set; }
        /// <summary>
        /// 1号货爪是否有货
@@ -64,25 +64,88 @@
        public short R_Loaded_2 { get; set; }
        /// <summary>
        /// 1号货爪扫码结果
        /// é‡é‡
        /// </summary>
        public string R_Code_1 { get; set; }
        public float weight { get; set; }
        #region è§„整机PLC定义
        /// <summary>
        /// 2号货爪扫码结果
        /// è¯»è„‰å†²å¿ƒè·³
        /// </summary>
        public string R_Code_2 { get; set; }
        public bool R_GZJ_HeartBeat { get; set; }
        /// <summary>
        /// 1号装车位请求
        /// è§„整机投入使用
        /// </summary>
        public bool R_Load_Requst_1 { get; set; }
        public bool R_GZJ_isWork { get; set; }
        /// <summary>
        /// 2号装车位请求
        /// ä¸Šæ–™æ¨¡å¼è½¨é“车
        /// </summary>
        public bool R_Load_Requst_2 { get; set; }
        public bool R_RGVMode { get; set; }
        /// <summary>
        /// ä¸Šæ–™æ¨¡å¼å‰è½¦
        /// </summary>
        public bool R_CCMode { get; set; }
        /// <summary>
        /// å‰”除上料模式
        /// </summary>
        public bool R_TCMode { get; set; }
        /// <summary>
        /// ä¸œè·¨æž¶å­å¯å–板
        /// </summary>
        public bool R_DK_isready { get; set; }
        /// <summary>
        /// è¥¿è·¨æž¶å­å¯å–板
        /// </summary>
        public bool R_XK_isready { get; set; }
        /// <summary>
        /// å‰”除架子可取板
        /// </summary>
        public bool R_TC_isready { get; set; }
        #endregion
        #region æ•´å½¢æœºPLC定义
        /// <summary>
        /// è¯»è„‰å†²ä¿¡å·
        /// </summary>
        public bool R_ZXJ_HeartBeat { get; set; }
        /// <summary>
        /// æ•´å½¢æœºæŠ•入使用
        /// </summary>
        public bool R_ZXJ_isWork { get; set; }
        /// <summary>
        /// ä¸Šæ–™æ¨¡å¼è½¨é“车
        /// </summary>
        public bool R_ZXJ_RGVMode { get; set; }
        /// <summary>
        /// ä¸Šæ–™æ¨¡å¼è¡Œè½¦
        /// </summary>
        public bool R_ZXJ_TCMode { get; set; }
        /// <summary>
        /// å‰”除未可取板
        /// </summary>
        public bool R_ZXJ_TC_isready { get; set; }
        /// <summary>
        /// å‰”除模式行车
        /// </summary>
        public bool R_TCMode_TC { get; set; }
        /// <summary>
        /// å‰”除模式叉车
        /// </summary>
        public bool R_TCMode_CC { get; set; }
        /// <summary>
        /// è¡Œè½¦å¯å‡†å¤‡å–板
        /// </summary>
        public bool R_HC_isReady { get; set; }
        /// <summary>
        /// è¡Œè½¦å¯æ”¾æ¿
        /// </summary>
        public bool R_HC_isReadyWork { get; set; }
        /// <summary>
        /// è¿›æ–™å°è½¦å®‰å…¨ä½
        /// </summary>
        public bool R_issafe { get; set; }
        #endregion
    }
}