introduction
The modern logistics system has entered the stage of informationization. Information distribution system has an important impact on information logistics. Informatization of logistics and distribution is to use modern information systems and electronic means to strengthen the management of enterprise logistics chain, form a supporting system of enterprise logistics, and then achieve high efficiency and high efficiency of logistics distribution. Through the integration of embedded system module and GPS positioning technology, and the computer control center, this paper forms a relatively complete logistics distribution system. In the process of logistics and distribution, the entire logistics distribution process is monitored and managed through this system.
1 Overview of related core technologies
1.1 Mobile positioning technology
The current mobile positioning technology is very mature, the most important are three categories:
1 The positioning technology that uses satellites for rear intersection, GPS (Global PosiTIoning System), is a satellite navigation and positioning system established by the United States. With this system, users can achieve all-weather, continuous, real-time 3D navigation positioning and speed measurement on a global scale; in addition, high-precision time transfer and precise positioning are also possible.
2 Using the mobile communication technology to provide location service positioning technology, namely CellID (Cell IdenTIficaTIon), which identifies the user location by identifying which cell in the network transmits the user call and translates the information into latitude and longitude. Positioning. Ensure that the terminal maintains the minimum provision of location information in the event that the GPS location loses its signal. The CellID method can provide relatively high precision in urban and densely populated areas, and complements GPS performance in the case of high-rise buildings, avenues, and underground tunnels. Since GSM (Global System for Mobile CommunicaTIons) has a smaller cell radius with respect to CDMA, it has a relatively high CellID positioning accuracy.
3 Using radio frequency equipment to record the location of the location technology, namely RFID (Radio Frequency Identification). The positioning information is obtained by reading tag data for identifying geographic coordinates. The positioning accuracy depends only on the accuracy of the tag storage location information, and theoretically can achieve any high precision. RFID can be used in warehouses, docks and other places where high-precision positioning information is required to provide positioning information and other auxiliary functions. RFID is now widely used in public transportation station reporting systems. When the equipment on the bus detects the radio equipment of the station, it automatically reports the station, eliminating the trouble of the bus driver to manually open the switch station.
In this paper, the GPS-assisted positioning system (GPS ten CellID + RFID combination) positioning technology is adopted in the logistics distribution network to ensure better accuracy at any time.
1.2 Mobile terminal communication technology
At present, commonly used mobile terminal technologies mainly include Bluetooth technology, GPRS access Internet technology, and wireless data transmission technology based on GPRS.
Bluetooth technology is a radio technology that supports short-range communication (typically within 10 m) of the device. Bluetooth uses a decentralized network structure and fast frequency hopping and short packet technology to support point-to-point and point-to-multipoint communication, working in the global 2.4 GHz ISM (industrial, scientific, medical) frequency band. With a data rate of 1 Mbps, full-duplex transmission is achieved using a time division duplex transmission scheme.
GPRS technology is a new GSM data service that provides mobile subscribers with wireless packet data access services. GPRS mainly provides a connection between mobile users and remote data networks (such as networks supporting TCP/IP, X.25, etc.) to provide mobile users with high-speed wireless IP and wireless X.25 services. GPRS uses packet switching technology, which allows multiple users to share certain fixed channel resources.
2 system design
2.1 Logistics distribution system module design
2.2 Functional Design of Logistics Distribution Control Center
The control center is composed of a GPRS/GSM communication server, a GIS server, a web server, a map database server, and a service server, and is connected to the Internet through a router. The GPRS/GSM communication server handles one-to-many two-way data communication with each terminal; the GIS server mainly implements the function of the electronic map and is responsible for the transmission of the map data; the web server combines the electronic map with the target information, The control user provides a monitoring interface; the map database and the business database respectively store electronic map data and monitor business data.
The control center software part mainly includes 10 parts.
2.3 Hardware design of mobile terminal
The mobile terminal can realize the real-time information inquiry of the individual user, and the user can obtain the location description of the local machine through the GPS-assisted positioning system, and transmit the location description of the local machine to the logistics distribution control center in real time through the GPRS network, thereby realizing the control center to the mobile terminal. At the same time, the location description of the query object can also be obtained from the control center platform through GPRS. These operations are all implemented in a Web Service manner using a GPRS wireless network.
The hardware design of the mobile terminal based on S3C2440 is shown in Figure 3. The S3C2440 module (including various hardware interfaces and embedded Linux software) is responsible for receiving and processing GPS signals, displaying views, and processing data. The positioning data is obtained from the GPS module, and more detailed positioning information is obtained from the RFID module and the CellID module as a supplement, and then the location information is sent to the control center via GPRS. Realize the information uploading and downloading functions of the terminal and control center.
The RFID module is mainly responsible for data collection of the current logistics carrier to obtain RFID positioning information, and transmits the collected RFID information to the S3C2440 through the Bluetooth module. The GPS module obtains the current location information according to the satellite positioning, and also transmits through the Bluetooth module (if the distance is relatively close, it can also be transmitted by wire). The CellID module obtains positioning information mainly through wireless data transmission, and then transmits it to the central controller through the GPRS module. The LCD module mainly provides the function of human-computer interaction. In addition to the display screen, it also needs to be equipped with an input device such as a keyboard, or directly adopts a liquid crystal screen. In addition to the extended off-chip RAM, the memory module needs to provide a certain amount of storage space for the embedded database.
2.4 Software Design
2.4.1 Overall design of the software
As shown in Figure 4, the software can be divided into the following four parts according to the function.
1 User interface. To achieve a friendly user interface, users can intuitively obtain graphical information on the S3C2440 LCD screen, as well as select service functions and input information.
2 Map data processing. It mainly realizes the data organization, map display, map icon function and location navigation function of electronic map, which is convenient for users to use the service function of geographic information. The data processed by the terminal includes GPS data, GIS data, text data, and multimedia data.
3 GPS communication module. The S3C2440 module is connected to the GPS module via Bluetooth, and processes the received GPS data to obtain the required positioning information (such as latitude and longitude data, etc.). The use of the basket for serial communication programming, including opening the serial port, configuring the serial port, sending and receiving data, and closing the serial port.
4 GPRS communication module. Two-way communication between the S3C2440 and the control center using GPRS wireless logistics. This article uses the Web Service approach.
2.4.2 GPS and RFID data extraction
As long as the GPS receiver is in working state, the GPS navigation and positioning information received and calculated will be continuously transmitted to the computer through the serial port. After receiving data from the serial port, it is placed in the cache. Before the further processing, there is a long stream of bytes in the cache. This information cannot be utilized until it has been sorted and extracted. Therefore, the information of each field must be extracted from the cache byte stream by the program, and converted into practical and usable positioning information data. For example, the 1, 2, 3, 5, and 9 segments of the "$GPRMC" frame structure are the data we need to obtain, which are time, data credibility, latitude, longitude, and date. The code to get the positioning data from the "$GPRMC" frame is as follows:
For(int i=0;i
If(Data[i]=“$â€)//header, SectionID is a comma counter
SeetionID=0;
If(Data[i]==10)//frame end
If(Data[i]=“,â€)//comma count
SectionIiD++;
Else{
Switch(SeotionID){
Case1: // extract the time
m_sTime+=Data[i];
Break;
Case2: / / Determine whether the data is trusted (the GPS antenna is A when at least 3 GPS satellites are received, believable)
If(Data[i]==“Aâ€)
GPSParam[m_nNumberl].m_bVaIid=true;
Break;
Case3: // extract the latitude
m_sPositionY+=Data[i];
Break;
Case5: // extract the longitude
m_PositionX+=Data[i];
Break;
Case9:// extract date
m_Date+two Data[i];
Break;
Default:
Break;
}
}
}
The RFID module transmits information to the mobile terminal through the serial port, and the information transmission process is as shown in FIG. 5. When the number of bytes in the receive buffer reaches or exceeds the value, the data is fetched and the corresponding event is processed. The main tasks of the program design are: reading the tag ID information (reading the ID command); writing the data information (writing information) stored in the database to the tag; reading the data information written in the tag, querying the database to obtain a specific Product information (read information); the result of reading the tag information in real time.
Read the ID code:
Void CMyDlg::OnBtn_ReadID() {
SendData("Read");
If(0==m_ctrlComm.GetOutBufferCount())
m_ctrlComm.SetRTHreshold(18): //Read the threshold set by the tag ID
}
Read the information code:
Void CMyDlg::OnBtn_ReadMessage(){
SendData ("ReadString(18,67)int(8*),int(90,4)");
If(0==m_ctrlComm.GetOutBufferCount())
m_ctrlComm.SetRTHreshold(40): //Read the threshold set by the tag ID
}
2.4.3 Software Design of Mobile Terminal S3C2440 Module
The modular structure design is used to write and debug according to different functions. After each module is successfully debugged, each module is connected into a whole to form a software system.
The main content of the mobile terminal S3C2440 module includes two parts:
1 Complete the uplink transmission of the positioning information from the mobile terminal to the remote control center. When the remote control center wants to obtain positioning information from the mobile terminal, it can send a command to the S3C2440. At this time, the S3C2440 generates an interrupt, and sends a command to each positioning module to obtain the positioning information, and then processes the positioning information and transmits it to the remote control center through the GPRS module; or the mobile terminal is interrupted by the human keyboard control, and then the positioning is collected. The information is transmitted to the remote control center.
2 Receive the downlink transmission information from the control center to the mobile terminal. The control center can transmit various data to the terminal device. For example, if the control center finds that the current road selected by the mobile terminal is congested by the GIS, the mobile terminal can send a suggestion information for changing the route, so that the interaction between the remote control center and the mobile terminal is very conveniently realized.
The main process of software design for S3C2440 uplink to control center
Conclusion
Based on the GPS positioning data, the GPRS network is used as the bearer network, combined with the actual needs of the logistics industry development, digitizing and informatizing the logistics distribution process, and realizing the monitoring and management of the logistics distribution system. Radio frequency identification technology, positioning technology, sensor technology and wireless communication technology will inevitably penetrate into all aspects of the logistics industry in the future.
The JUK universal Screw Terminal Block series has the typical features which are decisive for practical applications:
l The universal foot allows the terminal blocks to be easily snapped onto the NS35 or NS32 DIN Rail with G shape.
l Closed screw guide holes ensure screwdriver operation perfect.
l For terminal block with different wire cross-sectional areas, complete accessories are available, such as end plates, partition plates, etc.
l Potential distribution achieved by fixed bridges in the terminal center or insertion bridges in the clamping space.
l Same shape and pitch grounding terminal blocks as the JUK universal series.
l Adopt ZB marker strip system,achieve unified identification.
Screw Clip Terminal Blocks,Ground Screw Series Terminals,Din Rail Mount Terminals Block,Screw Ground Terminal Blocks
Wonke Electric CO.,Ltd. , https://www.wkdq-electric.com