自動化控制專業(yè)外文翻譯_第1頁
已閱讀1頁,還剩3頁未讀 繼續(xù)免費閱讀

下載本文檔

版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領

文檔簡介

1、<p>  附件:資料1翻譯譯文</p><p>  在自動化控制和智能儀器儀表中, 單片機的應用越來越廣泛, 由于單片機的運算功能較差, 往往需要借助計算機系統(tǒng), 因此單片機和 PC機進行遠程通信更具有實際意義, 通信的關鍵在于互傳數(shù)據(jù)信息。51系列單片機內部的串行口具有通信的功能,該串行口可以作為通信接口, 利用該串行口與 PC機的串行口 COM 1或 COM 2進行串行通信, 將單片機采集的數(shù)據(jù)傳

2、送到 PC機中, 由 PC機的高級語言或數(shù)據(jù)庫語言對數(shù)據(jù)進行整理及統(tǒng)計等復雜處理就能滿足實際的應用需要。</p><p>  軟件設計,初始化后,打開數(shù)據(jù)通道對上下游信號進行采樣,并進行相關運算,求峰值R~,對R.二是否峰值進行判斷,以確保正確求出延時r,從而得出正確的流量。由于一次相關計算所需時間很短,因此,采用計數(shù)器控制。</p><p>  PC機和單片機在進行通信時, 首先分別對各

3、自的串行口進行初始化、 確定串行口工作方式、 設定波特率、 傳輸數(shù)據(jù)長度等, 然后才開始數(shù)據(jù)傳輸, 這些工作是由軟件來完成的, 因此對 PC機和單片機均需設計相應的通信軟件。DOS環(huán)境下, 串行通信一般用中斷方式來實現(xiàn),用戶對通信端口進行完全控制。而在 W i ndow s環(huán)境下, 系統(tǒng)禁止應用程序直接對硬件進行操作。在W indows環(huán)境下提供了完備的 AP I應用程序接口函數(shù), 程序員通過這些函數(shù)與通信硬件接口。通信函數(shù)是中斷驅動的

4、: 發(fā)送數(shù)據(jù)時, 先將其放入緩存區(qū),串口準備好后, 就將其發(fā)送出去; 傳來的數(shù)據(jù)迅速申請中斷, 使 W i ndow s接收它并將其存入緩沖區(qū), 以供讀取。接收方式主要有查詢和中斷方式。采用查詢方式時, CPU要不斷測試串口是否有數(shù)據(jù),以防接收串口數(shù)據(jù)時出現(xiàn)錯誤、 效率低; 而采用中斷方式則無需測試串口, 一旦有數(shù)據(jù)傳至, CPU終止當前任務,由中斷服務程序完成操作。因此, 中斷方式具有效率高、 接收準確、 編程簡單等特點。</p

5、><p>  在工業(yè)通信及控制領域, 特別是分布式的控制系統(tǒng)中, 常常需要在各設備之間交換和共享數(shù)據(jù), 而且對于數(shù)據(jù)交換的實時性 可靠性要求很高 在這種情況下, 現(xiàn)場總線應運而生了 現(xiàn)場總線由于其良好的實時性 開放性以及工業(yè)針對性強的特點, 在工業(yè)領域得到了長足的運用和發(fā)展 可以說, 現(xiàn)場總線在工業(yè)領域正發(fā)揮著不可或缺的重要作用。</p><p>  在 PLC 系統(tǒng)的應用中, 經(jīng)常需要將多臺

6、 PLC連成一個網(wǎng)絡, 其中每臺 PLC 可以實時地獲知網(wǎng)絡中其它任何一臺 PLC 的特定信息, 從而達到整個網(wǎng)絡上的數(shù)據(jù)同步, 實現(xiàn)聯(lián)動控制;同時在性能上要求良好的實時性和可靠性 而且, 在很多情況下, 通信的開銷也不能太高 因此, 怎樣以較低的開銷, 較好地實現(xiàn)設備間的數(shù)據(jù)同步功能, 在PLC 及其他工業(yè)通信產(chǎn)品的開發(fā)中具有很積極的意義。模擬系統(tǒng)需要盡量對指控計算機的各個分系統(tǒng)進行逼真的模擬, 不僅要實時響應指控計算機的請求, 及時

7、回送符合要求的報文,正確監(jiān)測通信的時序,檢測傳輸過程中的 CRC 校驗錯, 還需要嚴格控制通信的誤碼率, 具有良好的人機界面。鑒于此,模擬系統(tǒng)采用了硬件智能板設計結合軟件優(yōu)化設計的思想, 設計了滿足要求的智能高速通信板, 然后在此基礎上再開發(fā)具有良好用戶界面的驅動控制軟件。</p><p>  固件程序的主要功能包括自檢及初始化通信板器件、提供上層驅動軟件接口、 監(jiān)測雙口存儲器中標志字節(jié)請求、 根據(jù)請求完成數(shù)據(jù)傳

8、送、 判斷數(shù)據(jù)傳輸狀態(tài)并進行相應處理、 硬件斷處理等。固化程序主體可分為自檢、初始化、程序主流程、中斷處理等幾部分。為使系統(tǒng)在某些惡劣環(huán)境下也能可靠工作, 滿足對信息傳輸?shù)膶崟r性、 高可靠、 安全性的要求, 在通道的硬件設計上采取了一系列必要的措施,并在固件中作了處理。其中包括超時計時器的設置和通道故障報警等。</p><p>  傳統(tǒng)儀器面板上的器件都是實物,而且是用手動和觸摸進行操作的,而虛擬儀器面板控件是外

9、形與實物相像的圖標,通、斷、放大等對應著相應的軟件程序. 這些軟件已經(jīng)設計好了,用戶不必設計,只需選用代表該種軟件程序的圖形控件即可,由計算機的鼠標來對其進行操作. 因此,設計虛擬面板的過程就是在面板設計窗口中擺放所需的控件,然后編寫相應的程序. 大多數(shù)初學者可以學習利用虛擬儀器的軟件開發(fā)工具,例如LabWindows/CVI、LabVIEW 等編程語言,在短時間內輕松完成美觀又實用的虛擬儀器面</p><p&

10、gt;  附件:資料1外文原文(可以用復印件)</p><p>  In automatic control and intelligent instrumentation, the MCU should more and more widely used, due to poor function of the microcontroller operation is often required to the

11、 use of computer systems, remote microcontroller and PC,more meaningful communication, communication is the key to each data channel transmission information. 51 computers with the internal serial port communications fea

12、tures.The serial port can serve as a communication interface with the PC using the serial port serial port</p><p>  Software Design,after initialization, open the data channel on the upstream and downstream

13、signals are sampled.And associated operations, find the peak R ~, on whether the peak for the second sentence R.Off, find the delay to ensure the correct r, to arrive at the correct flow. As A very short time the relevan

14、t calculation, therefore, the use of the counter control.</p><p>  Communication during PC, and SCM, the first for their respectiveInitialize the serial port, serial port work to determine and set waves spe

15、cial rate, transmission of data length, and then began to data transmission, these work is done by software, so the PC, and microcontroller need to design appropriate communication software.</p><p>  DOS env

16、ironment, the serial communication interrupt mode generally used to achieve.Users complete control of the communication port. In the W i ndow s environment the system prohibits the application directly on the hardware to

17、 operate. In w indows in the provision of a complete application program interface functions AP I number of these functions by the programmer hardware interface and communications. Communication letter number is interrup

18、t-driven: to send data, first put it in cache serial </p><p>  Communication and control in industrial fields, particularly in distributed control system of systems, often require different equipment in the

19、exchange and sharing between the number ofIt is, but also for the reliability of real-time data exchange arehigh in this case ,the field bus came into the scene bus due to its good real-time for open and industrial str

20、ong features in the industry have seen significant use and development fair to say, fieldbus is playing in the industrial field is not i</p><p>  In the PLC system applications, often need more than one PLC

21、connected into a network, each of them in real time by the Knowledge network PLC network in any other specific information of a PLC to achieve the whole data synchronization on a network, to achieve joint control; while

22、in the performance on the requirements of a good time and reliability and, in many circumstances case, the communication overhead can not be too high, therefore, how to overhead,achieve better synchronization of data be&

23、lt;/p><p>  Hardware design of the channel a series of necessary measures taken, and the firmware for the treatment. Including time-out timer settings and channel failure alarm.Traditional instruments are physi

24、cal devices on the panel, and is operated by hand and touch, and virtual instrument surface board control is similar to the icon with the physical appearance, pass, off, zoom, etc. correspond to the appropriate software

溫馨提示

  • 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
  • 4. 未經(jīng)權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
  • 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。

評論

0/150

提交評論