One of the most frequent tasks that an Engineer involved in the design, commissioning, testing, purchasing, operation or maintenance related to industrial processes, is to interpret manufacturer’s specifications for their own purpose. It is therefore of paramount importance that one understands the basic form of an instrument specification and at least the generic elements in it that appear in almost all instrument specifications. Different blocks of a measurement system have been discussed in lesson-2. The combined performance of all the blocks is described in the specifications. Specifications of an instrument are provided by different manufacturers in different wrap and quoting different terms, which sometimes may cause confusion. Moreover, there are several application specific issues. Still, broadly speaking, these specifications can be classified into three categories: (i) static characteristics, (b) dynamic characteristics and (iii) random characteristics. 1. Static Characteristics Static characteristics refer to the characteristics of the system when the input is either held constant or varying very slowly. The items that can be classified under the heading static characteristics are mainly: Range (or span) It defines the maximum and minimum values of the inputs or the outputs for which the instrument is recommended to use. For example, for a temperature measuring instrument the input range may be 100-500 oC and the output range may be 4-20 mA. Download PDF
Architecture of Industrial Automation System
The Functional Elements of Industrial Automation An Industrial Automation System consists of numerous elements that perform a variety of functions related to Instrumentation, Control, Supervision and Operations Management related to the industrial process. These elements may also communicate with one another to exchange information necessary for overall coordination and optimized operation of the plant/factory/process. Below, we classify the major functional elements typically found in IA systems and also describe the nature of technologies that are employed to realize the functions. Sensing and Actuation Elements These elements interface directly and physically to the process equipment and machines. The sensing elements translate the physical process signals such as temperature, pressure or displacement to convenient electrical or pneumatic forms of information, so that these signals can be used for analysis, decisions and finally, computation of control inputs. These computed control inputs, which again are in convenient electrical or pneumatic forms of information, need to be converted to physical process inputs such as, heat, force or flow-rate, before they can be applied to effect the desired changes in the process outputs. Such physical control inputs are provided by the actuation elements. Download PDF
Introduction to Industrial Automation and Control
Wednesday, 24 September 2008The word ‘Automation’ is derived from greek words “Auto”(self) and “Matos” (moving). Automation therefore is the mechanism for systems that “move by itself”. However, apart from this original sense of the word, automated systems also achieve significantly superior performance than what is possible with manual systems, in terms of power, precision and speed of operation. Definition: Automation is a set of technologies that results in operation of machines and systems without significant human intervention and achieves performance superior to manual operation A Definition from Encyclopaedia Britannica The application of machines to tasks once performed by human beings or, increasingly, to tasks that would otherwise be impossible. Although the term mechanization is often used to refer to the simple replacement of human labour by machines, automation generally implies the integration of machines into a selfgoverning system. Download
Communication using TTY Protocol
This is a summary on serial communication using the TTY protocol. It contains information on the TTY protocol and hardware and software implemen- tations for IBM PCs which has been derived from National Semiconductor data sheets and practical experience of the author and his supporters. Starting with release 5, some information on modems has been added. If you want to contribute to this file in any way, please email me (probably just reply to this posting). My email address is: chris@phil.uni-sb.de. See the end for details. It's the nineteenth publication of this file. Some errors have been corrected and some information has been added (which has surely brought other errors with it, see Murphy's Law). [] brackets often indicate comments to sneaked material; copied lines are indented. I've made great efforts to always mention who's to be credited. Please tell me if you find something that you've written that's not correctly associated with your name. Download
Why use PLC ?
Friday, 19 September 2008The softwiring advantage provided by programmable controllers is tremendous. In fact, it is one of the most important features of PLCs. Softwiring makes changes in the control system easy and cheap. If you want a device in a PLC system to behave differently or to control a different process element, all you have to do is change the control program. In a traditional system, making this type of change would involve physically changing the wiring between the devices, a costly and time-consuming endeavor Download
What is PLC ?
Tuesday, 16 September 2008A programmable logic controller, also called a PLC or programmable controller, is a computer-type device used to control equipment in an industrial facility. The kinds of equipment that PLCs can control are as varied as industrial facilities themselves. Conveyor systems, food processing machinery, auto assembly lines…you name it and there’s probably a PLC out there controlling it. In a traditional industrial control system, all control devices are wired directly to each other according to how the system is supposed to operate. In a PLC system, however, the PLC replaces the wiring between the devices. Thus, instead of being wired directly to each other, all equipment is wired to the PLC. Then, the control program inside the PLC provides the “wiring” connection between the devices. The control program is the computer program stored in the PLC’s memory that tells the PLC what’s supposed to be going on in the system. The use of a PLC to provide the wiring connections between system devices is called softwiring. Let’s say that a push button is supposed to control the operation of a motor. In a traditional control system, the push button would be wired directly to the motor. In a PLC system, however, both the push button and the motor would be wired to the PLC instead. Then, the PLC’s control program would complete the electrical circuit between the two, allowing the button to control the motor.