1 Introduction
Distribution transformers are the basis for connecting power grids and users. Their operating conditions are directly related to whether users can use electricity reliably. Therefore, it is necessary to collect data and monitor them in real time. At present, there are two main types of distribution transformer data collection communications in China: wired and wireless. Wired communication methods include telephone lines, power line carriers, and optical fibers. They have the disadvantages of being easily interfered with and having low reliability, making them difficult to popularize. Radio station communication methods require the construction of a master station, so they are expensive. With the rapid development of wireless communication technology and communication networks, especially the maturity of GPRS technology based on the GSM digital mobile communication system, a new communication method has been provided for distribution transformer monitoring systems.
This paper proposes a design scheme for a remote monitoring system for distribution transformers based on a GPRS network, which solves the problem of remote transmission of distribution transformer parameters and realizes the functions of real-time data acquisition and real-time load monitoring. An advanced distribution transformer monitor is designed based on the ARM controller to provide real-time data for professional analysis of the power department (such as load forecasting, line loss analysis, fault judgment, power quality, etc.), thereby improving the economy and safety of distribution network operation.
2. GPRS communication technology
General Packet Radio Service (GPRS) is a mobile packet service developed on the basis of the existing GSM digital mobile communication system. It uses packet switching technology to provide end-to-end, wide-area wireless IP connection. Compared with the circuit switching data transmission mode of GSM, GPRS is particularly suitable for intermittent, sudden or frequent, small amount of data transmission, and also for occasional large data transmission. Its main technical features are:
(1) High transmission rate. GPRS uses four different coding methods: CS-1 to CS-4. Each user can use up to 8 time slots at the same time, and the maximum theoretical transmission rate is 171.2 kbps.
(2) Real-time online. Even if there is no data to be transmitted, it remains connected to the network and is in an "always online" state.
(3) The core network layer of GPRS uses IP technology, providing seamless connection with existing data networks.
(4) Low cost. In terms of network construction, it is only necessary to continue to use the existing GSM network. Since data is sent and received in packets, the system usually charges according to traffic, users can always be online, and the service cost is low.
(5) The network has a wide coverage area.
GPRS has a wide range of uses, including sending and receiving emails through mobile phones, browsing data on the Internet, etc. Applying GPRS to the distribution transformer monitoring system can not only meet the real-time requirements of the distribution transformer monitoring system data transmission, but also save costs and achieve flexibility and convenience.
3. System structure
The system consists of monitoring terminal, GPRS communication network and monitoring center station, as shown in Figure 1. The transformer monitoring terminal is installed on the transformer site, collects the electrical parameters and some switching quantities of the transformer secondary end, and regularly uploads the collected information to the monitoring center station located in the substation through GPRS modem. When the three-phase power parameters of the transformer are abnormal, the alarm information is immediately uploaded to the center station; at the same time, when the center station sends a control command to the monitoring terminal, the monitoring terminal receives the command through GPRS modem and can control some switching quantities of the transformer. The GPRS network is a bridge for the communication between the monitoring terminal and the center station. The collected information and alarm information of the monitoring terminal are uploaded, and the control command of the center station is issued through wireless communication through the GPRS network. The GPRS network is seamlessly connected to the Internet. The center station uses ADSL dedicated line to access the Internet and enter the GPRS network. On the one hand, it communicates with the monitoring terminal in two directions, and on the other hand, it provides a visual interface, allowing users to understand the operating status of the remote transformer without leaving home. When the transformer has an alarm message, the center station can be informed in time and notify the nearest duty officer to troubleshoot the fault, which greatly shortens the troubleshooting time and improves the reliability and safety of the distribution network operation.
Figure 1: System structure diagram
4. Hardware composition and principle of distribution transformer monitoring terminal
The monitoring terminal is the core component of the system, and its main functions are:
(1) Overcurrent protection: Overcurrent protection for distribution transformers is realized, ensuring the reliability of power supply;
(2) Remote communication: realize remote transmission of terminal data;
(3) Analog quantity acquisition: to acquire three-phase voltage and three-phase current;
(4) Meter reading: Read the electric power reading of the electronic electric meter.
The power distribution monitoring terminal is composed of an ARM processor, a ferroelectric memory, a tripping and closing relay, a meter reading RS485 module, a button, a display module, an electric energy AD chip ATT7022B, a GPRS module and a meter reading RS485 module. Its block diagram is shown in Figure 2.
Figure 2: Schematic diagram of distribution transformer terminal
The ARM processor reads and processes the data inside ATT7022B through the SPI interface, stores the acquired data and the electricity meter reading through the RS485 module into the ferroelectric memory, and sends the data to the main station server through the GPRS module at regular intervals. The ARM processor determines whether the overcurrent protection generates a tripping signal to protect the distribution transformer based on the AD data, and sends the alarm to the main station through the GPRS module.
4.1 CPU Module
The CPU is the core part of the terminal. It uses ST's STR710 processor with an ARM7 core. The ARM7 processor is a low-power 32-bit RISC processor that supports 16-bit compressed instruction set Thumb and has embedded ICE-RT logic, making debugging and development easy. The STR710 processor has a wealth of peripherals and I/O interfaces, and has large-capacity program memories FLASH and RAM. The powerful ARM processor can handle many complex control applications. Due to its rich peripherals and numerous I/O ports, it can simplify many peripherals and reduce costs. It has the advantages of low cost, low power consumption and high performance. Therefore, STR710 can handle data collection and analysis, as well as communication and control and coordination of other tasks.
4.2 AD Module
The AD module uses a sampling module based on the energy AD chip ATT7022B. ATT7022B is a three-phase fundamental/harmonic energy metering chip with high reliability, high precision and high stability. The power measurement accuracy is better than 0.1% within the dynamic range of 1000:1, and the effective value measurement accuracy of current and voltage is better than 0.5%. ATT7022B can measure fundamental wave energy alone, eliminate the negative impact of harmonics on energy measurement, and provide a reference for fair billing in the power sector. It integrates 7 channels of 16-bit high-precision ADC and 24-bit high-speed DSP. The seventh ADC can be used to prevent electricity theft. A temperature sensor is integrated on the chip, and the various energy parameters required by the three-phase multi-function meter are output through the SPI communication interface. ATT7022B can simultaneously give total active/reactive energy, fundamental active/reactive energy, harmonic active/reactive energy, apparent energy and other parameters. The voltage acquisition method uses a voltage sensor, and the current acquisition method uses a current sensor.
4.3 Meter reading 485 module
The serial port of the STR710 processor's peripherals is connected to the MAX3485 and converted to 485 communication. Through 485 communication, it is connected to the watt-hour meter to read out the watt-hour indication of the watt-hour meter that complies with the DL/T645 multi-function watt-hour meter communication protocol.
4.4 Data Storage
Ferroelectric memory FM3164 is used to save various data to prevent these data from being lost when power is off. These data include the data collected by the terminal, the IP address of the master station, the calibration accuracy parameters and other parameter settings. The ferroelectric memory can also ensure that the terminal clock runs when power is off. The STR710 processor uses the IIC bus to connect to FM3164.
4.5 GPRS Module
The GPRS module is the basis for data transmission in the distribution transformer monitoring system. The stable transmission of the terminal is crucial to the normal operation of the system. Its working time should be greater than 99% of the system operation time, and the working temperature should be between -15 degrees and 60 degrees. The 232 interface in the ARM processor peripherals of the distribution transformer monitoring terminal is used as the communication interface between the processor and the GPRS module. The GPRS wireless communication module adopts the enhanced ITM-100 of SIMCOM. The module has a built-in TCP/IP protocol stack and supports CMNET access. The CPU uses the AT instruction set to control the GPRS module, and uses the AT instruction set to send data to the main station in the form of TCP protocol. In actual operation, in order to ensure the reliability of data, a retest and retransmission mechanism is adopted.
Previous article:Design of an automated meter reading system using NI development systems and AMR systems
Next article:What is the difference between PowerPC and X86 and ARM processor general architecture
Recommended ReadingLatest update time:2024-11-23 08:27
- Naxin Micro and Xinxian jointly launched the NS800RT series of real-time control MCUs
- How to learn embedded systems based on ARM platform
- Summary of jffs2_scan_eraseblock issues
- Application of SPCOMM Control in Serial Communication of Delphi7.0
- Using TComm component to realize serial communication in Delphi environment
- Bar chart code for embedded development practices
- Embedded Development Learning (10)
- Embedded Development Learning (8)
- Embedded Development Learning (6)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- Intel promotes AI with multi-dimensional efforts in technology, application, and ecology
- ChinaJoy Qualcomm Snapdragon Theme Pavilion takes you to experience the new changes in digital entertainment in the 5G era
- Infineon's latest generation IGBT technology platform enables precise control of speed and position
- Two test methods for LED lighting life
- Don't Let Lightning Induced Surges Scare You
- Application of brushless motor controller ML4425/4426
- Easy identification of LED power supply quality
- World's first integrated photovoltaic solar system completed in Israel
- Sliding window mean filter for avr microcontroller AD conversion
- What does call mean in the detailed explanation of ABB robot programming instructions?
- STMicroelectronics discloses its 2027-2028 financial model and path to achieve its 2030 goals
- 2024 China Automotive Charging and Battery Swapping Ecosystem Conference held in Taiyuan
- State-owned enterprises team up to invest in solid-state battery giant
- The evolution of electronic and electrical architecture is accelerating
- The first! National Automotive Chip Quality Inspection Center established
- BYD releases self-developed automotive chip using 4nm process, with a running score of up to 1.15 million
- GEODNET launches GEO-PULSE, a car GPS navigation device
- Should Chinese car companies develop their own high-computing chips?
- Infineon and Siemens combine embedded automotive software platform with microcontrollers to provide the necessary functions for next-generation SDVs
- Continental launches invisible biometric sensor display to monitor passengers' vital signs
- [ESP32-Audio-Kit Audio Development Board Review] Let’s get the board moving first
- The chip I use is STC12C5410AD. Can you guys see if it is correct?
- To our members and visitors!!
- Cost-effective EMI pre-compliance test system for automotive electronics
- STM32 Learning Tour ① Development Environment Construction
- Several Notes on Asynchronous Serial Port Expansion of DSPs
- EEWORLD University Hall----Application of TI Jacinto series products in ADAS
- EEWORLD University ---- ADC and DAC
- 120kHz PWM switching power supply
- Please help, what kind of sensor is needed to complete this function?