1 Principle of particle measuring instrument
The stand-alone particle measuring instrument has been successfully developed in the author's laboratory and applied in production. The instrument adopts the measurement principle of total light scattering method, as shown in Figure 1.
The principle of the total scattering method is based on the Beer-Lambert theorem. In Figure 1, if a beam of parallel monochromatic light with an intensity of I0 and a wavelength of λ is incident on a medium containing particles to be measured, the intensity of the light will decay due to the scattering and absorption of the particles:
Assuming that the spatial distribution of the particle group in the medium is disordered and uniform, that is, the turbidity τ is independent of the optical path L, integrate equation (1) along the entire optical path
In this system, when a white light beam passes through a medium containing particles, the intensity of the transmitted light after passing through the medium is attenuated due to scattering and absorption by the particles. The degree of attenuation is related to the size and number (concentration) of the particles, which provides a scale for particle measurement. In addition, in addition to the particle size, the total scattering method can also measure the concentration of particles at the same time, which is a prominent feature of this method.
2 About DataSocket Technology
DataSocket consists of two parts: DataSocket API and DataSocket Server.
DataSocket API: It is an application interface that is independent of protocols, programming languages, and operating systems. It is implemented through ActiveX controls and supports multiple data types, including strings, scalars, Boolean variables, and waveforms. It automatically converts the user's measured data into a byte stream transmitted on the network and is suitable for any programming environment.
DataSocket Server: It is a small, independently running program that uses the DSTP (DataSocket Transfer Protocol) protocol to communicate and exchange data between two applications. DataSocket Server has the function of broadcasting field measurement results on the Internet at high speed, simplifying TCP programming. After configuring DataSocket Server on the server side, when DataSocket Server is run on the client side, the program based on the TCP network connection of the Internet can be accessed.
From the perspective of data sharing, DataSocket follows the TCP/IP protocol and is an advanced encapsulation of WinSock. DataSocket greatly simplifies the transmission of real-time data, making it as convenient to transmit test data through the network as to write information to a file. Therefore, it has the advantages of easy use, less programming workload, and no need to understand the underlying operation process. It is particularly suitable for the development of applications such as remote data acquisition, monitoring and data sharing. With it, data can be shared between different applications and data sources, and field data can be easily shared and published in the measurement control system, and published in real time on the Internet.
3 The composition and implementation of the networked online measuring instrument system
The online particle measuring instrument adopts DataSocket technology. Since DataSocket is suitable for the transmission of broadcast data and high-speed data, the network measurement and control of the online measurement system can achieve the effect of real-time data transmission, and the reliability of the system has been significantly improved. The DataSocket API interface provided by it is applicable to programming environments such as VB and VC. The monitoring system of this measuring instrument calls DataSocket in the VB environment; the database background uses SQL SERVER 7.0; and the information publishing function of IIS is used to display various curves and bar lines. The system structure of the online measuring instrument is shown in Figure 2. [page]
On the server, there are mainly two types of programs. One is to divide the transmitted data into several fields and put them into SQL Server as a real-time database for the networked online particle measuring instrument. The database development language uses PowerBuilder, and the database background uses SQL Server 7.0, mainly to facilitate customers to record historical data and remotely query, record and print data. The other type is IIS application. The Web server uses IIS to publish information and provide online monitoring services to remote customers through the network.
In this way, the online particle measuring instrument uses DataSocket to form a remote intelligent test node, run applications on the node to complete data collection, data analysis and other tasks, and use the functions provided by DataSocket to send test data back to the local PC node through the network.
4 Conclusion
Since the online particle measuring instrument uses DataSocket technology for data transmission, the transmission of redundant data is effectively reduced. This B/S structured remote monitoring system is very convenient to use. The monitoring end can be anywhere connected to the Internet, which can well meet the requirements for timely sharing of test data. At the same time, this solution also provides a reference model for enterprises to conduct online measurements based on the network.
References
[1] Naional Instruments. DataSocket Technical Overview [EB/OL], NI company website, 2005, 3.
[2] Xu Hongan. B/S mode remote monitoring system based on ActiveX technology [J]. Manufacturing Technology and Machine Tools, 2004, (1): 74-76.
[3] Guo Huijun. Network virtual instrument laboratory based on ActiveX control [J]. Journal of Xi'an Jiaotong University, 2003, 37(2): 219-220.
[4] Wang Naining, et al. Optical measurement technology and application of particle size [M]. Beijing: Atomic Energy Press, 2000.
Reference address:Application of DataSocket Technology in Networked On-line Particle Measuring Instrument
The stand-alone particle measuring instrument has been successfully developed in the author's laboratory and applied in production. The instrument adopts the measurement principle of total light scattering method, as shown in Figure 1.
In the figure, I0 is the incident light intensity, and I is the transmitted light intensity.
The principle of the total scattering method is based on the Beer-Lambert theorem. In Figure 1, if a beam of parallel monochromatic light with an intensity of I0 and a wavelength of λ is incident on a medium containing particles to be measured, the intensity of the light will decay due to the scattering and absorption of the particles:
Where τ is the turbidity of the medium
Assuming that the spatial distribution of the particle group in the medium is disordered and uniform, that is, the turbidity τ is independent of the optical path L, integrate equation (1) along the entire optical path
Formula (3) describes the attenuation law of light in a granular medium.
In this system, when a white light beam passes through a medium containing particles, the intensity of the transmitted light after passing through the medium is attenuated due to scattering and absorption by the particles. The degree of attenuation is related to the size and number (concentration) of the particles, which provides a scale for particle measurement. In addition, in addition to the particle size, the total scattering method can also measure the concentration of particles at the same time, which is a prominent feature of this method.
2 About DataSocket Technology
DataSocket consists of two parts: DataSocket API and DataSocket Server.
DataSocket API: It is an application interface that is independent of protocols, programming languages, and operating systems. It is implemented through ActiveX controls and supports multiple data types, including strings, scalars, Boolean variables, and waveforms. It automatically converts the user's measured data into a byte stream transmitted on the network and is suitable for any programming environment.
DataSocket Server: It is a small, independently running program that uses the DSTP (DataSocket Transfer Protocol) protocol to communicate and exchange data between two applications. DataSocket Server has the function of broadcasting field measurement results on the Internet at high speed, simplifying TCP programming. After configuring DataSocket Server on the server side, when DataSocket Server is run on the client side, the program based on the TCP network connection of the Internet can be accessed.
From the perspective of data sharing, DataSocket follows the TCP/IP protocol and is an advanced encapsulation of WinSock. DataSocket greatly simplifies the transmission of real-time data, making it as convenient to transmit test data through the network as to write information to a file. Therefore, it has the advantages of easy use, less programming workload, and no need to understand the underlying operation process. It is particularly suitable for the development of applications such as remote data acquisition, monitoring and data sharing. With it, data can be shared between different applications and data sources, and field data can be easily shared and published in the measurement control system, and published in real time on the Internet.
3 The composition and implementation of the networked online measuring instrument system
The online particle measuring instrument adopts DataSocket technology. Since DataSocket is suitable for the transmission of broadcast data and high-speed data, the network measurement and control of the online measurement system can achieve the effect of real-time data transmission, and the reliability of the system has been significantly improved. The DataSocket API interface provided by it is applicable to programming environments such as VB and VC. The monitoring system of this measuring instrument calls DataSocket in the VB environment; the database background uses SQL SERVER 7.0; and the information publishing function of IIS is used to display various curves and bar lines. The system structure of the online measuring instrument is shown in Figure 2. [page]
In Figure 2, a white light source irradiates a particle group. Due to the scattering and absorption of the particle group, the intensity-attenuated transmitted light is emitted from the particle group and enters the spectroscopic system, dispersing the white light into light of different wavelengths, which is then synchronously detected by the photoelectric detection array. The obtained electrical signal is amplified and A/D converted to send the data to the computer (WebServer) for data processing. The data is uploaded using DataSocket. Because DataSocket can access local files and data on HTTP and FTP servers, and provides a consistent API for the bottom layer, programmers do not need to write specific program codes for different data formats and communication protocols. It uses a method similar to the same resource locator (URL) in the Web to locate the data source. Different prefixes of the URL represent different data types and provide a way for the machine to establish a connection. File represents a local file, http is a hypertext transfer resource, ftp is a file transfer protocol, and dstp represents real-time data from a DataSocket server. Since the DataSocket protocol has been encapsulated in NI's Component Works as an ActiveX control for developers to use, developers can use ActiveX controls and Web page development tools to publish to users in the form of web pages through the Internet/Intranet. Users can enter the IP address of the computer to be monitored in the Web page to activate data collection and display on the Web page, thereby realizing remote monitoring of the system and real-time data collection.
On the server, there are mainly two types of programs. One is to divide the transmitted data into several fields and put them into SQL Server as a real-time database for the networked online particle measuring instrument. The database development language uses PowerBuilder, and the database background uses SQL Server 7.0, mainly to facilitate customers to record historical data and remotely query, record and print data. The other type is IIS application. The Web server uses IIS to publish information and provide online monitoring services to remote customers through the network.
In this way, the online particle measuring instrument uses DataSocket to form a remote intelligent test node, run applications on the node to complete data collection, data analysis and other tasks, and use the functions provided by DataSocket to send test data back to the local PC node through the network.
4 Conclusion
Since the online particle measuring instrument uses DataSocket technology for data transmission, the transmission of redundant data is effectively reduced. This B/S structured remote monitoring system is very convenient to use. The monitoring end can be anywhere connected to the Internet, which can well meet the requirements for timely sharing of test data. At the same time, this solution also provides a reference model for enterprises to conduct online measurements based on the network.
References
[1] Naional Instruments. DataSocket Technical Overview [EB/OL], NI company website, 2005, 3.
[2] Xu Hongan. B/S mode remote monitoring system based on ActiveX technology [J]. Manufacturing Technology and Machine Tools, 2004, (1): 74-76.
[3] Guo Huijun. Network virtual instrument laboratory based on ActiveX control [J]. Journal of Xi'an Jiaotong University, 2003, 37(2): 219-220.
[4] Wang Naining, et al. Optical measurement technology and application of particle size [M]. Beijing: Atomic Energy Press, 2000.
Previous article:How to judge and select laser particle size analyzer
Next article:Development and application of laser particle size analyzer for coal water slurry
- Popular Resources
- Popular amplifiers
- Non-invasive Blood Glucose Level Monitoring System for Diabetic Patients using Near-Infrared Spectro
- Accurate Level-crossing ADC Design for Biomedical Acquisition
- A portable ECG for recording and flexible development of algorithms and stress detection
- 12-Lead ECG Data Acquisition System Based on ADS1298
Recommended Content
Latest Test Measurement Articles
- Keysight Technologies Helps Samsung Electronics Successfully Validate FiRa® 2.0 Safe Distance Measurement Test Case
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Seizing the Opportunities in the Chinese Application Market: NI's Challenges and Answers
- Tektronix Launches Breakthrough Power Measurement Tools to Accelerate Innovation as Global Electrification Accelerates
- Not all oscilloscopes are created equal: Why ADCs and low noise floor matter
- Enable TekHSI high-speed interface function to accelerate the remote transmission of waveform data
- How to measure the quality of soft start thyristor
- How to use a multimeter to judge whether a soft starter is good or bad
- What are the advantages and disadvantages of non-contact temperature sensors?
MoreSelected Circuit Diagrams
MorePopular Articles
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
MoreDaily News
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
Guess you like
- About BL9341DC24V-3.3V
- BQ25619 is a charging chip suitable for headphones
- Zigbee technology discussion;
- Can the highest main frequency of DSP be obtained from the chip model?
- Is there a 24-bit AD chip with a gain of 256?
- How to choose the packaging form of resistors and capacitors? Are there any principles?
- EEWORLD University Hall----Microelectronics Technology (Harbin Institute of Technology)
- About the voltage spike problem of MOS in motor driver
- Embedded processors face side-channel attacks
- Insurance issues