基于单片机的数据采集系统的英文翻译.doc
《基于单片机的数据采集系统的英文翻译.doc》由会员分享,可在线阅读,更多相关《基于单片机的数据采集系统的英文翻译.doc(14页珍藏版)》请在沃文网上搜索。
1、西安科技大学毕业设计(论文)外文翻译7.5 PLC System Functions system has advanced to become an open PLC system that can meet the following requirements:1. Portability: The PLC program can be operated and is reusable regardless of PLC system and maker.2. Connectivity: Communication (data transmission) between PLC syste
2、ms whose makers are different should be guaranteed.3. Standardization: The user interface and programming language are unified regardless of system and maker. For example, the PLC systems and programming languages mentioned in previous sections are not compatible with other systems and languages tha
3、t other makers provide. Therefore, users should learn the makers own programming languages. It is also very difficult for third parties to understand and modify PLC programs. In addition,when a new function is added, it is almost impossible to guarantee successful execution within a specified time.
4、To overcome these problems, the activity for standardizing programming environments for industrial automation equipment was started and the IEC, (International Electromechanical Commission), established IEC1131-3 in 1993. The standard IEC1131, is the international standard for PLC, consisting of fiv
5、e parts and IEC1131-3 is one of the parts of which IEC1131 is composed.1. IEC1131-1: PLC General information.2. IEC1131-2: Equipment and test requirements3. IEC1131-3: PLC programming language4. IEC1131-4: User guidelines5. IEC1131-5: Communications IEC1131-3 is the international standard for progra
6、mmable controller programming languages. It specifies the syntax, semantics and display for the following suite of PLC programming languages: 1) Ladder diagram (LD), 2) Sequential Function Charts (SFC), 3) Function Block Diagram (FBD), 4) Structured Text (ST), and 5) Instruction List (IL). If we use
7、 IEC1131-3 to edit a PLC program, it is possible to obtain the following advantages:1. Because syntax and semantics are unified, it is possible to generate a program that can be operated on all makers systems and the program can be executed regardless of maker.2. It is easy to maintain the program.3
8、. Because the standard supports the structured programming method, any complex program can be edited in easily understandable and structured format and can easily be maintained.4. Due to the rigorous syntax and semantics it is possible to reduce program error.5. The standard makes modulation of a pr
9、ogram easy and it is possible to increase the efficiency of programming using program modules. However, the following disadvantages have been identified:1. Compared with the sequence programming method, the programming procedure is complex due to computer programming.2. Much effort is needed to unde
10、rstand and know the grammar of the programming language.3. Due to the rigorous grammar, the flexibility of programming is restricted.4. Because IEC1131-3 is heavy, it is not appropriate for application in small-sized PLC systems. IEC1131-3 consists of the configuration model of a PLC system, five pr
11、ogramminglanguages, and the common generality of programming languages.The software model and communication model address the name and definition of the parts from which a PLC system is composed and the data transmission mechanism between running programs. In the Programming model, not only basic el
12、ements such as identifiers, keywords, data types, and variables but also program elements such as functions, function blocks, programs, resources, and tasks are described as the common factors of the programming language. To understand IEC1131-3, it is necessary to undertake a study of the configura
13、tion model, which represents the design concept of a PLC system and includes a software model, communication model, and programming model.7.5.1 Software Model and Communication Model In the introductory part of IEC1131-3 the software model is described and represents the PLC system as a controller w
14、ith multitasking-enabled architecture. In the software model,1. Configuration is the top-most concept that represents the PLC system and includes all the software that is contained in one PLC system.2. Resource is the element that makes up the configuration and means the functions that a processor b
15、oard provides. It consists of the software that is needed to execute a PLC program.3. Program means the logical management unit of a user program and is edited by one of the languages specified by IEC1131-3.4. Function block is a key concept of IEC1131-3 and makes a program structured and modularize
16、d. It is the logical management unit for data transmission and consists of the data for defining input/output parameters and the algorithms for performing pacific functions.5. Task represents how a program or function block works. It begins iteratively or by a specific trigger.6. Function is one of
17、the elements of which a program is composed. It is different from the function block, and it denotes the software that generates a single output from a specific input.7. Access path does not exist in a single resource system. In multiple resource systems it manages the data of elements and the commu
18、nication between elements.There are various ways to transmit data in a PLC system. In a program, internal variables are used. To input and output the data to the program, function, and function block, input variables and output variables are used. To share resource or configuration information betwe
19、en programs, external variables that specify them are used. In addition, data transmission between configurations is done by the communication object defined by an access path. Using the access path, it is possible to exchange data between the functions and the programs that are located in different
20、 resources or configurations. Comparing PLC systems with the software model in IEC-1131-3, we can regard the controlled system as configuration. Configuration exchanges data or information with other configurations via Access paths (only specific variables can be transmitted via access paths and ext
21、ended communication functions, as specified in IEC1131-5). This configuration consists of one or multiple resources and each resource consists of one or multiple tasks. Because of the high functionality of PLC systems,multiple processing is required and the CPU board can be regarded as a resource.Ea
22、ch task executes a program or function block based on regular interrupts or irregular triggers. Consequently, this systematic structure makes it possible to execute a lot of individual programs synchronously. In addition, resource has a function for supporting the interface between I/O channel and a
23、 program. Furthermore, small-sized PLC systems consist of one processor and one piece of software that controls single operations. A single configuration is formed, even in the case of large-sized PLC systems with multiple processors, a variety of resources (multiple processors) are controlled in re
24、al-time. In the case of complicated distributed systems, a system is composed of more than one configuration connected by a network and each configuration can include any resource or program on the network. As is known from the software model, the key concept of IEC1131-3 is to support the structure
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
10 积分
下载 | 加入VIP,下载更划算! |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 基于 单片机 数据 采集 系统 英文翻译