Control Area: [One Question per Week] Issue 5 of 2011: The exact definitions of DCS and PLC – Let’s discuss!
Thread Content
This post was last edited by oatobnus on 2011-2-7 at 10:51. I think a PLC is essentially a small system, while a DCS is a system that’s larger than a PLC; there isn’t really any fundamental difference between them!A PLC is essentially a computer specifically designed for industrial control. Its hardware structure is basically the same as that of a microcomputer. Its basic components include:
a. Power supply
The power supply of a PLC plays a very important role in the entire system. It is impossible to operate properly without a good, reliable power supply system; therefore, PLC manufacturers also pay great attention to the design and manufacturing of power supplies. Generally, when the AC voltage fluctuates within the range of +10% (+15%), the PLC can be connected directly to the AC power supply without the need for any additional measures. b. Central Processing Unit (CPU) The central processing unit (CPU) is the control center of the PLC. It receives and stores the user programs and data entered from the programmer, in accordance with the functions assigned by the PLC system program ; It checks the status of the power supply, memory, I/O, and watchdog timer, and can diagnose syntax errors in user programs. When the PLC starts operating, it first receives the status and data from various input devices on site in a scanning manner and stores them in the I/O mapping area. Then it reads the user program line by line from the user program memory; after interpreting the commands, it performs logical or arithmetic operations as specified, and the results are sent to the I/O mapping area or data registers. After all user programs have finished executing, the output statuses in the I/O mapping area or the data in the output registers are transmitted to the corresponding output devices. This process repeats until operation is stopped. To further improve the reliability of PLCs, in recent years large-scale PLCs have adopted redundant systems with dual CPUs, or voting systems with three CPUs. In this way, even if a certain CPU fails, the entire system can still operate normally. c. Memory The memory in which system software is stored is called the system program memory. The memory in which application software is stored is called the user program memory. d. Input/Output Interface Circuit 1. The field input interface circuit consists of an optocoupling circuit and the microcomputer’s input interface circuit; it serves as the input channel for the interface between the PLC and field control devices. 2. The on-site output interface circuit is integrated with an output data register, a gating circuit, and an interrupt request circuit; its function is to enable the PLC to send corresponding control signals to the on-site actuating components through this interface circuit. e. Functional modules: Functions such as counting and positioning.
f. Communication modules: Communication modules such as Ethernet, RS485, Profibus-DP, etc.
3. Working principle of PLC
I. Scanning technology
When a PLC starts operating, its working process generally consists of three stages: input sampling, execution of the user program, and output refresh. Completing the above three stages is referred to as one scanning cycle. Throughout the operation, the PLC’s CPU repeatedly executes the above three stages at a certain scanning speed. (1) Input sampling phase: During the input sampling phase, the PLC reads all input states and data one by one in a scanning manner, and stores them in the corresponding cells in the I/O memory area. After input sampling is completed, it proceeds to the user program execution and output refresh phase. In these two phases, even if the input state and data change, the state and data of the corresponding cells in the I/O mapping area remain unchanged. Therefore, if the input is a pulse signal, its width must be greater than one scanning period to ensure that the input can be read in under any circumstances. (II) User program execution phase During the user program execution phase, the PLC always scans the user program (ladder diagram) sequentially from top to bottom. When scanning each ladder diagram, the control circuits composed of contacts on the left side of the ladder diagram are scanned first. Logical operations are performed on these control circuits in a sequence from left to right and from top to bottom. Based on the results of these logical operations, the status of the corresponding bit for that logic coil in the system’s RAM storage area is updated ; Or refresh the status of the corresponding bit for that output coil in the I/O mapping area ; Or determine whether to execute the special function instructions specified by that ladder diagram. In other words, during the execution of the user program, only the status and data of the input points located within the I/O mapping area remain unchanged, while the status and data of other output points and soft devices stored in the I/O mapping area or system RAM can change. Moreover, the results of program execution for the ladder diagrams placed above will affect all those ladder diagrams below that use these coils or data ; Conversely, for the ladder diagrams located below, the status or data of their refreshed logic coils can only take effect on the programs above them in the next scanning cycle. During program execution, if immediate I/O instructions are used, direct access to I/O points is possible. Even when using I/O instructions, the value in the input process image register is not updated; the program retrieves values directly from the I/O module, and the output process image register is updated immediately, which is different from immediate input. (III) Output refresh phase When scanning the user program is completed, the PLC enters the output refresh phase. During this period, the CPU refreshes all the output latch circuits based on the corresponding states and data in the I/O mapping area, and then the output circuits drive the respective peripherals. This is when the true output of the PLC is generated. 4. Internal Operation of PLCs Although ladder programming used in PLCs often involves terms such as relays, timers, and counters, these hardware components are not physically present inside the PLC. Instead, logical control is implemented through memory and programming, and external mechanical devices are controlled physically via output elements. Thus, it can **reduce the hardware space required by the controller. In fact, the way a PLC executes ladder diagram programs is to first read the ladder diagram code line by line into the CPU via scanning, and then carry out the control operations. The entire scanning process consists of three main steps: “Input Status Check,” “Program Execution,” and “Output Status Update.” These are described as follows: Step 1, “Input Status Check”: The PLC first checks the status of the switches or sensors connected to the input terminals (1 or 0 representing on or off), and stores their status in the corresponding position Xn in memory. Step 2 “Program Execution”: The ladder diagram program is processed line by line in the CPU; if the status of contacts is required during program execution, the CPU retrieves it directly from memory. The calculation result of the output coil is stored in the corresponding location in memory, and is not yet reflected at the output terminal Yn. Step 3 “Output status update”: Update the output status from Step 2 to the PLC output contacts, and return to Step 1. These three steps are referred to as the PLC’s scanning cycle, while the time required to complete it is called the PLC’s response time. If the time taken for a PLC to process an input signal is less than this response time, there is a possibility of misreading. After each program execution and before the next one, the output and input states are updated once; therefore, this mode of operation is referred to as \"program-end regeneration\" for the output and input terminals. 5. The internal operating structure of PLCs; major brands of PLCs currently available include American companies such as AB and ABB, as well as Panasonic, Siemens, Mitsubishi, Omron, Delta, Fuji, Schneider, and Xinjie. Mitsubishi PLC: The English name for Mitsubishi PLC is Mitsubish Power Line Communication; it is a key product manufactured by Mitsubishi Electric in Dalian. The common Mitsubishi PLC models in the Chinese market include: FR-FX1N, FR-FX1S, FR-FX2N, FR-FX3U, FR-FX2NC, FR-A, and FR-Q. Mitsubishi PLC product series: The FX1S series: Mitsubishi PLCs are integrated, compact unit-type PLCs. It also possesses scalability, including full performance and communication functions. If considering installation space and cost is an ideal choice. FX1N series: It is a powerful, affordable PLC launched by Mitsubishi Electric. It features scalability with extended input/output, analog control, as well as communication and networking functions. It is a Mitsubishi PLC widely used for general sequential control. FX2N series: It is Mitsubishi’s PLC and the most advanced series in the FX family. It features high-speed processing and the ability to scale up a large number of specialized function modules to meet individual requirements, providing the greatest flexibility and control for factory automation applications. FX3U: It is a new third-generation Mitsubishi PLC recently introduced by Mitsubishi Electric, and it can be considered the ultimate compact product. The basic performance has been significantly improved; the transistor-output type basic unit features 3-axis independent positioning capability up to 100 kHz, and new positioning commands have been added, thereby enhancing the positioning control function and making it more user-friendly. Mitsubishi PLCs FX1NC, FX2N, FX3U: They achieve a significant reduction in size while retaining their powerful original functions; the I/O wiring interfaces reduce wiring costs and **save time as well. Mitsubishi Q-series PLCs: These are large-scale PLCs developed by Mitsubishi Electric. The CPU types include basic CPUs, high-performance CPUs, process control CPUs, motion control CPUs, and redundant CPUs. It can meet various complex control requirements. With the rapid development of Mitsubishi Electric’s business in China, and in order to better meet the domestic customers’ demands for high performance and low costs from Mitsubishi PLCs and Q-series products, Mitsubishi Electric Automation has introduced the economical QUTESET series of Mitsubishi PLCs – specifically, the 5-slot Q00JCOUSET model, which features a built-in 64-point high-density mixing unit ; Another model is the 8-slot Q00JCPU-S8SET, which comes equipped with 2 sets of 16-point digital input interfaces and 2 sets of 16-point digital output interfaces. Its performance parameters are fully compatible with those of the Q00J model, and it also supports software such as GX-Developer; hence, it offers an excellent cost-performance ratio. Mitsubishi PLC Series A: Utilizes Mitsubishi’s dedicated sequential control chip (MSP), offering speeds/instructions comparable to those of larger Mitsubishi PLCs; the A2ASCPU supports 32 PID loops. In contrast, QnASCPU has no limit on the number of circuits, which can vary depending on the memory capacity ; The program capacity ranges from 8K steps to 124K steps; if a memory card is used, the memory capacity of the QnASCPU can be increased to 2M bytes ; There are various special modules available for selection, including network, positioning control, high-speed counting, temperature control, and other such modules. Main features of Mitsubishi PLCs: ① Flexible structure – It is not restricted by the environment; a network can be established as long as there is power supply. Additionally, the number of connection ports can be expanded flexibly, allowing for high utilization of resources. In terms of mobility, it can compete with WLAN. ② High transmission quality, fast speed, and stable bandwidth – it enables smooth online viewing of DVD movies. The 14Mbps bandwidth it provides ensures reliable performance for numerous application platforms. The latest power line standard, HomePlug AV, achieves a transmission speed of 200 Mbps ; To ensure QoS, HomePlug AV employs Time-Division Multiple Access (TDMA) and Carrier-Sense Multiple Access with Collision Detection (CSMA) protocols; the combination of these allows for efficient transmission of streaming media. ③ Wide range – The ubiquitous power line network is also an advantage of this technology. Although wireless networks can operate without the need to break through walls, in high-rise buildings, N APs must be installed to meet the requirements, and signal dead zones still exist. Power lines represent the most fundamental type of network, and its scale is unmatched by any other network. Thus, operators can easily extend this network access service to every place where there are power lines. Once this technology enters full commercialization, it will create significant opportunities for the widespread adoption of the Internet. End-users only need to plug in a powerline adapter to gain Internet access, receive TV channels, make calls, or use video calls. ④ Low cost Leverages the existing low-voltage distribution network infrastructure, eliminating the need for any wiring and thus saving resources. There is no need to dig trenches or make holes through walls, which prevents damage to buildings, utilities, and home decorations, while also saving labor. Compared to traditional networking technologies, PLCs have lower costs, shorter project timelines, and better scalability and manageability. Currently, in areas within China where power-line broadband is available, the monthly subscription fee is generally around 50–80 yuan/month. This price is comparable to the monthly fees for ADSL services in many regions. ⑤ Wide range of applications As an access technology that utilizes power lines for networking, PLC provides solutions for the ‘last mile’ of broadband networks, and is widely used in residential areas, hotels, office complexes, surveillance and security systems, among other fields. It utilizes power lines as a communication medium, which gives PLC great convenience: anywhere in a room where there is a power outlet, one can enjoy high-speed internet access of 4.5~45 Mbps without the need to dial, allowing for browsing websites, making phone calls, and watching online movies. This enables the integration of data, voice, video, and electricity into one unified system. Editing this section: Precautions for using programmable controllers PLC Precautions for using PLC (1) Precautions for using PLC (2) Precautions for using PLC (3) Encryption of PLC programs Manufacturers of PLCs for various applications aim to prevent others from copying their programs, and equipment manufacturers do this in order to be able to control usage and recover payment; they set certain parameters within the programs to achieve this control. Each manufacturer has its own encryption method: decrypting Mitsubishi PLCs is the easiest, while the encryption used by Siemens S7-200CN is the most complex; it can only be cracked by disassembling the device and working on the chip. Editing this section: Power Line Communication Technology – PLC. Generally, the common ways we access the Internet include: dial-up using telephone lines, and xDSL ; The CABLE MODEM method utilizing cable TV lines, or the Ethernet method utilizing twisted-pair cables. Now, we have another option that’s more convenient and cost-effective: using wires. This is PLC! The full English name of PLC is Power Line Communication, which means communication over power lines. By utilizing power lines that carry electrical current as a communication medium, PLCs offer great convenience: anywhere in a room where there is a power outlet, one can enjoy high-speed internet access of 4.5–45 Mbps without the need to dial up, enabling the browsing of web pages, making phone calls, and watching online movies – thus achieving a convergence of data, voice, video, and electricity in what is known as the \"four-in-one network\"! Additionally, household appliances such as telephones, televisions, audio systems, and refrigerators can be connected via PLC for centralized control, thus realizing the dream of a “smart home”. Currently, PLC is primarily used as an access technology to provide a solution for the “last mile” of broadband networks. It is suitable for use in residential communities, schools, hotels, office buildings, and similar settings. The technology of Power Line Communication (PLC), in a broad sense, has been applied to transmission lines for over sixty years now; it is used for dispatch and command communications in power plants and substations. What is commonly referred to as PLC nowadays is a communication method that uses low-voltage distribution lines to transmit multimedia service signals such as high-speed data, voice, and images. It is primarily used for home Internet \"broadband\" access and the intelligent networked control of household appliances, that is, high-speed data PLC. II. Technical principles of PLC PLC uses the 1.6M to 30M frequency band to transmit signals. During transmission, user data is modulated using GMSK or OFDM modulation techniques and then transmitted over the power line. At the receiving end, the modulated signal is first filtered out by a filter, and after demodulation, the original communication signal can be recovered. The achievable communication speed varies depending on the device, ranging from 4.5M to 45M. The PLC device consists of a central unit and a modem; the central unit is responsible for communicating with internal PLC modems and connecting to external networks. During communication, data from the user enters the modem, where it is modulated; it is then transmitted via the user’s distribution lines to the central office equipment. There, the signal is demodulated and forwarded to the external Internet. III. Advantages of PLC
1. Low implementation cost: Since the existing power distribution network can be utilized directly as a transmission line, no additional wiring is required. This **reduces network investment and lowers costs.** 2. Wide coverage: Power lines constitute the network with the broadest coverage; its scale is unmatched by any other network. PLC can easily penetrate every household, creating tremendous room for the development of the Internet. 3. High-speed PLCs can provide fast data transmission. Currently, its transmission rate ranges from 4.5M to 45Mbps, depending on the device manufacturer. It’s far superior to dial-up and ISDN; it’s even faster than ADSL! It is sufficient to support various applications on existing networks. Higher-speed PLC products are currently under development. 4. Always-on: The PLC is “plug-and-play”; there’s no complicated dial-up process required. Connecting it to a power source means it’s connected to the network! 5. Convenience: No matter where you are in the house, simply connect to any power outlet in the room, and you can immediately enjoy the high-speed network provided by PLC! IV. FAQ on PLC Technology Is there a risk of electric shock when using a PLC to access the Internet? Will it damage the computer? The PLC devices incorporate various protective measures to ensure their absolute safety during use: 1) Utilizing the coupling principle of coils, high-frequency signals are coupled into and separated from power lines; consequently, the data signal transmission lines in PLC devices must not be directly connected to 220V electrical wires. 2) In circuit design, strong and weak circuits are designed separately to ensure that no high voltage appears in the signal lines. 3) An overvoltage protection device is installed in the PLC equipment circuit to prevent damage to the computer and users caused by induction or short circuits. How much power does a power modem (electricity router) consume, and does it emit strong radiation? The power consumption is equivalent to that of a 5W bulb. It has passed the tests at the **Radio Monitoring Center, and its radiation levels meet the **standards. Which is more stable, a USB port or an Ethernet port? It’s equally stable, with USB ports being more common for home users. Does PLC power broadband consume electricity? Connecting to the Internet via PLC does not consume power. The way PLCs connect to the Internet involves transmitting signals through wires; signal transmission over these wires does not consume any power. The only energy consumption occurs in the power modem device, but this is equivalent to the power usage of a 5-watt light bulb. What equipment is needed to access the internet using a PLC? There are two devices that need to be added to enable the PLC to access the Internet: a local device for the PLC and a PLC modem. Among them, the PLC modem (power “modem”) is connected to a power outlet in the user’s home, with the other end connected to the user’s computer ; How can PLCs be used? For users to use the PLC to access the internet, they need the support of a PLC network operator. The operator provides Internet access and sets up a PLC network in the user’s neighborhood ; After purchasing or renting a PLC modem (power “modem”) and performing simple setup, users can use the PLC to access the Internet. Please check the PLC connection process. How fast is the internet speed when connected via PLC? The average rate should be no less than 512 kb/s. Internet speed is slightly affected during peak usage times. To maintain a good internet signal, it is recommended that users plug the power adapter directly into the wall outlet. If a power strip must be used, it is best to employ a separate one; it should not be shared with other electrical devices. If neither of the above methods works, try plugging the power adapter into an air conditioner socket. Does PLC power broadband support the creation of a home LAN? Supported. However, our company does not currently offer this service or technical support, and we do not recommend using this method. At present, our company can only ensure that computers directly connected to power modems have internet access. Is it possible to access foreign websites, and what are the restrictions? Yes, there are no restrictions, but if a user visits illegal websites, their IP address will be blocked once it is detected. What type of network structure does the residential PLC network have, and is a public IP address provided? The community PLC network is of a local area network structure. If the user’s IP address is obtained via DHCP, it is a public IP address; if it is set manually, it is a private IP address. Edit this paragraph: Abbreviation for Public Limited Company. Under British company law, the main forms of company registration are limited companies and unlimited companies. Limited companies are further divided into Public Limited Companies, which are companies listed on the stock market, and Private Limited Companies, which are unlisted companies. To establish a public limited company, the company name must include the phrase “Public Limited Company” or its abbreviation, PLC. Comparison between PLCs and recorders: PLCs are much more powerful in terms of functionality, but for simple control and recording tasks, recorders may appear to be a simpler and more cost-effective option. Additionally, PLCs require programming as well as computers or touchscreens. However, as a finished product, the recorder exhibits good stability. Edit this section: New Trends in PLC Development A PLC is an electronic device designed for digital arithmetic operations, specifically for use in industrial environments. It uses programmable memory to store internally instructions for performing operations such as logical operations, sequential operations, timing, counting, and arithmetic calculations, and it can control various types of machinery or production processes through digital or analog inputs and outputs. PLCs are widely used in various industries such as steel, petroleum, chemicals, power generation, building materials, machinery manufacturing, automotive industry, light textiles, transportation, environmental protection, and culture and entertainment. They feature high reliability, strong resistance to interference, powerful functions, flexibility, ease of use and learning, small size, light weight, and low cost. New trends are emerging in the development of PLC technology: 1: The size of these products is evolving in both larger and smaller directions. Larger models feature 14,336 I/O points, 32-bit microprocessors, multiple CPUs working in parallel, large-capacity memory, and faster scanning speeds. Small: It evolves from a holistic structure to a small modular structure, enhancing configuration flexibility and reducing costs. 2: PLCs are being used more and more widely in closed-loop process control. 3: Their communication capabilities are continuously being enhanced. 4: New devices and modules are constantly being introduced. In addition to using CPUs to improve processing speed, high-end PLCs also feature specialized modules such as intelligent I/O modules with EPROM or RAM processors, high-speed counting modules, and remote I/O modules. 5: There is a wide variety of programming tools, whose functions are constantly improving, and programming languages are becoming more standardized. There are various simple or complex programmers and software, using programming languages such as ladder diagrams, function charts, and statement lists; there are also advanced PLC instruction sets. 6: Fault-tolerant technologies are being developed, employing methods such as hot standby or parallel operation, as well as majority voting. 7: Pursue standardization of hardware and software. History of PLC Development Origin: In 1968, General Motors in the United States proposed the need to replace relay-based control devices. In 1969, the American company Digital Equipment Corporation developed the first programmable controller, the PDP-14. It was successfully tested on the production lines of General Motors, marking the first use of programming methods in electrical control. This was the first generation of programmable controllers; they were known as Programmable Controllers, and they are recognized worldwide as the world’s first PLCs. In 1969, the United States developed the world’s first PDP-14. In 1971, Japan developed the first DCS-8. In 1973, Germany developed the first PLC. In 1974, China developed its first PLC. Development: Microprocessors appeared in the early 1970s. It was quickly incorporated into programmable controllers, giving them functions such as computation, data transmission, and processing, thus creating industrial control devices with true computer-like characteristics. At this time, the PLC was a product of the combination of microcomputer technology and conventional relay control concepts. With the development of personal computers, and in order to facilitate use and reflect the functional characteristics of programmable controllers, these controllers were named Programmable Logic Controllers (PLC). In the mid-to-late 1970s, programmable controllers entered a phase of practical application; computer technology was fully integrated into them, leading to a significant improvement in their capabilities. Its higher processing speed, ultra-compact size, more reliable industrial interference resistance design, analog signal processing capabilities, PID functionality, and excellent cost-performance ratio have established its position in modern industry. In the early 1980s, programmable controllers had been widely used in advanced industries. The number of companies that produce programmable controllers in the world is **increasing**, and production volumes are on the rise. This marks the entry of programmable controllers into a mature stage. The period from the 1980s to the mid-1990s was the fastest phase of PLC development, with annual growth rates remaining at 30–40%. During this period, PLCs saw significant improvements in their capabilities to handle analog signals, perform digital calculations, provide human-machine interfaces, and communicate over networks. PLCs gradually entered the field of process control, replacing the DCS systems that had been dominant in this area in certain applications. At the end of the 20th century, the development of programmable controllers was characterized by a greater adaptation to the needs of modern industry. During this period, mainframes and minicomputers were developed, various special function units were created, and a range of human-machine interface units and communication units were produced, making it easier to equip industrial control devices that use programmable controllers. Edit this paragraph: PLC: Planar Lightwave Circuit Technology (Communications) PLC is the abbreviation for Planar Lightwave Circuit, and its translation in Chinese is Planar Lightwave Circuit (Technology). A planar optical waveguide means that the optical waveguide is located within a plane. Just like the single-layer circuit boards that are well-known to us, all the circuits are located in one plane of the substrate. Therefore, PLC is a technology; it does not refer to a specific type of product, nor is it a splitter! The most common PLC splitters are made of silicon dioxide (SiO2). In fact, PLC technology makes use of a wide range of materials, such as glass/silicon dioxide (Quartz/Silica/SiO2), lithium niobate (LiNbO3), III-V group semiconductor compounds (such as InP, GaAs, etc.), silicon on insulator (Silicon-on-Insulator, SOI/SIMOX), silicon nitride (SiON), and polymer materials. Devices based on planar light waveguide technology solutions include: splitters, star couplers, variable optical attenuators (VOA), optical switches, interleavers, and array waveguide gratings (AWG), among others. Depending on the requirements of different application scenarios (such as response time, ambient temperature, etc.), these devices can be manufactured using various material systems and processing techniques. It is worth mentioning that these devices are all optical passive devices and are independent. They can be combined with each other or with other active devices to form high-end devices with various functions. The full English name of PLC is Programmable Logic Controller; its Chinese name is Programmable Logic Controller. It is defined as: a digital operating electronic system specifically designed for use in industrial environments. It uses a type of programmable memory to store programs internally, to carry out logical operations, sequential control, timing, counting, and arithmetic operations as well as other commands intended for the user, and it controls various types of machinery or production processes through digital or analog input/output. Main product types of PLCs 1) Large and medium-sized PLCs ◆In 2006, the total sales volume of large and medium-sized PLCs in China was 168 million dollars and 154 million dollars respectively, representing increases of around 13.3% and 1.6% compared to 2005. It is expected that by 2009, these market sizes will reach approximately 250 million dollars and 175 million dollars respectively. ◆Large and medium-sized PLCs are primarily used in industries such as metallurgy, automotive, power generation, and infrastructure. Among these, they are most widely used in the metallurgy industry, accounting for over 30% of the market share. ◆During the 11th Five-Year Plan period, overall, the growth rate of large and medium-sized PLCs was higher than that of small PLCs. Whether it was data on purchases by end-users or sales figures from suppliers, both large and medium-sized PLCs showed a stronger growth rate. Market drivers for large and medium-sized PLCs ◆ In recent years, there has been increased investment in infrastructure construction as well as municipal development, which has led to a rise in the demand for large PLCs. ◆ China’s automobile industry has developed rapidly in recent years, and this industry has a high demand for medium-sized PLC devices. Thus, the growth of this industry contributes to the development of the medium-sized PLC market.
Barriers to the market for large and medium-sized PLCs ◆ The metallurgy industry is one of the main areas where large PLCs are used, but it is a sector subject to strict regulatory controls. Banks are restricted from providing loans for projects that are not part of official plans, and measures are taken to limit the development of small and medium-sized smelting plants. All these factors contribute to constraints on the development of the large PLC market. 2) Small PLCs ◆ In 2006, the Chinese market for small PLCs grew by about 11.3% compared to the previous year, with a market size of 219 million dollars. It is expected that by 2009, the market size will exceed 280 million dollars. ◆Small PLCs are mainly used in industries such as textiles, food processing, and the automotive industry, among which the textiles industry is the primary sector that makes use of these PLCs; their market share in this industry was approximately 29.7% in 2006. ◆As some of the major textile manufacturers have completed their automation upgrades, the demand for small PLCs in this industry is expected to decline relatively in the future. As a result, the growth rate of the overall small PLC market is projected to remain between 9.0% and 10% from 2007 to 2009. Market drivers for small PLCs ◆ As automation improves, the application areas of small PLCs will gradually expand to industries other than industrial control, such as fast-food restaurants, hospital operating rooms, revolving doors, and vehicles. They may even be used in residential homes, entertainment venues, and commercial establishments, which is expected to create new market opportunities for small PLCs in the future. ◆ China is gradually becoming a global manufacturing hub for mechanical equipment, which has led to rapid growth among domestic OEM manufacturers. To avoid fierce competition and achieve higher profits, some of these OEM manufacturers are replacing relay or microcontroller-based control systems with small PLCs. Barriers to the small PLC market ◆ The textile industry is the main sector that utilizes small PLCs. As some of the key textile manufacturers have already completed their automation upgrades, demand for small PLCs in this industry is expected to decrease in the future. ◆Ensuring the high reliability of PLCs in complex industrial environments remains a technical challenge for many manufacturers entering the field of small PLCs. Applications of PLC in the industry 1) Textile machinery The use of PLCs in textile equipment is now widespread; they are employed in processes such as carding, combing, drawing, combing again, roving production, winding, spinning, warping, sizing, and shuttleless weaving. The textile industry is the main application sector for small PLCs; the number of I/O points in the PLCs used in these devices ranges from 8 to 1024, with about 85% of them having 8 to 112 points. As some of the major textile manufacturing companies have already completed their automation upgrades, the growth rate of demand for PLCs in this industry is expected to slow down in the coming years. 2) Printing machinery In this industry, PLCs are primarily used to achieve accurate coordination and control of the clutch pressure as well as the water roller motors in various units. Chinese printing machinery is mainly composed of mid-to-low-end products, and the overall level of automation in this sector lags significantly behind that in Europe and the United States. Overseas, PLCs are already standard equipment in printing machines, while in China, more than one-third of such machines still use relay control; there is therefore a significant need for equipment upgrades in this industry. 3) Packaging Machinery At present, in China’s packaging machinery industry, PLC-based control systems still dominate; there are few manufacturers capable of designing and producing highly automated and large-scale packaging machinery. PLCs are typically located at the lower level of the equipment, providing reliable and real-time control for it. An increasing number of packaging equipment manufacturers are considering equipping their equipment with advanced automation solutions in order to enhance the technical level of their products and boost their competitiveness in the market. 4) Metallurgy industry China has over 6,000 metallurgical enterprises, with the application value of PLCs exceeding 500 million yuan, mostly involving large-scale PLCs. PLCs are currently the dominant products in the market for main controllers in the metallurgy industry, and this position is not expected to change in the short term. Affected by **macroeconomic regulation, the growth rate of the metallurgy industry is expected to slow down in the coming years, and the demand for PLCs in this industry will be affected accordingly.