




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、Theoretical Computer Science 253 (2001) 6193Developing a Hybrid Programmable Logic Controller Platform for a Flexible Manufacturing SystemHenning Dierks 1University of Oldenburg, Fachbereich Informatik, Postfach 2503, 2900 Oldenburg, GermanyAbstract: In this article, we present the design and implem
2、entation of a flexible manufacturing system (FMS) control platform based on a programmable logic controller (PLC) and a personal computer (PC)-based visual man-machine interface (MMI) and data acquisition (DAS) unit. The key aspect of an FMS is its flexibility to adapt to changes in a demanding proc
3、ess operation. The PLC provides feasible solutions to FMS applications, using PC-based MMI/DAS, whereby PLCs are optimized for executing rapid sequential control strategies. PCs running MMI/DAS front-ends make intuitive operation interfaces, full of powerful graphics and reporting tools. Information
4、 from the PC can be distributed through a companys local area network or web using client-server technologies. Currently, with the convergence of underlying microprocessor technology and software program-ming techniques, many users find that PLCs provide a cost-effective solution to real-time contro
5、l in small- to medium-sized process plants, especially when combined with supervisory PCs using hybrid systems. The major work of this article demonstrates that PLCs are responsive to rapid and repetitious control tasks, using PCs that present the flow of information automation and accept operator i
6、nstructions, thereby providing the user a tool to modify and monitor the process as the requirements change.Key Words: PLC、FMS、PC.1IntroductionIn a variety of product manufacturing industries, the most automated form of production is a Flexible manufacturing system(FMS),first introduced in 1970s. Si
7、nce the FMSs can providea high potential for productivity improvement in batch manufacturing, the number of FMSs is growing substantially (Groover and Zimmers, 1984). The acceleration throughout the world is due to increased global competition, reduced manufacturing cycle times, and cuts in producti
8、on costs.Generally, an FMS consists of a group of machines or other automated work stations, which form into modular subsystems, such as CNC machines, robots, vision systems, and a process station. These are interconnected by a materials handling system and usually driven by a computer(Maleki,1991).
9、Each modular system requires an individual modular control system, with different components being controlled by individual controller units. All of the modular subsystems are controlled by computers as usual. These controllers perform their intended tasks under supervision of a higher level control
10、ler. To the system, both the control devices as well as the flow of information need to be automated. The key aspect of an FMS is its ability to adapt to changes in the control tasks. This flexibility includes the quantities and varieties of part types which it can produce, the order in which operat
11、ions may be performed, and its ability to reroute parts back into flow paths. In the end, the control platform should have the capability to automate the flow of information.Typically, there are three types of control platforms used in FMSs: minicomputers, microcomputers, and PLCs (Maleki, 1991). Th
12、e minicomputers are best suited for complex large-scale, continuous ,regulatory control applications . The PLCs are used for rapid and repetitious logic control. Personal computers (PCs) are suited for operator interface functions. Primarily, PLCs are designed to replace hardwiring relays, to operat
13、e in an industrial environment, to be easily modified by plant engineers and maintenance personnel, and to be maintained by plant electricians. Currently, with the convergence of underlying microprocessor technology and software programming, many users find that PLCs provide a cost-effective solutio
14、n to real-time control in small-to medium-sized process plants, especially when combined with supervisory PCs using hybrid systems.The purpose of this article is to address the state-of-the-art technology of FMSs. The design and construction of an FMS using PLC-controlled and PC-based visual man-mac
15、hine interface(MMI) and data acquisition system(DAS) are presented. It is organized as follows. Section 2 begins with the description of the FMS on the factory floor of the Center for Manufacturing System sat the NewJersey Institute of Technology(NJIT).Section 3 shows the operational description of
16、the FMS. Sections 4 and 5 present the applications of PLC-controlled and PC-based MMI/DAS for the FMS at NJIT. Section 6 contains a summary of the advantages of this PLC-controlled and PC-based MMI/DAS for FMS application.2. Description of the FMSSI handling conveyor systemThis consists of four cart
17、s, A, B, C, and D, with fixtures mounted on each, two transfer tables,TT1 and TT2 , and dual conveyors which transport materials to each workstation.Figure 1. Flexible manufacturing system.NASA II CNC milling machineThe milling machine accepts rectangular solid blanks and machines each part of diffe
18、rent types according to its computer controller.GE P50 robotA shared robot is used to load and unload the material between the CNC milling machine and the conveyor system, and between the parts presentation station and conveyor system. It contains five computer programs assignable by the PLC. The co
19、mputer programs direct the robot to load the material between the parts presentation station and the carts and between the CNC machine and the carts. The last two programs place the completed parts in the accept or reject area.Parts presentation stationThis station includes a gravity-chute, which su
20、pplies rectangular solid blanks as raw materials. This station also contains two bin types, one each for accepted parts and rejected parts.Computer vision systemThe vision system provides for the visual automated inspection of the parts. It is a menu-driven, 64-level gray scale, edge detection syste
21、m.Drilling machineAn IBM7535 industrial robot with an automated drill as an end-effector drills various holes in the parts as directed.In summary, the FMS has two robots, one CNC mill, a material transfer convey or system including transportation carts and positioning limit switches, and a vision sy
22、stem, which are supervised by a GE-Series Six PLC and monitored by a PC-based visual MMI/DAS.3. Operational descriptionThe working cycle for this FMS proceeds in the following manner:1.Initially, all four carts on the conveyor system are empty and available for the raw materials to be loaded onto th
23、em from the parts presentation station.2.The GE robot loads four parts, one by one, on to the four carts on the convey or system. The carts move clock wise as they are being loaded.3. Figure 2 shows the positions acquired by the four carts once the four parts of different types have been loaded.4. T
24、he IBM robot drills various holes on each blank part as the cart stops at the drilling machine.5. The GE robot moves to the conveyor, removes the part from the cart at position X1,and loads it into the fixture located on the CNC machine table.6. Once the part is loaded on the CNC milling machine, th
25、e robot retracts, and the milling machine mills the rectangular part as required.7. After the milling operation, the robot arm moves to the milling machine to remove the part that was machined from the holding fixture.Figure 2. Loading state of the conveyor system.8. The robot returns the finished p
26、art to the same cart on the conveyor.9. A signal is sent to the vision camera to inspect the part.10. The vision system analyzes the part and outputs a signal that directs the robot to accept or reject the part.11. The robot runs either an accept program to place the part in the accept bin or runs a
27、 reject program to place the part in the reject bin.12. The GE robot goes to the parts presentation station and loads a new blank part into the cart.13. The cart is released to the system and the next cycle is started.4. Control of an FMS with a PLCThe significant features of the FMS control system
28、are as follows:1.The system is easy to configure and to modify to accommodate changes and updates, because of the ladder logic capability of the system.2.In a similar manner, the system is easy to program and document.3.The system can be easily maintained, and troubleshooting is decreased because on
29、-line diagnostics are provided to pinpoint problems and decrease maintenance.4.Naturally, the system is readily interfaced with the computer.The PLC is a general purpose industrial computer which is widely used in industrial process control. It is capable of storing instructions to implement control
30、 functions such as sequencing, timing, counting, arithmetic, data manipulation, and communication to control industrial machines and processes. The PLC is chosen to perform an FMS control task based on the following features:1) good reliability;2) less space required and operates in an industrial en
31、vironment;3) easier to maintain by plant engineer or technician;4) can be reprogrammed if control requirements change;5) can communicate and network with other computers.In this application, a GE-Series Six PLC is equipped with a memory bank, and the I/O racks are loaded with the following input and
32、 output interfaces: 120 VAC input modules with 8 ports/module, 24 VDC input modules with 8 ports/module, and 120 VAC output modules with 8 ports/module.5. PC-based visual operator interface unitWith the convergence of microprocessor technology and software techniques, the PC has become very useful i
33、n operator interface applications. PCs running MMI/DAS front-ends make powerful, intuitive operation interfaces, full of useful graphics and reporting tools. Information from these PCs can be distributed through a companys local area network(LAN) or web using client-server technologies.A PC-based vi
34、sual MMI/DAS was developed to monitor the process and log data. The functions of the MMI are twofold. First, it opens a window between the operator and the process and then displays the process information on the CRT. It also allows the operator to modify the time delay constants or alarm setpoints
35、without changing the ladder logic, if the production requirements change. Second, it provides an automatic data logging device. It is capable of creating batch, shift, and day log reports. Information from the PC can be distributed through the local area network using client-server technologies. An
36、application program has been developed by using an off-the-shelf state-of-the-art GENESIS for Windows PC-based software to provide the data from the PLC through a RS232 interface. This approach allows the PC to combine the controller, the programming terminal, the operator interface, and the data ac
37、quisition system together in one unit. The PC-based MMI/DAS software provides an icon-based and mouse-driven open system for designing a real-time control strategy and dynamic operator displays. With the open architecture features, it provides support for user algorithms and LAN interfacing.The othe
38、r part of the MMI/DAS software is the enriched and user-friendly graphic builder. The graphic builder is an object-oriented CAD-based tool. The graphic tools allow the user to generate intuitive and useful man-machine interface screens to display the dynamic status of the FMS.6. ConclusionsThe parti
39、cular FMS example is fully automated by a hybrid control platform using a PLC controlled and PC-based supervisory operator interface unit and data acquisition system. The trend of flexible manufacturing demands more open system control and flexibility with affordable cost. Obviously, the size and th
40、e nature of the application affect the decision. This PLC and PC hybrid supervisory control platform provides a cost-effective solution to real-time control and automation of the flow of information for small- to medium sized process plants. The system improvements are achieved in control system rel
41、iability, equipment maintainability, software maintainability, and system flexibility. The automated DAS system has the capability to generate batch, shift, and day logs reports, to report process and equipment alarms, and to refresh process data.References1 R. Alur, C. Courcoubetis, D. Dill, Model-
42、checking for real-time systems, 5th Annu. IEEE Symp. onLogic in Computer Science, IEEE Press, New York, 1990, pp. 414425.2 R. Alur, D.L. Dill, A theory of timed automata, Theoret. Comput. Sci. 126 (1994) 183235.3 R. Alur, T. Henzinger, E. Sontag (Eds.), in: Hybrid Systems III, Lecture Notes in Compu
43、ter Science,vol. 1066, Springer, Berlin, 1996.4 J. Bengtsson, K.G. Larsen, F. Larsson, P. Pettersson, Wang Yi, Uppaal a tool suite for automatic veri cation of real-time systems, in: R. Alur, T. Henzinger, E. Santag (Eds.), Hybrid Systems III,Lecture Notes in Computer Science, vol. 3, Springer, Berl
44、in, 1996, pp. 232243.5 D. Bosscher, I. Polak, F. Vaandrager, Veri cation of an audio control protocol, in: H. Langmaack, W.-P. de Roever, J. Vytopil (Eds.), Formal Techniques in Real-Time and Fault-Tolerant Systems,Lecture Notes in Computer Science, vol. 863, Springer, Berlin, 1994, pp. 170192.6 J.
45、Bowen,. Hoare, H. Langmaack, E.-R. Olderog, A.P. Ravn, ProCoS II: A ProCoS II Project Final Report, Chapter 3 Number 59 in Bulletin of the EATCS, European Association for TheoreticalComputer Science, June 1996, pp. 7699.7 C. Daws, A. Olivero, S. Tripakis, S. Yovine, The tool Kronos, in: R. Alur, T.
46、Henzinger, E. Santag (Eds.), Hybrid Systems III, Lecture Notes in Computer Science, vol. 3, Springer, Berlin, 1996, pp.208219.8 H. Dierks, PLC-Automata: a new class of implementable real-time automata, in: M. Bertran, T. Rus (Eds.), ARTS' 97, Lecture Notes in Computer Science, Mallorca, Spain, v
47、ol. 1231, Springer, Berlin,May 1997, pp. 111125.9 H. Dierks, Synthesising controllers from real-time speci cations, in: 10th Internat. Symp. on SystemSynthesis, IEEE Computer Society, New York, September 1997, pp. 126133, short version of 11. 10 H. Dierks, Comparing model-checking and logical reason
48、ing for real-time systems, in: Workshop Proc.of the ESSLLI' 98, 1998, pp. 1322.11 H. Dierks, Synthesizing controllers from real-time speci cations, IEEE Transac. Comput.-Aided DesignIntegrated Circuits Systems 18 (1) (1999) 3343.12 H. Dierks, C. Dietz, Graphical speci cation and reasoning: Case
49、study generalized railroad crossing, in: J. Fitzgerald, C.B. Jones, P. Lucas (Eds.), FME' 97, Lecture Notes in Computer Science, vol. 1313,Graz, Austria, Springer, Berlin, September 1997, pp. 2039.13 H. Dierks, A. Fehnker, A. Mader, F.W. Vaandrager, Operational and logical semantics for polling
50、real-time systems, in: Ravn, Rischel (Eds.), Formal Techniques in Real-Time and Fault-Tolerant Systems, Lecture Notes in Computer Science, vol. 1486, Lyngby, Denmark, Springer, Berlin, September1998. pp. 2940, short version of 14.14 H. Dierks, A. Fehnker, A. Mader, F.W. Vaandrager, Operational and l
51、ogical semantics for polling real-time systems, Technical Report CSI-R9813, Computer Science Institue Nijmegen, Faculty ofMathematics and Informatics, Catholic University of Nijmegen, April 1998, full paper of 13.外文资料译文为柔性制造系统设计的可编程控制器平台摘要:在本文中,我们给出了基于PLC和以可视的个人PC机为基础的MMI和DAS单元的柔性制造系统(FMS)控制平台的设计和运行
52、。FMS的关键方面是其在适应一个艰巨的进程运行时的灵活性。PLC 借助基于PC的MMI或DAS为FMS应用提供了可行的解决方法,其中PLC在执行高速的顺序控制策略时得到了优化。正运行着MMI / DAS的前端个人电脑提供了直观的操作界面,界面上有强大的图形和报告工具。个人电脑上的信息能发布在一个公司的局域网或用于客户技术服务的网络。目前,伴随着基本的微处理器技术和软件编程技术的融合,许多用户发现PLC提供了一个高效益的能在中小型加工厂实现实时控制的解决方案,特别是当与使用混合动力系统监督电脑结合时。这篇论文的主要任务是说明PLC是通过个人电脑的信息的自动化流通和接受运营商的指示来迅速响应和重复
53、控制任务的,从而提供给用户了一个修改和监测过程作为要求改变的工具。关键字:PLC、柔性制造系统(FMS)、个人电脑。1.简介在各种各样的产品制造行业中,最自动的生产形式是20世纪70年代首先采用的柔性制造系统(FMS)。自从FMS能提供一个为提高批量生产力的高潜力,FMS的数量就大大增加了。这个遍及世界的加速度应归因于不断加剧的全球化竞争,缩短制造的循环时间和降低生产成本。一般地,以模块化子系统为形式的FMS是由一组机器或其他的自动化工作站组成的,例如数控机床、机器人、视觉系统和进程站。有通过材料处理系统互联的和由计算机驱动的(玛勒基,1991)。每个模块化系统都需要有一个特别的模块化控制系统
54、,不同的元件由不同的控制单元控制。所有的模块化系统都像平常一样由计算机控制。这些控制单元在高水平控制器的监控下执行它们的任务。对于这个系统来说,控制装置和信息的流通都需要自动化。FMS的关键方面是它在控制任务时适应变化的能力。这个灵活性包括它能生产的类型的数量和种类,运行的顺序和重新往复流动的能力。最后,控制平台应该有使信息流动自动化的能力。通常情况下,有三种控制平台的类型用于FMS:小型机、微型机和PLC。小型机最适合复杂的、大规模的、连续的、监管的控制应用。PLC用于快速的和重复性的逻辑控制。个人电脑适用于操作员界面功能。主要地,PLC是用来代替硬接线继电器以运行在工业环境中。工厂工程师和
55、维修人员很容易它们,而且,工厂电工很容易维修。目前,伴随着基本的微处理器技术和软件编程技术的融合,许多用户发现PLC提供了一个高效益的能在中小型加工厂实现实时控制的解决方案,特别是当与使用混合动力系统监督电脑结合时。这篇论文的意义在于解决FMS的先进技术.阐述了由PLC控制的、以PC机为基础的可视化人机接口以及DAS的设计和建设。具体组织如下。第2节的开始描述了在NJIT制造系统工厂车间中心的FMS.第3节给出了FMS的业务描述。第4、5节控制PLC的应用和以个人电脑为基础的MMI/DAS。第6节总结了控制PLC的应用和以个人电脑为基础的MMI/DAS的FMS的优点。2.FMS概述司处理输送系统它有四部分组成:A、B、C和D,每一部分都安装有固定装置,两个转换表TT1、TT2和为每个工作站运输材料的双传送带。图1. 灵活的制造系统NASA II数控铣床铣床接收长方形固体配件和依据电脑控制器的规定尺寸制成各种各样的元件。GE P50机器人 一个共用的机器人用来装卸数控铣床和输送系统之间的原料,还有部分机站和输送系统之间的原料。它包括五个由PLC承担的计算机编程。计算机程序指导机器人运输部分机站和小车、数控机床和小车之间的原料。后两个程序在接受或拒绝领域替换已完成的部分。图像机站部分这个机站
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 申庭主管护师课件
- 甲状腺术后护理常规
- 倍力桥 教学课件
- 江苏南通2020-2022年中考满分作文54篇
- 剪羊毛课件教学设计
- 用水彩笔点叶子颜色课件
- 生鸡蛋课件教学课件
- 生鲜货源管理培训课件
- 生活工作安全知识培训课件
- 胆固醇性胸膜炎护理查房记录
- 《百团大战》历史课件
- 脓毒症诊断和治疗进展课件
- 马克思主义基本原理课件- (全套完整课件)全版
- 【优秀】脑膜瘤护理查房课件
- 初中数学教材解读人教八年级上册(2023年修订)第十三章轴对称等边三角形 导学案
- GB∕T 3480.3-2021 直齿轮和斜齿轮承载能力计算 第3部分:轮齿弯曲强度计算
- 社区居民信息登记卡
- 小金库治理-PPT优秀课件
- 水稳层施工方案(完整版)
- 外科医学—颅内和椎管内血管性疾病
- 井控设备(2015)
评论
0/150
提交评论