精品中英文外文翻译--PLC和微处理器-定

精品中英文外文翻译--PLC和微处理器-定
精品中英文外文翻译--PLC和微处理器-定

Introductions of PLC and MCU

A PLC is a device that was invented to replace the necessary sequential relay 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 results.

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 countless 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 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 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 turn the solenoids on for the specified time.

We will take a look at what i s 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 than 80% of the applications in existence.

That‘s right, more than 80%! Of course we’ll learn more than jus t these instructions to help you solve almost ALL your potential PLC applications.

The PLC mainly consists of a CPU, memory areas, and appropriate circuits to receive input/output data, as shown in Fig. 19.1 We can actually consider the PLC to be a box full of hundreds or thousands of separate relays, counters, timer and date storage locations. Do these counters, timers, etc. really exist? No, they don’t “physically” exist but rather they are simulated and can be considered software counters, timers, etc. These internal relays are simulated through bit locations in registers.

What does each part do?

INPUT RELAYS-(contacts) These are connected to the outside world. They physically exist and receive signals from switches, sensors, etc... Typically they are not relays but rather they are transistors.

INTERNAL UTILITY RELAYS-(contacts) These do not receive signals from the outside world nor do they physically exist. They are simulated relays and are what enables a PLC to eliminate external relays. There are also some special relays that are dedicated to performing only one task. Some are always on while some are always off. Some are on only once during power-on and are typically user for initializing data what was stored.

COUNTERS These again do not physically exist. They are simulated counters and they can be programmed to count pulses. Typically these counters can count up, down or both up and down. Since there are simulated, they are limited in their counting speed. Some manufacturers also include high-speed counters that are hardware based. We can think of these as physically existing. Most timers these counters can count up, down or up and down.

TIMERS These also do not physically exist. They come in many varieties and increments. The most common type is an on-delay type. Other include off-delay and both retentive and non-retentive types. Increments vary from 1ms through 1s.

OUTPUT RELAYS-(coil) These are connected to the outside world. They physically exist and send on/off signals to solenoids, lights, etc… They can be transistors, relays, or triacs depending upon the model chosen.

DATA STORAGE-Typically there are registers assigned to simply store data. There are usually used as temporary storage for math or data manipulation. They can also typically be user power-up they will still have the same contents as before power war removed. Very convenient and necessary!

A PLC works by continually scanning a program. We can think of this scan cycle as consisting of 3 important steps, as shown in Fig.19.2 There are typically more than 3 but we can focus on the important parts and not worry about the others. Typically the others are checking the system and updating the current and timer values.

Step 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 this 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 the 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 execution 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 executing 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 true.

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 perform 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 nonvolatile 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 programmer. 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 embedded 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 interrupt architecture, a full duplex serial port, on-chip oscillator, and clock circuitry. In addition, the AT89S52 is designed with static logic for operation down to zero frequency and supports two software selectable power saving modes. The Idle Mode stops the CPU while allowing the RAM, timer/counters, serial port, and interrupt system to continue functioning. The Power-down mode saves the RAM contents but freezes the oscillator, disabling all other chip functions until the next interrupt or hardware reset.

Port 0 is an 8-bit open drain bidirectional I/O port. As an output port, each pin can sink eight TTL inputs. When is written to port 0 pins, the pins can be used as high-impedance inputs.

Port 0 can also be configured to be the multiplexed lowered address/data bus during accesses to external program and data memory. In this mode, P0 has internal pull-ups.

Port 0 also receives the code bytes during Flash programming and outputs the code bytes during program verification. External pull-ups are required during program verification.

Port 1 is an 8-bit bidirectional I/O port with internal pullups.The Port 1 output buffers can sink/source four TTL inputs. When 1s are written to Port 1 pins, they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 1 pins that are externally being pulled low will source current (I IL) because of the internal pull-ups.

In addition, P1.0 and P1.1 can be configured to be the timer/counter 2 external count input (P1.0/T2) and the timer/counter 2 trigger input (P1.1/T2EX).

PLC和微处理器简介

PLC(可编程逻辑控制器)是极限控制中为代替必要的继电器时序电路而发明的一种设备。PLC工作时通过查询输入端并根据其状态打开或关闭输出。用户通常用软件或编程器输入程序,从而或得期望的结果。

很多实际应用都采用PLC。工业生产中应用PLC的可能性很高。如果你正在进行机械制造,产品包装,材料处理,自动化装配及无数其他工业生产,你可能已经用到了PLC。如果你没有用到,那就是在浪费金钱和时间。几乎所有需要电气控制的地方都需要PLC。

例如,假定在开关闭合时我们需要一个线圈接通5秒然后不管开关接通多长时间都将线圈断开。我们可以通过一个简单的外部定时器来实现。但是加入该过程有十个开关和线圈呢?我们就需要十个外部定时器。如果这个过长分别记录每个开关开启的次数呢?我们又需要很多外部计数器。

由此可见,系统越大,我们就越需要PLC。我们可以简单地用PLC编程来对输入信号进行技术,并在规定的时间接通线圈。

我们考察一下哪些是PLC中最常用的20条指令。保守地估计一下,如果镇长地掌握了这些指令,就能解决80%以上现存的应用问题。

是的,80%以上!当然,我们要学习的指令比这些更多,以帮助你解决几乎所有潜在的PLC应用问题。

PLC主要由中央处理器(CPU),存储器和输入,输出电路构成,我们可以将PLC看成是一个装满了成百上千个独立的继电器,计数器,定时器,以及数据存储器的盒子。这些计数器,定时器,定时器等是不是真的存在呢?不,它们都是模拟的,物理上并不存在,但可以将它们看长是软计数器,软定时器。这些内部继电器是用寄存器中的单元模拟出来的。

各个部分是如何工作的呢?

输入继电器(触点)这些继电器连接外部电路。它们是实际存在的,并接受来自开关,传感器等的信号,通常是晶体管而非继电器。

内部通用继电器(触点)它们不从外部设备接受信号,也非物理上存在的。它们是模拟的继电器,用以消除PLC的外部继电器。此外还有一些特殊继电器,专门执行一项任务。其中一些是常开的,一些是常闭的。有一些仅在电源上电时导通一次,通常用来初始化存储的数据。

计数器它们也并非物理上存在的,而是模拟的计数器,可通过编程来对脉冲进行计数。通常它们可进行加计数,减计数或同时进行加减计数。因为它们是用软件模拟的,计数速度就有限。一些制造商提供了基于硬件的高速计数器,这

样的计数器可以认为是物理上存在的。这些计数器多数情况下可以进行加计数减计数或同时进行加减计数。

定时器它们也并非物理上存在的,分为多种类型和定时单位。最常用的一种类型是延时导通型。其他类型还有延时断开型,记忆和非记忆型。定时单位的范围是1MS到1S

输出继电器(线圈) 该部分连接到外围电路。它们是物理上存在的,并给线圈,灯等发送开关信号。输出继电器也可以是晶体管,继电器或可控硅,取决于选择的型号。

数据寄存器它们通常是用来存储数据的寄存器,一般作为运算或数据处理的暂存器。在PLC断电时通常还可以用来存储数据。再次接通电源后,其内容与断电前相同,非常方便且必要。

PLC是通过连续扫描一个程序来工作的。我们可以认为扫描周期是由三个主要阶段组成的。如图所示。当然有多余三个阶段的情况,但我们可关注重要的环节,忽略其他环节。其他阶段通常正在检查系统及更新内部计数器和定时器的当前值。

第一步----检查输入状态----首先PLC检查每一个输入是否接通。换句说就是,与第一个输入端连接的传感器接通了吗?第二哥输入呢?第三个输入呢?PLC将这些数据记录到存储器中,以便在下一个阶段使用。

第二步----执行程序----然后PLC一次一条地执行程序。你的程序可能要求第一个输入接通时,接接通第一个输出。因为在上一步已经知道输入端的开关状态,根据上一步输入端的状态,就可以确定是否应该接通第一个输出。PLC将执行结果存储起来,以供下一步使用。

第三步----更新输出状态----最后PLC更新输出状态。PLC根据第一步中国接通的输入和第二步中程序执行的结果更新输出转台。由于第一个输入接通了,程序要求在该条件满足时就接通第一个输出,根据第二步的情况,PLC就接通第一个输出。

PLC在执行完第三步后就返回到第一步,并反复循环。一次扫描时间定义为执行上面的三步所花的时间。因此,一个实际的系统应根据要求执行特定的操作。

AT89S52是一种低功耗、高性能CMOS8位微控制器,具有8K 在系统可编程Flash 存储器。使用Atmel 公司高密度非易失性存储器技术制造,与工业80C51 产品指令和引脚完全兼容。片上Flash允许程序存储器在系统可编程,亦适于常规编程器。在单芯片上,拥有灵巧的8 位CPU 和在系统可编程Flash,使得AT89S52为众多嵌入式控制应用系统提

供高灵活、超有效的解决方案。

AT89S52具有以下标准功能:8k字节Flash,256字节RAM,32 位I/O 口线,看门狗定时器,2个数据指针,三个16位定时器/计数器,一个6向量2级中断结构,全双工串行口,片内晶振及时钟电路。另外,AT89S52 可降至0Hz 静态逻辑操作,支持2种软件可选择节电模式。空闲模式下,CPU停止工作,允许RAM、定时器/计数器、串口、中断继续工作。掉电保护方式下,RAM内容被保存,振荡器被冻结,单片机一切工作停止,直到下一个中断或硬件复位为止。

P0口是一个8位漏极开路的双向I/O口。作为输出口,每位能驱动8个TTL 逻辑电平。对P0端口写“1”时,引脚用作高阻抗输入。

当访问外部程序和数据存储器时,P0口也被作为低8位地址/数据复用。在这种模式下,

P0具有内部上拉电阻。在flash编程时,P0口也用来接收指令字节;在程序校验时,输出指令字节。程序校验时,需要外部上拉电阻。

P1 口:P1 口是一个具有内部上拉电阻的8 位双向I/O 口,p1 输出缓冲器能驱动4 个TTL 逻辑电平。对P1 端口写“1”时,内部上拉电阻把端口拉高,此时可以作为输入口使用。作为输入使用时,被外部拉低的引脚由于内部电阻的原因,将输出电流(I IL)。此外,P1.0和P1.2分别作定时器/计数器2的外部计数输入(P1.0/T2)和时器/计数器2的触发输入(P1.1/T2EX)。

PLC外文翻译

外文翻译 原文:The open system merit of Computer Numerical Control The open system merit is the system simple, the cost low, but the shortcoming is the precision is low. The reverse gap, the guide screw pitch error, stop inferiorly can affect the pointing accuracy by mistake. Following several kind of improvements measure may cause the pointing accuracy distinct improvement. 1. reverse gap error compensates The numerical control engine bed processing cutting tool and the work piece relative motion is depends upon the drive impetus gear,the guide screw rotation, thus the impetus work floor and so on moves the part to produce moves realizes. As traditional part gear, guide screw although the manufacture precision is very high, but always unavoidably has the gap. As a result of this kind of gap existence, when movement direction change, starts the section time to be able to cause inevitably actuates the part wasting time, appears the instruction pulse to push the motionless functional element the aspect. This has affected the engine bed processing precision, namely the instruction pulse and actual enters for the step does not tally,has the processing error therefore, the split-ring numerical control system all establishes generally has the reverse gap error compensatory function, with by makes up which wastes time the step reverse gap difference compensates is first actual reverse enters for the error, converts the pulse equivalent number it, compensates the subroutine as the gap the output, when the computer judgment appears when instruction for counter motion, transfers the gap to compensate the subroutine immediately, compensates the pulse after the output to eliminate the reverse gap to carry on again normally inserts makes up the movement. 2. often the value systematic characteristic position error compensates A kind of storehouse by transfers for the designer. Like this in the components design stage, the designer only must input the characteristic the parameter, the system direct production characteristic example model: We must save the related characteristic class in the database the structure information, the database table collection are use in saving this part of related information. According to the characteristic type definition need, we defined the characteristic class code table, the

PLC外文文献翻译

Programmable logic controller A programmable logic controller (PLC) or programmable controller is a digital computer used for automation of electromechanical processes, such as control of machinery on factory assembly lines, amusement rides, or lighting fixtures. PLCs are used in many industries and machines. Unlike general-purpose computers, the PLC is designed for multiple inputs and output arrangements, extended temperature ranges, immunity to electrical noise, and resistance to vibration and impact. Programs to control machine operation are typically stored in battery-backed or non-volatile memory. A PLC is an example of a real time system since output results must be produced in response to input conditions within a bounded time, otherwise unintended operation will result. 1.History The PLC was invented in response to the needs of the American automotive manufacturing industry. Programmable logic controllers were initially adopted by the automotive industry where software revision replaced the re-wiring of hard-wired control panels when production models changed. Before the PLC, control, sequencing, and safety interlock logic for manufacturing automobiles was accomplished using hundreds or thousands of relays, cam timers, and drum sequencers and dedicated closed-loop controllers. The process for updating such facilities for the yearly model change-over was very time consuming and expensive, as electricians needed to individually rewire each and every relay. In 1968 GM Hydramatic (the automatic transmission division of General Motors) issued a request for proposal for an electronic replacement for hard-wired relay systems. The winning proposal came from Bedford Associates of Bedford, Massachusetts. The first PLC, designated the 084 because it was Bedford Associates' eighty-fourth project, was the result. Bedford Associates started a new company dedicated to developing, manufacturing, selling, and servicing this new product: Modicon, which stood for MOdular DIgital CONtroller. One of the people who worked on that project was Dick Morley, who is considered to be the "father" of the PLC. The Modicon brand was sold in 1977 to Gould Electronics, and later acquired by German Company AEG and then by French Schneider Electric, the current owner. One of the very first 084 models built is now on display at Modicon's headquarters in North Andover, Massachusetts. It was presented to Modicon by GM, when the unit was retired after nearly twenty years of uninterrupted service. Modicon used the 84

基于PLC相关的毕业设计外文翻译(可编辑修改word版)

毕业论文(设计)外文翻译 题目:可编程逻辑控制器技术 系部名称:信息工程系专业班级: 学生姓名:学号: 指导教师:教师职称: 2014 年3 月XX 日

译文 可编程逻辑控制器技术 引言 PLC(可编程逻辑控制器)实际是一个工业控制系统(近来我们看到更多的是用处理器来取代微控制器),在软件和硬件都配备的条件下,适合应用于工业环境。PLC 的发明是相当必要的,它代替了传统的依靠由继电接触器电路来控制电机。PLC 的工作原理是根据它的输入信号和工作状态来确定输出。用户通常是通过软件或编程输入一个程序,来输出所需要的结果。 如图 8-1 所示,PLC 是由典型的黑色构件组成。特别需要注意的是它的输入和输出, 因为在这些模块上,工业环境会给 CPU 一个输入线,所以很有必要将 CPU 模块隔离以保护其免遭有害的影响。程序单元通常是用计算机来编写程序(一般是梯形图)。 1.1CPU 的中央处理单元 中央处理单元(CPU)是一个 PLC 的主控制器。一般 CPU 本身是一个微控制器。通常这些都是 8 位微控制器,如 8051 ,现在的这些是 16 位和 32 位微控制器。潜规则是,你会发现用在 PLC 控制器上的微控制器多数是由日本生产的日立和富士通,欧洲的西门子控制器,和美国的摩托罗拉微控制器。CPU 也负责通讯,与 PLC 控制器的其它部分相互联系,如程序执行,内存操作,监督输入和设置输出。PLC 控制器拥有复杂的程序用于内存检查,以确保 PLC 内存不被损坏(内存检查是为了安全原因而作出的)。一般来说,CPU 单元多数用来检查 PLC 控制器本身,所以有可能出现的错误很早就会被发现。你可以简单地看任何 PLC 控制器,查看错误信号在发光二极管上的种种指示形式。 1.2内存 系统内存(今天主要是在 FLASH 技术上实现)用于一台 PLC 的过程控制系统。除了 这个操作系统它还包含用户程序将梯形图翻译成二进制的形式。 FLASH 存储器的内容仅在 用户程序改变下可以改变。PLC 控制器较早被用来代替闪存,EPROM 存储器代替了那些只能依靠紫外线灯等擦除内存并依靠程序员来编程的 FLASH 存储器。在 FLASH 技术的作用下这个过程被大大的缩短了。重组程序内存通过程序中的串行通讯用于应用程序开发。使用内存被划分成多个具有特殊功能的模块。存储器某些部分用来存储输入状态和输出状态。一个 输入信号的实际状态是用 1 或0 存储在一个特定的存储位。每一个输入信号和输出信号在内存里都有一个位与之相对应。内存的其他部分用来存储用户程序中使用的变量以及变量的内容。例如,定时器的值和计数器的值都将被存储在这部分内存里。 1.3PLC 控制器的编程 PLC 控制器可以通过计算机(常用的方式)进行编程,还可以通过手动编程器(控制台)编程。这实际上意味着如果你有需要的编程软件那么每个 PLC 控制器都可以通过计算机进行编程。今天的传输计算机是非常适合在工厂对 PLC 控制器进行编程的。这对工业有着非常重要的意义。一旦系统被刷新,重新读取正确的程序到 PLC 就很重要。还可以定期检查 PLC 中的程序是否改变了。这有助于避免在工厂车间发生危险状况(部分汽车制造商建立了通信网络,定期检查项目中的 PLC 控制器,以确保执行的程序是正确的)。

plc外文翻译

1 Bit Logic In structi ons 1.1 Overview of Bit Logic In structi ons 1.1.1 Description Bit logic in structi ons work with two digits, 1 and 0. These two digits form the base of a nu mber system called the binary system. The two digits 1 and 0 are called binary digits or bits. In the world of con tacts and coils, a 1 in dicates activated or en ergized, and a 0 in dicates not activated or not en ergized. The bit logic in struct ions in terpret sig nal states of 1 and 0 and comb ine them accord ing to Boolea n logic. These comb in ati ons produce a result of 1 or 0 that is called the “result of logic operati on ” (RLO). The logic operations that are triggered by the bit logic instructions perform a variety of fun cti ons. There are bit logic in structio ns to perform the followi ng fun cti ons: ---| |--- Normally Ope n Co ntact (Address) ---| / |--- Normally Closed Con tact (Address) ---(SAVE) Save RLO into BR Memory XOR Bit Exclusive OR ---()Output Coil ---(# )--- Midli ne Output ---|NOT|--- In vert Power Flow The followi ng in structio ns react to an RLO of 1: ---(S ) Set Coil ---(R ) Reset Coil SR Set-Reset Flip Flop RS Reset-Set Flip Flop Other in structi ons react to a positive or n egative edge tran siti on to perform the followi ng functions: ---(N)--- Negative RLO Edge Detectio n ---(P)--- Positive RLO Edge Detectio n NEG Address Negative Edge Detectio n POS Address Positive Edge Detectio n

plc外文翻译

1 Bit Logic Instructions 1.1 Overview of Bit Logic Instructions 1.1.1 Description Bit logic instructions work with two digits, 1 and 0. These two digits form the base of a number system called the binary system. The two digits 1 and 0 are called binary digits or bits. In the world of contacts and coils, a 1 indicates activated or energized, and a 0 indicates not activated or not energized. The bit logic instructions interpret signal states of 1 and 0 and combine them according to Boolean logic. These combinations produce a result of 1 or 0 that is called the “result of logic operation” (RLO). The logic operations that are triggered by the bit logic instructions perform a variety of functions. There are bit logic instructions to perform the following functions: ---| |--- Normally Open Contact (Address) ---| / |--- Normally Closed Contact (Address) ---(SAVE) Save RLO into BR Memory XOR Bit Exclusive OR ---( ) Output Coil ---( # )--- Midline Output ---|NOT|--- Invert Power Flow The following instructions react to an RLO of 1: ---( S ) Set Coil ---( R ) Reset Coil SR Set-Reset Flip Flop RS Reset-Set Flip Flop Other instructions react to a positive or negative edge transition to perform the following functions: ---(N)--- Negative RLO Edge Detection ---(P)--- Positive RLO Edge Detection NEG Address Negative Edge Detection POS Address Positive Edge Detection

PLC控制系统外文翻译

附录 Abstract: Programmable controller in the field of industrial control applications, and PLC in the application process, to ensure normal operation should be noted that a series of questions, and give some reasonable suggestions. Key words: PLC Industrial Control Interference Wiring Ground Proposal Description Over the years, programmable logic controller (hereinafter referred to as PLC) from its production to the present, to achieve a connection to the storage logical leap of logic; its function from weak to strong, to achieve a logic control to digital control of progress; its applications from small to large, simple controls to achieve a single device to qualified motion control, process control and distributed control across the various tasks. PLC today in dealing with analog, digital computing, human-machine interface and the network have been a substantial increase in the capacity to become the mainstream of the field of control of industrial control equipment, in all walks of life playing an increasingly important role. ⅡPLC application areas Currently, PLC has been widely used in domestic and foreign steel, petroleum, chemical, power, building materials, machinery manufacturing, automobile, textile, transportation, environmental and cultural entertainment and other industries, the use of mainly divided into the following categories: 1. Binary logic control Replace traditional relay circuit, logic control, sequential control, can be used to control a single device can also be used for multi-cluster control and automation lines. Such as injection molding machine, printing machine, stapler machine, lathe, grinding machines, packaging lines, plating lines and so on. 2. Industrial Process Control In the industrial production process, there are some, such as temperature, pressure, flow, level and speed, the amount of continuous change (ie, analog), PLC using the appropriate A / D and D / A converter module, and a variety of control algorithm program to handle analog, complete closed-loop control. PID closed loop control system adjustment is generally used as a conditioning method was more. Process control in metallurgy, chemical industry, heat treatment, boiler control and so forth have a very wide range of applications 3. Motion Control PLC can be used in a circular motion or linear motion control. Generally use a dedicated motion control module, for example a stepper motor or servo motor driven single-axis or multi-axis position control module, used in a variety of machinery, machine tools, robots, elevators and other occasions. 4. Data Processing PLC with mathematics (including matrix operations, functions, operation, logic operation), data transfer, data conversion, sorting, look-up table, bit manipulation functions, you can complete the data collection, analysis and processing.Data

精品中英文外文翻译--PLC和微处理器-定

Introductions of PLC and MCU A PLC is a device that was invented to replace the necessary sequential relay 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 results. 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 countless 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 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 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 turn the solenoids on for the specified time. We will take a look at what i s 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 than 80% of the applications in existence. That‘s right, more than 80%! Of course we’ll learn more than jus t these instructions to help you solve almost ALL your potential PLC applications. The PLC mainly consists of a CPU, memory areas, and appropriate circuits to receive input/output data, as shown in Fig. 19.1 We can actually consider the PLC to be a box full of hundreds or thousands of separate relays, counters, timer and date storage locations. Do these counters, timers, etc. really exist? No, they don’t “physically” exist but rather they are simulated and can be considered software counters, timers, etc. These internal relays are simulated through bit locations in registers. What does each part do? INPUT RELAYS-(contacts) These are connected to the outside world. They physically exist and receive signals from switches, sensors, etc... Typically they are not relays but rather they are transistors.

PLC中英文资料外文翻译-(1)

可编程控制器技术讨论与未来发展 摘自《可编程控制器技术讨论与未来发展》 数字媒体系 08165110 多衡随着时代的发展,当今的技术也日趋完善、竞争愈演愈烈;单靠人工的操作已不能满足于目前的制造业前景,也无法保证更高质量的要求和高新技术企业的形象. 人们在生产实践中看到,自动化给人们带来了极大的便利和产品质量上的保证,同时也减轻了人员的劳动强度,减少了人员上的编制.在许多复杂的生产过程中难以实现的目标控制、整体优化、最佳决策等,熟练的操作工、技术人员或专家、管理者却能够容易判断和操作,可以获得满意的效果.人工智能的研究目标正是利用计算机来实现、模拟这些智能行为,通过人脑与计算机协调工作,以人机结合的模式,为解决十分复杂的问题寻找最佳的途径我们在各种场合看到了继电器连接的控制,那已经是时代的过去,如今的继电器只能作为低端的基层控制模块或者简单的设备中使用到;而PLC的出现也成为了划时代的主题,通过极其稳定的硬件穿插灵活的软件控制,使得自动化走向了新的高潮。 PLC的最大特点在于:电气工程师已不再电气的硬件上花费太多的心计,只要将按钮开关或感应器的输入点连接到PLC的输入点上就能解决问题,通过输出点连接接触器或继电器来控制大功率的启动设备,而小功率的输出设备直接连接就可以。 PLC的内部包含了具有中央处理器的CPU,并带有外部I/O口扩展的I/O接口地址和存储器三大块组成,CPU的核心是由一个或者多个累加器组成,它们具有逻辑的数学运算能力,并能读取程序存储器的内容通过计算后去驱动相应的存储器和I/O接口;I/O口将内部累加器和外部的输入和输出系统连接起来,并将相关的数据存入程序存储器或者数据存储器中;存储器可以将I/O口输入的数据存入存储器中,并在工作时调转到累加器和I/O接口上,存储器分程序存储器ROM和数据存储器RAM,ROM可以将数据永久的存入存储器中,而RAM只能作为CPU计算时临时计算使用的缓冲空间。 PLC的抗干扰是极其优秀的,我们根本不用去关心它的使用寿命和工作场合的恶劣,这些所有的问题已不再成为我们失败的主题,而留给我们的是关心如何来利用PLC的内部资源为我们加强设备的控制能力,使我们的设备更加的柔性。 PLC的语言并不是我们所想象的汇编语言或C语言来进行编程,而是采用原有的继电器控制的梯形图,使得电气工程师在编写程序时很容易就理解了PLC的语言,而且很多的非电气专业人士也对PLC很快认识并深入。

PLC中英文资料外文翻译

可编程控制器 技术讨论与未来发展 学生姓名: ****** 所在院系: ****** 所学专业: ****** 导师姓名: ****** 完成时间:******

外文资料 PLCtechnique discussion and future development With the development of the times, today's technology is maturing, competition intensified。 rely on manual operation does not satisfy the current industry outlook, there is no guarantee of higher quality requirements and high-tech corporate image. People saw in the production practice, automation to bring great convenience and product quality assurance, but also reduce the labor intensity, reducing the staff on the establishment in many complex production process is difficult to achieve target control, the overall optimization, optimal decision-making, skilled operatives, technicians or specialists, managers can easily determine and operate it, you can get satisfactory results. artificial intelligence research is the use of computers to achieve the target, the analog These intelligent behavior, through coordination of the human brain and a computer to combine human models for solving very complex problem of finding the best way. PLC's most important feature is: electrical engineer electrical hardware no longer spend too much scheming, as long as the button switch or sensor input connected to the PLC input point will solve the problem by connecting the output point contacts or relay to control the power of the boot device, and small power output devices can be connected directly. Contained within the PLC having a central processor of the CPU, and with an external I / O port expansion I / O interface and the memory addresses of three major components, CPU core is formed by one or more accumulators, which have the logical math capabilities, and can read the contents of the program memory to drive through the calculation of the corresponding memory and I / O interface。 I / O port to the internal accumulator and external input and output systems together, and the relevant data stored in the program memory or data memory。 memory can be I / O port input data stored in memory and transferred to the accumulator at work, and I / O interfaces, memory sub-ROM program memory and data memory RAM, ROM data can be permanently stored in memory, CPU and RAM only as a temporary calculated using the calculation buffer space. PLC immunity is extremely good, we do not have to care about the life and work of its harsh occasions, all of these issues are no longer the subject of our failure, and left us is concerned with how to take advantage of the PLC's internal resources to

PLC中英文资料外文翻译

附录 外文资料 PLC technique discussion and future development Along with the development of the ages, the technique that is nowadays is also gradually perfect, the competition plays more more strong; the operation that list depends the artificial has already can't satisfied with the current manufacturing industry foreground, also can't guarantee the request of the higher quantity and high new the image of the technique business enterprise. The people see in produce practice, automate brought the tremendous convenience and the product quantities for people up of assurance, also eased the personnel's labor strength, reduce the establishment on the personnel. The target control of the hard realization in many complicated production lines, whole and excellent turn, the best decision etc., well-trained operation work, technical personnel or expert, governor but can judge and operate easily, can acquire the satisfied result. The research target of the artificial intelligence makes use of the calculator exactly to carry out, imitate these intelligences behavior, moderating the work through person's brain and calculators, with the mode that person's machine combine, for resolve the very complicated problem to look for the best path We come in sight of the control that links after the electric appliances in various situation, that is already the that time generation past, now of after use in the mold a perhaps simple equipments of grass-roots control that the electric appliances can do for the low level only;And the PLC emergence also became the epoch-making topic, adding the vivid software control through a very and stable hardware, making the automation head for the new high tide. The PLC biggest characteristics lie in: The electrical engineering teacher already no longer electric hardware up too many calculationses of cost, as long as order the importation that the button switch or the importation of the sensors order to link the PLC up can solve problem, pass to output to order the conjunction contact machine or control the start equipments of the big power after the electric appliances, but the

相关文档
最新文档