版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
1、此文檔是畢業(yè)設(shè)計外文翻譯成品( 含英文原文+中文翻譯) ,無需調(diào)整復(fù)雜的格 式!下載之后直接可用,方便快捷!本文價格不貴,也就幾十塊錢!一輩子也就一次的事!外文標(biāo)題:Introductions of PLC and MCU外文作者:Sunita Chandrasekaran文獻(xiàn)出處: 2018 IEEE International Parallel & Distributed Processing Symposium Works
2、hops (如覺得年份太老,可改為近 2 年,畢竟很多畢業(yè)生都這樣做)英文 1357 單詞,8022 字符(字符就是印刷符),中文 2327 漢字。 (如果字?jǐn)?shù)多了,可自行刪減,大多數(shù)學(xué)校都是要求選取外文的一部分內(nèi)容進(jìn)行翻譯的。 )Introductions of PLC and MCUA PLC is a device that was invented to replace the necessary sequential rela
3、y circuits for machine control. The PLC works by looking at its inputs and depending upon their state, turning on/off its outputs .The user enters a program, usually via software or programmer that gives the desired resu
4、lts.PLC are used in many “real world” applications. If there is industry present, chances are good that there is a PLC present. If you are involved in machining, packaging, material handling, automated assembly or countl
5、ess other industries, you are probably already using them. If you are not, you are wasting money and time. Almost any application that needs some type of electrical control has need for PLC.For example, let’s assume that
6、 when a switch turns on we want to turn a solenoid on for 5 seconds and then turn it off regardless of how long the switch is on for. We can do this with a simple external timer. What if the process also needed to count
7、 how many times the switch individually turned on? We need a lot of external counters.As you can see, the bigger the process the more of a need we have for a PLC. We can simply program the PLC to count its inputs and tur
8、n the solenoids on for the specified time.We will take a look at what is considered to be the “top 20” PLC instructions. It can be safely estimated that with a firm understanding of there instructions one can solve more
9、than 80% of the applications in existence.That‘s right, more than 80%! Of course we’ll learn more than just these instructions to help you solve almost ALL your potential PLC applications.The PLC mainly consists of a CPU
10、, memory areas, and appropriate circuits to receive input/output data, as shown in Fig. 19.1 We can actually consider the PLC to Typically the others are checking the system and updating the current and timer values.Step
11、 1-CHECK INPUT STATUS-First the PLC takes a look at each input to determine if it is on or off. In other words, is the sensor connected to the first input on? How about the second input? How about the third…It records th
12、is data into its memory to be used during the next step.Step 2-EXECUTE PROGRAM-Next the PLC executes your program one instruction at a time. Maybe your program said that if the first input was on then it should turn on t
13、he first output. Since is already knows which inputs are on/off from the previous step, it will be able to decide whether the first output should be turned on based on the state of the first input. It will store the exec
14、ution results for use later during the next step.Step 3-UPDATE OUTPUT STSTUS-Finally the PLC updates the status of outputs. It updates the outputs based on which inputs were on during the first step and the results of ex
15、ecuting your program during the second step. Based on the example in step 2 it would now turn on the first output because the first input was on and your program said to turn on the first output when this condition is tr
16、ue.After the third step the PLC goes back to step one and repeats the steps continuously. One scan time is defined as the time is takes to execute the 3 steps listed above. Thus a practical system is controlled to perfor
17、m specified operations as desired.The AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller with 8Kbytes of in-system programmable Flash memory. The device is manufactured using Atmel’s high-density nonvola
18、tile memory technology and is compatible with the industry-standard 80C51 instruction set and pin-out. The on-chip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory prog
19、rammer. By combining a versatile 8-bit CPU with in-system programmable Flash on a monolithic chip, the Atmel AT89S52 is a powerful microcontroller which provides a highly-flexible and cost-effective solution to many embe
20、dded control applications.The AT89S52 provides the following standard features: 8K bytes of Flash, 256 bytes of RAM, 32 I/O lines, Watchdog timer, two data pointers, three 16-bit timer/counters, a six-vector two-level in
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 【中英雙語】437關(guān)于電氣自動化plc簡介概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:可編程邏輯控制器(plc)的應(yīng)用綜述(中英文雙語對照)
- 【中英雙語】262關(guān)于可編程邏輯控制器電梯控制系統(tǒng)設(shè)計有關(guān) 的外文文獻(xiàn)翻譯成品:基于plc的多層電梯控制系統(tǒng)(中英文雙語對照)
- 【中英雙語】439關(guān)于計算機(jī)專業(yè)對python概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:python簡介(中英文雙語對照)
- 【中英雙語】386關(guān)于計算機(jī)專業(yè)php語言介紹簡介概述有關(guān)的外文文獻(xiàn)翻譯成品:php基礎(chǔ)語言(中英文雙語對照)
- 【中英雙語】363關(guān)于計算機(jī)專業(yè)對php英文超級文本預(yù)處理語言簡介概述有關(guān)的外文文獻(xiàn)翻譯成品:php介紹(中英文雙語對照)
- 【中英雙語】478關(guān)于計算機(jī)專業(yè)對asp.net介紹簡介有關(guān) 的外文文獻(xiàn)翻譯成品:asp.net 概述(中英文雙語對照)
- 【中英雙語】281關(guān)于單片機(jī)傳感器電纜檢測系統(tǒng)設(shè)計有關(guān) 的外文文獻(xiàn)翻譯成品:使用單片機(jī)微控制器和gps跟蹤器的機(jī)器人電纜檢查系統(tǒng)(中英文雙語對照)
- 【中英雙語】196關(guān)于單片機(jī)鍋爐溫度控制系統(tǒng)設(shè)計有關(guān)的外文文獻(xiàn)翻譯成品:基于單片機(jī)加熱溫度自動控制系統(tǒng)(中英文雙語對照)
- 【中英雙語】172關(guān)于有關(guān)的外文文獻(xiàn)翻譯成品:基于人機(jī)交互界面的產(chǎn)品設(shè)計(中英文雙語對照)
- 【中英雙語】關(guān)于計算機(jī)專業(yè)有關(guān)的外文文獻(xiàn)翻譯成品:對asp n-e-t web窗體的介紹(中英文雙語對照)
- 中英文外文翻譯--plc和微處理器
- 【中英雙語】289關(guān)于企業(yè)公司盈利模式模型有關(guān)的外文文獻(xiàn)翻譯成品:盈利模式模型簡介:收支來源和方式(中英文雙語對照)
- 可編程控制器中英文翻譯@外文翻譯@外文文獻(xiàn)翻譯
- 【精品文檔】439關(guān)于計算機(jī)專業(yè)對python概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:python簡jie(中英文雙語對照)
- 【中英雙語】138關(guān)于市場營銷策略有關(guān) 的外文文獻(xiàn)翻譯成品:顛覆性的營銷策略(中英文雙語對照)
- 【中英雙語】527關(guān)于計算機(jī)專業(yè)開源計算機(jī)視覺庫的的外文文獻(xiàn)翻譯成品英文英語資料:對opencv的簡介介紹概述(中英文雙語對照)
- 【中英雙語】287關(guān)于企業(yè)公司杜邦財務(wù)報表分析有關(guān) 的外文文獻(xiàn)翻譯成品:使用邏輯聚合的杜邦財務(wù)比率分析(中英文雙語對照)
- 【中英雙語】185關(guān)于計算機(jī)專業(yè)有關(guān)的外文文獻(xiàn)翻譯成品:有效的出勤考勤管理系統(tǒng)的方法(中英文雙語對照)
- 【精品文檔】404關(guān)于數(shù)據(jù)采集系統(tǒng)設(shè)計簡jie概述介紹有關(guān)的外文文獻(xiàn)翻譯成品:數(shù)據(jù)采集系統(tǒng)(中英文雙語對照)
- 【中英雙語】209關(guān)于單片機(jī)住宅安全報警控制系統(tǒng)設(shè)計有關(guān)的外文文獻(xiàn)翻譯成品:基于單片機(jī)的智能住宅安全防護(hù)報警與遠(yuǎn)程控制系統(tǒng)(中英文雙語對照)
評論
0/150
提交評論