From 21078521d79f0eb5535cc34be7917a3fd1123b8f Mon Sep 17 00:00:00 2001
From: HuBingJie <3146306518@qq.com>
Date: 星期三, 29 十月 2025 15:35:29 +0800
Subject: [PATCH] RGV监控
---
代码管理/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs | 77 ++++++++++++++++++++++++++++++++++----
1 files changed, 68 insertions(+), 9 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
index 696473f..164d149 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Server/WIDESEAWCS_ISystemServices/IAgvStationService.cs"
@@ -34,26 +34,85 @@
public interface IAgvStationService : IService<AGVStation>
{
/// <summary>
- /// 鑾峰彇褰撳墠鍦板潃绫诲瀷
+ /// 鏍规嵁璁惧淇℃伅锛岃幏鍙栧皬杞﹀唴瀹�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ChildPosiDeviceCode">璁惧</param>
/// <returns></returns>
- AGVStation GetAllStationByDeviceCode(int Station_code);
+ AGVStation Corridorequipment(string ChildPosiDeviceCode);
/// <summary>
- /// 鑾峰彇姣嶈溅鐨凱LC
+ /// 鏍规嵁瀛愬湴鍧�锛岃幏鍙栨瘝杞﹁澶囦俊鎭�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ZicheMotAddres">瀛愬湴鍧�</param>
/// <returns></returns>
- AGVStation GetMothercarCode(string Station_code);
+ AGVStation GetMothervehicle(int ZicheMotAddres);
/// <summary>
- /// 鑾峰彇瀛愯溅鍦板潃
+ /// 鏍规嵁杩囬亾鍦板潃锛岃幏鍙栬繃閬撳瓙杞﹁澶囦俊鎭�
/// </summary>
- /// <param name="Station_code"></param>
+ /// <param name="ZicheMotAddres">瀛愬湴鍧�</param>
/// <returns></returns>
- AGVStation GetZicheCode(string Station_code);
+ AGVStation GetMotheaisle(int ZicheMotAddres);
+
+ /// <summary>
+ /// 鏍规嵁HCJ绔欏彴鏌ユ壘鍐呬晶瀛愯溅璁惧淇℃伅
+ /// </summary>
+ /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param>
+ /// <returns></returns>
+ AGVStation GetZicheDeep(int HCJAddres);
+
+ /// <summary>
+ /// 鏍规嵁HCJ绔欏彴鍒ゆ柇鍑哄簱杩涜鍙栬揣鏃讹紝鍐呬晶瀛愯溅鏄惁鍦℉CJ绔欏彴涓嬮潰
+ /// </summary>
+ /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param>
+ /// <returns></returns>
+ AGVStation GetOutZicheDeep(int HCJAddres);
+
+ /// <summary>
+ /// 鏍规嵁杩囬亾鍦板潃鏌ヨ澶栦晶瀛愯溅
+ /// </summary>
+ /// <param name="HCJAddres"></param>
+ /// <returns></returns>
+ AGVStation OutGetZicheDeepHCJ(int HCJAddres);
+
+ /// <summary>
+ /// 鏍规嵁HCJ绔欏彴鏌ユ壘澶栦晶瀛愯溅璁惧淇℃伅
+ /// </summary>
+ /// <param name="HCJAddres">HCJ绔欏彴缂栧彿</param>
+ /// <returns></returns>
+ AGVStation GetZicheOuterSide(int HCJAddres);
+
+ /// <summary>
+ /// 鏍规嵁璁惧id锛岃幏鍙栧搴旂殑绔欏彴淇℃伅
+ /// </summary>
+ /// <param name="HCJAddres">璁惧缂栧彿</param>
+ /// <returns></returns>
+ List<AGVStation> GetYljSide(string Station_code);
+ /// <summary>
+ /// 鏍规嵁宸烽亾杩涜鑾峰彇璁惧锛堝叆搴撶増鏈級
+ /// </summary>
+ AGVStation ObtainCcordingTunnel(int SCTunnel);
+
+
+
+
+ //=====================================浠ヤ笅涓烘搷浣滈〉闈㈢殑鎺у埗鑾峰彇===================================================
+ /// <summary>
+ /// 鑾峰彇鍏ュ簱杩欒竟鐨勫瓙杞︼紝姣嶈溅
+ /// </summary>
+ List<AGVStation> GetInStroller();
+
+ /// <summary>
+ /// 鑾峰彇鍑哄簱杩欒竟鐨勫瓙杞︼紝姣嶈溅
+ /// </summary>
+ List<AGVStation> GetOutStroller();
+ /// <summary>
+ /// 鑾峰彇鍏ュ簱杩欒竟鐨勫瓙杞︼紝姣嶈溅
+ /// </summary
+ List<AGVStation> InGetOutStroller();
+
+ //=====================================浠ヤ笅涓烘搷浣滈〉闈㈢殑鎺у埗鑾峰彇===================================================
}
}
--
Gitblit v1.9.3