| | |
| | | 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> |
| | | /// è·åæ¯è½¦çPLC |
| | | /// æ ¹æ®åå°åï¼è·åæ¯è½¦è®¾å¤ä¿¡æ¯ |
| | | /// </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); |
| | | } |
| | | } |