You are on page 1of 8

High-speed Railway xxx (xxxx) xxx–xxx

Contents lists available at ScienceDirect

High-speed Railway
journal homepage: www.keaipublishing.com/en/journals/high-speed-railway

Research article

The design and application of BIM + refined management and control


platform for the Jingxiong railway bridge
Jinghan Zhang, Jiayu Li, Beisheng Liu , Hui Li, Wei Yang

China Academy of Railway Sciences Corporation Limited, Beijing 100081, China

A R T I C L E I N F O A B S T R A C T

Keywords: The high-speed railway construction involves multiple professional fields, such as railway design, construction,
Informatization and supervision. This paper architects the "BIM+ " project refined management platform, designs the platform's
The Jingxiong Bridge Project logical architecture, physical architecture, and solves several key technology difficulties. This "BIM+ " platform
Platform architecture has been applied on the Jingxiong Bridge Project and achieved all-round, whole-process and multi- management
GIS (Geographic Information System)
of high-speed railway engineering construction. It significantly improves the level of construction management,
BIM (Building Information Modelling)
and plays a role in promoting the development of high-speed railway construction informatization.

1. Introduction coordination, performance analysis, engineering quantity statistics,


etc., to achieve construction coordination, 3D visualization and fine
Chinese railway market is facing a critical period full of challenges management.
and opportunities. Compared with other engineering project, high- The bottleneck restricting Chinese BIM development in railway is
speed railway engineering projects have larger investment scale, longer the lack of related resources, like the complete BIM standards covering
implementation period, huger amount of information, and more eco­ Chinese railway industry, mature railway-specific BIM software, and
nomic and technical risks. It is a complex system engineering composed the railway software framework libraries [1]. Additionally, BIM pro­
of multiple disciplines. During the whole life cycle of the high-speed motion fee is high due to different user habits between BIM software
railway, tremendous companies and labors are involved in, different and CAD, and current BIM railway plug-ins cannot meet the require­
technologies and their interconnections are applied, various disciplines ments of Chinese railway industry [2]. These shortages make the BIM
from different aspects jointly interact with others, which makes the software cannot fulfil the requirements of railway design, thus difficult
whole process intricate and complicated. to popularize. And what’s more, BIM models can be affected jointly by
It is necessary to deeply integrate the cutting-edge information the design complexity, project complexity, project organization and
technologies and the railway technologies in order standardize the management model, while the impact is currently unpredictable, thus
railway engineering construction, improve the efficiency, ensure the restricts BIM promotion on a large scale [3]. Although BIM has various
construction quality, and reduce costs. disadvantages, it is sure to be the future trend since it has unique ad­
For instance, combine BIM with other technologies to realize the vantages. BIM model can express the building information intuitively,
railway "BIM+ " service model. “BIM+ ” technique means to integrate simulate or optimize the design effectively, work collaboratively and
and innovate BIM technology with other advanced technologies, such share resources from different participants [4]. It can combine with
as big data, Internet of Things, cloud storage technology, etc. This can different life stage of railway design industry, enable the information
give full play to their respective advantages and achieve greater group exchange and resource interaction, and gradually complete the data­
effect. The purpose of applying "BIM+ " technology to the railway in­ base during project advancement to meet the requirements of project
dustry is to design, supervise, evaluate, and optimize the railway con­ data resource sharing [5].
struction process, to achieve the expected effects of resource con­ In one word, although BIM has various limitations, its advantages
servation, environmental friendliness, and pollution reduction. weight more. It can intuitively display the railway information, simu­
“BIM+ ” is used in railway site analysis, railway construction planning, late and optimize the railway design, and integrate the resources ef­
technical solution demonstration, railway visual design, project fectively. BIM and other innovated technologies can be jointly applied


Corresponding author.
E-mail address: 295168157@qq.com (B. Liu).

https://doi.org/10.1016/j.hspr.2023.07.001
Received 15 June 2023; Received in revised form 3 July 2023; Accepted 6 July 2023
2949-8678/© 2023 The Authors. Published by Elsevier B.V. on behalf of KeAi Communications Co. Ltd. This is an open access article under the CC BY-NC-ND license
(http://creativecommons.org/licenses/by-nc-nd/4.0/).

Please cite this article as: J. Zhang, J. Li, B. Liu et al., The design and application of BIM + refined management and control platform for the
Jingxiong railway bridge, High-speed Railway, https://doi.org/10.1016/j.hspr.2023.07.001i
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

to railway projects to standardize and optimize the engineering con­ The modules and functions are divided according to different project
struction and the information management process. The “BIM+ ” construction management goal, such as the electronic sand table dis­
model is a cross-border application of engineering technology and play, real-time video browsing, progress management, design man­
management science. agement, data query, etc.
Model layer: supports various data models under the application
2. Current situation analysis layer, and provides three-dimensional data support for the specific
functions of the application layer. It also lightweight and optimize the
Railway engineering scientists currently use BIM technology to model, tiered storage, and precise invocation to reduce CPU load,
improve construction efficiency, reduce construction costs, optimize memory load and network load.
resource allocation during the whole life cycle, and so on. However, the Service layer: provides services for the application layer and the
single BIM technology has certain limitations and cannot fully satisfy model layer, which can be divided into model services, authorization
the needs of railway construction. Therefore, researchers try to combine services, basic model processing services, and basic analysis services.
BIM with other technology and generate “BIM+ ” related models and The model service mainly supports the model layer, including model
platform through that, and has gotten significant results. Railway en­ hierarchical storage, query support, model extraction, model update
gineering construction is a comprehensive project with many specialties and comparison, and model multi-version management. Permission
and a wide range of professions. It is impossible to use only a technical services include data reading control and modification control. Basic
means and solve all problems. Therefore, engineers need to combine analysis services include general performance analysis of data. These
various technologies with each other, and use the advanced nature and services support both the model layer and the application layer.
advantages of each technology jointly to assist railway construction Interface layer: It is divided into structured data interface, un­
comprehensively. structured data interface and data synchronization interface. It provides
a unified data interface for various services in the service layer, and
performs data analysis, extraction, and integration to facilitate the in­
3. Architecture of BIM+ fine control system
teraction between services and databases.
Data layer: it stores all data files, including original data, processed
The railway engineering construction projects involves many par­
ticipants, this requires a complete platform architecture. Because the metadata, fusion data, and data models, etc., it processes and stores the
data transmitted by the interface layer, model layer and application
expertise span involves multiple domains, the logical and physical ar­
chitecture of the platform should be designed separately. The logical layer.
architecture clearly manages the logical components of the platform
modules and their logical relationships, and the physical architecture 3.2. Physical architecture
clearly manages the physical components and hierarchical relationships
of the platform. The overall structure is the combination of three cloud There are mainly three parts in the physical architecture: client,
services, covering more than ten functional modules, as Fig. 1 Platform server, and database. The client and server jointly support the display
overall architecture. and human-computer interaction functions of four logical layers (ap­
plication layer, model layer, service layer and interface layer). The
3.1. Logic architecture main job for client is displaying and receiving data. The main job for
server is receiving, processing data, and building a data model. The
There are five layers in the platform from top to bottom: application main job of database is storing and managing data and models.
layer, model layer, service layer, interface layer and data layer. Client: The platform client is the HoloLens console. It provides users
Application layer: This layer is located at the top of the five-layer with human-computer interaction functions, data model display, pro­
architecture, its main function is to input and output the platform data. cess simulation and data reception. Its functions cover the core business

Fig. 1. Platform overall architecture.

2
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

Fig. 2. Technique architecture.

of the application layer, model layer, service layer and interface layer. 3.4. Dynamic update of multi-source data
The HoloLens console is presented in a browser on the PC host, and can
be operated after connecting to the HoloLens device via USB or WiFi. The platform unifies the data source analysis process into five steps.
Through human-computer interaction technology, users can control the In the first step, BIM data is extracted from the modeling software,
client program through voice, gestures, and walking, and accomplish given a unique label definition and enters the attribute database. In the
the display functions such as zooming, rotating, and moving of the second step, the data is streamed and enters the BIM flow data data­
overall scene. Users can watch the construction process display and key base. In the third step, a GIS model file is generated and BIM services
process simulation, and get relevant information display at the same are published. In the fourth step, the GIS file enters the GIS database,
time. Users can also watch the emergency evacuation route and strategy and the GIS service is further released. In the fifth step, the GIS and BIM
information display and assist in optimizing the building design artifi­ model are certified, uniformly released to the client browser by the GIS
cially. +BIM application server. The process ensures that model version
Server: The server supports both client and database. It provides the control is accurate when data is dynamically updated, and business data
displayed model to the client and temporarily store the input data. It can also be inherited through unique identifiers.
receives user input data at the application layer and multi-source data
at the interface layer, and perform cleaning, supplementation, and
3.5. Automatic calibration of multi-phase images
other processing. It analyzes and calculates the processed data, which is
convenient for classification, storage, and modeling. When the client
The drone regularly inspects construction site to form oblique photo­
needs to display the data model, it calls the model from its own cache or
graphic image database. Through the inverse calculation of the three-di­
database. The other model related functions such as scaling and dis­
mensional inverse algorithm, the inverse operation of the automatic image
playing are also supported by its background calculation.
modeling key algorithm, the newly collected images are automatically
Data terminal: Data terminal stores all data and models of the
registered and updated by the nesting of the viewport, which can be ar­
project. The main body is the core data processed by the data layer and
ranged and aligned by date. The automatic multi-phase imaging tech­
the interface layer. For security reasons, data is stored on the hard disk
nology of inspection images completely solves the traditional problem,
portion of the server instead of the cloud. Due to the characteristics of
that the image cannot be timely limited and accurately sorted by manual
many participants and wide distribution of majors in the Xiong’an
positioning and registration, especially in similar sections without obvious
Grand Bridge project, a distributed server is used, and the server al­
features of the ground objects. This algorithm reduces the workload, cuts
gorithm is used for unified management.
the calculation cost, and improves the construction efficiency.

3.3. Key technologies and innovations 4. Application of "BIM+ " refined management and control
platform in Jingxiong Bridge
Lightweight fusion of large-scale models: The platform realizes the
standardization and unification of BIM, GIS and large-scale aerial The intelligent "BIM+ " refined management and control platform
photography data and the tiling of 3D models. The data of different relies on railway construction specifications and related construction
standards is split and reorganized to form unified visual data, which knowledge. It completes human-computer interaction through artificial
provides accurate and comprehensive strong support for the application intelligence and applied in Jingxiong Bridge construction.
layer of the platform. The tiling technology can reduce the weight of The platform aims at refined management, in-depth applications,
large-scale image data, elevation data and BIM models. Usually, a tile is and BIM informatization services in the Bridge construction. It is a
uniquely identified by the level, abscissa and ordinate, and the pixel trinity, combined application and research, strengthened the interac­
width and height of the representation are fixed. As the level increases, tion between practice and theory. It researches advanced techniques
the number of tiles at each level increases exponentially, the geographic and develops functional applications. It seeks innovation while sa­
area covered is reduced but the pixel width and height keep unchanged, tisfying construction management. The major techniques and their re­
which makes the model information clearer. lationship are shown in the Fig. 2.

3
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

4.1. Project overview 4.3. Technical route

Xiongan New Area not only undertakes the national strategy of The "BIM+ " refined management and control platform is based on
coordinated development of Beijing-Tianjin-Hebei, but also the.NET framework for software architecture, called Microsoft.NET or
shoulders the important task of building a model of high-quality Mono.NET runtime library, and conducts modeling under the server's
cities in the future. Several high-tech pilot projects have been car­ operating system and working environment. In order to ensure that the
ried out on the Jingxiong Bridge, and various cutting-edge concepts system is sufficient to support massive data collection, computation,
have been implemented here, including "BIM+ " technology, colla­ and modeling requirements, the algorithms for data collection, storage,
borative construction cloud management, smart city, digital twin, and computation are optimized to occupy less CPU and memory. 3D
etc. virtual reality engine is used to display, interact, and publish data
The Jingxiong Bridge is an important part of the Xiong'an High- models, integrate, and innovate existing models and algorithms, and
speed Railway Station. Xiongan High-speed Railway Station is an improve development efficiency and economic benefits.
important part of the construction of Xiongan New Area. The The platform adopts the development and deployment of multi-layer
Jingxiong Bridge started construction in 2018 and has been fully distributed application systems, and realizes data storage through the
completed and put into use by the end of 2020. The construction of equipment layer, including relational data and non-relational data. The
the high-speed rail station integrates cutting-edge technologies from data layer includes construction organization, inspection batch, project
multiple disciplines. Its internal structural column adopts fair-faced image, construction progress, terrain data, BIM model, oblique photo­
concrete technology and its roof is equipped with photovoltaic graphy and other data. The service layer is responsible for authorization
power generation panels. The "BIM+ ", railway management plat­ and authentication, interface services, geographic information services,
form, smart construction site platform, BIM lofting machine and and BIM graphics engine services. The application layer implements
electronic sand table are applied to its whole life cycle and have functions such as comprehensive display, progress tracking, group opti­
achieved smart construction [6]. mization, and work order distribution. Fig. 4 shows the platform struc­
ture, including layers, networks and their relationship.

4.2. "BIM+ " service 4.4. Function realization

The refined management and control platform with core "BIM+ " The "BIM+ " refined management and control platform adopts the
technology has been applied to the whole process of the Xiong'an Grand mode of private cloud and public terminal on a macro level. Its data is
Bridge construction under various simulation and display requirements. stored in the private cloud platform, and the client can use the data. It
Using technical means such as digital sand table, data visualization integrates the Internet of Things, the Internet, BIM, GIS models, field
display, digital twin, environmental simulation, real-time data collec­ data, network shared data, and so on, for full life cycle management
tion and data interface, it provides advanced functions such as com­ and control. The platform takes the "BIM+ " data model as the core, and
prehensive display, construction management, digitization, simulation, integrates the engineering model, electronic sand table, and progress
process method management, safety inspection, BIM application assis­ management model to form a BIM management platform. The whole
tance, multi-platform collaboration, etc. The platform interface is system adopts B/S structure, with construction progress as the main
shown in Fig. 3 as below. line, data information as the basis, cost control as the core, and realizes

Fig. 3. “BIM+ ” platform interface.

4
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

Browser Local Area Network

HTTP TCP/IP

Construction
Construction Construction Comprehensive
organization
deduction schedule display
optimization
Application Analysis Engineering Security
Standards Layer
Process control
simulation
Inspection lot
image
and system,
regulations System management and maintenance
operation
laws and
maintenance
Service Geographic BIM graphics
layer Authorization Interface system
information engine

Construction Remote sensing Engineering Construction


organization image image schedule
Data layer
Inspection lot Terrain BIM model Tilt model

Load balancing
Web server Files MySQL database
Device
Layer Resource connection pool
Host Internet access Storage device Monitor

Fig. 4. Platform structure.

Fig. 5. Data visualization module.

the real-time, multi-region and multi-node management of the en­ convenient for the analysis of the terrain and the understanding of the
terprise. overall or local terrain situation, providing sky background and en­
Comprehensive display: The comprehensive display of BIM unit vironmental effects, and enhancing the realism of the scene. It analyzes
construction enables users to observe the entire scene from a relatively the data needs of investors and builders from the perspective of big
high position. It has the functions of zooming in, zooming out, panning, data, sort out and count the data of the construction process, and
and rotating the scene to operate the scene. It can provide different analyze the overall construction of railway construction from the basic
projection modes, from different angles and distances. It monitors the information of the line, investment progress, construction process,
entire area to display different models of the terrain, which is safety, quality, and other dimensions through informatization control.

5
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

Fig. 6. BIM model.

Fig. 7. Group optimization module.

The data visualization and analysis is shown in Fig. 5. project in a unified manner, which can effectively curtail the con­
Progress Tracking: By linking the BIM model with the construction struction period, reduce costs, and improve quality. The BIM model and
schedule, quality and safety, spatial information, time sequence, quality their properties are shown in Fig. 6.
information, and safety information, an integrated visual model is Group optimization: The platform integrates BIM-based railway
generated, which can intuitively and accurately reflect the entire con­ construction organization optimization decision-making design. Its
struction process information, and provide some important construc­ functions mainly include WBS decomposition and automatic connection
tion links. The key parts of the new construction process, the layout of method of engineering entity structure, location-based planning algo­
the construction site and other construction guidance measures are rithm, progress tracking method based on Internet of Things, and image
used for simulation and analysis to improve the feasibility of the plan progress display combined with BIM model and Gantt chart. The
and the predictability and traceability of the implementation results. In method lays a solid foundation for the refined management of railway
the BIM construction unit model, the actual progress is compared with construction. Designers can use BIM technology to optimize the allo­
the planned progress, and displayed on the three-dimensional dynamic cation of construction resources, and then combine modern BIM tech­
model, which can carry out intuitive progress deviation analysis and nology with traditional engineering methods with the help of network
construction progress lag warning. planning technology. This will give full play to their respective ad­
In the process of project construction, rationally formulate con­ vantages, effectively solve the problem of optimization. This can allo­
struction plans, accurately grasp the construction progress, optimize the cate construction resource more effectively, and further reduce waste
use of construction resources and scientific site layout, and manage and and construction costs. Fig. 7 shows the major interface of group op­
control the construction progress, quality, and safety of the entire timization module.

6
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

Fig. 8. Order handling module.

Fig. 9. Analysis simulation module.

Closed-loop handling of work orders: The organizational structure of electromechanical professional models for key construction units. The fi­
the refined management system on work orders consists of three parts: neness of the model is a BIM model of LOD350 and above. The establish­
construction unit division, work order division and work order execu­ ment, transmission, delivery, and interpretation of the model unit should
tion. The railway engineering construction tasks are combined with the include the geometric modeling and geometric accuracy of the model unit,
principle of WBS decomposition to realize the whole into parts. Then the information depth of the model unit, the addition of basic information,
the whole construction task will be divided into work orders and exe­ and the information attributes contained in the model unit. Values should
cuted by the shelf team. In order to ensure that the division and ex­ be measured in metric units. The optimization of construction plan based on
ecution of work orders can run smoothly, we need to control not only process method simulation is to use BIM technology to simulate specific
the work order, but also the management at the key points of the work construction process design, predict possible results accordingly, and adjust
order formation process. A complete, reasonable, scientific, and effec­ the selection of construction process methods to optimize the overall con­
tive work order not only describes the work tasks, but also manages the struction efficiency. This paper takes the installation of the steel structure of
safety, quality, progress, and cost of the construction project. the station building as an example to describe the simulation of the process
Additionally, it can provide data for the assessment of work teams, method based on BIM. The typical nodes of the steel structure are simulated,
professional engineers, etc. Fig. 8 shows the user interface of order and the stress is checked at the same time, to ensure the safety and quality
handling module. of the complex engineering construction.
Construction plan simulation: The platform can establish terrain models, Analysis simulation: Through flight roaming and driving roaming,
site layout models, structures models, structural models, and three-dimensional real-life tours and real-life tours at any location are

7
J. Zhang, J. Li, B. Liu et al. High-speed Railway xxx (xxxx) xxx–xxx

realized inside and outside key projects, different weather and lighting development of the "BIM+ " refined management and control platform,
conditions are also simulated. Users can locate the monitoring point in and promote the effective improvement of the construction manage­
the 3D sphere, and view the monitoring video of the corresponding ment level.
camera and related engineering image data. Character roaming dyna­
mically previews the 3D scene from the first perspective. Designers can Acknowledgment
make component query, when the mouse clicks on a component, the
basic information, engineering image, construction process, refined This work was supported by China State Railway Group Co.,Ltd.
model, etc. of the modified component/structure will be queried. The Science and technology research and development plan
simulation and property module is shown in Fig. 9. (K2021G025).

5. Conclusion References

The "BIM+ " refined management and control platform is developed [1] B. Liu, M. Wang, Y. Zhang, Review and prospect of BIM policy in China, Iop Conf.
Ser.: Mater. Sci. Eng. 245 (2017) 022021〈https://iopscience.iop.org/article/10.
based on system engineering, cybernetics, and information theory. It 1088/1757-899X/245/2/022021/pdf〉.
adopts information integration technology and matrix management [2] M.M. Ibrahim, Teaching BIM, what is missing? The challenge of integrating BIM
structure, and uses professional, scientific, and other management based CAD in today’s architectural curricula, 3rd Int’l Ascaad Conf, Em‘body’ing
Virtual Architecture 7 (2007).
methods to monitor the progress, cost, and quality of project im­ [3] R.P. Fernandes, Advantages and disadvantages of BIM platforms on construction site,
plementation, contract, resources, safety, and other construction pro­ Faculdade De Engenharia Da Universidade Do Porto, (2013).〈https://repositorio-
cess. It realizes dynamic implementation, quantitative management, aberto.up.pt/bitstream/10216/68980/2/26948.pdf〉.
[4] S.Kurwi, P.Demian, T.M. Hassan, Integrating BIM and GIS in railway projects: a
and effective control. This platform ensures that all units and industry
critical review, Proceeding of the 33rd Annual ARCOM Conference, Cambridge, UK,
participants involved in the whole life cycle of the railway project can (2017) 45–53.
work together efficiently and friendly, share and access information [5] M. Bensalah, A. Elouadi, H. Mharzi, Integrating BIM in railway projects: review &
perspectives for morocco & mena, International Journal of Recent Scientific Research
safely and correctly, and finally manage the project construction ef­
9(1) (2018) 23398–23403.
fectively. The platform follows the in-depth requirements in railway [6] G.P. Zhang, H. Xue, Y. Wang, Systematic study and innovation practice of new
management, further refine the field to achieve the universal concept for the construction of Xiongan Station, China Railw. (2021) 50–56.

You might also like