基于變頻調速的水平連鑄機拉坯輥速度控制系統Frequency Inverter Based Drawing RollerS peedC ontrolSy stem ofHorizontal Continuous Casting MachineA 偉劉沖旅巴(南 華 大 學電氣工程學院,衡陽421001)摘要拉坯輥速度控制是水平連鑄工藝的關鍵技術之一,采用變頻器實現水平連鑄機拉坯輥速度程序控制,由信號發生裝置給變頻器提供程控信號。現場應用表明該控制系統速度響應快,控制精度高,滿足了水平連鑄生產的需要。關鍵詞水平連鑄拉坯輥速度程序控制變頻器Absh'act Speedc ontorlof dr awingor leris on eo fth ek eyte chnologiesfo rho rizontalco ntinuousca stingm achine.Fo rth ispu rpose,fr equencyco nverterisad optedfo rdr awingor lersp eedp rogrammablec ontorlof ho rizontalco ntinuousca stingm achine,th ep rogrammableco ntorlsi gnalto fr equencyc onverteris provided場a signal generator. The results of application show that the response of system is rapid and the control accuracy is high enough to meet thedemand of production of horizontal continuous casting.Keywords Horizontalco ntinuousc asting Drawingor ler Speedp rogrammablec ontrol Ferquencyin verter 隨著 現 代 化工業生產對鋼材需求量的日益增加,連鑄生產能力已經成為衡量一個國家冶金工業發展水平的重要指標之一。近十幾年來,水平連鑄由于具有投資少、鑄坯直、見效快等多方面的優點,國內許多鋼鐵企業利用水平連鑄機來澆鑄特種合金鋼,發揮了其獨特的優勢并取得了較好的經濟效益〔1,2)0采用 水 平 連鑄機澆鑄特種合金鋼時,由于拉坯機是水平連鑄系統中的關鍵設備之一,拉坯機及其控制性能的好壞直接影響著連鑄坯的質量,因此,連鑄的拉坯技術便成為整個水平連鑄技術的核心。由于鋼的冶煉過程是在高溫下進行的,鋼水溫度的變化又容易影響鑄坯的質量和成材率,因此,如何能在高溫環境下控制好與鑄坯速度相關的參數(拉、推程量,中停時間和拉坯頻率等)對于確保連鑄作業的進一步高效化,延長系統的連續作業時間十分關鍵。因此,拉坯輥速度控制技術是連鑄生產過程控制領域中的關鍵技術之- [31
上傳時間: 2013-10-12
上傳用戶:gxy670166755
從LVS的通用體系結構入手,分析了IPVS軟件的工作原理,討論了三種IP負載均衡技術;在分析網絡地址轉換方法(VS/NAT)的缺點和網絡服務的非對稱性的基礎上,給出了通過IP隧道實現虛擬服務器的方法VS/TUN,和通過直接路由實現虛擬服務器的方法VS/DR,極大地提高了系統的可伸縮性。該技術為建立和維護大型網絡服務具有實際應用價值和指導意義。
上傳時間: 2013-11-20
上傳用戶:15736969615
DEbug 關于制作瑞星殺毒軟件密鑰盤的源碼 MOV BX,200 ;內存基址(0面) MOV DH,00 ;磁頭號00 MOV DL,00 ;驅動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續讀取9個扇區 INT 13 ;調用13號中斷 INT 3 MOV BX,300 ;內存基址(1面) MOV DH,01 ;磁頭號01 MOV DL,00 ;驅動器號00(A盤) MOV CX,4F01 ;4F(即79)號磁道01號扇區 即(CH=4F CL=01) MOV AH,05 ;格式化磁道 MOV AL,09 ;連續讀取9個扇區 INT 13 ;調用13號中斷 INT 20 ;返回dos 初學匯編,請各位多多指教!
上傳時間: 2015-01-07
上傳用戶:我干你啊
PowerFish is a class library, intended to provide a broad functionality base for any application. Although the focus is on game and demo development. PowerFish是一個類庫,旨在為應用程序提供一個廣泛的功能基礎,雖然其重點是在游戲和演示開發。
標簽: functionality application PowerFish intended
上傳時間: 2013-11-28
上傳用戶:2467478207
程序首先定義一個hello的函數調用int 21h mov ah ,09來顯示字符串,ds:dx定義字符串位置 來使用一個80×25的界面使整個程序更加美觀 游戲主程序調用BIOS int 10 的9號功能實現對目標文本的顏色和定位,。游戲主程序可以用int 16 mov ah,00從鍵盤讀取輸入的字符在調用int 21 mov ah,01 讓鍵盤輸入顯示在屏幕中 al=輸入的字符,用cmp指令對輸入的文本和目標文本進行比較,再利用選擇語句將錯誤的輸入字符顯示為紅色,將正確的輸入字符顯示為綠色。在整個字符串結束后直接退到dos環境
上傳時間: 2014-11-23
上傳用戶:waitingfy
This toolbox contains Matlab code for several graph and mesh partitioning methods, including geometric, spectral, geometric spectral, and coordinate bisection. It also has routines to generate recursive multiway partitions, vertex separators, and nested dissection orderings and it has some sample meshes and mesh generators. The toolbox contains a Matlab interface to Leland and Hendrickson s Chaco partitioning package, but it doesn t contain Chaco itself. The file "chaco/README" tells how to install the interface to Chaco. It also contains a Matlab interface to Karypis et al. s Metis partitioning package, using Robert Bridson s "metismex" code.
標簽: partitioning including contains toolbox
上傳時間: 2015-05-25
上傳用戶:tzl1975
目前能實現隨意控制螞蟻的軌跡長度(Path)、數量(Unit)、速度(V)、角度(R)、加速度(dv,dr)。 Kr和Kv是常數,打算將來改成數組,作為用來控制螞蟻活躍程度的基因。
上傳時間: 2013-12-27
上傳用戶:225588
A C++ N-grams Package 2.0 This is a simple C++ n-grams package that includes a header, the corresponding cpp file, and a sample driver program. It is a natural language processing tool for creating n-gram profiles for text documents. The details on usage is documented in the header right above each public function defined. This package is based on Dr. Vlado Keselj s Perl package Text::Ngrams which is available in CPAN.
標簽: includes correspo N-grams Package
上傳時間: 2015-06-12
上傳用戶:wfl_yy
8253的初始化程序舉例: 例1:選擇2號計數器,工作在3方式,計數初值為533H(2個字節),采用二進制計數。其初始化程序段為 MOV DX,307H ;命令口 MOV AL,10110110B ;2號計數器的初始化命 令字 OUT DX,AL ;寫入命令寄存器 MOV DX,306H ;2號計數器數據口 MOV AX,533H ;計數初值 OUT DX,AL ;選送低字節到2號計數器 MOV AL,AH ;取高字節送AL OUT DX,AL ;后送高字節到2號計數器
上傳時間: 2015-06-24
上傳用戶:zhangzhenyu
zemax源碼: This DLL models an anamorphic aspheric surface. This surface is essentially an even aspheric surface with different terms for the x and y directions. The sag is given by: Z = ((CX*x*x)+(CY*y*y)) / (1 + sqrt(1-((1+KX)*CX*CX*x*x)-((1+KY)*CY*CY*y*y))) + AR*( (1 - AP)*x*x + (1 + AP)*y*y )^2 + BR*( (1 - BP)*x*x + (1 + BP)*y*y )^3 + CR*( (1 - CP)*x*x + (1 + CP)*y*y )^4 + DR*( (1 - DP)*x*x + (1 + DP)*y*y )^5 Note the terms AR, BR, CR, and DR ... have units of length to the -3, -5, -7, and -9 power. The terms AP, BP, CP, and DP are dimensionless. The surface is rotationally symmetric only if AP = BP = CP = DP == 0 and CX = CY and KX = KY.
標簽: surface This essentially anamorphic
上傳時間: 2015-07-25
上傳用戶:lht618