中国韩国日本在线观看免费,A级尤物一区,日韩精品一二三区无码,欧美日韩少妇色

當(dāng)前位置:主頁(yè) > 碩博論文 > 信息類碩士論文 >

基于CTCS3級(jí)列控仿真平臺(tái)數(shù)據(jù)庫(kù)子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)

發(fā)布時(shí)間:2018-10-29 13:54
【摘要】:隨著我國(guó)高速鐵路的飛速發(fā)展,鐵路裝備的設(shè)計(jì)制造已躋身于世界前列,而列車運(yùn)行控制系統(tǒng)是保證高速列車安全運(yùn)行的基礎(chǔ),所以對(duì)新一代列車運(yùn)行控制系統(tǒng)的研究有著非常重要的意義。本文基于北京交通大學(xué)國(guó)家級(jí)軌道交通通信與控制虛擬仿真項(xiàng)目"CTCS-3級(jí)列車運(yùn)行控制仿真平臺(tái)"進(jìn)行了數(shù)據(jù)庫(kù)子系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)。該平臺(tái)是在室內(nèi)環(huán)境下搭建的,通過(guò)模擬京滬高鐵線路的運(yùn)營(yíng)場(chǎng)景來(lái)展示CTCS-3級(jí)列車運(yùn)行控制系統(tǒng)工作原理。論文針對(duì)仿真平臺(tái)數(shù)據(jù)庫(kù)子系統(tǒng)中的數(shù)據(jù)庫(kù)服務(wù)器和查詢終端,分析了仿真系統(tǒng)所需要的功能,并對(duì)其數(shù)據(jù)庫(kù)和查詢終端進(jìn)行設(shè)計(jì)。(1)根據(jù)仿真平臺(tái)中所使用的數(shù)據(jù)通信協(xié)議,設(shè)計(jì)了有利于數(shù)據(jù)庫(kù)管理的數(shù)據(jù)表,實(shí)現(xiàn)了數(shù)據(jù)庫(kù)對(duì)仿真平臺(tái)中用戶數(shù)據(jù)、運(yùn)行圖數(shù)據(jù)、調(diào)度命令數(shù)據(jù)的處理,配合數(shù)據(jù)庫(kù)子系統(tǒng)其他終端完成數(shù)據(jù)交互功能。(2)使用多線程技術(shù)、TCP/IP網(wǎng)絡(luò)通信等技術(shù)使查詢終端建立了可靠的網(wǎng)絡(luò)連接;運(yùn)用MySQL數(shù)據(jù)庫(kù)技術(shù)設(shè)計(jì)實(shí)現(xiàn)了查詢終端的用戶登錄功能、賬號(hào)管理功能、調(diào)度命令查詢功能。(3)通過(guò)提取數(shù)據(jù)庫(kù)中的列車運(yùn)行線數(shù)據(jù),在界面上定位坐標(biāo),繪制列車運(yùn)行圖,實(shí)現(xiàn)了列車運(yùn)行圖的查詢功能;通過(guò)設(shè)計(jì)車站軌道、道岔、信號(hào)機(jī)等設(shè)備的控件繪制仿真平臺(tái)站場(chǎng)圖,并處理聯(lián)鎖反饋信息進(jìn)行實(shí)時(shí)顯示,完成了站場(chǎng)表示信息的查詢功能。(4)在本文的最后,通過(guò)軟件測(cè)試驗(yàn)證所設(shè)計(jì)數(shù)據(jù)庫(kù)子系統(tǒng)的實(shí)用性,對(duì)數(shù)據(jù)庫(kù)和查詢終端的各個(gè)功能模塊進(jìn)行界面展示,說(shuō)明軟件的操作流程,以保證系統(tǒng)的設(shè)計(jì)質(zhì)量。根據(jù)測(cè)試的結(jié)果,本文所設(shè)計(jì)的數(shù)據(jù)庫(kù)子系統(tǒng)滿足預(yù)期功能需求,具有充足的仿真演示與系統(tǒng)應(yīng)用價(jià)值,為CTCS-3級(jí)列車運(yùn)行控制仿真平臺(tái)的進(jìn)一步改進(jìn)奠定了良好的基礎(chǔ),并對(duì)今后列車運(yùn)行控制系統(tǒng)的測(cè)試、研究以及設(shè)計(jì)有著一定的借鑒作用。
[Abstract]:With the rapid development of high-speed railway in China, the design and manufacture of railway equipment has been ranked among the top of the world, and the train operation control system is the basis to ensure the safe operation of high-speed trains. So it is very important to study the new generation train operation control system. This paper designs and implements the database subsystem based on the virtual simulation project of national railway communication and control of Beijing Jiaotong University, "CTCS-3 Train Operation Control Simulation platform". The platform is built in an indoor environment. The operating principle of CTCS-3 class train operation control system is demonstrated by simulating the operation scene of Beijing-Shanghai high-speed railway line. Aiming at the database server and query terminal in the database subsystem of the simulation platform, the functions of the simulation system are analyzed. And the database and query terminal are designed. (1) according to the data communication protocol used in the simulation platform, the data table is designed to facilitate the database management, and the database for user data and operational diagram data in the simulation platform is realized. Scheduling command data processing, with the database subsystem other terminals to complete the data exchange function. (2) the use of multi-thread technology, TCP/IP network communication technology so that the query terminal to establish a reliable network connection; The user login function, account management function and dispatching command query function of the query terminal are designed and implemented by using MySQL database technology. (3) by extracting the train running line data from the database, the coordinate is located on the interface. Drawing the train diagram and realizing the query function of the train diagram; By designing the control of station track, switch, semaphore and other equipment, drawing the simulation platform yard diagram, and processing the interlock feedback information for real-time display, the query function of the station yard representation information is completed. (4) at the end of this paper, The practicability of the designed database subsystem is verified by software test. The interface of each function module of database and query terminal is displayed and the operation flow of the software is explained to ensure the design quality of the system. According to the test results, the database subsystem designed in this paper meets the expected functional requirements and has sufficient simulation demonstration and system application value, which lays a good foundation for the further improvement of CTCS-3 train operation control simulation platform. It can be used for reference in the test, research and design of train operation control system in the future.
【學(xué)位授予單位】:北京交通大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2017
【分類號(hào)】:TP311.13

【參考文獻(xiàn)】

中國(guó)期刊全文數(shù)據(jù)庫(kù) 前10條

1 趙桂敏;陳建鑫;;鐵總TDCS/CTC系統(tǒng)信息匯聚方案研究與實(shí)現(xiàn)[J];鐵路通信信號(hào)工程技術(shù);2016年06期

2 齊華;;CTCS-2系統(tǒng)和CTCS-3系統(tǒng)分析優(yōu)化研究[J];價(jià)值工程;2016年03期

3 Satoru SONE;;中國(guó)高鐵與日本新干線技術(shù)比較(英文)[J];Journal of Zhejiang University-Science A(Applied Physics & Engineering);2015年10期

4 常大俊;;基于MySQL數(shù)據(jù)庫(kù)結(jié)構(gòu)設(shè)計(jì)[J];信息安全與技術(shù);2015年09期

5 武長(zhǎng)海;管建華;;中國(guó)高鐵調(diào)度集中系統(tǒng)集成技術(shù)發(fā)展與展望[J];鐵道通信信號(hào);2015年01期

6 劉霄;張亞?wèn)|;郭進(jìn);;CTCS3級(jí)列控車載協(xié)同仿真子系統(tǒng)的研究與實(shí)現(xiàn)[J];鐵道標(biāo)準(zhǔn)設(shè)計(jì);2013年11期

7 盧萬(wàn)勝;;鐵路局調(diào)度仿真培訓(xùn)系統(tǒng)的建立與實(shí)施[J];上海鐵道科技;2013年03期

8 李松柏;;高鐵對(duì)我國(guó)旅游業(yè)發(fā)展的影響及其對(duì)策研究[J];改革與戰(zhàn)略;2012年04期

9 岑博文;陳邦興;萬(wàn)勇兵;靳慶慶;;列控系統(tǒng)臨時(shí)限速服務(wù)器仿真測(cè)試平臺(tái)研究[J];計(jì)算機(jī)工程與設(shè)計(jì);2012年01期

10 樊一江;;從戰(zhàn)略角度看我國(guó)高速鐵路發(fā)展的重要意義[J];綜合運(yùn)輸;2011年10期

中國(guó)博士學(xué)位論文全文數(shù)據(jù)庫(kù) 前1條

1 王鳳學(xué);中國(guó)高速鐵路對(duì)區(qū)域經(jīng)濟(jì)發(fā)展影響研究[D];吉林大學(xué);2012年

中國(guó)碩士學(xué)位論文全文數(shù)據(jù)庫(kù) 前6條

1 孫鳴蔚;高鐵列控設(shè)備故障仿真培訓(xùn)系統(tǒng)的研究與設(shè)計(jì)[D];蘭州交通大學(xué);2016年

2 陳革新;利用數(shù)據(jù)庫(kù)實(shí)現(xiàn)鐵路客運(yùn)調(diào)度命令的發(fā)送與接收[D];吉林大學(xué);2014年

3 武英強(qiáng);濟(jì)南鐵路局濟(jì)南車輛段調(diào)度命令發(fā)布系統(tǒng)設(shè)計(jì)與實(shí)現(xiàn)[D];山東大學(xué);2014年

4 王川;城市軌道交通列車運(yùn)行圖編制模型和算法研究[D];西南交通大學(xué);2011年

5 王黎;CTCS3級(jí)列控系統(tǒng)車載子系統(tǒng)仿真研究[D];西南交通大學(xué);2009年

6 魏博;基于B/S和C/S結(jié)構(gòu)的鐵路調(diào)度指揮管理信息系統(tǒng)的研究[D];鐵道部科學(xué)研究院;2006年



本文編號(hào):2297881

資料下載
論文發(fā)表

本文鏈接:http://www.lk138.cn/shoufeilunwen/xixikjs/2297881.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶2dfab***提供,本站僅收錄摘要或目錄,作者需要?jiǎng)h除請(qǐng)E-mail郵箱bigeng88@qq.com