版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、<p><b> 英文原文</b></p><p> Auto-testing system for fan performance based</p><p> on virtual instrumentation technology</p><p> Abstract: In accordance with the pr
2、esent status of measurement of fan performance with burdensome in labors, low inaccuracy and backward in testing method, auto-testing system for fan performance based on Virtual Instruments(VI)technology was developed. T
3、he system integrated sensor technology, computer technology and measurement technology.As a result, the system can not only automatically acquire, process testing data and express the final results in suitable forms but
4、also control and adjust d</p><p> Key words: fan; performance testing; auto-testing; virtual instrumentation; data processing</p><p> 1 Introduction</p><p> The parameters of fan
5、: flux, pressure, power an deficiency not only decide working performance but also are the basis of selecting and using blower for people. Because of the blower theory being not perfect, performance testing is the main m
6、ethod of acquiring these parameters. Moreover, the testing is important for testing products and designing new products. In China, traditional fan performance testing is always done manually or by single chip which has m
7、any shortages including lower precision</p><p> Therefore, according to the demands of modern times experiment technique, an automatic test and analysis system for fan performance based on virtual instrumen
8、tation tool Lab Windows/CVI was designed in this paper. Combined sensor technology, computer technology and testing technique, the virtual instrumentation (VI) technology makes the most use of intelligence of computer to
9、 thoroughly break down the mode that the traditional instruments are defined by the manufacturers, however the users can n</p><p> As a result, the system can not only automatically acquire, process testing
10、 data and express the final results in suitable forms but also control and adjust different working loads. The whole system is friendly in interface, easy in operation and complete in functions. The experiment results ha
11、ve shown that the stability of the experiment process has increased, the reading error was avoided and the measurement accuracy and experiment efficiency were improved. The system has been widely applied t</p><
12、;p> 2 Hardware design of the system</p><p> Hardware of this system, which is the basis of signal acquisition, conversion, enhance and processing, consists of fan, motors, wind pipe, sensors, computer,
13、data acquisition board, frequency conversion governor, etc. The block diagram of system structure is shown in Fig.1.</p><p> Among those components, computer and plug-in DAQ board play an important role in
14、the system. With the high performance DAQ board, not only data acquisition, A/D conversion but also frequency control, step motor control etc are realized. Considered of the technical indexes such as sampling frequency,
15、accuracy, A/D & D/A conversion rate, resolution, the DAQ board PCI-6024E from National Instruments (U.S.A), with which 200 ks/s, 12-bit performance on 16 single-ended analog inputs can be got up to, </p><p
16、> The fan parameters: flux, static pressure, torque and rotation speed are measured by corresponding sensors including differential pressure transmitter ( BC69 type, accuracy is FS ), static pressure transmitter (JYB
17、 type, accuracy is 1%FS), and torque & rotate speed sensor ( AKC-205 type, accuracy is 0. 3%FS). The sensor outputs are all standard current signal with 4~20 mA. To meet the DAQ board input signal type and range, 0 ~
18、 5 V voltage signals are achieved from 4~20 mA current signals by an i</p><p> Through the analog output channel on 6024E, 0~5 V voltage signal which is corresponding on 0~50 Hz of AC frequency, are sent ou
19、t to control frequency converter (FR-A540-1.5K-CH type, MITSUDISHI, Japan). Then, the fan speed changes with variable voltage.</p><p> The regulating unit of working status, which is designed by the authors
20、, is the rotating baffle structure composed of round baffle, shaft coupling, creeper gear and step motor etc. (See the Fig.2). This kind of structure can not only realize the auto- control but also is small and flexible.
21、 Three digital I/O port on the 6024E are used to send out three- phase pulse to control the rotation angle of step motor. The step motor drives the round baffle through the creeper gear to revolve inside the w</p>
22、<p> To insure the measurement accuracy, several anti-interference means are adopted such as differential inputs of signals to eliminate the common mode interference, good earth of signal line and instruments, dig
23、ital filtering technology in software.</p><p> 3 Software design of the system</p><p> 3.1 Data processing</p><p> Data processing in this system includes three aspects: processi
24、ng acquired signals to weed out various disturbing signals; using hydrodynamics formulas to calculate performance parameters of fans; fitting performance parameters based on least square method to draw performance curves
25、 of fans.</p><p> 3.1.1 Calculation of performance parameters</p><p> Refer to the national standard GB1236-85, Aerodynamics performance test procedure of ventilator, the ventilator performanc
26、e testing of the discharge outlet is achieved. The fan performance parameters are calculated as follow so:</p><p> where is the aperture of restriction orifice; is the flow coefficient;εis the gas expansion
27、 coefficient;ρis the gas density of fan outlet;Fit the torque between motor and fan;nis the rotation speed of motor;pst is the static pressure;Pd is the kinetic pressure;Ais the area of wind pipe;vis the speed of the air
28、flow;ηis the available output.</p><p> 3.1.2 Performance curve fitting</p><p> There are many curve fitting methods such as exponential fitting, orthogonal polynomial fitting . The least squar
29、e method is adopted to fit performance parameters because the characteristic curve of fan is mostly parabola. What is called "least square method" is statistically processing the observed values from experiment
30、s to make desired value of observation equal to its theoretical value and rectify the observed value.</p><p> Using the function Polynomial that is in the advanced analysis library of Lab Windows/CVI, the p
31、erformance curve fitting was completed. The format of function Polynomial is as follows:Polynomial(double x[],double y[],int n,int order, double z[],double coef[],double*mse)</p><p> The purpose of this fun
32、ction is to find the coefficients that best represent the polynomial fit of the data points (x,y) using the least squares method. Poly Fit obtains the its element of the output array and mean squared error ( mse ) using
33、the following formula: </p><p> With this function the flux-whole pressure curve, flux-static pressure curve, and flux-efficiency curve can be achieved.</p><p> 3.2 Structure of the software&l
34、t;/p><p> The software is developed by Lab Windows/CVI which is an integrated ANSI C environment for engineers and scientists creating virtual instrumentation applications. With integrated I/O libraries, analy
35、sis routines, and user interface tools, Lab Windows/CVI delivers everything you need for building advanced test and measurement systems. Based on modular design method of program, 8 modules are designed in this system:&
36、lt;/p><p> (1) Basic parameters setting: user can key in the fan type and environmental parameters including atmospheric temperature, humidity and pressure in this module.</p><p> (2) Data acquis
37、ition and control parameters setting: in this module, the sampling channel, control channel, sampling rate, signal input/output limit etc</p><p> (3) Main control station: this module is the main interface
38、for operators. The visualized controls, such as power switch, testing start switch, operating mode selecting slide, fan speed selecting slide, and real-time numeric &waveform display of signals, are delivered in the
39、front panel for user operating this system conveniently.</p><p> (4) Data processing: in this module, not only original data but also calculated data including flux, efficiency, power and total pressure can
40、 be shown in numeric and waveform form. Moreover, based on least square method the fan performance curve can be fitted with free selected fit module.</p><p> (5) Test report: after test, operators can achie
41、ve the test report including grid or graph type of test dada in this module. Also, data saving, printing, exporting, importing etc are all realized.</p><p> (6) History query: according to the test number a
42、nd fan type, users can find history records they need with numeric or graph type documents in this module. Thus, a needed test report including fan performance curve can be displayed and printed.</p><p> (7
43、) Experimental simulation: a visual flash film is designed for operator to know the operating procedure well.</p><p> (8) System help: using the hyper text technology, the system help on line is built which
44、 consists of three parts, namely, fan performance test system overview, background knowledge and operating instruction.</p><p> In conclusion, the software system has key functions as follows: auto-acquirin
45、g parameters of fan performance, adjusting the rotating speed and flux of blower, auto-generating record of testing and performance curve, moreover, the software can also display, save and print these signals in graphic
46、and numeric form. The whole system is friendly and convenient for operating.</p><p> 4 Experiment of the system</p><p> Take the centrifugal blower (4-72 type) for testing example in laborator
47、y, the performance testing experiment was made with this system. As shown in Fig.3, each point is the numerical value of test signal, and that connected line is the performance fitting curve based on least square method.
48、 Compared with handwork which was done at the same time, the two test results are nearly equal and the accuracy can completely meet the needs of national standard</p><p> 5 Conclusion</p><p>
49、From all above, the whole system has friendly functions, which can be used widely in scientific research institutes and factories. This system improves the stability of testing process, avoids the error of reading, calcu
50、lation and result caused relative data can not be recorded at the same time with test artificially. As a result, the precision an efficiency of testing is largely improved. It meets the need of scientific production and
51、auto-management modern industry. </p><p><b> 中文譯文</b></p><p> 基于虛擬儀器技術(shù)的風(fēng)機(jī)性能自動(dòng)測(cè)試系統(tǒng)</p><p> 摘 要:我國(guó)風(fēng)機(jī)性能檢測(cè)多以手工為主,存在試驗(yàn)手段落后,勞動(dòng)量大和測(cè)試結(jié)果不準(zhǔn)確等缺點(diǎn),采用先進(jìn)的虛擬儀器技術(shù),將傳感器技術(shù)、計(jì)算機(jī)技術(shù)和測(cè)試技術(shù)結(jié)
52、合起來,建立了基于虛擬儀器技術(shù)的風(fēng)機(jī)性能自動(dòng)測(cè)試系統(tǒng),實(shí)現(xiàn)了試驗(yàn)數(shù)據(jù)的自動(dòng)采集、風(fēng)機(jī)轉(zhuǎn)速的自動(dòng)調(diào)節(jié)、風(fēng)機(jī)運(yùn)行工況的自動(dòng)控制、試驗(yàn)數(shù)據(jù)的正確處理及性能曲線的自動(dòng)繪制。整個(gè)系統(tǒng)具有界面友好、操作方便、功能齊全等優(yōu)點(diǎn)。試驗(yàn)結(jié)果表明本系統(tǒng)增加了試驗(yàn)過程的穩(wěn)定性,避免了人為的讀數(shù)誤差、計(jì)算誤差以及相關(guān)數(shù)據(jù)不能同時(shí)記錄所引起的試驗(yàn)結(jié)果偏差,提高了測(cè)試精度和試驗(yàn)效率??蓮V泛應(yīng)用于科研院所和風(fēng)機(jī)生產(chǎn)廠家,具有較高的推廣應(yīng)用價(jià)值。</p>
53、<p> 關(guān)鍵詞:風(fēng)機(jī);性能試驗(yàn);自動(dòng)測(cè)試;虛擬儀器;數(shù)據(jù)處理</p><p><b> 1 介紹</b></p><p> 流量,壓力,功率和效率等參數(shù)不僅決定工作績(jī)效,也決定了工業(yè)生產(chǎn)的正常運(yùn)作。由于風(fēng)機(jī)理論不夠完善,大部分依賴于狀態(tài)試驗(yàn)獲取這些參數(shù)。此外,測(cè)試最重要的是檢驗(yàn)產(chǎn)品和創(chuàng)新設(shè)計(jì)產(chǎn)品。在中國(guó),傳統(tǒng)的風(fēng)機(jī)性能測(cè)試是經(jīng)常手動(dòng)操作傳統(tǒng)儀器從而獲
54、取參數(shù),其中有許多不足,包括:精度不高、勞動(dòng)強(qiáng)度大、不完善的用戶界面,等等。</p><p> 因此,根據(jù)用戶的需求和現(xiàn)代時(shí)代實(shí)驗(yàn)技術(shù)的發(fā)展,自動(dòng)測(cè)試及分析風(fēng)機(jī)性能系統(tǒng)應(yīng)運(yùn)而生。組合傳感器技術(shù),計(jì)算機(jī)技術(shù)和測(cè)試技術(shù),虛擬儀器儀表技術(shù)的結(jié)合使得人們可以用最普遍的方法使用智能測(cè)試儀器,徹底打破傳統(tǒng)技術(shù)由制造商制定用戶不能改變的的模式。與此同時(shí),給用戶提供了一個(gè)空間,以發(fā)揮他們的能力和想象力不足。它是用戶,而不是制造
55、商,他們根據(jù)個(gè)人需要,他們可以設(shè)計(jì)自己的儀器系統(tǒng)。在虛擬儀器系統(tǒng),硬件只是提供了一個(gè)解決方案,以輸入和輸出的信號(hào)為主的軟件是整個(gè)系統(tǒng)的關(guān)鍵。任何用戶可以根據(jù)需要修改軟件,增加或減少軟件的功能和軟件的儀器系統(tǒng)。</p><p> 因此,該系統(tǒng)不僅可以自動(dòng)采集、加工、試驗(yàn)數(shù)據(jù),并以適當(dāng)?shù)男问斤@示最后結(jié)果,而且也控制和調(diào)整不同的工作負(fù)載。整個(gè)系統(tǒng)是具有完善的界面,易操作,并很好地完成功能。實(shí)驗(yàn)結(jié)果表明,穩(wěn)定性試驗(yàn)過程
56、中增加了,讀數(shù)誤差是可以避免和測(cè)量精度和實(shí)驗(yàn)效率得到了改善。該系統(tǒng)已廣泛地應(yīng)用于許多范生產(chǎn)廠家和科研單位。</p><p><b> 2硬件系統(tǒng)的設(shè)計(jì)</b></p><p> 硬件是這個(gè)系統(tǒng)的基礎(chǔ)。包括風(fēng)扇,電機(jī),風(fēng)管,傳感器,計(jì)算機(jī),數(shù)據(jù)采集板,頻率轉(zhuǎn)換器等。</p><p> 虛擬儀器測(cè)試系統(tǒng)的硬件通常包括傳感器、信號(hào)采集、信號(hào)調(diào)理
57、、等I/O接口設(shè)備和通用計(jì)算機(jī)。計(jì)算機(jī)一般是PC機(jī)或工作站,是整個(gè)硬件的核心,;傳感器則是測(cè)試系統(tǒng)獲取外界信息的通道;I/O接口設(shè)備則采集、放大、A/D、D/A轉(zhuǎn)換被測(cè)信號(hào)等。</p><p> LabVIEW獲取數(shù)據(jù)的方法是通過對(duì)I/O接口設(shè)備的驅(qū)動(dòng)完成的。虛擬儀器系統(tǒng)中,I/O接口設(shè)備主要是數(shù)據(jù)采集板。通過數(shù)據(jù)采集板獲取數(shù)據(jù)在虛擬儀器中又稱為PC一DAQ(Data Acquisition數(shù)據(jù)采集)式儀器。&
58、lt;/p><p> 數(shù)據(jù)采集板作為儀器系統(tǒng)硬件的主要組成部分,是外界電信號(hào)與PC機(jī)之間的橋梁。它不僅具有信號(hào)傳輸?shù)墓δ?,還具有信號(hào)轉(zhuǎn)換和譯碼的功能。</p><p> 風(fēng)機(jī)工況調(diào)節(jié)的過程:由DAQ卡上的脈沖輸出口輸出脈沖信號(hào)加于數(shù)字電路板,控制步進(jìn)電機(jī)的步進(jìn)角度、正反轉(zhuǎn)及步進(jìn)速度;數(shù)字電路板用于脈沖分配和步進(jìn)電機(jī)的驅(qū)動(dòng);將減速器加于步進(jìn)電機(jī)與旋轉(zhuǎn)擋板之間,用于防止風(fēng)機(jī)運(yùn)行過程中由于風(fēng)力過
59、大使擋板產(chǎn)生轉(zhuǎn)動(dòng)。通過編程,控制脈沖信號(hào)的個(gè)數(shù)和正反轉(zhuǎn)信號(hào),當(dāng)用戶發(fā)出指令改變風(fēng)機(jī)運(yùn)轉(zhuǎn)工況時(shí),PC機(jī)通過DAQ卡輸出電壓信號(hào),此電壓信號(hào)再經(jīng)過電路轉(zhuǎn)換,驅(qū)動(dòng)步進(jìn)電機(jī)使其轉(zhuǎn)過設(shè)定的角度,控制旋轉(zhuǎn)擋板的轉(zhuǎn)動(dòng),這樣就實(shí)現(xiàn)風(fēng)機(jī)由工況1到工況10的調(diào)節(jié),從而實(shí)現(xiàn)了流量的調(diào)節(jié).</p><p> 該部件的工作狀況制定,這是由作者設(shè)計(jì)制定的,是旋轉(zhuǎn)擋板結(jié)構(gòu)組成的輪擋板、聯(lián)軸器、齒輪和步進(jìn)電機(jī)等(參見圖1),這種結(jié)構(gòu)不僅可以實(shí)
60、現(xiàn)自動(dòng)控制,而且也有小而靈活的優(yōu)點(diǎn)。</p><p> 為實(shí)現(xiàn)風(fēng)管進(jìn)口氣流流量的調(diào)節(jié),即風(fēng)機(jī)工況的調(diào)節(jié),本系統(tǒng)設(shè)計(jì)一旋轉(zhuǎn)擋板裝置。旋轉(zhuǎn)擋板的結(jié)構(gòu)簡(jiǎn)圖如圖1所示。在風(fēng)管進(jìn)口處安裝一圓形擋板,步進(jìn)電機(jī)通過減速器帶動(dòng)圓形擋板的轉(zhuǎn)動(dòng),實(shí)現(xiàn)擋板與風(fēng)管進(jìn)口處孔隙的變化,即實(shí)現(xiàn)流量的變化。風(fēng)機(jī)工況調(diào)節(jié)的過程:由DAQ卡上的脈沖輸出口輸出脈沖信號(hào)加于數(shù)字電路板,控制步進(jìn)電機(jī)的步進(jìn)角度、正反轉(zhuǎn)及步進(jìn)速度;數(shù)字電路板用于脈沖分配和
61、步進(jìn)電機(jī)的驅(qū)動(dòng);將減速器加于步進(jìn)電機(jī)與旋轉(zhuǎn)擋板之間,用于防止風(fēng)機(jī)運(yùn)行過程中由于風(fēng)力過大使擋板產(chǎn)生轉(zhuǎn)動(dòng)。通過編程,控制脈沖信號(hào)的個(gè)數(shù)和正反轉(zhuǎn)信號(hào),當(dāng)用戶發(fā)出指令改變風(fēng)機(jī)運(yùn)轉(zhuǎn)工況時(shí),PC機(jī)通過DAQ卡輸出電壓信號(hào),此電壓信號(hào)再經(jīng)過電路轉(zhuǎn)換,驅(qū)動(dòng)步進(jìn)電機(jī)使其轉(zhuǎn)過設(shè)定的角度,控制旋轉(zhuǎn)擋板的轉(zhuǎn)動(dòng),這樣就實(shí)現(xiàn)風(fēng)機(jī)由工況1到工況10的調(diào)節(jié),從而實(shí)現(xiàn)了流量的調(diào)節(jié),</p><p><b> 圖1</b>&
62、lt;/p><p><b> 3 軟件系統(tǒng)的設(shè)計(jì)</b></p><p><b> 3.1數(shù)據(jù)處理</b></p><p> 數(shù)據(jù)處理在這個(gè)系統(tǒng)中包括三個(gè)方面:處理和清除種種不理想的后期信號(hào);利用流體力學(xué)計(jì)算公式性能參數(shù)的精確度; 基于最小二乘法提取性能曲線的精確度并擬合性能參數(shù)。</p><p>
63、; 3.1.1計(jì)算性能參數(shù)</p><p> 在風(fēng)機(jī)狀態(tài)試驗(yàn)臺(tái)上由傳感器測(cè)得的試驗(yàn)數(shù)據(jù)包括壓差、靜壓、扭矩等信號(hào),而風(fēng)機(jī)狀態(tài)參數(shù)包括流量、全壓、靜壓、功率、效率等數(shù)值,所以試驗(yàn)測(cè)得的數(shù)據(jù)必須經(jīng)過計(jì)算、整理才能得到風(fēng)機(jī)狀態(tài)參數(shù)值,以下為狀態(tài)參數(shù)計(jì)算公式:</p><p><b> 體積流速</b></p><p><b> 軸功
64、率</b></p><p><b> 總壓力:</b></p><p><b> 效率的總壓力:</b></p><p> 3.1.2性能曲線擬合</p><p> 關(guān)于曲線擬合的方式有許多種,如指數(shù)擬合、正交多項(xiàng)式擬合以及切比雪夫擬合等,選用何種方法,應(yīng)根據(jù)原始數(shù)據(jù)所描繪的圖形
65、來決定。對(duì)于風(fēng)機(jī),由于其特性曲線的形狀多為拋物線型,所以本文采用最小二乘法原則來擬合狀態(tài)參數(shù)。所謂最小二乘法就是用數(shù)學(xué)統(tǒng)計(jì)的方法處理試驗(yàn)觀測(cè)值,使試驗(yàn)觀測(cè)值的期待值等于他的理論值,達(dá)到對(duì)觀測(cè)值的校正。</p><p> 用最小二乘法是在分析圖書館的Lab Windows / CVI中,性能曲線擬合完成。格式函數(shù)具體內(nèi)容如下:</p><p> 要表達(dá)整個(gè)壓力曲線和通量靜態(tài)壓力曲線的關(guān)系
66、,流量-效率曲線可以達(dá)到這個(gè)效果。</p><p><b> 3.2軟件的結(jié)構(gòu)</b></p><p> Lab Windows / CVI是一個(gè)綜合性虛擬儀表軟件,該軟件是由Lab Windows / CVI的ANSI C環(huán)境工程師和科學(xué)家創(chuàng)造。在這個(gè)系統(tǒng)中,Lab Windows / CVI提供您所需的一切,如集成的I / O 圖書館、分析套路和用戶界面的工具
67、,為建設(shè)先進(jìn)的測(cè)試和測(cè)量系統(tǒng)?;谀K化的設(shè)計(jì)方法和設(shè)計(jì)程序包括:</p><p> 1 )基本參數(shù)設(shè)置:用戶可以設(shè)置關(guān)鍵風(fēng)扇型和環(huán)境參數(shù),包括大氣溫度、濕度和壓力。</p><p> 2 )數(shù)據(jù)采集及控制參數(shù)設(shè)定: 在這個(gè)系統(tǒng)中包括采樣通道、控制通道、采樣率、信號(hào)輸入/輸出限制等。</p><p> 3 )主控站:這個(gè)系統(tǒng)是以主接口為運(yùn)作口實(shí)現(xiàn)可視化的控制,
68、例如電源開關(guān),作為測(cè)試起動(dòng)開關(guān),操作模式選擇幻燈片,并進(jìn)行實(shí)時(shí)在線數(shù)字&波形顯示的信號(hào),送到在前面板上,用戶操作此系統(tǒng)可以實(shí)現(xiàn)方便交換。</p><p> 4 )數(shù)據(jù)處理:在本系統(tǒng)中,不是指原始數(shù)據(jù),而是計(jì)算數(shù)據(jù),包括流量,效率,功率和總壓能證明在數(shù)字和波形形式。此外,基于最小二乘法的風(fēng)機(jī)性能曲線可裝有自由挑選合適的模塊。</p><p> 5 )試驗(yàn)報(bào)告:試驗(yàn)后,可以實(shí)現(xiàn)測(cè)試報(bào)告,其
69、中包括網(wǎng)格或圖表類型的測(cè)試網(wǎng)絡(luò)社區(qū)這個(gè)系統(tǒng)。此外,都實(shí)現(xiàn)了數(shù)據(jù)存儲(chǔ)、打印輸出、輸入等。</p><p> 6 )歷史查詢:在這個(gè)單元,根據(jù)試驗(yàn)的次數(shù)和范型,用戶還可以找到歷史記錄,他們還可以設(shè)置自己需要的數(shù)字或圖形文件類型。因此,需要測(cè)試報(bào)告,其中包括風(fēng)機(jī)性能曲線的展示和打印。</p><p> 最后,該軟件系統(tǒng)的關(guān)鍵功能如下:自動(dòng)獲取性能參數(shù),調(diào)整轉(zhuǎn)速和通量風(fēng)機(jī),自動(dòng)生成記錄,測(cè)試和
70、性能曲線,此外,該軟件還可以顯示,保存和打印這些信號(hào)在圖形和數(shù)字形式。整個(gè)系統(tǒng)是完善便于操作的。</p><p><b> 4 實(shí)驗(yàn)系統(tǒng)</b></p><p> 以離心式鼓風(fēng)機(jī)(4-72型)進(jìn)行全面的測(cè)試,例如,在實(shí)驗(yàn)室,性能測(cè)試實(shí)驗(yàn)取得了該項(xiàng)功能。所示圖2 ,每一個(gè)點(diǎn)是數(shù)值的測(cè)試信號(hào), 并且曲線是基于最小二乘法擬合出來的。比較手工是做在同一時(shí)間內(nèi),兩個(gè)測(cè)試結(jié)果
71、幾乎是平等和準(zhǔn)確性,可完全滿足國(guó)家標(biāo)準(zhǔn)。</p><p><b> 圖2</b></p><p><b> 5 結(jié)論</b></p><p> 從所有上述情況,整個(gè)系統(tǒng)是一個(gè)很完善的界面,操作方便和全面的功能,可廣泛應(yīng)用于科學(xué)科研院所及工廠等。這個(gè)系統(tǒng)提高了性測(cè)試過程的穩(wěn)定性,避免了閱讀誤差和實(shí)驗(yàn)過程總數(shù)據(jù)無法真實(shí)記
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫(kù)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 外文翻譯--基于虛擬儀器技術(shù)的風(fēng)機(jī)性能自動(dòng)測(cè)試系統(tǒng)
- 基于虛擬儀器的風(fēng)機(jī)性能試驗(yàn)自動(dòng)測(cè)試系統(tǒng).pdf
- 基于虛擬儀器技術(shù)的光模塊自動(dòng)測(cè)試系統(tǒng).pdf
- 基于虛擬儀器的手機(jī)自動(dòng)測(cè)試系統(tǒng).pdf
- 基于虛擬儀器技術(shù)的轉(zhuǎn)矩自動(dòng)測(cè)試系統(tǒng)研究.pdf
- 基于虛擬儀器的電力參數(shù)自動(dòng)測(cè)試系統(tǒng).pdf
- 基于虛擬儀器的直放站自動(dòng)測(cè)試系統(tǒng)的設(shè)計(jì).pdf
- 基于虛擬儀器的電機(jī)自動(dòng)測(cè)試系統(tǒng)研究.pdf
- 基于虛擬儀器的光模塊自動(dòng)測(cè)試系統(tǒng)的設(shè)計(jì).pdf
- 虛擬儀器技術(shù)在自動(dòng)測(cè)試中的應(yīng)用.pdf
- 基于虛擬儀器的幅頻特性自動(dòng)測(cè)試系統(tǒng)研究
- 基于虛擬儀器的IGBT自動(dòng)測(cè)試系統(tǒng)研究.pdf
- 基于虛擬儀器的通用自動(dòng)測(cè)試平臺(tái)研究.pdf
- 基于虛擬儀器的幅頻特性自動(dòng)測(cè)試系統(tǒng)研究.pdf
- 基于虛擬儀器的飛機(jī)電源系統(tǒng)自動(dòng)測(cè)試技術(shù)研究.pdf
- 基于虛擬儀器的TD-SCDMA基站射頻性能自動(dòng)測(cè)試系統(tǒng).pdf
- 基于虛擬儀器技術(shù)的GSM移動(dòng)終端射頻自動(dòng)測(cè)試系統(tǒng)的設(shè)計(jì).pdf
- 基于虛擬儀器的光模塊自動(dòng)測(cè)試系統(tǒng)研究.pdf
- 基于虛擬儀器平臺(tái)的光伏發(fā)電系統(tǒng)自動(dòng)測(cè)試技術(shù)研究.pdf
- 基于虛擬儀器的門控電路板自動(dòng)測(cè)試系統(tǒng)設(shè)計(jì).pdf
評(píng)論
0/150
提交評(píng)論