Development of a multi-probe nuclear radiation dose rate meter based on MSP430

Publisher:快乐微笑Latest update time:2012-02-15 Source: eefocusKeywords:MSP430 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

In order to meet the requirements of portability and intelligence of nuclear radiation detectors, the software and hardware implementation methods of multi-probe nuclear radiation dose rate meter with MSP430F169 single-chip microcomputer as the core are discussed. On the basis of introducing the whole system, the key issues in the instrument design are explained in detail, focusing on the principle of supplying high voltage to multiple probes through single-chip microcomputer and the implementation method of data transmission after connecting multiple probes respectively, and the schematic diagram of the single-chip microcomputer peripheral circuit is given. The experiment proves that the instrument can be fully used in the field of nuclear radiation detection, and has the advantages of miniaturization, digitization and low power consumption.

At present, domestic radiation protection instruments, whether portable or fixed monitoring instruments, all adopt the form of one probe corresponding to one host, while foreign countries already have models with multiple probes corresponding to one host. The biggest advantage of this multi-probe radiation measuring instrument is that you only need to replace different digital probes to measure the dose rates of α, β, and γ respectively without changing the host. Moreover, when measuring the same kind of rays, you can also choose different types of probes according to different situations, and use the advantages of the selected probes to expand the instrument's range. At the same time, it avoids the repeated development of similar circuit boards, and product upgrades and changes in system composition only require changing the software, which greatly reduces costs in many aspects.

1 System Overview

This system consists of two parts: the probe and the host. The detector types inside the external probe include ZnS detector for measuring α, plastic scintillator detector for measuring β, NaI crystal detector for measuring γ, dual scintillator detector for measuring α and β at the same time, and dual GM tube detector for measuring α, β and γ at the same time. The probe has a built-in MSP430F169 microcontroller to improve its digitalization; the host is a detection system with the MSP430F169 microcontroller as the core. The MSP430F169 microcontroller is an ultra-low power 16-bit mixed signal processor with higher computing performance than an 8-bit processor, far more than twice. In this design, the MSP430F169 works in low-power mode 0 most of the time, with a power consumption of 50μA/s. Only when the host sends a command to the probe will it trigger a very short operation. The current consumption during operation is about 250μA/MIPS. This system is used to query the real-time dose rate and historical data detected by the probe and to set the parameters required by the probe. When the rays enter various types of detectors, electrical signals are generated. The electrical signals are converted into standard pulse frequency signals through signal adjustment circuits. The single-chip computer system in the probe counts the pulses within the set time, and then uses the corresponding algorithm to calculate the dose rate. The dose rate is transmitted to the host through the RS 485 bus, and finally the dose rate is displayed on the LCD display interface of the host.

2 Introduction to digital probe

Figure 1 is the structure of the digital probe. Digitizing the probe can be said to be a core content of this design. The internal microcontroller communicates with the microcontroller in the host through the RS 485 bus to complete the functions of modifying parameters and transmitting data.

Structure of digital probe

The digital probe is composed of a detector, an amplifier circuit, a discrimination and shaping circuit, and an MSP430 single-chip computer; while the conventional analog probe is only composed of a detector, a preamplifier circuit, and a pulse shaping circuit. It can be seen that the digital probe has a higher degree of integration, is more intelligent, and is suitable for programming control. The digital probe used in this article can modify the following parameters through programming:

Measuring time: 0 to 60 s; number of measurements: 0 to 99 times; correction factor: 0.01 to 9.99; zero point: -20 to +20; high voltage: -1 000 to +500 V.

3 Hardware Circuit Design

There are two key issues in the design process: one is the high-voltage power supply problem of multiple digital probes. The solution is to use a D/A conversion module to connect with the microcontroller, provide a variable low voltage through software control, and then connect this low voltage to the high-voltage conversion module that can linearly amplify to power the probe; the other is the identification and data transmission problem of multiple probes. The solution is to number the probes and use RS 485 serial port connection between the digital probe and the microcontroller, connecting four wires in total, namely power line, ground line, A head, and B head. When the probe receives the transmission ID instruction, it transmits its unique number to the host. The host determines which probe it is and then transfers to the corresponding software processing program. After the data is measured, the dose rate is sent to the host by the dual-machine communication method of the first MSP430 and the second MSP430 microcontroller. The dotted box in Figure 1 is the digital probe part. The A to N types of detectors and signal processing circuits here do not mean that they are connected to the host at the same time, but that they can be replaced. The remaining modules include a 128×64 LCD display with a white background and very clear display; an external memory that can store real-time data and historical data; a clock chip that displays year, month, day, and time; an alarm circuit that buzzes when the dose rate is too high; and a 2×2 keyboard that controls instrument options and page changes. The hardware connection method is shown in Figure 1.

4 Probe and host communication protocol

The host uses RS 485 serial port to connect with the intelligent probe, using half-duplex communication, the baud rate is 9600 b/s, and the format of each frame is: 1 start bit, 8 data bits, 1 stop bit. The probe is set to send state when sending data to the instrument, and the rest of the time slots are set to receive state.

Probes that measure different rays have an ID number so that the instrument can identify different probes. In order to facilitate future expansion and use, the probe ID number consists of 5 bytes with a total of 40 bits. Among them, 0 to 15 bits indicate the year of the probe's development, with 0 to 7 bits representing the year in BCD code, and 8 to 15 bits representing the century; 16 to 23 bits indicate whether the data sent is counts or radiation exposure; 24 to 32 bits indicate the measurement range; 32 to 39 bits indicate the type of radiation measured. [page]

5 Software Design

The system software design is mainly divided into two parts: the host program and the probe program. The program is developed using C language on the IAR Embedded Workbench software platform. The host software flow chart and the probe software flow chart are shown in Figure 2 and Figure 3 respectively.

Host software flow chart and probe software flow chart
After the probe is connected to the host, first, the probe sends its own ID number to the host every 1 s until the host judges, identifies and makes a correct response to the ID number; then, it determines whether the probe parameters need to be modified. If necessary, the parameters are modified through the keyboard on the host. After the modification, the parameter modification instruction is sent to the probe; finally, a data transmission instruction is sent to the probe. After receiving the instruction, the probe processes the data according to the parameters sent by the host, calculates the dose rate and transmits it to the host. If the dose rate exceeds the alarm threshold, the host will sound an alarm.

6 Conclusion

After the instrument was developed, it has been used to measure the radiation dose in the air for a period of time. The whole machine has the advantages of stable operation, high sensitivity, and low power consumption. In addition, when conducting outdoor detection, the multi-probe system is designed, which makes the instrument easy to carry and can obtain the dose rate of different types of radiation at the same time, greatly improving the detection efficiency.

Keywords:MSP430 Reference address:Development of a multi-probe nuclear radiation dose rate meter based on MSP430

Previous article:Design of a certain type of pressure sensor tester
Next article:Design of Resolution Bandwidth of Digital IF Spectrum Analyzer

Recommended ReadingLatest update time:2024-11-16 19:52

Design of Blood Glucose Meter Based on MSP430
Abstract : This article introduces in detail the multifunctional blood glucose meter designed with MSP430 series single chip microcomputer. This blood glucose meter can not only accurately measure blood glucose and real-time clock, but also has functions such as temperature display and alarm reminder. The arti
[Microcontroller]
Design of Blood Glucose Meter Based on MSP430
MSP430G2553 test program (serial port program, timer mode)
//    // //                             MSP430G2xx3 //                       ----------------- //               /||                           XIN|- //                 | |                                 | //                 --|RST                   XOUT|- //                     |                                 
[Microcontroller]
Usage of ADC12 in MSP430
1.1. Introduction Figure 4 AD module diagram When dealing with AD, we focus on the following objects: reference source, channel, storage address, clock, trigger mode, accuracy, and speed (200k). In the above figure, we can find that the reference positive power supply of msp430f149 is VRFE+ VeREF+ , Vcc, and the
[Microcontroller]
Usage of ADC12 in MSP430
Implementation of wireless sensor network based on MSP430F149 and Si4432
The application field of wireless sensor network is very wide. Wireless sensor nodes are generally powered by batteries, with simple hardware structure, small communication bandwidth, and short point-to-point communication distance. Therefore, limited working time and short communication distance become two major bo
[Industrial Control]
Implementation of wireless sensor network based on MSP430F149 and Si4432
MSP430 learning notes 7-4*4 keyboard corresponding digital tube display
This routine is also a classic routine on the development board. I modified the framework of the program to make it more suitable for future calls. The specific 4*4 keyboard scanning principle is relatively basic and will not be repeated here. Here I think it is more important to develop a good habit of writing progra
[Microcontroller]
MSP430F5529 (I) General I/O port settings-1
I am a beginner. If there are any mistakes or inappropriate places, please correct me. Let's learn together. I recommend a good place: TI's official MSP430 exchange community http://www.deyisupport.com/question_answer/microcontrollers/msp430/f/55.aspx . Registration is required. Ask questions here and TI's engineers
[Microcontroller]
MSP430F5529 (I) General I/O port settings-1
A wireless charging circuit design using MSP430F2274
  The MSP430F2274 ultra-low power microcontroller is used as the monitoring and control core of the wireless energy transfer charger. The charging speed is selected by the switch to realize the functions of fast charging and normal charging. When the power is full, a full prompt is given and charging is automatically
[Power Management]
A wireless charging circuit design using MSP430F2274
Introduction to the application of MSP430F149 in power measurement, control and protection products
MSP430F149 (hereinafter referred to as "F149") is an ultra-low power Flash 16-bit RISC instruction set microcontroller launched by Texas Instruments (TI). F149 has rich internal hardware resources and is an industrial-grade chip with extremely high cost performance. In application, F149 does not need to
[Microcontroller]
Introduction to the application of MSP430F149 in power measurement, control and protection products
Latest Test Measurement 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号