ImageVerifierCode 换一换
格式:DOC , 页数:14 ,大小:80KB ,
资源ID:22383      下载积分:10 金币
验证码下载
登录下载
邮箱地址:
验证码: 获取验证码
温馨提示:
支付成功后,系统会自动生成账号(用户名为邮箱地址,密码是验证码),方便下次登录下载和查询订单;
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝   
验证码:   换一换

 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.thwenku.com/down/22383.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  
下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(外文翻译-可编程逻辑控制器图形软件的开发.doc)为本站会员主动上传,图海文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知图海文库(发送邮件至admin@thwenku.com或直接QQ联系客服),我们立即给予删除!

外文翻译-可编程逻辑控制器图形软件的开发.doc

1、英文原文Graphical Development of Software for Programmable Logic ControllersAbstractGraphical languages are standard in the field of computer programming. Complex software development is best handled by graphically connecting pre-built, fully tested and highly specialized software components, instead of

2、 writing and debugging thousands of lines of code. Modern programming environments include complete libraries of such components. In the field of Programmable Logic Controllers (PLCs), this is not the case. PLC programs can be developed using graphical languages, as Ladder Diagrams (LD) or Function

3、Block Diagrams (FBD),but the standard libraries are very limited, so the programmer must develop his own libraries, building software objects from scratch. In this paper, a framework is presented for automatically building complex software modules using based on two key pillars: on the one hand, usi

4、ng object oriented concepts as encapsulation, inheritance and generic programming, and, in the other one, closely following the physical model of the objects used in building electrical control cabinets (ECBs).I. INTRODUCTIONThe development of PLC programs is a crucial point in the construction of m

5、odern automation installations. As PLC Open organization states in 1, “software plays an ever-increasing role in industrial automation. With this, the associated software costs increase, even to the point that it becomes the highest part of the total system”. Old programming languages give a limited

6、 support to this task: the code tends to be obscure, with limited capabilities of flow control, and internal interdependencies make any minor modification a nightmare. To solve this problem, a new standard has been established, the IEC-61131-3. It defines elements that can be used as blocks for buil

7、ding new programs, such as Function Blocks (FBs), and brings some of the benefits of OOP, such as encapsulation, as Lewis 2 or John and Tiegelkamp 3point out. Nevertheless, other major OOP features like inheritance, generic programming and polymorphism are not supported in the standard. In spite of

8、this limited support, Brendel 4 develops software components using IEC-61131 FB modules. Bonfe and Fantuzzi 5 present an object-oriented (OO) program for a manufacturing machine, and HVan der WalH 6 develops a complete OO library of motion control components, as a result of PLCOpen effort. OOP, besi

9、des being a way for developing well structured PLC programs, brings also added benefits as self-explanatory programs, Plomp et al.7, or graphical programming, Lewis 8.There are different approaches for choosing the software objects that can serve as the building blocks for constructing well structur

10、ed, failure-proof PLC programs: Mathematical methods, which formalize the structure of the software components and their relationship from a mathematical point of view. Feldmann et al.9, Polic and Jezernik 10 use Petri nets as the tool for modeling discrete event systems (DES). Bridge methods, which

11、 develop the control program using high level, object oriented program languages and translate the resulting code to IEC-61131-3 FB modules. Plaza and Medrano 11 use C language as the source, Heverhagen and Tracht 12 use Unified Modeling Language (UML). Jammes and Smith 13 follow instead the model o

12、f Web Services. MIM (Model Integrated Mechatronics) considers each object as a complete unit which integrates the electrical mechanical and software aspects. Thramboulidis 14 15 and Vyatkin16 develop such Mechatronic components. An interactive “Intelligent Mechatronic Testbed” can be found at 17. Ar

13、chimedes 18, CORFU 19 and OONEIDA 20 are general frameworks built upon this concept.These approaches have drawbacks from the point of view of the technician that develops PLC programs. Mathematical methods are often too abstract and difficult to track. Real time constraints are alien to general purp

14、ose language programs such as C or Java. And Mechatronics models tend to be far too complex, because they try to model all the behavioral aspects of a specific device. What it is needed is a simple, clear, robust and flexible OOP model that allows for the assembly of PLC programs following the same

15、procedure used to build modern ECBs: by cabling pre-built, fully tested components. Thats way a new framework, Object Oriented Framework for PLC Software Development (OOPLC), has been developed and is presented in this paper. Its goal is to build PLC programs by assembling pre-built, fully tested so

16、ftware components in a simple, graphical way, analog to the drawing of electrical schemas.The structure of this paper is as follows: section I is the introduction. Section II establishes the main OOPLC framework features, which are fully developed in section III. In section IV an example program developed with the proposed method is shown, and in section V the conclusions are presented.II. OOPLC FEATURESOOPLC is founded on th

网站客服QQ:2356858848

  客服联系电话:18503783681

copyright@ 2008-2022 thwenku网站版权所有

ICP备案:豫ICP备2022023751号-1


>


客服