The design of the robot system is realized based on the embedded PC104 industrial computer and C8051F047 single-chip microcomputer

Create Date: 2024-8-30 12:03:23|Source: Advantech/Advantech

1. Introduction

High-voltage transmission lines and tower accessories are exposed to the field for a long time, due to the continuous mechanical tension, electrical flashover, material aging and other damage, such as broken strands, wear, corrosion, etc., if not repaired and replaced in time, the original small damage and defects may expand, and eventually lead to serious accidents. Therefore, power companies need to conduct regular inspections of line equipment, detect and evaluate early damage and defects in a timely manner, and arrange necessary maintenance and repair according to the assessment results, so as to ensure the safety and reliability of power supply. The traditional manual inspection method not only has a large workload but also difficult conditions, especially for the inspection of transmission lines in mountainous areas and large rivers, etc., there are great difficulties, and even some inspection projects are difficult to complete by conventional methods. Therefore, the use of robot automatic line inspection has become a necessary means to ensure the safe operation of high-voltage transmission lines.

The high-voltage transmission line patrol robot belongs to the research category of special robots, which mainly completes high-altitude operations such as non-destructive testing of high-voltage power supply cables, detection of insulation characteristics of overhanging insulators, transmission performance testing of transmission line accessories, mechanical connection firmness inspection, and cable foreign body removal. In 1988, Sawada and others of Tokyo Electric Power Company in Japan developed a fiber optic composite overhead ground line inspection mobile robot, which can crawl along the ground wire, and when encountering obstacles, it can be assisted by an arc arm to cross. Montambault and others at the Quebec Institute of Hydropower in Canada successfully developed a remote-controlled robot for power lines in 2000, which can eliminate ice accumulation on power transmission lines and can be used as a line inspection platform. The domestic research on transmission line patrol robots is still in its infancy, and only Wuhan Water Conservancy University, Shandong University, and the Chinese Academy of Sciences have done some research.

2. Robot Overview

Due to the many types of cable accessories and complex shapes of high-voltage transmission lines, obstacle crossing has become the primary function of the line patrol robot. The robot described in this article adopts three free-swinging booms to span the cable attachment, and swings three booms when encountering obstacles, so that the three booms pass through the obstacles in turn. As shown in Figure 1, the robot can crawl on high-voltage transmission cables such as quadruple split, di-split, and single-strand, and can autonomously span cable accessories such as overhanging insulators, isolation rods, anti-vibration hammers, wire clamps, etc., and has the detection function of transmission cables. The comprehensive performance indicators of the robot are as follows: 1) Body shape: 850×300×700mm; 2) Body weight: 45Kg; 3) Cable diameter adaptability Ф10-Ф25mm; 4) Moving speed: 0-25m/min; 5) Climb angle 0-30°; 6) Control mode: autonomous operation and master-slave remote control operation; 7) Fault handling: manual/automatic.

The design of the robot system is realized based on the embedded PC104 industrial computer and C8051F047 single-chip microcomputer

3. Design of control system

The control system of the robot is divided into two parts: the ontology control system and the ground monitoring system, as shown in Figure 2. The ontology control system is used to plan the motion trajectory of the robot, control the motion components of the robot, ensure that the robot can reliably and quickly cross obstacles, and realize the long-distance transmission of commands and data with the ground base station; The ground monitoring system realizes the manual/automatic control of the robot and monitors the stable operation of the robot. The design of automatic and manual control systems for the robot increases the flexibility and reliability of the robot, when one of the systems fails, another control system can be started, and in some special occasions only the manual system can be used, which reduces the difficulty of the robot's field operation and increases the applicability of the robot.

3.1 Design of robot body control system

The control system of the robot body is based on the embedded PC104 industrial computer, and is equipped with the input and output expansion board HT-750 and the A/D acquisition expansion board PM-516. Using PC104 as the core module allows you to focus on the design of software and interfaces, and PC104 is easy to develop, maintain and expand. PC104 is fully compatible with the general PC and PC/AT standards (IEEE P996), can quickly master the use of its software and hardware, and has special requirements for embedded control, providing a standard system platform for embedded applications.

3.1.1 Fault detection

There are many types of transmission cable accessories and complex shapes, which brings great difficulties to the robot to judge the type of obstacles. Therefore, it is necessary to carry a variety of sensors, integrate a variety of line fault detectors into the mobile platform of the line patrol robot, and use multi-sensor information fusion technology to improve the efficiency, precision and accuracy of fault detection. The main sensors are CCD vision module, infrared temperature sensor, ultrasonic sensor, etc.

The visual inspection CCD module uses the COM2 serial port on PC104 to identify various accessories of the high-voltage transmission line, finds the area where the target (anti-vibration hammer, insulator, connecting fittings, isolation rods and other accessories) is located from the original image, uses image processing technology to extract the feature size of the obstacle, automatically judges the obstacle type and distance on the transmission line, and provides obstacle crossing information to the robot motion control unit to form the next obstacle crossing strategy. In addition, visual inspection can generally find overhead line surface faults, such as transmission line surface damage, connecting fittings loose, etc.; The infrared temperature sensor uses the characteristics of the high-voltage transmission line to produce abnormal temperature rise at the fault point to detect the abnormal temperature rise of the cable. In this paper, PerkinElmer's A2TPMI-334 sensor is used to detect abnormal temperature rise in cables to detect cable faults.

3.1.2 Motion control

Due to the complex action of the robot, most of the boom line patrol robots adopt a multi-motor drive scheme, that is, 6 motors are used to realize the rotation of the swinging boom and the walking wheel. This scheme robot is more flexible, but the multi-motor increases the weight of the robot, which is not conducive to the balance of the robot itself. In this paper, two motors are used to realize the required action, the swing of the three booms is controlled by three electromagnetic clutches and the motor 1 in Figure 2, and the robot is controlled to walk by the motor 2. In order to increase the flexibility of detection, two liftable sensor brackets are added to the robot, which are driven by motor 3 and motor 4 respectively. The drive block diagram is shown in Figure 3, using a high-performance microcontroller C8051F047 from Silicon Lab and an H-bridge assembly LMD18200T to drive the motor. LMD18200T is the United States National Semiconductor Corporation (NS) launched a special H-bridge assembly for motion control, which integrates CMOS control circuit and DMOS drive circuit, with a peak output current of up to 6A, a continuous output current of 3A, a working voltage of up to 55V, and a temperature alarm and overheating and short-circuit protection functions. The continuous locked-rotor current of the motor selected in this paper is about 3A, so the selection of LMD18200T chips can meet the requirements of use.

Motor 1 and motor 2 use digital PID algorithm to regulate speed. The digital PID algorithm is a commonly used control algorithm, which compares the value of the photoelectric encoder at equal intervals with the given speed value, and changes the duty cycle of the PWM of the C8051F047 through the PID algorithm to realize the closed-loop control of the motor, namely:
The design of the robot system is realized based on the embedded PC104 industrial computer and C8051F047 single-chip microcomputer
  (1) where Kp is the scale coefficient, Ki is the integration coefficient, Kd is the differential coefficient, and T is the sampling period. The motor 3 and the motor 4 are only used to control the lifting of the support, and there is no specific requirement for speed, so only the number of encoder pulses needs to be collected.

3.1.3 Data Transfer

When the robot crawls, it should send its own status information, collected data, captured pictures and other information to the monitoring system; In special cases, the monitoring system also sends instructions to the robot, which requires the transfer of data between the two. The design transmission distance is 2Km, and a pair of wireless data transmission modules SRWF-108 are used to complete this function. The SRWF-108 of the robot body occupies the COM1 port on PC104, with a baud rate of 9600bps, 8 bits of data, and three formats: status frame, instruction frame and file frame.

3.1.4 Power supply design

The line patrol robot works at high altitude and can only use its own power supply. In this paper, 4 12V lead-acid batteries are used, and the power conversion chips such as B1205S, B1212S, and LM2678 are used to obtain the +12V, ±5V and other levels required by the system. In order to ensure that the robot has sufficient energy, it is necessary to monitor the battery power, this paper uses DS2438Z chip, the DS2438Z chip is a new generation of intelligent battery monitoring chip launched by DALLAS company, which has the advantages of powerful function, small size, low price, etc., and uses 1-Wire bus to transmit data, hardware wiring is simple, can be used to detect battery temperature, voltage remaining power and other parameters. When the battery is found to be insufficient, the robot body will send an alarm to the monitoring system to prompt the battery to be replaced.

3.1.5 Control system software

The software of PC104 control system is programmed in C language, which has a short development cycle and high efficiency. The program needs to realize the functions of data acquisition, system status detection, serial communication, action output, fault handling, abnormal situation handling, power supply monitoring, etc., and its program flow diagram is shown in Figure 4. The data transmission with the monitoring system can be queried or interrupted, the advantage of the query mode is that it is easy to program, but it will occupy more system resources, and the interrupt mode is the opposite. In addition to serial communication, the robot also needs to complete motor control, fault handling and other functions, so the query method is not suitable to be used, and the interrupt mode is used in this article. Initialize the COM1 and COM1 interrupt handlers [5] as follows:

void InitCOM() /* Initialize the COM1 serial port and set the serial port parameters*/

{ outportb(0x3fb,0x80); /*will set the baud rate*/

outportb(0x3f8,0x0c); /*Baud rate 9600*/

  outportb(0x3f9,0x00);

outportb(0x3fb,0x03); /*8 data bits, 1 stop bit, no parity*/

outportb(0x3fc,0x08|0x0b); /*Set MCR*/

outportb(0x3f9,0x01); /*on-interrupt*/}

  void interrupt far asyncint()

  { char ch;

ch=inportb(0x3f8); /*ch is the received character data */

  …… ……}

3.2 Design of the monitoring system

The monitoring system is developed with Visual Basic 6.0 software, VB has the advantages of object-oriented visual design tools, event-driven programming mechanism, powerful database manipulation function, Active technology and application integrated development environment. According to the requirements of the robot system, a more complete monitoring system has been developed by adopting the idea of modularization, which has strong scalability, and has the functions of battery power monitoring, motion status monitoring, cable fault database query, manual automatic switching, etc. You can save the fault information of the power transmission line in the Access database, and query the fault type and time.

4. Conclusion

In this paper, a robot control system with PC104 module as the core is proposed, which solves the problem of autonomous obstacle crossing of the robot, and can identify some cable accessories, carry out wireless data transmission, check the cable condition, etc., and provide convenience for the automatic detection of high-voltage transmission lines.
This article is from: Electronics Enthusiast

More on that
Advantech Switches – Introduction to the functions of network switches Advantech Switches – Introduction to the functions of network switches

The main functions of the switch include physical addressing, network topology, error checking, frame sequence, and flow control. At present, the switch also has some new functions, such as support for VLANs (virtual local area networks), support for link aggregation, and even firewall functions. ...

Advantech APAX-5000 series controller model parameter introduction Advantech APAX-5000 series controller model parameter introduction

Advantech's APAX-5000 series (including APAX-5620) uses an open development architecture and provides embedded KW Multiprog Softlogic software with optional HMI/SCADA to integrate control, information processing, and networking functions into a single control system. Advantech's PAC solution ...

In 2020, Advantech achieved another brilliant record during the pandemic In 2020, Advantech achieved another brilliant record during the pandemic

Advantech, a large industrial computer manufacturer, announced that its self-integration and operating income reached 5.121 billion yuan in June this year, an increase of 13.73% month-on-month and 9.69% year-on-year, changing a new record in history. Promoted the consolidated operating income of 14.018 billion yuan in the second quarter, an increase of 24.36% quarter-on-quarter and 0.3% year-on-year, changing history.

Advantech will showcase its new line of high-performance servers at the Supercomputing Conference Advantech will showcase its new line of high-performance servers at the Supercomputing Conference

The leader in industrial computing solutions reveals the latest line of servers optimized for deep learning IRVINE, Calif., Nov. 08, 2018 (GLOBE NEWSWIRE) -- Advantech, a leading global provider of advanced hardware for the Internet of Things and automation, will showcase its new high-performance ...

Advantech BIOS is powered on and automatically powered on settings Advantech BIOS is powered on and automatically powered on settings

1. First of all, restart the computer 2. After booting up, press DEL to enter the BIOS interface 3. Use the up, down, left and right keys on the keyboard to select Power Management, and then select Restore AC Power Loss below.

Liu Kezhen put forward two major suggestions for Taiwan's industrial Internet of Things at the symposium Liu Kezhen put forward two major suggestions for Taiwan's industrial Internet of Things at the symposium

President Lai Qingde visited the Linkou Internet of Things Technology Industrial Park, a large industrial computer factory, today, and for the development plan of Taiwan's industrial Internet of Things industry, CEO Liu Kezhen clearly put forward two measures in the exchange meeting. Advantech's CEO Liu Kezhen, Chairman of the Board of Supervisors He Chunsheng, Comprehensive Operation Management ...

Advantech's IPC operating system installation steps Advantech's IPC operating system installation steps

1. Put in the system disc, set the first boot item to ICD, press the Delele key to enter the Boot path CD/DVD Drives. 2. Press the reset reset button to partition), (C disk memory is set to (yellow button on the host), Zangqi press F & to enter c (create disk 40960MB to select fast partition ...

What are the common faults of Advantech's IPC? What are the common faults of Advantech's IPC?

1. Chip-level motherboard maintenance, deal with crash and boot without flashing and power-off, and provide BGA services; 2. Deal with the black screen and blurred screen in the use of industrial computer, correct the keyboard, LCD flash screen, etc.; 3. Replace all kinds of IPC accessories, such as LCD flash screen, CD ...

Advantech's Industrial 4G/LTE Cellular Routers and Gateways Introduction Advantech's Industrial 4G/LTE Cellular Routers and Gateways Introduction

Smart Start LTE cat4 and LTE cat1 series cellular routers and gateways are the perfect way to connect RS232 and Ethernet devices to cellular networks. Industrial M2M and IoT applications include lottery terminals, ATMs, kiosk locations, gaming terminals, as well as RS232 traffic controllers, meters, UPS...

Advantech motherboard - troubleshooting when the board is not recognized for installation Advantech motherboard - troubleshooting when the board is not recognized for installation

Troubleshooting if the board is not recognized during installation Platform: IPC-610H Motherboard: AIMB-769VG OS: XP Pro Board: PCI-1612*2 PCI-1747*1 Driver: DAQNavi Fault phenomenon: PCI-1747 card is used in the chassis at the same time, PCI-1762 card ...

Advantech motherboard/board AIMB-763VG model and 763G2 specifications Advantech motherboard/board AIMB-763VG model and 763G2 specifications

Today we will introduce Advantech IPC motherboard AIMB-763, AIMB-763 board is divided into two models, 763VG and 763G2, VG model is a single network port, G2 model is a dual network port, COM ports are 2 and 4 respectively, they all have 5 PCI slots, 8 USB ports, of which 4 USB onboard, and the other ...

Advantech releases AIW-100 series new member AIW-163 Advantech releases AIW-100 series new member AIW-163

Advantech recently released the AIW-100 series, the AIW-163. This state-of-the-art Wi-Fi 6 module is a future-proof addition to Advantech's Industrial Wireless (AIW) portfolio, designed for industrial solutions that require high bandwidth, high capacity, low latency, and low power consumption. The none ...

Advantech IPC - What should I pay attention to when purchasing an IPC? Advantech IPC - What should I pay attention to when purchasing an IPC?

1. Environmental requirements: The reason why the industrial computer is different from the ordinary civil computer is that it can be used in harsh environments, such as ultra-high or ultra-low temperature, high dust, high vibration and other occasions, so when choosing an industrial computer, it is necessary to carefully check whether its parameters can meet the requirements of your application environment.

Advantech IPC - Precautions for the use of IPC in daily life Advantech IPC - Precautions for the use of IPC in daily life

1. Please do not disassemble the industrial computer at will, if there is a failure, please refer to the common faults and troubleshooting methods of the industrial computer, or please contact the manufacturer immediately. 2. When the industrial computer is used normally, please make sure that the industrial computer works in a non-vibration environment to avoid damaging the hard disk. 3、 ...

Advantech Industrial Control - What is an Industrial Computer? Advantech Industrial Control - What is an Industrial Computer?

Embedded computers are compact computers designed for industrial applications. It is a hardened industrial computer. It can operate reliably in industrial environments as an industrial manipulator. Common embedded industrial computers are box-type industrial control computers and fanless industrial control computers. Embed...

Advantech Industrial Panel PC – Key features and areas of industrial panel PC Advantech Industrial Panel PC – Key features and areas of industrial panel PC

Key features of industrial panel PCs: 1. The industrial touch panel PC is an all-in-one structure, and the host, LCD monitor, and touch screen are integrated, and the stability is relatively good. 2. The use of more popular touch function can simplify the work, more convenient and fast, and more humane ...

Advantech's industrial-grade data gateway and programmable HMI models Advantech's industrial-grade data gateway and programmable HMI models

Advantech's Industrial Programmable HMI (WebOP Series) Advantech Launches New WebOP Series with RISC Processor-Based Programmable Human Machine Interface Products to Meet the Automation Market, Especially in the Packaging, Label Slitting and Motion-Based Dispensing Industries.

Advantech IPC-510 computer boot black screen problem solution Advantech IPC-510 computer boot black screen problem solution

1. Check the power connection: Make sure the power cord is properly connected to the power outlet and the power switch is on. Check the power cord for loose or damaged conditions. 2. Check the monitor connection: Make sure the monitor is properly connected to the computer's display interface (such as VGA, HDMI, D...).

Advantech's various Rockchip-based boards and UnionTech software have completed product mutual certification Advantech's various Rockchip-based boards and UnionTech software have completed product mutual certification

Recently, Advantech's various Rockchip microprocessor-based boards have completed product compatibility mutual certification with UnionTech Software, a domestic operating system provider. The test results show that Advantech's multiple core modules and single-board computers based on Rockchip RK3399 and RK3568 platforms ...

Advantech's domestically produced "core" motherboard helps the critical infrastructure industry to win in "stability". Advantech's domestically produced "core" motherboard helps the critical infrastructure industry to win in "stability".

The global chip shortage frenzy continues to hit, and the application of localized chips is imminent. As a global enterprise with key influence in the field of intelligent systems, Advantech aims at the forefront of the localized chip industry and takes the lead in launching the domestic chip industrial motherboard, exploring the opportunities of domestic "cores" and helping ...

CATEGORIES BYPASS
Customer Service Center

Online Consultation:QQ


ContactContact

Contact: Manager Huang

Contact QQ: 3271883383

Contact number: 13522565663


Scan the code to add WeChat (please save the picture first on the mobile phone)

working hoursworking hours

Weekdays: 9:00-17:00

Holidays: Only emergencies are handled

Contact us

Contact us

Contact number QQ consultation
QQ consultation

3271883383

Company address
Back to top