Sei sulla pagina 1di 10

Electronic hygrometer (capacitive type) Structure and composition Electronic hygrometers detect the change in the electrostatic capacity

or electric resistance of a sensor when it absorbs moisture. In this section, the electrical capacitive hygrometer is described. The electrical capacitive hygrometer uses a dielectric material made of high polymer membrane, as a sensor.

Figure 3.4 shows the basic structure of the high polymer membrane humidity sensor, and Figure 3.5 shows the appearance of the electronic hygrometer used by the Japan Meteorological Agency. The sensor is fitted with a filter which protects the sensor from contaminants, such as toxic gases, and has pores to tale moisture in it. Figure 3.6 shows an example of such a filter.

(2) Characteristics of the sensor

The measurement range of the electrical capacitive hygrometer is from 0 to 100%, and its accuracy can be improved by calibration. By calibrating with the standard hygrometer, the electrical capacitive hygrometer attains the error of 1% or less in the range from 0 to 90% and error of 2% or less in the range from 90 to 100%. The hysteresis becomes large when the humidity changes from high to low. It is within 1% at relative humidity of 60-80%. when relative humidity increases from 0 to 90% and the sensor absorbs moisture, the time constant of the sensor is about six seconds. On the other hand, when relative humidity decreases from 90 to 0% and the sensor releases moisture, the time constant is about 10 seconds. For meteorological purposes, the sensor is put in a ventilation shelter to protect the sensor from precipitation and sunlight with the aspiration speed of 2 to 4 m/s around the sensor. The time constant with the shelter from the saturation to the room humidity is about 20 minutes, which is longer than that without the shelter, because of the shelters large thermal capacity. A high polymer membrane humidity sensor has temperature dependence of about 0.1%/ for the temperature range from 5 to 30 and 0.2%/ for the temperature range from 30 to 0. Therefore, a temperature sensor is installed together with the humidity sensor to compensate its temperature dependency. (3) Sources to cause errors a) Any difference between the ambient temperature and the sensor temperature causes an error. For example, at 20 and 50%RH, a difference of 1 between the ambient temperature and the sensor temperature results in an error of about 3%. At 90%RH, the error becomes up to about 6%. When the sensor temperature is lower than the ambient temperature in a low humidity condition, dew may form on the surface of the sensor. This will make a large measurement error. The sensor is housed in an ventilation shelter to reduce or eliminate the difference of temperature between the sensor and the ambient air to prevent dew formation. b) The electronic capacitive hygrometer can be used in any environment where the human can live. However, do not use the hygrometer in the atmosphere containing oil mist, flammable gas, dust, organic solvents, acid, alkaline or ammonia. Using the hygrometer in the atmosphere may cause its sensor electrodes to corrode, thus the sensor life is shortened. To prevent the sensor electrode from corrosion, a protection filter is used to keep out dust or organic solvents. (4) Maintenance Routine maintenance

Routine maintenance is not needed. Periodic maintenance a) Compare the electrical capacitive hygrometer with the aspirated psychrometer once three months to observe time-dependent changes. b) Replace the protection filter with a new one twice a year. In rural areas where little soot is found , the interval between replacements may prolonged to a maximum of once a year. 15 (5) Calibration If a humidity generator chamber is available, an electrical capacitive hygrometer is calibrated in the same way as the hair hygrometer. The sensor of the electrical hygrometer can be separated from display and recording units. This enables the calibration in a small humidity generator chamber, in which it is easy to attain various humidity. Use aspirated phychrometer or chilled-mirror dewpoint hygrometer as standard instrument. (6) Repair Because most of parts of the humidity sensor cannot be repaired, they must be replaced with new ones if they become defective. Refer to the instruction manual of the hygrometer on the method to identify defects and to replace parts. (7) Transportation and installation Ask the manufacturer of the hygrometer for information about transportation, because precautions for transportation differ by the type of the hygrometer. The method of installation of the hygrometer sensor is basically the same as that of the aspirated psychrometer

Programmable logic controllers: Hardware, software architecture


Editors Note: This is the first part of a two-part article on the main distinguishing characteristics of the PLC: its basic hardware and software architecture. The second part will cover how the program and input/output (I/O) modules are scanned, and it will be available as a web exclusive in December (www.isa.org/link/Basics_main). In many respects, the architecture of the programmable logic controller (PLC) resembles a general-purpose computer with specialized input/output (I/O) modules. However, some important characteristics distinguish a PLC from a general-purpose computer. Most important, a PLC is much more reliable, designed for a mean time between failures measured in years. Second, a PLC can be placed in an industrial environment with its

substantial amount of electrical noise, vibration, extreme temperatures, and humidity. Third, PLCs are easily maintained by plant technicians. Basic PLC hardware architecture The basic architecture of a PLC consists of main components the processor module, the power supply, and the I/O modules. The processor module consists of the central processing unit (CPU) and memory. In addition to a microprocessor, the CPU also contains at least an interface to a programming device and may contain interfaces to remote I/O and other communication networks. The power supply is usually a separate module, and the I/O modules are separate from the processor. The types of I/O modules include discrete (on/off), analog (continuous variable), and special modules like motion control or high-speed counters. The field devices are connected to the I/O modules.

Depending on the amount of I/O and the particular PLC processor, the I/O modules may be in the same chassis as the processor and/or in one or more other chassis. Up until the late 1980s, the I/O modules in a typical PLC system were in chassis separate from the PLC processor. In the more typical present-day PLC, some of the I/O modules are present in the chassis that contains the processor. Some PLC systems allow more than one processor in the same chassis. Smaller PLCs are often mounted on a DIN rail. The smallest PLCs (often called micro-PLCs or nano-PLCs) include the power supply, processor, and all of the I/Os in one package. Some micro-PLCs contain a built-in operator interface panel. For many micro-PLCs, the amount of I/O is limited and not expandable.

Basic software, memory architecture (IEC 61131-3) The IEC 61131-3 standard defines a memory and program model that follows modern software engineering concepts. This model incorporates such features as top-down design, structured programming, hierarchical organization, formal software interfaces, and program encapsulation. Fortunately, extensive training in software engineering techniques is not necessary to become a proficient programmer. If fully implemented, the model is reasonably complicated. The main disadvantages of the model are its complexity and its contrast to the simplicity of the early PLCs. The overall IEC 61131-3 memory program and memory model are described. (For various implementations of the standard, visit www.isa.org/link/Erickson_PLC.) The IEC 61131-3 memory model (what the standard calls the software model) is layeredeach layer hides many of the features of the layers beneath. Each of the main elements is now described. The configuration is the entire body of software (program and data) that corresponds to a PLC system. Generally, a configuration equates with the program and data for one PLC. In large complex systems that require multiple cooperating PLCs, each PLC has a separate configuration. A configuration communicates with other IEC configurations within the control system through defined interfaces, called access paths. The choice of the term configuration conflicts with the historic use of this term in the controls industry. Generally, configuration refers to the process of specifying items such as the PLC processor model, communication interfaces, remote I/O connections, memory allocation, and so on. Therefore, the vendors producing IEC-compliant PLCs that use the term configuration in the historic sense refer to the entire body of software with some other term, such as project. A resource provides the support functions for the execution of programs. One or more resources constitute a configuration. Normally, a resource exists within a PLC, but it may exist within a personal computer to support program testing. One of the main functions of a resource is to provide an interface between a program and the physical I/O of the PLC.

A program generally consists of an interconnection of function blocks, each of which may be written in any of the IEC languages. A function block or program is also called a program organization unit. In addition to the function blocks, the program contains declarations of physical inputs/outputs and any variables local to the program. A program can read and write to I/O channels, global variables, and communicate with other programs. Access paths provide the means to transfer information between configurations. Tasks control the execution of the program or parts of a program. A task controls one or more programs and/or function blocks to execute. The execution of a program implies that all of the function blocks in the program are processed once. The execution of a function block implies that all of the software elements of the function block are processed once. There are no implied mechanisms for program execution. In order for a program to be executed, it must be assigned to a task, and the task must be configured to execute continuously, periodically, or with a trigger. Variables are declared within the different software elements of the model. A local variable is defined at the software element and can only be accessed by the software element. Local variables can be defined for the function block, program, resource, or configuration. A global variable defined for a configuration, resource, or program is accessible to all elements contained in it. For example, a global configuration variable is accessible to all software elements in the configuration. A global program variable is accessible to all function blocks in the program. Directly represented variables are memory and I/O locations in the PLC. IEC 61131-3 defines formats for references to such data. However, many implementers of the standard use their own formats, which are not consistent with the IEC standard.

PLC Architecture consists of two core assemblies, internal and external. Designing a complete system will require exploring the many architecture options available

Arguably the most important thing to decide while designing a system, is the type of external architecture. The application needs, along with the desired location plays a large part on what technology is available to your design.

A fixed PLC is usually small, has little memory, and a limited number of inputs and outputs, or I/O as typically referred to. The CPU, power supply, and I/O system are all constructed as a single entity, therefore any options desired must be included. This PLC architecture is usually inexpensive, and has very basic functionality that is not expandable. An ideal choice for small compact machines, with limited space and functionality. However very powerful, specialty fixed systems are a small part of the industry for emergency or safety circuits.

Today the industry seems to use the terms modular, and rack mounted PLC interchangeably quite often, it's purely from a marketing standpoint. In a technical sense they are related, however there are a few major differences that need to be understood.

Modular PLCs are adaptive systems that can be changed easily and simply. They consist of a chassis, rail, or back plane upon which a collection of modules are built into an interfaced system. Required components for a complete system are CPU, power supply, and I/O modules. The main advantage of a modular PLC architecture, is the ability to choose individual specifications as required, such as the quantity and type of I/O modules. Other options can include network interface cards, to almost endless specialty modules. A system of this size will require a control cabinet for mounting and wiring.

Rack mounted PLCs go beyond modular PLCs in that multiple racks (within the same enclosure or remote enclosure) are connected with a network or comm link of some sort. Distributed I/O and Remote I/O modules can eliminate point-to-point wiring by networking process signals to one digital communication link. Data acquisition is performed with field mounted sensors and transmitters, as with any standard I/O interface. Using this method allows for sending control signals over very long distances, with the flexibility to use twisted pair, fiber optic cabling and some wireless methods. The other advantage with this PLC architecture is the

ability to distribute signal conditioning, and convert otherwise weak sensor signals to digital signals, avoiding problems in electronically noisy settings. While the external components are important for the layout and design, internal PLC architecture, from processing power, memory consumption, current load, and the number of I/O devices, will impact the size and cost of a system.

The CPU in a PLC is a microprocessor based, central processing unit. The type of CPU module required will depend on the needs of the designer, such as arithmetic and logic operations, memory block moves, user interface, local area network accessibility, and other functions. Whether the CPU is mounted in a rack, chassis or a fixed unit, data is sent across the data bus in the back plane. A typical scan time cycle, will start scan, perform internal checks, scan inputs, execute program logic, and finally update outputs. The functions and options available will vary based on the make and model used. There are two standard types of memory the CPU will use, load and work memory. Load memory is storage for the user program. Depending on the specific module this can be RAM, ROM, or EPROM. Work memory is integrated RAM, used to store parts of the user program required for processing. Typically any blocks of memory not required for start up will be stored in the load memory.

With the many I/O modules available, a designer can mix and match the modules to fit application needs. I/O devices can consist of digital or analog signals. Digital I/O is a discrete signal that is simply on or off, such as a limit switch for input or relay on output. Analog I/O converts a voltage or current into an equivalent value by the CPU, such as an input thermocouple, or an output pressure regulator. Most modular systems allow for I/O expandability, only restricted by the CPU capabilities. PLC power supplies typically have an input ranging from 24 VDC to 240 VAC, and will fit most designed power requirements. Depending on the manufacturer, power supplies can be a separate unit, or integrated into the chassis. The power supply should match the load requirements of the PLC system. Since development of the first PLC in 1968, the world has depended on the unmatchable abilities, and nearly nonstop operation offered by this technology. The original unit from 1968 operated for 25 years uninterrupted, it is possible with todays PLC architecture and technology, to see systems operating for a lifetime.

Potrebbero piacerti anche