Share this

Light Rail Precision PLC Intelligent Control System

2026-04-06 07:51:06 · · #1
Abstract: This paper introduces the implementation method of PLC control system for a light rail finishing milling and drilling machine. This system uses a PLC to replace the original relays and other components, improving the stability and reliability of the electrical control system, while also adding automatic control and fault diagnosis functions. This reduces labor intensity, improves product quality and production efficiency, and actual production shows that the control system operates well. Keywords: PLC; control system; fault diagnosis [b][align=center]PLC intelligent control system for rail-machining Lou Guohuan, Zeng Xiuli, Wang Jianmin, Hou Baowen[/align][/b] Abstract: This paper introduces the realization method of the PLC intelligent control system for the rail-machining with milling and drilling machines. In this system, relays are replaced by the PLC, stabilities and reliabilities are improved, and automatic control and fault diagnosis functions are added. Therefore, the working intensity is reduced, and product quality and productivities are increased. Practice shows that this system has run well and good results have been obtained. Key words: PLC; control system; fault diagnosis 1. Introduction Tangshan Iron and Steel Company's medium-sized plant is a steel section production enterprise. It originally had four sets of drilling and milling machines for light rail finishing. Its electrical control system is composed of relays and contactors. The control methods are relatively backward. The control effect depends entirely on the operator's experience and mental state. The continuity between each process is poor, which is time-consuming and labor-intensive. The failure rate is high and maintenance is difficult, which affects the production efficiency. Therefore, it is necessary to carry out technical transformation. PLC control has the advantages of high reliability, good flexibility and short development cycle. It is particularly suitable for machine tool control and fault self-diagnosis system. It can greatly reduce the number of relays and other components and improve the stability and reliability of electrical control system. Therefore, replacing the large-volume, high-investment and high-energy-consuming relays with PLC control system is the trend of electrical control system development. In view of the above reasons, we have carried out a comprehensive technical transformation of the original electrical system using PLC technology. 2. System functions The light rail finishing PLC intelligent control system includes milling machine and drilling machine control. The basic functions are as follows: (1) Switching function: It can realize the switching between manual and automatic control. Under normal circumstances, the automatic mode is used. When maintenance or debugging is required, it is switched to manual mode. (2) Automatic alarm function: It can alarm at any time in case of abnormal situation. When any of the four parts of the clamping head quick descent, power head quick advance, power head feed, and power head quick retraction are abnormal, the corresponding audible and visual alarm will be activated, allowing on-site personnel to take immediate measures to avoid or reduce the losses caused by the accident. (3) Automatic memory function: Equipped with "stop" and "continue running" buttons. When certain problems occur during the operation and it is necessary to pause the operation, after pressing the "stop" button, the machine tool will stop running and all parts will remain stationary. Pressing the "continue running" button again will allow the machine tool to continue running. (4) Emergency stop reset function: Equipped with an "emergency stop reset" button. When an abnormality occurs during the operation, or when the power is suddenly interrupted and then restored, pressing this button will return all parts of the machine tool to the initial state before processing. To achieve the above functions, it is necessary to make intelligent judgments on the operation process and perform corresponding control. At the same time, considering the limitations of the PLC's computing function, it is necessary to add a fault diagnosis module and perform corresponding display. 3. System Composition The PLC is implemented using Mitsubishi's FX2N series programmable controller [1]. The structure of the light rail finishing intelligent control system composed of programmable controller is as follows: [align=center] Figure 1. Structure diagram of light rail finishing intelligent control system[/align] The system consists of three main parts: input, control operation and output. 1) Input part includes two parts: operation button and signal detection. a. Operation button is used to manually set parameters or perform manual operation to handle emergencies. b. Signal detection is automatically monitored by sensors to monitor the working status of machine tools on the production line. Once an abnormal situation occurs, an alarm will be immediately triggered to prompt the operator to perform corresponding fault handling, such as emergency shutdown, etc., so as to avoid accidents. 2) Control operation part The control operation part is mainly completed by PLC. The application software of the control system completes the main functions of signal input, processing and control output. 3) Output part includes alarm device, conveying and power device, and fixed device. a. The alarm device consists of flashing red, yellow and green lights and alarm bell. The three colors correspond to three different alarm levels. Green indicates that the system is normal, yellow indicates that the system parameters are out of range but can still work and need to be dealt with; red alarm with alarm sound, and emergency shutdown is required. b. The conveying device is controlled by the signal output of PLC to control the main circuit, send instructions to the motor, and make it automatically complete the material conveying and power transmission. c. The hydraulic device is a fixed device. The signal given by the PLC controller is controlled by the solenoid valve to fix the material in a certain position and serve the material processing. 4. System software design 4.1 Issues to be considered in PLC software design When using ladder diagram to compile control programs, the following issues should be considered in PLC software design: (1) Priority principle of high power shutdown: In milling machine software design, as long as there is a high power shutdown signal in the control signal, the high power should be shut off regardless of other signals. As shown in Figure 2, as long as the shutdown signal XO2=1, the intermediate relay M100 should be shut off. (2) Action interlock principle: Some controls cannot be operated at the same time, so interlocking is required. For example, spindle forward and reverse control, Figure 3 is a schematic diagram of spindle interlock control. After any loop is started, the other loop must be shut off at the same time to ensure that the two cannot act at the same time. [align=center] Figure 2 Figure 3[/align] (3) Sequential interlock control principle: that is, some control requirements cannot be reversed. This requires that the normally open contact of the previous action be connected in the next control action, and the normally closed contact of the next action be connected in the control loop of the previous action, as shown in Figure 4. [align=center] Figure 4[/align] In short, there are many factors that affect the PLC control system. As long as we fully consider all aspects of the factors in the software design, we can avoid failures and the operation of the control system will be more stable[2]. 4.2 PLC basic control program design The specific milling machine control function block diagram is shown in Figure 5. The drilling machine control function is similar. [align=center] Figure 5. Functional block diagram of milling machine control sequence[/align] 4.3 Program design of fault diagnosis module For PLC system, due to limited memory resources, complex intelligent diagnosis is difficult to implement. Therefore, a fault diagnosis intelligent module is added. This module is based on a microcontroller and uses C51 programming, which can easily implement various control algorithms. The fault tree reasoning and expert experience rule reasoning are combined to use the I/O function and internal information of the intelligent module for fault diagnosis. [3][4] (1) Fault structure analysis When designing fault diagnosis, it is necessary to first analyze the possible faults of the entire system to obtain the fault hierarchy of the system. The fault diagnosis part is designed using this hierarchy. Figure 6 shows the fault hierarchy of the system. [align=center] Figure 6. Fault hierarchy block diagram[/align] (2) Program design The hierarchy of the system fault structure provides a reasonable hierarchical model for fault diagnosis. When designing the system program, the hierarchy of the fault structure should be fully considered and the logical flow should be arranged reasonably. Two points should be noted when introducing fault input points: a. All detection points that may cause faults in the system must be introduced into the PLC. This is mainly for the safe and reliable operation of the system, so that the system can handle faults in a timely manner; b. As much low-level fault input information as possible should be introduced into the PLC program under the conditions allowed by the system, so as to obtain more fault detection information to provide services for the system's fault self-diagnosis. 5. Conclusion After online debugging and industrial trial operation, the control system was officially put into operation in 2004. Since its operation, it has performed well, achieving the predetermined control function requirements, overcoming the limitations of relay and contactor control, and avoiding the problems of many auxiliary components, high failure rate, high operating noise, single control mode, and difficult maintenance of the original control system. It is convenient to switch between manual and automatic modes, has strong anti-interference ability, is suitable for the harsh working environment of steel plant production lines, and is easy to communicate with computers to realize network monitoring. The innovation of this paper is: combining PLC and microcontroller to design a control system for light rail finishing drilling and milling equipment, and making it have fault diagnosis and alarm functions. The system structure is simple and easy to operate. References [1] Wang Mingjin. Application of FX2N programmable controller in 2×12532t gantry crane. Qinghai Electric Power, 2002.4:52-54 [2] Liao Jingsheng, Chen Zhonglin, Li Zhen. Design and application of PLC in automatic cargo hoist. Microcomputer Information. 2004. Vol.20(9):1-3 [3] Xiong Xingming. Reliability design of PLC control system. Automation and Instrumentation, 2004(4):80-82 [4] Jin Guangliang et al. Application of programmable controller in machine tool control system transformation. Water Conservancy and Electric Power Machinery, 1999.2:21-24
Read next

CATDOLL Vivian Hard Silicone Head

The head made from hard silicone does not have a usable oral cavity. You can choose the skin tone, eye color, and wig, ...

Articles 2026-02-22