Welcome to Metal Mine! Today is Share:

Metal Mine ›› 2020, Vol. 49 ›› Issue (09): 184-190.

Previous Articles     Next Articles

Study on Overall Architecture Design and Key Technology of Open-pit Mine Navigation System

ZHONG Xiaoyu,ZHAO Qingfeng,SUN Xiaoyu,SUN Jian,XIAO Kaitai   

  1. 1. Anqian Mining Company,Anshan Iron and Steel Co.,Ltd.,Anshan 112000,China;2. Intelligent Mine Research Center,Northeastern University,Shenyang 110819,China;3. School of Resources and Civil Engineering,Northeastern University,Shenyang 110819,China;4. Zijin Mining Group Co., Ltd,Longyan 364000,China;5. Ansteel Mining Co.,Ltd.,Anshan 112000,China;6. Ventilation and Fire Prevention Research Branch,CCTEG Shenyang Research Institute,Fushun 113112,China
  • Online:2020-09-15 Published:2020-10-19

Abstract: In view of the problems of complex space,large equipment blind area and low visibility in open-pit mine road network,the overall system architecture is designed,which is composed of data access layer,business logic layer,interface layer and application layer.The data access layer determines the data structure and class structure of road network composed of points,road sections,regions and paths.In the business logic layer running in the server,it designs and develops general algorithms such as navigation path planning,road network matching, running distance and time prediction,intersection turning prompt,etc.The application layer calls the general algorithm through the interface to realize the terminal application function.Based on the overall structure of the system,the road network structure is defined,and the data structure of road network class is designed by using object-oriented technology.The key algorithm of business logic layer is studied,and then the interface of the algorithm is encapsulated.Finally,based on the road network data of Yimin Open-pit Mine of Huaneng Group,the system is divided into independent navigation and Baidu map navigation.The study results show that: the design of the overall architecture of the system makes the system has strong universality,practicability and expansibility;the system realizes the functions of navigation path planning,positioning point correction and road link matching, prediction of travel distance and travel time to destination,intersection direction prompt and other functions,solves the problems of the driver getting lost and taking the wrong road;the system can run independently.It can also effectively connect with Baidu map API,and can adapt to a variety of terminals.

Key words: open-pit mine, navigation system, architectural design, Floyd algorithm, road network matching algorithm