Discussion on the Application of RFID in Vehicle Tracking System

Publisher:TranquilJourneyLatest update time:2012-03-06 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere
1. Introduction

RFID is a rapid identification technology that has developed rapidly in recent years. It obtains the stored information code through contactless identification of the tag carrier. The tag carrier is also commonly known as an electronic tag (TAG). Compared with traditional barcode technology, the electronic tag has the advantages of large data memory capacity, read and write, contactless identification, high temperature resistance, corrosion resistance and adaptability to harsh environments. It also has the ability to penetrate and can be read and written without obstacles. It can penetrate non-metallic or non-transparent materials such as paper, wood, plastic, etc., and the misreading rate is also low. Therefore, it is widely used in various industries.

This article introduces the use of RFID technology in the automotive manufacturing industry based on actual project experience to achieve tracking and management of body information in the paint shop.

2. Overall system structure

2.1 Structure of vehicle body tracking system

The paint shop of the second plant of Dongfeng Peugeot Citroen Automobile Co., Ltd. in Wuhan has reached the benchmark level of PSA's global lean model factory from production management to manufacturing process equipment and technology. The body tracking system inside the workshop adopts the current advanced RFID identification technology. The overall design structure of the system is shown in Figure 1. From the control perspective, it is roughly divided into three levels as shown in the figure: basic equipment layer, control layer, and central management layer; the ERP layer belongs to the enterprise management layer. The body data flow is shown by the arrows in the figure. Data is transmitted bidirectionally between each level, and the body information required for production management is permanently stored in the data server. During the production process, processes, robots, and conveying equipment can obtain the body information necessary to guide production from electronic tags.

RFID system overall structure

Figure 1 Overall structure of RFID system

2.2 Brief description of tasks of each component of the system

1) Central management: EN data server is the data processing management center of the whole system. It is responsible for information management and production process control, connected to the enterprise ERP system, and manages the production logistics guidance and information collection of the entire paint shop. The on-site client affiliated to the central control system can realize online query and modification of the actual body information in the workshop, such as color, model, etc., through the application system CCR-View operation platform.

2) Control layer: The local conveyor PLC mainly controls the operation of the conveyor chain and is responsible for uploading and issuing vehicle body information. After receiving the information sent by the central management, it is responsible for transmitting it to the lower-level read/write station. After receiving the information uploaded by the lower-level read/write station, it is responsible for transmitting it to the robot PLC, large-screen display board and process PLC. When the electrophoresis line control PLC receives different vehicle model information, it can call different voltage parameters; the painting robot PLC can select different spraying trajectories and paint pipelines according to the received vehicle model and color information, thereby realizing process control. This project uses Schneider Premium 57 series 5634M CPU and uses Ethernet connection to realize information transmission.

3) Basic equipment layer: mainly includes complete RFID (radio frequency identification system) and field operation terminal. RFID system includes electronic tags (Tags) and read/write stations. Electronic tags are used to store necessary vehicle logistics information. Read/write stations read and write data from tags. The communication protocol of read/write stations is based on TCP/IP and is directly connected to the control PLC through Ethernet. Field operation terminals are used to control read/write stations, provide a human-computer interaction interface, display relevant information stored in electronic tags, and realize local information entry, modification, query and other functions in emergency or information error situations.

3. System functions

3.1 Information transmission methods and characteristics before using RFID

Before using RFID technology, the storage of vehicle body information was mainly paper barcodes. The barcode method is to set up the client of the enterprise management SPPV system at the functional demand point, and query the database of the SPPV system by reading the barcode to obtain the required vehicle body information and guide production management. The advantage is convenience and flexibility, and the disadvantage is that it has great limitations in helping workshop production management. It can only provide information such as model and color, and cannot be integrated into the control of the workshop automation system. With the development of optoelectronic technology, for a period of time, many automobile companies also used a barcode extension technology-mechanical barcode (mechanical comb), which is to install a unique steel barcode on each sled, and use photoelectric sensors to scan and read and write to complete the transmission of different vehicle body information. Its characteristics are that the vehicle body information must be stored in the PLC, and a dedicated body data PLC is set to manage the data of all body bodies running inside the workshop. The BODY DATA PLC has a large amount of data exchange when the workshop is running, so the PLC performance requirements are high, large-capacity memory, and high requirements for the speed and reliability of network communication.

3.2 RFID Solution

After adopting the RFID system, an electronic tag is installed in the protective box at the bottom of each sled. The electronic tag stores a large amount of information such as barcode, vehicle model, color, vehicle definition code, etc., forming multiple small mobile databases that can be read and written through read-write stations throughout the production process. After multiple technical investigations and program demonstrations, the Wuhan Second Plant paint project selected the RFID identification system of EMS. The electronic tag uses the HMS150HT high temperature series product that can withstand up to 240°C. The mobile electronic tag stores a large amount of vehicle body and logistics guidance information (see Figure 2).

Mobile electronic tag

Figure 2 Mobile electronic tag

Therefore, when the local PLC and the data server communicate abnormally, the RFID system can still produce using the information stored in the electronic tag, and will not cause large-scale production to be terminated. The read/write head uses HF-CNTL-IND-02, and the communication protocol is based on TCP/IP, which has faster transmission speed and better stability. According to the needs of production and management functions, a total of 26 sets of read/write stations are set up at the entrances and exits of the paint shop, the bifurcation of workpiece logistics, and the entrances of important process steps (such as electrophoresis lines, UBS lines, spray booths, storage areas, etc.), so as to realize RFID tracking management and control of the entire production process from the car body entering the paint shop to the final assembly.

3.3 Main functions of the vehicle body tracking system

3.3.1 Production management guidance function

1) Car body data guides robots and humans to identify car models and spray colors.

2) Management of various types of body logistics: including body import, export, side thickness management, multiple cycle statistics, etc.

3) Vehicle management: including bottom and top paint sleds, UBS sling cleaning, export repair, etc.

4) Transmit vehicle body information to downstream workshop systems.

3.3.2 Information statistics report function

1) Real-time statistics of the number of work-in-progress in each process section and production line area,

2) Statistical reports on production information such as shift, day, and month,

3) Count the number of car bodies produced by time period, model and color

3.3.3 Real-time monitoring function of production line

1) Find the specific location of a vehicle, such as a storage area or repair room,

2) Check the status of the car body in the paint shop online or historically,

As an important submodule of the paint shop ENCCR system, various relevant production management personnel log in with independent usage permissions and can enter the RFID body tracking system from the central control room or the on-site client CCR-View platform to realize real-time query and printing of production information.

4. Software Design

4.1 Internal structure of the standard function block of the read/write station

In terms of software, the paint shop monitoring system of the second factory uses InTouch 9.0 of Wonderware as the upper computer configuration software. The read/write station uses the standard Ethernet protocol to connect and communicate with the operation terminal and PLC. The communication program between the PLC and the read/write station controller is the read/write station function block MFC_MAIN of the Premium PLC developed with Unity Pro. The MFC_MAIN function block covers all necessary program logic related to the read/write station. The program block structure is shown in Figure 3:

Figure 3 Program block structure

The internal structure of the main program block mainly includes the message CCR_MSG with the central monitoring system, the interface MFC_FTS_IF with the conveying system, the interface MFC_READ_WRITE_IF with the read-write system, and the data interface RW_DB with the operating terminal.

Reference address:Discussion on the Application of RFID in Vehicle Tracking System

Previous article:Design of indoor positioning system based on RFID
Next article:Data recording system based on wireless communication technology

Recommended ReadingLatest update time:2024-11-16 15:59

Design of voice guide terminal based on RFID and speech synthesis technology
introduction Some large museums and scenic spots in China have adopted some voice guides to provide tourists with various explanations and guides, which greatly facilitates tourists' understanding of the history and culture of museums and scenic spots. However, traditional voice guides have relatively simple fu
[Analog Electronics]
Design of voice guide terminal based on RFID and speech synthesis technology
Design of student attendance system based on RFID
With the development of electronic information technology, smart cards (IC cards) can be seen everywhere in life. Radio frequency identification cards (abbreviated as radio frequency cards, RFID cards) are gradually replacing traditional contact IC cards and becoming a new trend in the field of smart cards. RFID car
[Analog Electronics]
Design of student attendance system based on RFID
Low-power design and testing of handheld RFID readers
  0 Introduction   Radio Frequency Identification (RFID) technology uses wireless radio frequency to conduct non-contact two-way communication to achieve the purpose of identifying targets and exchanging data, and realizes automatic identification and management of various objects in different states. It is currentl
[Microcontroller]
Low-power design and testing of handheld RFID readers
Using RFID to establish a pharmaceutical anti-counterfeiting system
Solution Introduction:    1. System Background   Medicines are a special type of product. Apart from some medicines that are mainly used for health care and nutrition, the main function of medicines is to cure diseases and save lives. The problem of "difficulty and high cost of seeing a doctor" has been raised mor
[Analog Electronics]
WiFi-based RFID scalable AMR parking space detection system
0 Introduction Real-time detection of parking spaces in parking lots is the key to realizing intelligent management of parking lots and improving the utilization rate of parking spaces, and is also a requirement for the modernization of parking management. The development of parking space detection systems has
[Microcontroller]
WiFi-based RFID scalable AMR parking space detection system
Power monitoring system based on RFID electronic tag technology
In early 2008, a snowstorm rarely seen in a century hit most parts of southern China, causing serious damage to power grid facilities. The rare snowstorm broke high-voltage wires, collapsed power towers, and caused power supply interruptions. Taking the severely affected Hunan power grid as an example, one of the 3 50k
[Test Measurement]
iTOP-4412 Development Board-Android-RFID User Documentation
This manual is applicable to: iTOP-4412 Elite Edition Android4.0.3 system. In the "RFID_Module_v1.1.zip" hardware data compression package, Cadence format schematics and PCB, AD format schematics and PC, PDF format schematics are provided. The Linux driver of the RFID module is the "drivers/spi/rc522.c" file in the k
[Microcontroller]
iTOP-4412 Development Board-Android-RFID User Documentation
What are the applications of RFID wristbands in the medical Internet of Things?
    RFID wristband portable medical device   Everyone probably has personal experience that it is very common to queue up for an appointment at a hospital. Waiting and anxiety are the most common expressions on people's faces. This suffering is sometimes more torturous than the pain of illness. Patients complain abo
[Medical Electronics]
Latest Analog Electronics Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号