天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

當(dāng)前位置:主頁 > 科技論文 > 自動化論文 >

基于隱式廣義預(yù)測控制算法的LNG出口壓力控制系統(tǒng)研究

發(fā)布時間:2018-08-18 21:20
【摘要】:在現(xiàn)代工業(yè)和日常生活中LNG出口壓力控制系統(tǒng)具有非常廣泛的應(yīng)用。伴隨著工業(yè)的不斷發(fā)展,人們對于LNG出口壓力控制的要求也越來越高。然而,就工業(yè)現(xiàn)場的壓力控制而言,是具有多變、復(fù)雜特點的過程,同時,在實際工業(yè)現(xiàn)場中,會有來自不同方面因素對LNG出口壓力控制進(jìn)行影響,再加上壓力控制對象普遍具有非線性、大慣性、擾動因素多、大時滯等特點,這就會對壓力控制算法提出了更高的標(biāo)準(zhǔn)和要求。隨著科技的發(fā)展,出現(xiàn)了越來越多的先進(jìn)控制技術(shù)。由于它能夠克服傳統(tǒng)控制技術(shù)的不足,因此被廣泛地應(yīng)用到工業(yè)控制中。本文將LNG出口壓力作為研究對象,通過對廣義預(yù)測控制算法進(jìn)行研究,在此基礎(chǔ)上,引出了通過直接辨識控制律參數(shù)的方式,對算法進(jìn)行計算,使得此控制算法的實時性更高、快速性更強,稱之為隱式廣義預(yù)測控制算法,并建立了基于隱式廣義預(yù)測控制算法的LNG出口壓力控制模型,通過MATLAB仿真對比了當(dāng)前PID算法和隱式廣義預(yù)測算法對于壓力控制的效果,還建立了以STM32為下位機的MCU的最小系統(tǒng)以及必要的外圍電路設(shè)計,設(shè)計了壓力采集電路、比例電磁閥驅(qū)動電路,同時利用c#和visualstudio-2010設(shè)計了lng出口壓力控制上位機系統(tǒng),方便了用戶對于壓力的顯示和控制。論文的主要研究工作和創(chuàng)新點如下:1.隱式廣義預(yù)測控制算法的分析和研究。本文針對一般的廣義預(yù)測控制算法,需要重復(fù)對diophantine方程進(jìn)行在線推導(dǎo)、求解,同時也要多次對矩陣進(jìn)行求逆運算,這樣增加了計算量,同時也使計算變得復(fù)雜;假設(shè)對系統(tǒng)的原模型參數(shù)進(jìn)行直接辨識,同樣需要重復(fù)對diophantine方程進(jìn)行在線推導(dǎo)、求解,若想算出控制律,必須對控制器的參數(shù)進(jìn)行求解,這樣也會對計算時間有所加長,系統(tǒng)控制的實時性也會有所降低,考慮到以上因素嚴(yán)重制約了廣義預(yù)測控制算法的實際應(yīng)用,因此本文介紹了直接辨識控制律參數(shù)e、g、s。而不用對diophantine方程在線反復(fù)推理、求解,對于計算時間的減少具有明顯的幫助,在此基礎(chǔ)上發(fā)展了隱式廣義預(yù)測控制算法。2.基于隱式廣義預(yù)測控制算法的lng出口壓力控制系統(tǒng)建模和研究。由于lng壓力控制具有時變性、不確定性、大滯后性的特點,不僅僅是控制對象的不確定性、時變性、大滯后性,同時還具有儲罐容量大、較大波動的用氣量、小時供氣量不勻稱性等特點,且在壓力控制過程中,lng會有狀態(tài)的變化(液態(tài)轉(zhuǎn)化為氣態(tài)),因此現(xiàn)在用簡單的pid算法已經(jīng)無法達(dá)到控制的要求,利用隱式廣義預(yù)測控制算法的carima模型,以及將lng壓力控制抽象成一階線性滯后環(huán)節(jié),構(gòu)建了基于隱式廣義預(yù)測控制算法的lng出口壓力控制框圖和隱式廣義預(yù)測控制器。通過仿真發(fā)現(xiàn)隱式廣義預(yù)測控制對于壓力控制的快速性、穩(wěn)定性、魯棒性會更加完美。3.LNG出口壓力控制系統(tǒng)的硬件設(shè)計。基于隱式廣義預(yù)測控制算法對本系統(tǒng)進(jìn)行設(shè)計。在硬件上采用Cortex-M3為內(nèi)核的STM32微處理器來作為嵌入式控制器的核心CPU,搭建了STM32最小系統(tǒng),在此基礎(chǔ)上,設(shè)計了RS-485通信接口電路、壓力檢測電路、比例電磁閥驅(qū)動電路,并采用MODBUS-RTU協(xié)議作為通信協(xié)議,為了實現(xiàn)各模塊間的相互通信和信息傳輸?shù)姆(wěn)定性,在原有協(xié)議的基礎(chǔ)上,針對本系統(tǒng)的需求,設(shè)計了控制協(xié)議的格式,方便上下位機信息交流。同時也方便了LNG出口壓力進(jìn)行實時數(shù)據(jù)顯示、數(shù)據(jù)處理。4.LNG出口壓力控制系統(tǒng)的軟件設(shè)計。主要運用Visual Studio-2010開發(fā)平臺及C#語言進(jìn)行開發(fā),通過參考其它控制系統(tǒng)設(shè)計的經(jīng)驗以及操作人員的使用習(xí)慣,設(shè)計了LNG出口壓力控制上位機系統(tǒng),其主要包括系統(tǒng)設(shè)置界面、退出系統(tǒng)界面、參數(shù)設(shè)置界面、報表參數(shù)界面、用戶設(shè)置界面、設(shè)備設(shè)置界面等,實現(xiàn)對LNG出口壓力控制系統(tǒng)下位機的監(jiān)測、控制等功能。同時,上位機也能完成各種復(fù)雜的數(shù)據(jù)處理。
[Abstract]:LNG outlet pressure control system is widely used in modern industry and daily life. With the continuous development of industry, people have higher and higher requirements for LNG outlet pressure control. With the development of science and technology, more and more advanced control technologies have emerged, because of its ability to control the pressure of LNG outlet, which has the characteristics of non-linearity, large inertia, many disturbance factors and large time delay. In this paper, the LNG outlet pressure is taken as the research object, and the generalized predictive control algorithm is studied. On this basis, the method of directly identifying the parameters of the control law is proposed to calculate the algorithm, which makes the algorithm more real-time and fast. It is called implicit generalized predictive control algorithm, and the LNG outlet pressure control model based on implicit generalized predictive control algorithm is established. The effect of current PID algorithm and implicit generalized predictive control algorithm on pressure control is compared by MATLAB simulation. The minimum system of MCU with STM32 as its subordinate computer and its necessary are also established. Peripheral circuit design, design pressure acquisition circuit, proportional solenoid valve drive circuit, at the same time use C # and visual studio-2010 design of LNG outlet pressure control system, convenient for users to display and control the pressure. The main research work and innovation of this paper are as follows: 1. Implicit generalized predictive control algorithm analysis and research. For general generalized predictive control (GPC) algorithms, the Diophantine equation needs to be deduced and solved on-line repeatedly, and the matrix must be inverted many times at the same time. If you want to calculate the control law, you must solve the parameters of the controller. This will also lengthen the calculation time and reduce the real-time performance of the system control. Considering the above factors seriously restrict the practical application of the generalized predictive control algorithm, this paper introduces the direct identification of the control law parameters e, g, s. The implicit generalized predictive control algorithm is developed on this basis. 2. Modeling and research of LNG outlet pressure control system based on implicit generalized predictive control algorithm. Because LNG pressure control has time-varying, uncertain and large delay Posterior characteristics, not only the uncertainty of the control object, time-varying, large lag, but also has the characteristics of large tank capacity, large fluctuations in the amount of gas, the amount of gas supply is not symmetrical, and in the process of pressure control, LNG will change state (liquid into gas), so now using a simple PID algorithm has been unable to achieve In order to satisfy the control requirements, an implicit generalized predictive control algorithm based on Carima model and an implicit generalized predictive control algorithm based on the implicit generalized predictive control algorithm are used to abstract the LNG pressure control into a first-order linear hysteresis link. The hardware design of the LNG outlet pressure control system is based on the implicit generalized predictive control algorithm. The STM32 microprocessor with Cortex-M3 as the kernel is used as the core CPU of the embedded controller, and the STM32 minimal system is built. On this basis, the RS-M32 minimal system is designed. 485 communication interface circuit, pressure detection circuit, proportional solenoid valve drive circuit, and the use of MODBUS-RTU protocol as a communication protocol, in order to achieve the stability of communication and information transmission between the various modules, on the basis of the original protocol, according to the needs of the system, the control protocol format is designed to facilitate the exchange of information between the upper and lower computer. The software design of LNG outlet pressure control system is mainly developed by using Visual Studio-2010 development platform and C# language. By referring to the experience of other control system design and the usage habits of operators, the upper computer of LNG outlet pressure control is designed. The system mainly includes system setting interface, exit system interface, parameter setting interface, report parameter interface, user setting interface, equipment setting interface, etc. It can realize the monitoring and control functions of the lower computer of LNG outlet pressure control system.
【學(xué)位授予單位】:東華大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TP273

【相似文獻(xiàn)】

相關(guān)期刊論文 前10條

1 劉文茂,侯國蓮,張建華,郭飛,陳曉梅;一種基于雙偏差的動態(tài)預(yù)測控制算法[J];現(xiàn)代電力;2001年02期

2 蘭婷,張偉勇;一種具有穩(wěn)態(tài)目標(biāo)優(yōu)化的預(yù)測控制算法[J];油氣田地面工程;2002年03期

3 李江;神經(jīng)-模糊預(yù)測控制算法及應(yīng)用[J];浙江大學(xué)學(xué)報(工學(xué)版);2002年02期

4 夏伯鍇,許鋒,杜殿林,袁璞;狀態(tài)多重時滯系統(tǒng)的預(yù)測控制算法研究[J];控制與決策;2003年06期

5 劉福才,王娟,王玉琴;具有穩(wěn)定性的新型預(yù)測控制算法[J];系統(tǒng)仿真學(xué)報;2004年01期

6 陳希平,朱秋琴,王彩霞;廣義預(yù)測控制算法的研究[J];控制工程;2005年S1期

7 龐中華,金元郁;基于誤差校正的預(yù)測控制算法綜述[J];化工自動化及儀表;2005年02期

8 王志勇;鄭德忠;;具有穩(wěn)定性的廣義預(yù)測控制算法[J];儀器儀表學(xué)報;2006年S3期

9 劉偉;雷勇;宋歷;;一種基于未知模型的廣義預(yù)測控制算法[J];電腦開發(fā)與應(yīng)用;2007年06期

10 侯寧;;預(yù)測控制算法的研究現(xiàn)狀與展望[J];湖北廣播電視大學(xué)學(xué)報;2013年11期

相關(guān)會議論文 前10條

1 鄒志云;劉建友;李福慶;于魯平;吳春華;桂新軍;;一種新型的線性約束系統(tǒng)預(yù)測控制算法[A];2009中國過程系統(tǒng)工程年會暨中國mes年會論文集[C];2009年

2 毛志忠;陳曉峰;;一種簡化的預(yù)測控制算法[A];1995中國控制與決策學(xué)術(shù)年會論文集[C];1995年

3 張阿卜;倪春木;;基于模糊模型的一步超前預(yù)測控制算法[A];2001年中國智能自動化會議論文集(上冊)[C];2001年

4 閻綱;梁昔明;龍祖強;李翔;;一種新的提前一步預(yù)測控制算法[A];第二十七屆中國控制會議論文集[C];2008年

5 孫銀山;李平;竇仁菊;石向星;;采用綜合偏差的自調(diào)節(jié)灰色預(yù)測控制算法[A];04'中國企業(yè)自動化和信息化建設(shè)論壇暨中南六省區(qū)自動化學(xué)會學(xué)術(shù)年會專輯[C];2004年

6 薛振框;李少遠(yuǎn);;多模型預(yù)測控制算法及其在熱工過程中的應(yīng)用[A];第二十二屆中國控制會議論文集(下)[C];2003年

7 古鐘璧;王禎學(xué);王葦;;具有誤差預(yù)測修正的預(yù)測控制算法[A];1991年控制理論及其應(yīng)用年會論文集(上)[C];1991年

8 王平;田學(xué)民;;一種基于敏感度方程的非線性預(yù)測控制算法[A];第二十七屆中國控制會議論文集[C];2008年

9 王寅;榮岡;金曉明;;基于模糊—線性復(fù)合模型的非線性自適應(yīng)預(yù)測控制算法[A];1997中國控制與決策學(xué)術(shù)年會論文集[C];1997年

10 孫寶華;楊輝;孟莎莎;;廣義預(yù)測控制算法在稀土萃取過程中的應(yīng)用[A];2011第十六屆全國自動化技術(shù)與應(yīng)用學(xué)術(shù)年會專輯[C];2011年

相關(guān)博士學(xué)位論文 前8條

1 李素真;監(jiān)督預(yù)測控制算法的應(yīng)用研究[D];華北電力大學(xué);2015年

2 牛健;雙時標(biāo)預(yù)測控制算法的研究[D];浙江大學(xué);2010年

3 余世明;預(yù)測控制算法及其應(yīng)用研究[D];浙江大學(xué);2001年

4 李奇安;廣義預(yù)測控制算法簡化實現(xiàn)方法研究[D];浙江大學(xué);2005年

5 李志勇;迭代預(yù)測控制算法及其應(yīng)用研究[D];中南大學(xué);2006年

6 韓愷;化工過程中的若干預(yù)測控制算法與應(yīng)用研究[D];浙江大學(xué);2009年

7 李麗娟;最小二乘支持向量機建模及預(yù)測控制算法研究[D];浙江大學(xué);2008年

8 萬嬌娜;基于有限精度求解的非線性預(yù)測控制算法研究[D];浙江大學(xué);2011年

相關(guān)碩士學(xué)位論文 前10條

1 孫鵬;面向新HTR-PM的先進(jìn)控制算法研究[D];浙江大學(xué);2015年

2 白旭;單元機組協(xié)調(diào)控制系統(tǒng)的分析與先進(jìn)控制策略研究[D];華北電力大學(xué);2015年

3 余蓉;快速模型預(yù)測控制算法的研究及應(yīng)用[D];浙江工業(yè)大學(xué);2015年

4 曹振杰;基于隱式廣義預(yù)測控制算法的LNG出口壓力控制系統(tǒng)研究[D];東華大學(xué);2016年

5 程云娃;多變量廣義預(yù)測控制算法的研究[D];北京化工大學(xué);2005年

6 李濟煒;基于多步控制策略的隨機乘型系統(tǒng)預(yù)測控制算法設(shè)計[D];上海交通大學(xué);2013年

7 商富榮;區(qū)間預(yù)測控制算法研究及穩(wěn)定性分析[D];中國石油大學(xué);2008年

8 龐中華;廣義預(yù)測控制算法及其仿真研究[D];青島科技大學(xué);2005年

9 張小艷;基于機理模型的雙層結(jié)構(gòu)工業(yè)預(yù)測控制算法的研究[D];浙江大學(xué);2015年

10 李湘君;智能預(yù)測控制算法及其應(yīng)用研究[D];南京工業(yè)大學(xué);2004年



本文編號:2190713

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

本文鏈接:http://sikaile.net/kejilunwen/zidonghuakongzhilunwen/2190713.html


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

版權(quán)申明:資料由用戶534c4***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com
暴力三级a特黄在线观看| 99国产成人免费一区二区| 中文字幕亚洲在线一区| 两性色午夜天堂免费视频| 久久精品色妇熟妇丰满人妻91| 亚洲综合精品天堂夜夜| 在线观看视频国产你懂的| 老司机精品福利视频在线播放| 婷婷开心五月亚洲综合| 国产又粗又猛又长又黄视频| 免费亚洲黄色在线观看| 日韩在线中文字幕不卡| 亚洲熟女一区二区三四区| 国产级别精品一区二区视频| 熟女体下毛荫荫黑森林自拍| 日本免费一区二区三女| 日本在线高清精品人妻| 高清一区二区三区不卡免费| 免费性欧美重口味黄色| 丰满人妻一二区二区三区av| 日韩欧美国产亚洲一区| 国产一二三区不卡视频| 亚洲国产精品av在线观看| 老外那个很粗大做起来很爽| 亚洲av熟女国产一区二区三区站| 微拍一区二区三区福利| 人妻露脸一区二区三区| 黄色激情视频中文字幕| 国产乱淫av一区二区三区| 91亚洲人人在字幕国产| 日本精品中文字幕人妻| 欧美欧美日韩综合一区| 午夜成年人黄片免费观看| 久久综合九色综合欧美| 成人国产激情福利久久| 欧美日韩欧美国产另类| 黄色污污在线免费观看| 91偷拍与自偷拍精品| 日本加勒比在线观看不卡| 亚洲黑人精品一区二区欧美| av在线免费观看一区二区三区|