电气专业英语翻译

电气专业英语翻译
电气专业英语翻译

Foundation of PLC

1. The central processing unit

Although referred to as the brain of the system, the Central Processing Unit in a normal installation is the unsung hero, buried in a control cabinet, all but forgotten.

2. Basic Functionality

In a programmable controller system, the central processing unit(CPU) provides both the heart and the brain required for successful and timely control execution. It rapidly and efficiently scans all of the system inputs, examines and solves the application logic, and updates all of the system outputs. In addition, it also gives itself a checkup each scan to ensure that its structure is still intact. In this chapter we will examine the central processing unit as it relates to the entire system. Included will be the various functional blocks in the CPU, typical scan techniques, I/O interface and memory users, power supplies, and system diagnostics.

3. Typical Function Block Interactions

In practice, the central processing unit can vary in its architecture, but consists of the basic building block structure illustrated in Fig.1.1.The processing section consists of one or more microprocessors and their associated circuitry. While it is true that some of the luxury of using microprocessors, most modern systems use either a single microprocessors such as the AMD 2903, usedin a bit slice architecture. This multiple microprocessor system to break the control system tasks into many small components which can be executed in parallel. The result of this approach is to achieve execution speeds that are orders of magnitude faster than their single-tasking counterparts. In addition to efficiently processing direct I/O control information and being programmable, the real advantage that microprocessor-based system have over their hardwired relay counterparts is the ability to acquire and manipulate numerical data easily. It is this attribute that makes programmable controllers the powerhouses that they are today in solving tough factory automation problems. The factory of tomorrow will run efficiently only if quality information about process needs and status of the process equipment are known on a realtimes basis. This can and will come about only if the unit level controllers, including programmable controllers, are empowered with the ability to collect, analyze, concentrate, and deliver data about the process. As the

market continues to exhibit this demand, manufactures are likely to outfit their controllers with more and more variable memory, and enhanced instruction sets to perform these tasks.

4. Scan Techniques

By definition and design, the programmable controller is dedicated to the continuous, repetitive task of examining the system inputs, solving the continuous, repetitive task of examining the system inputs, solving the current control logic ,and updating the system outputs. This task is referred to as scanning (sometimes called sweeping), and is accomplished in slightly different ways in each manufacturer?s programmable controller. Since many of the variations are not material to the basic functionality of the system, we will only examine the basic varieties.

You?ll notice that the I/O servicing is at the end of the scan cycle, and is also an integral part of the scan timing. This type of scan is referred to as synchronous scan and is used with very fast machines that can update all of the I/O without lengthening the scan time materially. A typical scan time in a modern programmable controller ranges from 10~100 ms (milliseconds). Most controllers have a mechanism, watchdog timer, to measure the scan length each cycle and normally 150~250 ms. Referring to Fig.1.1 again, the synchronous scan contains four other actives in addition to the I/O scan. Housekeeping refers to a small number of routine chores performed by the programmable controller to ensure that its internal structure is still healthy and functioning properly. Next comes the communication windows to allow structured communications to other devices in the system, or externally. Included in this group would be the programming device, special microprocessor-based communications modules to allow ultimate communication of the programmable controller system to another intelligent device. Next in line comes the executive routine, in which the actual base intelligence of the system is used to interpret the current control program. This interpretation is then used in the next step to solve the current control logic program. The last step of this basic scan process is to integrate the currently interpreted control logic program with the most current input statuses from the I/O scan, and to update the output statuses with the current results.

The primary variation of this basic scanning technique comes from architectures that service and update I/O with a separate processor, asynchronous to the main logic solution scan. This alternative is common in systems where serial communication is used to control and update racks of remotely mounted I/O. It is also used where all of the I/O is serial, and run in multiple asynchronous scanning technique has the advantage that it allows extensive flexibility in configuring a programmable controller system for a particular application need. It has the disadvantage that while the basis scan rate maybe fast enough to suit an application, the I/O scan(s) actually be longer than the primary CPU scan. This can cause problems in a fast acting system in that the logic solution can occur with relatively “old” input data from the remote I/O channel. While this is at times bothersome, the more dramatic case involves a peculiarity of some programmable controllers in that they may allow input and output data to be updated on separate time bases, providing the possibility of “bad” logic solutions and unpredictable machine actions.

As part of the basic CPU structure, a number of error checking procedures are used to maintain a high level of integrity in the communications between itself and its subsystems. This can involve both the internal subsystems, such as the memory, and so-called external subsystems, for example the I/O system. The more common error-checking schemes are outlined below. The first and most is parity. This is used on many communication link subsystems to detect errors by examining the number of “ones” in each byte of information received, and comparing the total number in any one byte to a predetermined choice of even or odd parity. This corresponds to the total of ones in the byte summing to an even or odd number. This has the advantage of being able to detect a single-bit error, that is where a zero or one has changed state during some operation; but cannot detect two single but opposing bit changes in a byte of memory that cancel each other out and method for error checking, involves the examination of a block of memory for errors as compared to an individual word as done in parity checking. The procedure involves the adding of a single word of memory to a block that is unique to that block. Common varieties of the checksum are the Cyclic Redundancy Check(CRC) and the parity check is that it more efficiently uses memory. The third error checking method that we will consider is Error

Detection and Correction (EDC). It is used in the more sophisticated programmable controllers provided by a few manufacturers today. In essence it involves a number of complex error correcting codes implemented in the hardware. The Error Detecting and Correcting method has the added advantage that it can sense and correct single-bit error, while only sensing double bit errors.

5. I/O Control

Today?s modern programmable controller includes a sophisticated method to control the CPU?s execution of the Input/Output chain. This is referred to as I/O control, or sometimes Bus control. This is actually handled in different ways, depending on the type and style of controller involved. In the small programmable controller, the I/O servicing is performed as an integral part of the primary microprocessor used to control all of the major functions. In medium and large-sized systems, it is common to include a microprocessor board or subsystem to handle the execution of the I/O updating. This is especially important in the systems that update I/O separately, or synchronously from the main scan.

Regardless of the way it is achieved, the I/O control, or updating, is performed for the same reasons. For a successful scan sequence, an accurate execution of the signal level communication to the physical Input and Output modules is required. It is then, and only then, that any changes in the I/O status can be physically updated to actuators or from the sensors.

6. Memory-uses and Structure

It is memory, along with a microprocessor to exercise it, that separates today?s programmable controller from its predecessor. Current advances in memory allows both the rapid creation and efficient editing of control programs used to run the manufacturing processes. Different types of memory are used in a variety of programmable controllers for different application or design reasons. Let?s examine some of them in detail.

There are two basic memory categories used by programmable controllers, or for that matter, any microprocessor-base system. They are volatile and nonvolatile. V olatile means that the contents of the memory have no means to remain intact

without an external power source connected to maintain the data integrity. Nonvolatile means of the memory remain intact without an external power supply.

The segments of memory in a programmable controller system are straightforward.

Application Memory. Also called logic memory, it is the section of memory used to store the actual control program that the controller uses to control the manufacturing process. This control program is usually created by the system user.

Data Table Memory. This term collectively refers to the variable (register) memory, and the input /output status or image tables. The variable memory contains timer and counter values, along with any data used in mathematical calculations performed by the application program. The I/O image tables contain, as the name suggests, a representation of the actual input/output point status, either on or off.

Executive. Also called firmware (or just firmware), this section of memory contains the base intelligence of the system. The executive program supervises the basis chores of the programmable controller system including communications with subsystems, control program interpretation and execution, CPU diagnostics, and other housekeeping tasks included in every scan.

Scratch Pad. This is a temporary memory area used by the system to store the step-by-step and interim results obtained through some calculations. In some systems, the scratch pad memory contains the programmable controller statistics, such as memory size, amount used, and any active diagnostic flags set. Various segments of the programmable controller use different memory types to accomplish different design or application purposes. Below .we shall examine a sample of memory types, and contrast their use in programmable controllers.

Read Only Memory (ROM). This memory was one of the first commercially variable nonvolatile memory types used in microprocessor-based system. ROM get its name from the fact that the memory can be read from (information extracted), but cannot be written into (information placed in). A number of manufacturers of programmable controllers use ROM memory to store the executive programs. This is because it normally to store the executive programs. This is because it normally requires no adjustment or editing once the system is shipped from the manufacturer.

ROM is rarely, if ever, used as application memory, and cannot be used as data table or scratch pad memory because it cannot be updated with data from the operation of the programmable controller execution.

Random Access Memory (RAM). This is a volatile memory, but has the advantage over ROM of being capable of being written to as well as read from. It is for this reason that it is sometimes called read/write memory. Any location within the memory can be accessible. Because it is volatile, the memory contents will be lost if power is lost. With a properly designed battery backup system, RAM can retain its current contents during large controllers are normally expandable from one memory size to their maximum size. Small controllers are normally are normally fixed in their memory size. Size of the memory capacity must be examined relative to the word size (8 bit or 16 bit) and utilization. While it is clear that twice the information can be stored in a 16 bit word than in an 8 bit byte, it may not be immediately clear that some controllers utilize memory more efficiently than others. For example, a normally open contact and its associated reference address (e.g. Input 1), may use in 8 bit each for storage. Combined, they consume one 16 bit word. Some controllers may use more memory than this for these instructions or others. In a large program, these inefficiencies can build on each other to cause a poor utilization of the system memory.

A careful analysis of the various programmable controller models is required to 20%~40% of memory size to be specified to allow for modifications and later expansion. This analysis, combined with knowledge of the application needs, will allow for an intelligent choice of programmable controller.

The memory of a programmable controller is organized in what is called a memory map. This segments, through a process known as partitioning, the memory into functional units. All manufactures use a slightly different technique in designing their controller?s memory map. Some have variable partitions while others are fixed. All, however, are designed to segment the following functional areas:

Executive program(s)

Scratch pad

Input/output image tables

Data tables

Application program

We will now elaborate, in overview fashion on each of the memory map segments. As noted earlier, some controllers offer the user the flexibility (sometimes considered a constraint) of being able to vary the partitions within the memory map. This, in essence, allows the user or system builder to customize the sizes of the application, data table, and other memory segments to suit the particular application. Other controllers offer a preconfigured system, making assumptions about appropriate sizes for the various memory segments and their associated partitions. This eliminates the need for the user to deal with this sometimes confusing operation. As the architecture of programmable controllers continues to evolve, it is likely that the variable partition method will gain favorable momentum. This is likely because it accommodates a wider variety of operating systems and application programs since it can be tailored more effectively. This more flexible future may manufactures with special application software to accomplish an industry specific solution.

Executive. This is the basic intelligence of the programmable controller. It allows any application program instructions to be interpreted and acted upon. It is transparent to the user and is almost never considered to be included in the manufacturers rated memory sizes.

Scratch Pad. Also transparent to the user, this memory allows interim computations and some system configuration parameters to be established.

Input/output Image Tables. This is one of the most basic and straightforward segments in the memory map. This section of memory contains a stored representation of both the internal and external I/O …points.? An internal point is an input or output that is used only in an internal control logic process, and is not directly associated with the physical I/O modules. An external point is one that is directly associated or mapped to a physical I/O module, which in turn is physically connected to a sensor or actuator. These tables of the I/O are accessible and viewed by the programming device and some other programmable controller peripherals. They can then be observed or manipulated directly for program creation, editing, or later troubleshooting after the system has been installed. This memory segment is normally partitioned to some default value corresponding to the maximum I/O capacity of the

programmable controller. The view seen on the programming device screen is the most current information on the status of the I/O, as it changes the application program instructions and real world environment.

Application Program. This segment contains the actual ladder logic control program. Hence it is sometimes called the logic memory section. Again variable in size for some systems, it is created, edited, and later viewed during operation with the help of the programming device using contacts, coils, and other references, and then is converted to machine level code for use by the central processing unit. There are many techniques and devices to accomplish this task.

可编程序控制器(PLC)的基础

1. 中央处理单元

虽然被称为大脑的系统、中央处理单元在一个正常的安装是无名英雄,被埋在一个控制柜,几乎被忘记了。

2. 基本的功能

在可编程控制器系统、中央处理单元(CPU)提供了两个心脏和大脑控制所需的成功并及时地执行。它快速、高效地扫描所有的系统输入,研究和解决应用逻辑,并更新所有系统输出。此外,它也给予本身就是一个检查每个扫描,以确保其结构仍然完好无损在。这一章中,我们将探讨中央处理单元,因为它涉及到整个系统。内容包括如何使用的各种功能块的CPU,典型的扫描技术,I / O接口和用户记忆,电力供应,和系统诊断。

3. 典型的功能块间的相互作用

在实践中,中央处理单元可以跟随结构变化,但是由基本组成部分结构在图1.1中说明。处理部门由一个或多个微处理器与它们相关的电路。虽然这是事实,有些奢侈的使用微处理器,大多数现代系统使用一个单独的微处理器,如AMD2903,是个简单的模块。这多个微处理器系统打破了控制系统的工作分成许多小的组分,可并行执行。这样比单通道执行要快很多。除了直接有效地处理I / O控制信息和可编程的,真正的优点是基于微处理器的系统对信息的获取和处理实验数据有着得天独厚的能力。他们解决的复杂的工厂自动化为题的能力使得可编程控制器更受欢迎。众所周知,质量信息工程和工艺过程符合发展要求是工厂有效发展的动力。只有单位等级控制器,包括可编程控制器、被授权的能力,以收集、分析、集中注意力、并交付有关数据的过程,这也才会出现。随着市场继续展示这种需求,制造商正在可能装载越来越多变量控制和存储能力,以及增强指令集来完成这些任务。

4.扫描技术

根据定义和设计,可编程控制器是专门为连续的、重复任务的检测系统的输入,解决持续的、重复任务的检测系统,解决当前输入控制逻辑,并即时更新系统输出。这个任务是被称为扫描(有时叫做扫),各厂家的可编程控制完成的方法不同。因为许多变化并非是物质的基本功能的系统,我们将只检查基本功能系统。

你会注意到I / O维修是在扫描周期的结束,也是该扫描时间不可分割的一部分。这种类型的扫描是被称作同步扫描和是用非常快的机器,可以在没有延长扫描时间的准备的情况下更新所有的I/O。一个典型的扫描时间,在一个现代可编程控制器的范围很广,从10 ~ 100个毫秒。大多数控制器有一种机制,看门狗定时器,测量扫描的每一个周期,一般长度150 ~ 250毫秒。按照图1.1,同步扫描包含激活I/O扫描的其他四项。家务是指少数杂活儿由可编程控制器,以确保其内部结构仍然健康并工作正常。接下来的交流窗口允许结构化的通讯系统,其他的装置或在外部。包括在本集团的编程设备、特种以微处理器为基础的允许终极沟通的可编程控制器系统通信模块的另一种智能设备。下一批来执行例行程序,在实际智力底线的系统是用于解释电流控制程序。这个解释,然后用在接下来的步骤来解决当前的控制逻辑程序。这些基本的最后一步是整合扫描程序控制逻辑程序当前解释和最新的输入状态从I/O扫描,并更新输出状态与当前的结果。

这个基本的主要变化的扫描技术的体系结构,这种结构的服务来自和更新I/O模块的一个独立的处理器所作出的异步的主要逻辑解扫描。这种灵活的地方是常见的串行通信系统是用来控制和更新系统的远程安装的I/O。它也被用于I/O 串列的情况,以及运行在多个异步扫描技术中,其优点是它允许广泛的弹性系统配置一个可编程控制器为特定的应用需要。它有其弊端,在不同的应用领域扫描速度不是很快,实际上I/O扫描比主CPU扫描需要更长的时间。这在快速反应系统中可能会导致问题,即I/O传送数据滞后。当出现问题时,可编程控制器会出现一些富有戏剧性的特点,在差的解决方案和不可预知的机器运行情况,可编程控制器的输入输出数据将分通道传输。

作为部分的基本结构,大量的CPU进行错误检查程序是用来保持高水准的正直的本身及其子系统之间的通信。这可能包括石墨的内部子系统,例如记忆,以及所谓的外部的子系统,例如I / O系统。更常见的查错的方案略述如下。第一步,奇偶校验位。这是用在许多通信链路子系统检测错误通过检查数目的“归属”在每个字节的信息得到认可,并且比较了在任何一个字节总数甚至到预定的选择与奇奇偶校验位。这相当于总字节总结的一个奇偶校验。这样做的好处是可以探测到一个值的错误,那就是在一串数据中改变的某个状态,但在一串数据中无法探测到两处单独的可能互相抵消的错误,找不到正确的方法进行错误检查,在块存储器中所涉及的错误检查,再对一个个位进行偶校验。这个程序包括添加一个字的记忆体区独一无二的存储区。常见品种校验、循环冗余校验(CRC)和一

致校验是使它更有效地使用内存。第三个错误检查方法,我们将考虑的是错误检测和校正(EDC)。它被广泛应用在更为复杂的可编程控制器由少数制造商提供的今天。本质上,这涉及到许多复杂的错误更正码在硬件实现。误差检测与校正方法具有优势,可以感受到和正确的single-bit误差,而只有传感双位误差。

5.I / O控制

今天的现代可编程控制器使用一个复杂的方法来控制CPU的执行的输入/输出链。这是被称为I/O控制,或总线控制。这实际上是不同处理方式,这与类型和款式的控制器有关。在小可编程序控制器中,I/O服务是不可分割的一部分,中央微处理器用来控制所有的主要功能。在大中型系统,它是常见的,包括一个微处理器板或子系统处理执行的I/O更新。无论是在I/O分列更新,还在主要扫描的同步中,这都是十分重要的。

虽然实现的方式不同,但I/O控制和进行更新的目的是相同的。作为一个成功的扫描序列,准确执行信号电平输入和输出信息模块是必需的。它是这样,也只有这样,有I/O状态任何变更,都可以更新到执行机构或其传感器。

6 .Memory-uses和结构

可编程控制器的记忆功能是现代微处理器和先前的微处理器的区别。记忆中的先进的功能有利于编辑迅速建立并有效控制用来运行的生产工艺的程序。不同类型的记忆存储功能被广泛应用于不同的应用或设计领域的可编程控制器。让我们详细分析一下其中的区别。

有两种基本的存储范畴所使用的可编程控制器,或者是任何以微处理器为基础的系统。他们有易失性和非易失性。易失性意味着内容的记忆在缺外部电源的情况下也没有办法保持数据的完整性。非易失性存储器的方式是在没有一个外部电源情况下也是保持不变的。

存储的片段性在一个可编程控制器系统中是显而易见的。

应用程序存储器。也被称为内存,它是逻辑的一段记忆,用来存储控制器用来控制制造的过程实际控制程序。该控制程序通常是由系统建立的用户。

数据存储器。这个术语是指变量的集体(注册)存储记忆,和输入/输出状态或图像表。这个变量的内存包含定时器和计数器值,随着任何数据用于计算应用程序。顾名思义,I/O图像表包含一种对实际输入/输出点的状态,开或关。

系统存储器。也被称为固件(或者是固件),此部分的内存包含基地智能系统。系统存储器在每个扫描周期中监督可编程控制器系统的基本工作,包括交换信息、子系统、控制程序解释和执行、CPU的诊断和其他的程序工作。

便笺式存储器。这是一个系统存储逐步和一些计算方法中的临时结果的一个临时存储器。在某些系统中,存储器的便笺簿包含了可编程序控制器统计数据,例如内存大小、用量和任何有效诊断旗帜设置。各阶层的可编程控制器使用不同的记忆来完成不同设计类型或应用目的。下面,我们将对比在可编程控制器中的一个样本的记忆类型。

只读存储器(ROM)。这个存储器是第一批用于基于微处理器的系统的商业变量非易失性存储器存储类型。ROM地名字来源从存储器中可以读取信息(信息提取),但不能被写进(信息存放)。许多可编程控制器的制造商使用ROM存储执行程序。这是由于它通常存储执行程序。这是因为一旦该系统厂家在发运ROM 是很少——假如有过,作为应用程序存储器,并不能作为数据表或便笺簿存储器,它通常不需要调整或编辑,因为它不能从可编程控制器的操作的执行更新数据。

随机存储器(RAM)。这是一种挥发性的存储器,而且优于ROM,可以写入及读取。正是因为这一原因,它有时被称为读/写存储器。此存储器的任何位都是可读写的。因为它是挥发性,如果指令丢失了,内存内容也将会丢失。如果有正确设计的电池备份系统,RAM在大型控制器正常的扩大范围使用情况下能维持它的当前内容。小控制器通常是固定大小的内存。存储容量的大小与存储器本身的位数和已利用内存有关。然而很显然,两倍的信息存储在一个16位字节比在一个8位字节中可能不会快速算出存储器的利用效率。例如,一个正常开启接触和与其有关的参考地址(例如输入1),可用于每一个8比特的存放。结合之后,他们消耗一个16位字节。一些控制器可以为这些指令或其他内容使用比这更多的内存。在一个较大的程序中,这些效率低下的存储器相互依存会导致整个系统内存利用率低下。各个模型的详细分析要求可编程控制器20% ~ 40%的内存大小被指定允许修改和后期扩展。这一分析,结合知识的应用需求,将需要产生一个更智能的可编程控制器。

一个可编程控制器的存储的组织方式是所谓的存储地图。这一过程,通过这一过程被称之为分区,存储功能单元。所有控制存储图的设计时都使用了一些不同的技术手段。当一些有变量分区是固定的时,另外的一些是可变的。然而所有的都可呗划分为以下几个功能区:

执行程序)

便笺簿

输入/输出图像表

数据表

应用程序

我们现在将精心制作内存存储地图上的每一个部分。如前面所提到的,一些控制器为用户提供了灵活性(有时被看作是一种约束)是能够带来更多不同的分区在内存地图。这实质上也允许用户或系统建造者能够定制尺寸的应用、数据表、和适合特定的应用的其他的记忆片段。其它控制器提供了一种预先假定合适的尺寸和它们相关的各种记忆片段的分区。这并不需要用户来处理这个有时混乱的操作。由于可编程控制器结构的持续发展,很可能可变分区方法将获得有利的发展势头。这可能是因为它容纳更多种类的操作系统和应用程序,因为它可以剪裁更有效率。这更灵活的未来可能会制造出应用于特殊领域的特殊软件。

系统存储器。这是基本智能的可编程控制器。它允许任何应用程序的指令的解释和执行。它对用户是透明的,几乎从来没有考虑出厂时存储器的大小。

便笺簿。它对用户也是透明的,这存储器,让临时计算和某些系统配置参数可以暂时存储。

输入/输出图像表。这是其中最基本和简单的节段的内存地图。此部分的内存包含一个存储器,表示双方的内部和外部的I/O口.的状态是输入或输出。它是只用于内部控制的逻辑过程,与物理模块没有直接的联系。外部端口是一个直接映射I/O模块的一个量,依次是传送到传感器或执行机构。这些图表的I/O口是可改变的,也就是可编程控制器外围设备是可改写的。然后系统安装好后就可以观察到项目操作、编辑或后期故障处理了。这种内存段通常是分割到一些对应于最大的I/O能力的可编程控制器的默认值。观察到的编程设备屏幕上的信息是当前操作的I/O状态。

应用程序。这段包含逻辑控制程序的实际结构。因此它是有时被称为“逻辑记忆的部分”。它在一些系统中随时变化,在被创建、编辑和后来的观察运行过程中,运行中的编程设备使用触体、线圈及其它参考资料,然后使用水平中央处理单元转换成机器代码。这需要有很多技术和设备来完成这项任务。

电气英语翻译

Heat sink 散热器 Forward conduction 正向导通 Thyristor 晶闸管 Solid-state power device 固态功率器件 Silicon wafer 硅片,硅晶片 Self-latching 自锁 电流额定值current rating 反向击穿电压reverse breakdown voltage 负电流脉冲negative current pulse 交流电动机相位控制phase control AC motor 反向并联二极管reverse shunting diode 正信号positive signal Gate-turn-off thyristors 可关断晶闸管 固态功率器件基础 2.1 引言 在这一章中我们重点讨论固态功率器件,并且只讨论它们在相位控制或频率控制的三相460V交流鼠笼式感应电动机的应用。 2.2 固态功率器件 应用于固态交流电动机控制的功率半导体主要的五个类型如下: (1)二极管 (2)晶闸管(例如:硅控整流器SCRs) (3)(电子)晶体管 (4)可关断晶闸管 (5)双向可控硅 硅控整流器和双向可控硅通常用于相位控制。各种各样的二极管制品、硅控整流器、电子晶体管和可开断晶体管都应用于速度控制。这些器件的共性是:利用硅晶体薄片层层堆叠构成PN结的各种组合。在二极管、硅控整流器和可关断晶闸管中,P结常被叫作阳极,N结常被叫做阴极,在电子晶体管中相应的被叫做集电极和发射极。这些器件的区别在于导通和关断的方法及电流和电压的容量。 让我们来简答看一下这些器件,了解一下他们的参数。 2.2.1 二极管 图2.1是一个二极管。左边是一个中间有硅晶片的PN结,右边是单个二极管的表示符号。当阳极为正阴极为负时,会有电流通过,二极管本身伴随着一个比较小的压降。当极性相反时,只有很小的反向漏电流通过,这在图2.2中有表现出来。正向压降一般是1V左右,与电流额定值无关。 (PN结阳极阴极单个二极管PN结和表示符号) 二极管的正向电流额定值取决于起大小和设计,而这二者是根据器件的散热要求来确定的,一保证掐进不超过最大结温(通常是200℃)。 反向击穿电压(见图2.2)是二极管的另一个重要参数,它的数值较二极管尺寸大小更多地取决于其内部设计。

广告英语翻译常用词语

广告英语翻译常用词汇 产品远销英国、美国、日本、意大利和东南亚,深受消费者欢迎和好评Our products are sold in Britain, America, Japan, Italy and South East Asia and well appreciated by their purchasers. 畅销全球 selling well all over the world 典雅大方 elegant and graceful 定型耐久 durable modeling 方便顾客 making things convenient for customers 方便群众 making things convenient for the people; to suit the peo ple's convenience 方便商品 convenience goods 方便生活 bringing more convenience to the people in their daily life; prov iding amenities for the people; making life easier for the popula tion 各式俱全 wide selection; large assortment

顾客第一 Customers first 顾客是我们的皇帝 We take customers as our Gods. 规格齐全 a complete range of specifications; complete in specific ations 花样繁多 a wide selection of colours and designs 货色齐全 goods of every description are available. 客商第一,信誉第一 clients first, reputation first 款式多样 a great variety of models 款式活泼端庄 vivid and great in style 款式齐全 various styles 款式新颖 attractive designs; fashionable(in) style; novel (in) de sign; up-to-date styling 款式新颖众多 diversified latest designs 美观大方 elegant appearance 美观耐用 attractive and durable 品质优良,疗效显著,誉满全球,欢迎选购 excellent quality, evident effect, good reputation over the world, orders are welcome. 品种多样 numerous in variety 品种繁多 great varieties 品种齐全 complete range of articles; a great variety of goods

电气英文文献+翻译

POWER SUPPLY AND DISTRIBUTION SYSTEM ABSTRACT The basic function of the electric power system is to transport the electric power towards customers. The l0kV electric distribution net is a key point that connects the power supply with the electricity using on the industry, business and daily-life. For the electric power, allcostumers expect to pay the lowest price for the highest reliability, but don't consider that it's self-contradictory in the co-existence of economy and reliable.To improve the reliability of the power supply network, we must increase the investment cost of the network construction But, if the cost that improve the reliability of the network construction, but the investment on this kind of construction would be worthless if the reducing loss is on the power-off is less than the increasing investment on improving the reliability .Thus we find out a balance point to make the most economic,between the investment and the loss by calculating the investment on power net and the loss brought from power-off. KEYWARDS:power supply and distribution,power distribution reliability,reactive compensation,load distribution

常用专业术语翻译

1.素质教育:Quality Education 2. EQ:分两种,一种为教育商数Educational quotient,另一种情感商数Emotional quotient 3. 保险业:the insurance industry 4. 保证重点指出:ensure funding for priority areas 5. 补发拖欠的养老金:clear up pension payments in arrears 6. 不良贷款:non-performing loan 7. 层层转包和违法分包:mutlti-level contracting and illegal subcontracting 8. 城乡信用社:credit cooperative in both urban and rural areas 9. 城镇居民最低生活保障:a minimum standard of living for city residents 10. 城镇职工医疗保障制度:the system of medical insurance for urban workers 11. 出口信贷:export credit 12. 贷款质量:loan quality 13. 贷款质量五级分类办法:the five-category assets classification for bank loans 14. 防范和化解金融风险:take precautions against and reduce financial risks 15. 防洪工程:flood-prevention project 16. 非法外汇交易:illegal foreign exchange transaction 17. 非贸易收汇:foreign exchange earnings through nontrade channels 18. 非银行金融机构:non-bank financial institutions 19. 费改税:transform administrative fees into taxes 20. 跟踪审计:foolow-up auditing 21. 工程监理制度:the monitoring system for projects 22. 国有资产安全:the safety of state-owned assets 23. 过度开垦:excess reclamation 24. 合同管理制度:the contract system for governing projects 25. 积极的财政政策:pro-active fiscal policy 26. 基本生活费:basic allowance 27. 解除劳动关系:sever labor relation 28. 金融监管责任制:the responsibility system for financial supervision 29. 经济安全:economic security 30. 靠扩大财政赤字搞建设:to increase the deficit to spend more on development 31. 扩大国内需求:the expansion of domestic demand 32. 拉动经济增长:fuel economic growth 33. 粮食仓库:grain depot 34. 粮食收购企业:grain collection and storage enterprise 35. 粮食收购资金实行封闭运行:closed operation of grain purchase funds 36. 粮食销售市场:grain sales market 37. 劣质工程:shoddy engineering

电气专业英语翻译

Foundation of PLC 1. The central processing unit Although referred to as the brain of the system, the Central Processing Unit in a normal installation is the unsung hero, buried in a control cabinet, all but forgotten. 2. Basic Functionality In a programmable controller system, the central processing unit(CPU) provides both the heart and the brain required for successful and timely control execution. It rapidly and efficiently scans all of the system inputs, examines and solves the application logic, and updates all of the system outputs. In addition, it also gives itself a checkup each scan to ensure that its structure is still intact. In this chapter we will examine the central processing unit as it relates to the entire system. Included will be the various functional blocks in the CPU, typical scan techniques, I/O interface and memory users, power supplies, and system diagnostics. 3. Typical Function Block Interactions In practice, the central processing unit can vary in its architecture, but consists of the basic building block structure illustrated in Fig.1.1.The processing section consists of one or more microprocessors and their associated circuitry. While it is true that some of the luxury of using microprocessors, most modern systems use either a single microprocessors such as the AMD 2903, usedin a bit slice architecture. This multiple microprocessor system to break the control system tasks into many small components which can be executed in parallel. The result of this approach is to achieve execution speeds that are orders of magnitude faster than their single-tasking counterparts. In addition to efficiently processing direct I/O control information and being programmable, the real advantage that microprocessor-based system have over their hardwired relay counterparts is the ability to acquire and manipulate numerical data easily. It is this attribute that makes programmable controllers the powerhouses that they are today in solving tough factory automation problems. The factory of tomorrow will run efficiently only if quality information about process needs and status of the process equipment are known on a realtimes basis. This can and will come about only if the unit level controllers, including programmable controllers, are empowered with the ability to collect, analyze, concentrate, and deliver data about the process. As the

翻译常用词汇

翻译常用词汇 高枕无忧resting without worries 史无前例unprecedented in the history 不可一世a conquering hero 毫不示弱equally firmly 量体裁衣to act according to actual circumstances 一刀两断to cut it clean 与虎谋皮to ask a tiger for its skin 六亲不认to disown all one’s relatives and fri ends 英雄本色the true quality of a hero 英雄所见略同Great minds think alike. 每逢佳节倍思亲On festive occasions more than ever we think of our dear ones faraway. 上有好,下必有其焉。What the superior loves, his inferiors will be found to love exceedingly.大江东去,浪淘尽,千古风流人物。The Great River flows to the east: Its waves have washed away all the men of untrammeled spirit of a thousand ages. 上兵伐谋,其次伐交。What is supremely important in war is to attack the enemy’s strategy. Next best is to disrupt his alliances. 问君能有几多愁,恰似一江春水向东流。I wonder how many sorrows you have. They are exactly like the Yangtze River unceasingly flowing eastward in spring. 千呼万唤始出来,犹抱琵琶半遮面。Only after a thousand entreaties does she appear. Her face half hidden behind the guitar (pipa) in her arms. 吃得苦中苦,方为人上人。Only if you can stand the hardest of hardships can you hope to rise in society. 是非经过不知难You never know how hard a task is almost until you have done it yourself. 满招损Pride goes before a fall. / Pride spells failure. 适可而止Bind the sack before it be full. 好汉做事好汉当A true man has the courage to accept the consequences of his own actions.知己知彼,百战不殆。To know one’s and the enemy’s situation ensures victory. 牵扯之覆,后车之鉴。The overturned car ahead is a warning to the ones behind. 山雨欲来风满楼The wind sweeping through the tower heralds a rising storm in the mountains. 是故学然后知不足,教然后之困。Therefore, to learn makes us realize our deficiency, and to teach makes us know the difficulties. 人尽其才、地尽其利、物尽其利、货畅其流。Our human, land and material resources should be used to the best advantage, and our goods should be in good circulation. 父母有抚养教育未成年子女的义务,成年子女有赡养扶助父母的义务。Parents have the duty to rear and education their children who are minors, and children who have come of age have the duty to support and assist their parents. 中华人民共和国公民有劳动的权利和义务。Citizens of the P eople’s Republic of China have the right as well as the duty of work. 各民族公民都有用本民族语言文字进行诉讼的权利。Citizens of all nationalities have the right to use the spoken and written languages of their own nationalities in court proceedings.

建筑电气英文翻译

建筑电气 电气工程设计包括两个主要的设计方面。主要是一部分的电能的转换及分配和电力的供配、照明系统、防雷接地系统。一般来说,建筑主要的变化包括:高压和低压配电系统、变压器、备用电源系统。电力系统包括配电和控制,室内和室外照明系统包括所有类型的照明,防雷系统包括入侵波防护、闪电传感器、接地、等电位连接和局部等电位连接等。辅助等电位连接等。在短短的20年里,系统在技术和产品的面貌发生了翻天覆地的变化。许多的设计理念也发生了巨大的变化。开关设备如高压系统的第一个断路器油断路器,后来油断路器的逐步发展,不仅规模大,但是一般都包含油物质。由于开关设备尺寸较大,我们还必须建立独立的设备房间,占据了大量的建筑面积。现在真空断路器和六氟化硫断路器,不仅体积小,而且短路容量大,外壳尺寸远小于原来的橱柜,并且断路器没有任何油,防火性能大大提高。而且断路器和其他低压设备在一个房间里,这样即节省空间又方便管理。过去大容量的低压断路器,短路电流容量逐渐变大,规模也逐渐变小,而且更加稳定,使系统运行更加安全可靠,为设计带来了方便。向着智能化低压断路器方向发展,断路器各种参数可以通过总线工业控制,信号直接传输到计算机。 干式变压器的出现,对建筑电气设计带来了极大的方便,因为没有变压器油泄漏和火灾的可能性,以便它可以很容易地安装在建筑本身,甚至直接到负荷中心。它还消除变压器对油的需求限制,构建大容量设备时可以使用干式变压器。在实际工程设计中曾应用四个台湾2500kVA干式变压器。 在使用紧急发电机方面,从性能和尺寸的角度来看,比过去进步很多。除了使用柴油发电机;应急照明使用EPS备用电源;中断供电在一个毫秒以内的设备,可以使用UPS。 电力设备的控制从单一元件的控制到控制继电器控制变化。除了更好的性能的各种组件的规模较小,也降低控制箱的规模。由于数字技术更多的运用于控制能达到最佳的控制状态来控制设备。进一步提高了节能的效果。 照明系统从过去单一光源、灯具和低效率的状态向更广泛的前景发展。建筑中使用的光源可供选择的品种数量很多。光的发光效率和色调在向着高效的方向发展,灯具不断地改进其效率和不同形式的灯具运用于不同场合。例如,普通的荧光灯镇流器由普通的镇流器向节能型镇流器方向发展。还对谐波组件的大小进行精简,生产低谐波电子镇流器。许多措施如配件和灯具的使用,可以满足设计要求,同时能实现不同的体系结构、照明要求的各种场所。无论照明和室内装饰照明还是道路照明和户外庭院建筑的光照明,所有的都展示了照明技术的发展和建筑照明的好处与便利。

2019英语四级翻译常用词汇:教育词汇

2019英语四级翻译常用词汇:教育词汇 成人夜校 night school for adults 在职进修班 on-job training courses 政治思想教育 political and ideological education 毕业生分酉己 graduate placement; assignment of graduate 充电update one’s knowledge 初等教育 elementary education 大学城 college town 大学社区 college community 高等教育 higher education 高等教育“211 工程” the “211 Project” for higher education 高等学府 institution of higher education 综合性大学 comprehensive university 文科院校 colleges of (liberal) arts 理工科大学 college / university of science and engineering 师范学院teachers’ college; normal college 高分低能 high scores and low abilities 高考(university/college) entrance examination 高校扩招 the college expansion plan

教育界 education circle 教育投入 input in education 九年义务教育 nine-year compulsory education 考研 take the entrance exams for postgraduate schools 课外活动 extracurricular activities 必修课 required/compulsory course 选修课 elective/optional course 基础课 basic courses 专业课 specialized courses 课程表 school schedule 教学大纲 teaching program; syllabus 学习年限 period of schooling 学历 record of formal schooling 学分 credit 启发式教学 heuristic teaching 人才交流 talent exchange 人才战 competition for talented people 商务英语证书 Business English Certificate (BEC) 适龄儿重入学率 enrollment rate for children of school age 升学率 proportion of students entering schools of a higher grade; enrollment rate

电气专业术语中英对照

一.电气名词Electric items 二.线路(母线、回路)Lines (Bus , circuits) 三.设备Equipments 四.保护、继电器Protection , relays 五.电气仪表Electric instruments 六.防雷Lightning protection 七.接地Grounding , earthing 八.室、所Room , Substation 九.电修车间设备Equipments of electric repair 十.材料Material 十一.图名Drawings , diagrams 十二.表头Tables 十三.标准图词汇Terms from standard DWG 一.电气名词Electric items 交(直)流Alternating (direct) current 短路电流Short-circuit current 起始次暂态短路电流Initial subtransient short-circuit current 冲击电流Impulse current 稳态短路电流Steady state short-circuit current 临界电流Critical current 切断电流Rupturing current 熔断电流Blow-out current 故障电流Fault current 计算电流Calculating current 极限有限电流Limit effective current 过电流Over current 逆电流Inverse current 整定电流Setting current 额定电流Rated current 电流密度Current density 短路电流最大有效值Maximum effective value of short-circuit current 高压High-voltage , High-tension 低压Low-voltage , Low-tension 计算电压Calculating voltage 激磁电压Exciting voltage 冲击电压Impulse voltage 临界电压Critical voltage

电气专业术语中英文对照

一.电气名词 Electric items 二.线路(母线、回路)Lines (Bus , circuits) 三.设备 Equipments 四.保护、继电器 Protection , relays 五.电气仪表 Electric instruments 六.防雷 Lightning protection 七.接地 Grounding , earthing 八.室、所 Room , Substation 九.电修车间设备 Equipments of electric repair 十.材料 Material 十一.图名 Drawings , diagrams 十二.表头 Tables 十三.标准图词汇 Terms from standard DWG 一.电气名词 Electric items 交(直)流 Alternating (direct) current 短路电流 Short-circuit current 起始次暂态短路电流 Initial subtransient short-circuit current 冲击电流 Impulse current 稳态短路电流 Steady state short-circuit current 临界电流 Critical current 切断电流 Rupturing current 熔断电流 Blow-out current 故障电流 Fault current 计算电流 Calculating current 极限有限电流 Limit effective current 过电流 Over current 逆电流 Inverse current 整定电流 Setting current 额定电流 Rated current 电流密度 Current density 短路电流最大有效值 Maximum effective value of short-circuit current 高压 High-voltage , High-tension 低压 Low-voltage , Low-tension 计算电压 Calculating voltage 激磁电压 Exciting voltage 冲击电压 Impulse voltage 临界电压 Critical voltage 残留电压 Residual voltage 击穿电压 Puncture voltage 脉动电压 Pulsating voltage 供电电压 Supply voltage 电力电压 Power voltage

电脑与信息专业技术英语翻译常用专业词汇

这里汇聚了计算机和网络技术领域的大部分英语词汇和详细解说,如果要查询相关词汇,你可以点此word文档工具栏的“编辑”,找到“查找”,然后点开输入你要查询的词汇就可以查询了。 A AAIMS(An Analytical Information Management System)分析信息管理系统 Abacus 算盘 Access security 存取安全 Access time 存取时间 Active 有源的 Ada programming language Ada 程序设计语言 Adapter 适配器 Adapter card 转接卡 Add-on 外接式附件 Address 地址 ADSL(Asymmetric Digital Subscriber Line) 非对称数字客户线路 After-image record 残留影像记录 Algorithm 算法 Alpha testing ɑ测试 3 Alteration switch 变换开关 ALU(Arithmetic/Logic Unit)运算器 Amplitude 幅度 Analog data 模拟数据 Analog cellular 模拟移动电话 Analog signal 模拟信号 Analysis block 分析块 Animation 动画制作 ANSL(American National Standards Label)美国国家标准标号 Answerback memory 应答存储器 Anti-noise coding 反噪声编码 Antivirus software 反病毒软件 APL(A Programming Language) APL 语言 Application development cycle 应用开发周期 Application program 应用程序 4 Application software 应用软件 Arithmetic operation 算术运算 ARP(Automatic Receive Program)自动接受程序 Artificial network 仿真网络 ASCII(American standard Code for Information Interchange)美国信息交 换用标准代码 Assembler 汇编程序 Assembly language 汇编语言 Asynchronous 异步的

电气自动化专业毕业论文英文翻译

电厂蒸汽动力的基础和使用 1.1 为何需要了解蒸汽 对于目前为止最大的发电工业部门来说, 蒸汽动力是最为基础性的。 若没有蒸汽动力, 社会的样子将会变得和现在大为不同。我们将不得已的去依靠水力发电厂、风车、电池、太阳能蓄电池和燃料电池,这些方法只能为我们平日用电提供很小的一部分。 蒸汽是很重要的,产生和使用蒸汽的安全与效率取决于怎样控制和应用仪表,在术语中通常被简写成C&I(控制和仪表 。此书旨在在发电厂的工程规程和电子学、仪器仪表以 及控制工程之间架设一座桥梁。 作为开篇,我将在本章大体描述由水到蒸汽的形态变化,然后将叙述蒸汽产生和使用的基本原则的概述。这看似简单的课题实际上却极为复杂。这里, 我们有必要做一个概述:这本书不是内容详尽的论文,有的时候甚至会掩盖一些细节, 而这些细节将会使热力学家 和燃烧物理学家都为之一震。但我们应该了解,这本书的目的是为了使控制仪表工程师充 分理解这一课题,从而可以安全的处理实用控制系统设计、运作、维护等方面的问题。1.2沸腾:水到蒸汽的状态变化 当水被加热时,其温度变化能通过某种途径被察觉(例如用温度计 。通过这种方式 得到的热量因为在某时水开始沸腾时其效果可被察觉,因而被称为感热。 然而,我们还需要更深的了解。“沸腾”究竟是什么含义?在深入了解之前,我们必须考虑到物质的三种状态:固态,液态,气态。 (当气体中的原子被电离时所产生的等离子气体经常被认为是物质的第四种状态, 但在实际应用中, 只需考虑以上三种状态固态,

物质由分子通过分子间的吸引力紧紧地靠在一起。当物质吸收热量,分子的能量升级并且 使得分子之间的间隙增大。当越来越多的能量被吸收,这种效果就会加剧,粒子之间相互脱离。这种由固态到液态的状态变化通常被称之为熔化。 当液体吸收了更多的热量时,一些分子获得了足够多的能量而从表面脱离,这个过程 被称为蒸发(凭此洒在地面的水会逐渐的消失在蒸发的过程中,一些分子是在相当低的 温度下脱离的,然而随着温度的上升,分子更加迅速的脱离,并且在某一温度上液体内部 变得非常剧烈,大量的气泡向液体表面升起。在这时我们称液体开始沸腾。这个过程是变为蒸汽的过程,也就是液体处于汽化状态。 让我们试想大量的水装在一个敞开的容器内。液体表面的空气对液体施加了一定的压 力,随着液体温度的上升,便会有足够的能量使得表面的分子挣脱出去,水这时开始改变 自身的状态,变成蒸汽。在此条件下获得更多的热量将不会引起温度上的明显变化。所增 加的能量只是被用来改变液体的状态。它的效用不能用温度计测量出来,但是它仍然发生 着。正因为如此,它被称为是潜在的,而不是可认知的热量。使这一现象发生的温度被称为是沸点。在常温常压下,水的沸点为100摄氏度。 如果液体表面的压力上升, 需要更多的能量才可以使得水变为蒸汽的状态。 换句话说, 必须使得温度更高才可以使它沸腾。总而言之,如果大气压力比正常值升高百分之十,水必须被加热到一百零二度才可以使之沸腾。

电气工程及其自动化专业英语翻译

电气工程及其自动化专业英语翻译.Electric Power Systems. The modern society depends on the electricity supply more heavily than ever before. It can not be imagined what the world should be if the electricity supply were interrupted all over the world. Electric power systems (or electric energy systems), providing electricity to the modern society, have become indispensable components of the industrial world. The first complete electric power system (comprising a generator, cable, fuse, meter, and loads) was built by Thomas Edison –the historic Pearl Street Station in New York City which began operation in September 1882. This was a DC system consisting of a steam-engine-driven DC generator supplying power to 59 customers within an area roughly 1.5 km in radius. The load, which consisted entirely of incandescent lamps, was supplied at 110 V through an underground cable system.. Within a few years similar systems were in operation in most large cities throughout the world. With the development of motors by Frank Sprague in 1884, motor loads were added

保险专业英语常用词汇(大全)

acceptance policy 核保政策 accounting period 结算期 aggregate limit 累积限额 aggregated loss 累积损失 antiselection 逆选择 ART (Alternative Risk Transfer 新型风险转移balance 所欠款项 barrages 堰坝 captive pools 自保组合 catastrophe risk 巨灾风险 ceiding company 分出公司 cession limit 分保限额 claim-prone 容易出险 claims assistance 理赔协助 clean cut 结清方式 coinsurance 共保 commencement and termination 起讫 cover 承保 cover 责任额 deposit premium 预付保费 destroyed 毁坏 earth caves 土坏房屋 EPA event limit 事件限额 ex gratia payments 通融赔款 excess loss 超额赔款 exclusion 除外责任 exposed areas 风险承受区域 facultative reinsurance 临时分保 fault zone 断层区 finite risk 有限制的风险 flash floods 骤发洪水 flooding of rivers 洪水泛滥 frame structure 框架结构 full coverage 全额承保 full insurance value 足额保险价值 full liability 全部责任 Geophysics Institute 地球物理研究所health insurance 疾病保险,健康保险sickness insurance 疾病保险 insurance during a period of illness 疾病保险insurance for medical care 医疗保险 "major medical" insurance policy 巨额医药费保险 life insurance 人寿保险 endowment insurance 养老保险 insurance on last survivor 长寿保险 social insurance 社会保险 personal property insurance 个人财产保险insurance of contents 家庭财产保险 险别 Free from Particular AverageF.P.A. 平安险With Particular Average W.P.A. 水渍险 All Risks 一切险 risk of breakage 破碎险 risk of clashing 碰损险 risk of rust 生锈险 risk of hook damage 钩损险 risk of contamination (tainting 污染险insurance against total loss only (TLO 全损险risk of deterioration 变质险 risk of packing breakage 包装破裂险 risk of inherent vice 内在缺陷险 risk of normal loss (natural loss 途耗或自然损耗险 risk of spontaneous combustion 自然险 risk of contingent import duty 进口关税险insurance against war risk 战争险 Air Transportation Cargo War Risk 航空运输战争险 overland Transportation Insurance War Risk 陆上运输战争险 insurance against strike, riot and civil commotion (SRCC 罢工,暴动,民变险insurance against extraneous risks, insurance against additional risks 附加险

相关文档
最新文档