ImageVerifierCode 换一换
格式:PDF , 页数:6 ,大小:20.17KB ,
资源ID:1018498      下载积分:10000 积分
快捷下载
登录下载
邮箱/手机:
温馨提示:
如需开发票,请勿充值!快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝扫码支付 微信扫码支付   
注意:如需开发票,请勿充值!
验证码:   换一换

加入VIP,免费下载
 

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

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

下载须知

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

版权提示 | 免责声明

本文(REG NASA-LLIS-0852-2000 Lessons Learned Programmable Logic Controllers (PLC).pdf)为本站会员(eventdump275)主动上传,麦多课文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知麦多课文库(发送邮件至master@mydoc123.com或直接QQ联系客服),我们立即给予删除!

REG NASA-LLIS-0852-2000 Lessons Learned Programmable Logic Controllers (PLC).pdf

1、Best Practices Entry: Best Practice Info:a71 Committee Approval Date: 2000-04-0a71 Submitted by: Wilson HarkinsSubject: Programmable Logic Controllers (PLC) Practice: Use solid state Programmable Logic Controllers (PLCs) in system/equipment design to control and monitor systems and processes.Program

2、s that Certify Usage: This practice has been used on the Space Transportation System (STS), Facilities and KSC Ground Support Systems.Implementation Method: This Lesson Learned is based on Maintainability Technique number OPS-05 from NASA Technical Memorandum 4628, Recommended Techniques for Effecti

3、ve Maintainability.System/equipment design using PLCs is a prime example of the application of maintainability design objectives. PLCs are designed with ease of maintenance and troubleshooting as a major function. When virtually all components are solid state, maintenance is reduced to the replaceme

4、nt of a modular, plug-in type component. Fault detection circuits and diagnostic indicators, incorporated in each major component, can tell whether the component is working properly. With the programming tool, any programmed logic can be viewed to see if input or outputs are on or off.PLCs provide c

5、ontrol capabilities not possible in the past. Control systems incorporating programmable controllers are now able to operate machines and processes with an efficiency and accuracy never before achievable with conventional relay-based control systems. Usually, PLC architecture is modular and flexible

6、, allowing hardware and software elements to expand as the application requirements change. If an application outgrows the limitations of the PLC, the unit can easily be replaced with a unit having greater memory and input/output capacity, and the old hardware can be reused for a smaller application

7、.Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-PLC attributes make installation easy and cost effective. Their small size allows PLCs to be located conveniently, often in less than half the space required by an equivalent relay control panel. On a

8、small scale changeover from relays, the PLCs small and modular construction allows it to be mounted near the relay enclosure and pre-wired to existing terminal strips. Actual changeover can be made quickly by simply connecting the input/output devices to the pre-wired terminal strips. Table 1 lists

9、some features available and benefits of PLCs.refer to D descriptionProvided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-D In large installations, remote input/output stations are placed at optimum locations. The remote station is connected to the processo

10、r by a pair of twisted wires. This configuration results in a considerable reduction of material and labor cost that would have been associated with running multiple wires and conduits.PLC Components and OperationPLCs, regardless of size, complexity, or cost, contain a basic set of parts. Some of th

11、e parts are hardware; others are software or programs. Figure 1, identifies the basic parts of the PLC. In addition to a power supply system and a housing that is appropriate for the physical and electrical environment, PLCs consist of the following parts: an input interface, central processor unit

12、(CPU), memory section, programming language, programming tool, and an output interface.Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-refer to D descriptionD The Input Interface provides connection to the machine or process being controlled. The pri

13、ncipal function of the interface is to receive and convert field signals into a form that can be used by the central processing unit.The Processor and Memory provide the main intelligence of the PLC. Fundamental operating Provided by IHSNot for ResaleNo reproduction or networking permitted without l

14、icense from IHS-,-,-information is stored in memory as a pattern of bits that is organized into working groups called words. Each word stored in memory is either an instruction or piece of data. The data may be reference data or a stored signal from the process that has been brought in through the i

15、nput interface. The operation of the processor and memory of the PLC can be described as a fairly simple repetitive sequence:1. Look at the process being controlled. This is accomplished by examining the information from the input interface.2. Compare the information with control information supplie

16、d by and stored in the program.3. Decide whether any control action is needed.4. Execute the control action by transmitting signals to the output interface.5. Look again at the inputs.The processor continually refers to the program stored in memory for instructions concerning its next action and for

17、 reference data.The Output Interface takes signals from the processor and translates them into forms that are appropriate to produce control actions by external devices.The Program and Program Language. The program is written by the user and stored in the PLC. The program is a representation of the

18、actions that are necessary to produce the desired output control signals for a given process condition. The program includes sections that deal with bringing the process data into the controller memory, sections that represent decision making, and sections that deal with converting the decision into

19、 physical output action. Programming languages have many forms. Early versions were restricted to match the conventions of relay logic which consisted of ladder diagrams that specified contact closure types and coils. This type of program consists of a representation of a relay logic control scheme.

20、 The relay ladder language types are still popular. Alternative languages use Boolean representation control schemes as the base of the computer representation.The Programming Tools provide connection between the programmer and the PLC. The programmer devises the necessary control concepts and then

21、translates them into the particular program form required by the selected PLC. The tool produces the pattern of electrical signals that corresponds to the symbols, letters, or numbers in the version of the program that is used by humans.Process ImprovementsThe use of control and monitor equipment wi

22、th the benefit of a PLC could lead to:a71 Increased system availabilitya71 Decreased downtime requirements to recover from a failurea71 Decreased cost in materials and man-hours for installationProvided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-a71 Incr

23、eased system visibilitya71 Increased flexibility to meet new requirements.Reference:1. National Technology Transfer Inc. (PLC Seminar, Aurora, Colorado, 1992)Impact of Non-Practice: Conventional relay-based control systems are more subject to failure and cannot handle complex processing as efficient

24、ly as PLCs. Use of PLCs in system design will reduce failure rates and subsequent downtime, ultimately saving a program money.Related Practices: N/AAdditional Info: Approval Info: a71 Approval Date: 2000-04-0a71 Approval Name: Eric Raynora71 Approval Organization: QSa71 Approval Phone Number: 202-358-4738Provided by IHSNot for ResaleNo reproduction or networking permitted without license from IHS-,-,-

copyright@ 2008-2019 麦多课文库(www.mydoc123.com)网站版权所有
备案/许可证编号:苏ICP备17064731号-1