Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c

Size: px
Start display at page:

Download "Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c"

Transcription

1 Key Engineering Materials Online: ISSN: , Vols , pp doi: / Trans Tech Publications, Switzerland Design of Intelligent Meteorological System Based on MEMS Wang Hao 1,a, Nie Meng 2,b, Huang Qing an 3,c 123 Southeast University, the Key Laboratory for MEMS of the Education Ministry of China, Nanjing, a wanghaoseu@163.com, b m_nie@seu.edu.cn, c hqa@seu.edu.cn Keywords: MEMS, Meteorological system, ARM Abstract. Intelligent weather station system based on MEMS sensors is designed. The automatic meteorological system includes a MEMS temperature sensor, MEMS humidity sensor, MEMS pressure sensor, MEMS wind speed sensor and the sensor intelligent control system, etc. The intelligent control system has functions such as precise timing, multiple sensor data automatic acquisition, storage and uploading, which realizes the intelligent control of this weather station system. Introduction Weather information occupies a pivotal position in social life and scientific research fields. Industries, including military affairs, aerospace, agriculture and transportation all need accurate weather information. However, the methods to obtain the weather information are either traditionally mechanical or empirical which can never meet the demand of real-time and accuracy.. The uncertainty of weather information may lead to disastrous consequences. With the development of the MEMS technologies, we are miniaturizing the sensors gradually. New sensors based on the MEMS technologies have been around. Automatic Meteorological Station based on the latest MEMS and integrated circuit technologies will become a trend of the weather stations [1,2]. With the STM32 processor as the control core, the system integration bases on the barometric pressure, temperature and humidity sensors of the latest MEMS technologies. It realizes the weather information collection, processing and uploading by combing the wind speed and direction system. The PC software deals with the final information and displays the result. System Architecture This system falls into four major categories: signal acquisition system, signal processing system, communication system and monitoring system. System diagram is shown in Fig.1. Fig.1 System block diagram The signal acquisition system, mainly composed of weather information sensors, accomplishes the weather information collection within the stipulated time following the instructions of the control core. The signal acquisition system mainly finishes the pretreatment process of the signal All rights reserved. No part of contents of this paper may be reproduced or transmitted in any form or by any means without the written permission of Trans Tech Publications, (ID: , Pennsylvania State University, University Park, USA-09/05/16,02:33:05)

2 802 Micro-Nano Technology XV collected by the sensors and compressed according to the prescriptive communication protocols. While the communication system is responsible for uploading the processed data to PC side whose software is in charge of showing and post processing data. Hardware Design The block diagram of hardware is shown in Fig.2. Air pressure sensors, temperature sensors and humidity sensors are in charge of gathering data of the temperature and humidity pressure. While the wind speed and direction system is responsible for collecting wind speed and direction information. These sensors communicate with the STM32 control core via the IIC or SPI bus. The TF card and EEPROM serve as storage cells. The EEPROM stores the product and calibration parameters and the TF card stores the weather information in nearly one year. The system communicates with the computer in the RS232 or 485 ways. Once instructions issued by computer to the MCU satisfy the data communication protocol format requirements, it is realizable implement dozens of functions such as baud rate settings, parameter settings and data uploading. Here s a detail of each hardware unit. Fig.2 Hardware block diagram Control Unit. The main control unit is constituted of controllers based on ARM core. Choose STM32 because of its low power, rich peripheral resource and powerful performance. Sensor Unit. Air pressure sensors use integrated sensor based on piezoresistive effect [3], this series of sensors adopt the latest MEMS technologies, they have the advantages such as small size, low power and high distinguishing rate, their relative precision can reach ±0.12hPa and the distinguishing rate can be up to 0.01hPa. They are one of the few sensors which can conformant to requirements of this project. The humidity sensors are based on the humidity sensitive elements [4], these chip sensors containing calibrated digital signals output are complex humidity and temperature sensors.they ensure a high reliability and excellent long-term stability. These sensors adopt capacitive principles of humidity measurement and combine the latest MEMS and Integrated Circuit technologies. The chip has a built-in A/D converter; simple manipulation of output digital signal can obtain the current humidity. These sensors connect on the general I/O interface of MCU directly and communicate with MCU through the means of time sequence simulation. The precision of the humidity sensors is limited by their inherent characteristics.the sensors are optimal and have high integration level and the precision can be as high as ±2%RH. Besides, full digital output increases the ease of use. The thermistor Pt100 is adopted to the temperature sensors. It has a perfect linearity and a wide range of temperature and helps compensate for the weaknesses of Integrated temperature sensors, only work above -40. As the temperature coefficient is around 0.38Ω/, temperature measuring circuits require careful design in order to meet the precision requirement (±0.2 ) of the weather systems. They must have very high sensitivity and extremely strong anti-interference ability. The system adopts 24 bits precise A/D converter as the core of temperature measuring circuits [5]. At the same time, it uses precise Pt100 to sense the temperature.

3 Key Engineering Materials Vols The wind speed and direction system is originally designed by the laboratory, adopting the ultrasound principle. It has many advantages such as high precision, good stability and strong anti-interference ability; it is controlled by single controllers and communicates with MCU via the SPI interface. Storage Cell. The system uses two cards: EEPROM and TF to the store data. The EEPROM is in charge of storing the ID of the system and the key information such as the related product calibration parameters.while the large capacity TF card stores the historical weather information around nearly one year. Real-time Clock. High time precision of weather system claims for reducing the mismatch and temperature drift of the oscillator to a great extent. The clock used in this system just happens to have built-in oscillator and temperature compensation circuit. This kind of architecture decreases the oscillator mismatch maximally and catches up on the temperature drift. Consequently, the timing error of this clock may accurate to ±15sec/month. Heat&Fan. The system need to be placed in aspirated covers to protect against radiation, which is originally designed by the laboratory. One of the key parts is the fan and the way it works is determined by MCU. What is more,the system has various built-in patterns, such as based on time or wind speed. Software Design The system software mainly includes STM32 side and PC control software. The PC control software, wrote in Visual C++, according to the defined agreement, decodes data captured by serial port and provides it to the user after processing data via the friendly human-computer interaction interface and mean while it stores a copy as a backup. STM32 side software is based on the µc/os-ii real-time operating system. The frame work is shown in Fig.3. Fig.3 Software architecture The system sets up tasks of initialization, collection of wind speed and direction, collection of temperature, humidity and pressure. Besides, data storage,data uploading and data command response are also included. The initialization task means mainly initializing and self-testing. Then it reads ID and parameters from EEPROM, meanwhile sets the time and connects to computers. This task execute only once. The collection of wind speed and direction task is executed per 3 seconds driven by the real time clock. Simultaneously, it sends the data to computers. Similarly, the collection task of temperature, humidity and pressure is also executed periodically. It gathers data every 3 seconds, then calculates the average and uploads every 1 minute. The data storage task is mainly mounting file systems. The weather stations support the FAT32 file systems. The weather information is stored in TF cards as text files. The greatest hallmark of the system is the good computer-human interaction. Hence, response is the most important task. This task has the highest priority. The main flowchart is shown in Fig.4.

4 804 Micro-Nano Technology XV Fig.4 Command response task After receiving the computer command, this task judges its type first, and then calls the appropriate subroutine. The command of upper computers is classified into global device command, specific device and preservation commands. To be specific, it covers ID accessing, system restoration, baud rate setting, parameter settings, time calibration and data uploading. In addition,the system also offer a rich set of extension command such as switches of data uploading both actively and passively as well as the historical data query. Performance Test Whether parameters meet the requirements needs final test. The system test requires specialized devices, such as high-precision temperature and humidity boxes, air pressure calibrating instruments and wind tunnels. Temperature test. Temperature performance tests are accomplished in the temperature and humidity boxes. The measurement temperature ranges from -35 to + 50.The measurement interval is 5 and there are 16 groups in total. The test results are shown in Fig.5. Fig.5 Pt100 test result The test results indicate that temperature measuring circuits have good degree of linearity. The 0.65Ω offset of the compensation resistance makes the difference between test values and theoretical values. Temperature values can be obtained after simply converting the resistance values. Humidity test. The humidity data requires nonlinearity compensation and temperature compensation, the nonlinearity compensation formula reads:

5 Key Engineering Materials Vols RH linear = RH (1) The relative humidity is defined as the ratio between water vapor pressure at certain temperature and saturated water vapor pressure at the same temperature. The saturated water vapor pressure is greatly affected by temperature, so the data after nonlinearity compensation still needs temperature compensation. Its compensation formula reads: RH true = (T( )-25) ( RH) + RH linea (2) Finally, adjust zero-drift of the data: RH final = RH liner + α (3) Temperature tests are accomplished in the temperature and humidity boxes,. The measurement ranges from 30% to100%. The temperature t in the temperature and humidity box stays 25 The results are shown in Fig.6. The results show that the measurements matches well with reference values. The maximum error is 1.41%,meeting the requirement of accuracy(±2%). Tests of air pressure and wind. Air pressure performance tests are accomplished in air pressure boxes. The measurement ranges from 550hPa to1050hpa. The results are shown in Fig.7. Fig.6 Humidity sensor test result Fig.7 Pressure sensor test result The wind speed and direction system is originally designed by the laboratory, The relevant compensated circuit and algorithms have been perfect. The performance curves are shown in Fig.8 and Fig.9. Fig.8 Wind speed test result Fig.9 Wind direction test result

6 806 Micro-Nano Technology XV Test Result. After systematic and perfect test, the final performance indicators are shown in Table1. Table1 Performance index Designation Resolution Index Temperature 0.01[ ] ±0.15[ ] Humidity 0.10[%] 2[%] Pressure [8] 0.01[hPa] 0.3[hPa] Wind speed 0.1[m/s] 0.3[m/s] Wind direction 0.1[ ] 0.3[ ] Power <5[W] Time accuracy <±30[S] The test results show that the system performs well, basically meet the target before design. Summary An intelligent weather station is designed in this paper. Weather Information collection, storage, uploading and provide a series of friendly human-computer interaction command to users, including: time setting, system setting, resetting and historical data query. By appropriate compensation, the system can reach the temperature precision of ±0.2, humidity precision of ±2% and air pressure precision of ±0.3hPa. Furthermore, the power consumption and consistency of the system has made a significant improvement. References [1] Vaisala. Instruetion Manval for Automatic Weather Station Milos 500 Softwares description[z]. (1990) [2] Kevin Keay, Ian Simmonds. The association of rainfall and other weather variables with road traffic volume in Melbourne Australia[J]. Accident Analysis and Prevention. (2005), (37): [3] Stmicroelectronics (China) investment co., LTD. STM32 Reference Manual[Z] (2010) [4] Sensirion. SHT75/SHT15/SHT25 Datasheet[EO/OL]. (2008) [5] Bosch. BMP180 Datasheet[EO/OL]. bosch-sensortec. com (2012) [6] TEXAS INSTRUMENTS. ADS1247 Datasheet[EO/OL](2009)

7 Micro-Nano Technology XV / Design of Intelligent Meteorological System Based on MEMS /

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d

A Research on High-Precision Strain Measurement Based on FBG with Temperature Compensation Zi Wang a, Xiang Zhang b, Yuegang Tan c, Tianliang Li d Advanced Materials Research Submitted: 214-1-31 ISSN: 1662-8985, Vol 183, pp 121-126 Accepted: 214-11-3 doi:1428/wwwscientificnet/amr183121 Online: 215-1-12 215 Trans Tech Publications, Switzerland A Research

More information

Materials Science Forum Online: ISSN: , Vols , pp doi: /

Materials Science Forum Online: ISSN: , Vols , pp doi: / Materials Science Forum Online: 2004-12-15 ISSN: 1662-9752, Vols. 471-472, pp 687-691 doi:10.4028/www.scientific.net/msf.471-472.687 Materials Science Forum Vols. *** (2004) pp.687-691 2004 Trans Tech

More information

WEATHER MULTI-SENSOR. Vaisala Weather Transmitter WXT510. Change the Way You Measure Weather

WEATHER MULTI-SENSOR. Vaisala Weather Transmitter WXT510. Change the Way You Measure Weather WXT510 WEATHER MULTI-SENSOR Vaisala Weather Transmitter WXT510 Change the Way You Measure Weather Vaisala Weather Transmitter WXT510 The Most Essential of Weather The Vaisala Weather Transmitter WXT510

More information

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design.

Keywords: Principle Of Escapement Mechanism, Tower Escape Apparatus, Mechanism Design. Key Engineering Materials Online: 2013-07-15 ISSN: 1662-9795, Vol. 561, pp 568-571 doi:10.4028/www.scientific.net/kem.561.568 2013 Trans Tech Publications, Switzerland Design and Research on tower escape

More information

473 Dew Point Hygrometer

473 Dew Point Hygrometer High Performance Chilled Mirror Hygrometer With Cable Mounted Measuring Heads Highly precise chilled mirror dew point technology Cable mounted dew point and temperature measurement Aspirated and direct

More information

473-SHX Dew Point Mirror

473-SHX Dew Point Mirror Humidity and Temperature Reference Hygrometer For Temperature up to 125 C Precise and stable chilled mirror dew point mirror technology High temperature optical components High temperature sample fan Cable

More information

Design of Integrated Error Compensating System for the Portable Flexible CMMs

Design of Integrated Error Compensating System for the Portable Flexible CMMs Design of Integrated Error Compensating System for the Portable Flexible CMMs Qing-Song Cao, Jie Zhu, Zhi-Fan Gao, and Guo-Liang Xiong College of Mechanical and Electrical Engineering, East China Jiaotong

More information

473 Dew Point Hygrometer

473 Dew Point Hygrometer gh Performance Chilled Hygrometer With Cable Mounted Measuring Heads ghly precise chilled mirror dew point technology Cable mounted dew point and temperature measurement Aspirated and direct insertion

More information

O P E R A T I N G M A N U A L

O P E R A T I N G M A N U A L OPERATING MANUAL WeatherJack OPERATING MANUAL 1-800-645-1061 The baud rate is 2400 ( 8 bits, 1 stop bit, no parity. Flow control = none) To make sure the unit is on line, send an X. the machine will respond

More information

ww.padasalai.net

ww.padasalai.net t w w ADHITHYA TRB- TET COACHING CENTRE KANCHIPURAM SUNDER MATRIC SCHOOL - 9786851468 TEST - 2 COMPUTER SCIENC PG - TRB DATE : 17. 03. 2019 t et t et t t t t UNIT 1 COMPUTER SYSTEM ARCHITECTURE t t t t

More information

Kestrel 4500 Pocket Weather Tracker

Kestrel 4500 Pocket Weather Tracker Kestrel 4500 Pocket Weather Tracker For years our customers have been asking for wind direction along with wind speed. New for 2007, the Kestrel 4500 does just that with its built in digital compass. But

More information

WeatherHawk Weather Station Protocol

WeatherHawk Weather Station Protocol WeatherHawk Weather Station Protocol Purpose To log atmosphere data using a WeatherHawk TM weather station Overview A weather station is setup to measure and record atmospheric measurements at 15 minute

More information

89BSD CALCULATION METHOD APPLICATION NOTE

89BSD CALCULATION METHOD APPLICATION NOTE FUNCTIONAL DESCRIPTION GENERAL The 89BSD consists of a piezoresistive sensor and a sensor interface IC. The main function of the sensor interface IC is to convert the uncompensated analogue output voltage

More information

Development of standard calibration equipment for the rain gauges

Development of standard calibration equipment for the rain gauges Development of standard calibration equipment for the rain gauges Gang-Wook Shin*, Sung-Taek Hong, Dong-Keun Lee * Korea Institute of Water and Environment, KOWACO, Daejeon, Korea (Tel : +82-42-860-041;

More information

EAS 535 Laboratory Exercise Weather Station Setup and Verification

EAS 535 Laboratory Exercise Weather Station Setup and Verification EAS 535 Laboratory Exercise Weather Station Setup and Verification Lab Objectives: In this lab exercise, you are going to examine and describe the error characteristics of several instruments, all purportedly

More information

MS4525HRD (High Resolution Digital)

MS4525HRD (High Resolution Digital) MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150

More information

Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2

Modeling of Ground Based Space Surveillance System Based on MAS Method. Xue Chen 1,a, Li Zhi 2 Applied Mechanics and Materials Online: 2014-03-24 ISSN: 1662-7482, Vols. 543-547, pp 2755-2758 doi:10.4028/www.scientific.net/amm.543-547.2755 2014 Trans Tech Publications, Switzerland Modeling of Ground

More information

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com)

Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Quick Start Guide New Mountain Visit our Website to Register Your Copy (weatherview32.com) Page 1 For the best results follow all of the instructions on the following pages to quickly access real-time

More information

Heat stress index. Dewpoint. pressure. altitude

Heat stress index. Dewpoint. pressure. altitude Kestrel 4200 Measures Volume air flow in cfm, L/s, m³/s, m³/m, m³/h Air velocity (current, average, and maximum) Heat stress index Windchill Relative humidity Dewpoint in F or C Humidity ratio Barometric

More information

Tracking board design for the SHAGARE stratospheric balloon project. Supervisor : René Beuchat Student : Joël Vallone

Tracking board design for the SHAGARE stratospheric balloon project. Supervisor : René Beuchat Student : Joël Vallone Tracking board design for the SHAGARE stratospheric balloon project Supervisor : René Beuchat Student : Joël Vallone Motivation Send & track a gamma-ray sensor in the stratosphere with a meteorological

More information

SENSORS CLIMATRONICS CORPORATION (631) MANUAL TACMET II WEATHER STATION, EMI 2.0 INSTALLATION 1.0 INTRODUCTION

SENSORS CLIMATRONICS CORPORATION (631) MANUAL TACMET II WEATHER STATION, EMI 2.0 INSTALLATION 1.0 INTRODUCTION SENSORS MANUAL TACMET II WEATHER STATION, EMI P/N M102304 Rev H 1.0 INTRODUCTION Climatronics TACMET II weather station is designed as a stand-alone weather station to provide accurate measurements of

More information

Instrument Test Report ITR 656. Evaluation of Milos 500 AWS unit

Instrument Test Report ITR 656. Evaluation of Milos 500 AWS unit Instrument Test Report ITR 656 Evaluation of Milos 500 AWS unit Glenn Bowkett Physics Laboratory, OEB 23 November, 1999 Authorisation Tasia Livaditis A/LAB Physics Laboratory Distribution All RDs, ROMs,

More information

Understanding Hot-Wire Anemometry

Understanding Hot-Wire Anemometry Thermal Minutes Understanding Hot-Wire Anemometry Introduction Hot-wire anemometry is a technique for measuring the velocity of fluids, and can be used in many different fields. A hot-wire anemometer consists

More information

2100TR Liquid Scintillation Counter

2100TR Liquid Scintillation Counter 2100TR Liquid Scintillation Counter Description The Tri-Carb 2100TR liquid scintillation counter is computer-controlled, bench top liquid scintillation analyzer for detecting small amounts of alpha, beta

More information

Magnetic Field Characteristics of the Flat Type Electro-Magnetic Barrel Finishing Machine O. Sugiura

Magnetic Field Characteristics of the Flat Type Electro-Magnetic Barrel Finishing Machine O. Sugiura Key Engineering Materials Online: 2004-02-15 ISSN: 1662-9795, Vols. 257-258, pp 515-520 doi:10.4028/www.scientific.net/kem.257-258.515 2004 Trans Tech Publications, Switzerland Magnetic Field Characteristics

More information

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS

AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS AN INTERNATIONAL SOLAR IRRADIANCE DATA INGEST SYSTEM FOR FORECASTING SOLAR POWER AND AGRICULTURAL CROP YIELDS James Hall JHTech PO Box 877 Divide, CO 80814 Email: jameshall@jhtech.com Jeffrey Hall JHTech

More information

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d

The Simulation of Dropped Objects on the Offshore Structure Liping SUN 1,a, Gang MA 1,b, Chunyong NIE 2,c, Zihan WANG 1,d Advanced Materials Research Online: 2011-09-02 ISSN: 1662-8985, Vol. 339, pp 553-556 doi:10.4028/www.scientific.net/amr.339.553 2011 Trans Tech Publications, Switzerland The Simulation of Dropped Objects

More information

WEATHER STATION FOR SOLAR FARM MONITORING

WEATHER STATION FOR SOLAR FARM MONITORING WEATHER STATION FOR SOLAR FARM MONITORING SOLAR FARM MONITORING SYSTEM: Measures global, horizontal, & background irradiance. Measures wind speed, wind direction, ambient temperature, and relative humidity.

More information

Comparison of Vaisala Radiosondes RS41 and RS92 WHITE PAPER

Comparison of Vaisala Radiosondes RS41 and RS92 WHITE PAPER Comparison of Vaisala Radiosondes RS41 and RS92 WHITE PAPER Table of Contents CHAPTER 1 Introduction... 4 CHAPTER 2 Key Improvements in RS41... 5 CHAPTER 3 RS41 and RS92 Comparison Tables... 6 CHAPTER

More information

Weather Station with Data Storage

Weather Station with Data Storage Weather Station with Data Storage Emad-Eldeen Bilal Hassan Bilal 1 and Dr. Eltaher Mohamed Hussein 2 1 Control Engineering, Alneelain University, Khartoum, Sudan emadbilal55@gmail.com 2 College of Engineering,

More information

Digital Stored Grain Quality Management. BinMaster Level Controls Lincoln, Nebraska, USA

Digital Stored Grain Quality Management. BinMaster Level Controls Lincoln, Nebraska, USA Digital Stored Grain Quality Management BinMaster Level Controls Lincoln, Nebraska, USA Why monitor stored grain? Early detection protects against losses Reduce shrink to maximize grain weight and profit

More information

Acceleration/Velocity/Displacement VIBRATION METER

Acceleration/Velocity/Displacement VIBRATION METER Acceleration/Velocity/Displacement VIBRATION METER Model : VB-8220 Your purchase of this VIBRATION METER marks a step forward for you into the field of precision measurement. Although this METER is a complex

More information

Natural Gas Measurement Using Temperature-Dependent Thermal Conductivity

Natural Gas Measurement Using Temperature-Dependent Thermal Conductivity Natural Gas Measurement Using Temperature-Dependent Thermal Conductivity Ryuuichi Hamaguchi Advanced Automation Company Azbil Corporation Keywords Natural gas, LNG, calorific value, methane number, calorimeter

More information

Automated data logging instrumentation system for wind speed and direction measurements

Automated data logging instrumentation system for wind speed and direction measurements African Journal of Physics Vol. 1 (1), pp. 1-4, September, 213. Available online at www.internationalscholarsjournals.org International Scholars Journals Full length research paper Automated data logging

More information

The Ordering Code for various standard model Recorders with an AC supply and without any additional options are as follows:

The Ordering Code for various standard model Recorders with an AC supply and without any additional options are as follows: The basic PC software is supplied free with the recorder. There is an additional charge for the extensive Data Acquisition Software supplied with communication of RS-232/422/485 or Ethernet. The Ordering

More information

SOFTWARE USER MANUAL. Weather Capture Advance WS1640 WM9280

SOFTWARE USER MANUAL. Weather Capture Advance WS1640 WM9280 SOFTWARE USER MANUAL Weather Capture Advance WS1640 WM9280 1 TABLE OF CONTENTS 1. Introduction 3 1.1 System requirements 1.2 Connection of the weather station 1.3 Installation of the Weather Capture Advance

More information

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content

MP3 Digital Voice Module Model No.: VCM-SD Rev.A3. Content Content Introduction Page 01 - Feature Function / Specification Page 02 - Electronic Specification Page 03 Hardware Information - PCB Scheme Page 04 - Jumper / Connectors Description Page 04 - Operation

More information

MS BA Micro Altimeter Module

MS BA Micro Altimeter Module High resolution module, 20cm Fast conversion down to ms Low power, µa (standby < 0.5 µa) QFN package 5.0 x 3.0 x.0 mm 3 Supply voltage.8 to 3.6 V Integrated digital pressure sensor (24 bit Σ AC) Operating

More information

OPERATION MANUAL. 3 in 1, IR, Type K/J/R/E/T, Pt 100 ohm THERMOMETER. Model : TM-2000

OPERATION MANUAL. 3 in 1, IR, Type K/J/R/E/T, Pt 100 ohm THERMOMETER. Model : TM-2000 3 in 1, IR, Type K/J/R/E/T, Pt 100 ohm THERMOMETER Model : TM-2000 Your purchase of this THERMOMETER marks a step forward for you into the field of precision measurement. Although this THERMOMETER is a

More information

Neural Network Based Density Measurement

Neural Network Based Density Measurement Bulg. J. Phys. 31 (2004) 163 169 P. Neelamegam 1, A. Rajendran 2 1 PG and Research Department of Physics, AVVM Sri Pushpam College (Autonomous), Poondi, Thanjavur, Tamil Nadu-613 503, India 2 PG and Research

More information

Non-Acoustical Inputs

Non-Acoustical Inputs CHAPTER 18 Non-Acoustical Inputs This chapter discusses the use of external transducers and devices to provide non-acoustical data to the Model 831. Included are the following: 831-INT 831-INT Interface

More information

Legacy Calibration of the Automatic Weather Station Model 2 of the United States Antarctic Program

Legacy Calibration of the Automatic Weather Station Model 2 of the United States Antarctic Program Legacy Calibration of the Automatic Weather Station Model 2 of the United States Antarctic Program G. A. Weidner 2, J. E. Thom 1, and M. A. Lazzara 1 1 Antarctic Meteorological Research Center Space Science

More information

Penetrometer for Soil and Snowpack Characterization

Penetrometer for Soil and Snowpack Characterization Asian Journal of Chemistry Vol. 21, No. 10 (2009), S017-021 Penetrometer for Soil and Snowpack Characterization M. SINGH*, M. SINGH * Department of Electrical and Instrumentation Engineering, Thapar University-

More information

SPECIFICATION. Messrs. DATE 20 June, 2013 No. V AP4, AG4 Pressure Sensor

SPECIFICATION. Messrs. DATE 20 June, 2013 No. V AP4, AG4 Pressure Sensor DATE 20 June, 2013 No. Messrs. SPECIFICATION Model: AP4, AG4 Pressure Sensor Project: Distributor: Preliminary Edition rev. 1.00 This document has a possibility to be revised without notice. Reference:

More information

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure

Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure DATASHEET Pascal ET Pascal ET is an handheld multifunction calibrator for the measurement and simulation of the following parameters: - pressure - electrical signals (ma, mv, V, ) - temperature (TC and

More information

3URGXFWLQIRUPDWLRQ 5HVHUYDWLRQRISURSHUW\ULJKWV

3URGXFWLQIRUPDWLRQ 5HVHUYDWLRQRISURSHUW\ULJKWV 3URGXFWLQIRUPDWLRQ +\URSKLO Š '7W\SH 5HVHUYDWLRQRISURSHUW\ULKWV 7KHFRQWHQWRIWKLVGRFXPHQWLVWKHLQWHOOHFWXDOSURSHUW\RI%$57(&DQGPXVWQHLWKHUEHFRSLHGQRUPDGHDYDLO DEOHWRWKLUGSDUWLHVQRWHYHQLQH[WUDFWVZLWKRXWRXUH[SUHVVDSSURYDOLQZULWLQ$Q\LQIULQHPHQWZLOOUHVXOWLQD

More information

CALYS 80P. Field pressure calibrator with high accuracy 0.01%

CALYS 80P. Field pressure calibrator with high accuracy 0.01% Field pressure calibrator with high accuracy 0.01% CALYS 80P is a field pressure calibrator within CALYS range with high accuracy of 0.01%. Description CALYS 80P is a field pressure calibrator within CALYS

More information

Miniature Electronically Trimmable Capacitor V DD. Maxim Integrated Products 1

Miniature Electronically Trimmable Capacitor V DD. Maxim Integrated Products 1 19-1948; Rev 1; 3/01 Miniature Electronically Trimmable Capacitor General Description The is a fine-line (geometry) electronically trimmable capacitor (FLECAP) programmable through a simple digital interface.

More information

Innovative Sustainable Technology

Innovative Sustainable Technology Innovative Sustainable Technology DIG is committed to practices that contribute to irrigation and energy efficiency, creating healthy living conditions while maintaining environmentally sound operating

More information

FRAM V5.2. Plutonium and Uranium Isotopic Analysis Software

FRAM V5.2. Plutonium and Uranium Isotopic Analysis Software V5.2 Plutonium and Uranium Isotopic Analysis Software Advanced Isotopic Ratio Analysis Software for HPGe Gamma-Ray Spectra Analyzes Pu, and a wide variety of heterogeneous samples containing Pu, Am, U,

More information

STANDARD OPERATING PROCEDURES

STANDARD OPERATING PROCEDURES PAGE: 1 of 5 CONTENTS 1.0 SCOPE AND APPLICATION 2.0 METHOD SUMMARY 3.0 SAMPLE PRESERVATION, CONTAINERS, HANDLING, AND STORAGE 4.0 INTERFERENCE AND POTENTIAL PROBLEMS 5.0 EQUIPMENT/APPARATUS 6.0 REAGENTS

More information

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card

CHV Series Vector Control Inverter Options. Operating Instructions for Tension Control Card CHV Series Vector Control Inverter Options Operating Instructions for Control Card 1. Model and Specifications 1.1 Model The model of tension card is CHV00ZL. CHV series inverter can conduct constant

More information

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa)

MS4525HRD (High Resolution Digital) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Integrated Digital Pressure Sensor (24-bit Σ ADC) Fast Conversion Down to 1 ms Low Power, 1 µa (standby < 0.15 µa) Supply Voltage: 1.8 to 3.6V Pressure Range: 1 to 150 PSI I 2 C and SPI Interface up to

More information

THM80X Series Feature Application. Temperature & Humidity / Flow Measuring Specialist

THM80X Series  Feature Application. Temperature & Humidity / Flow Measuring Specialist THM80X Series Feature Application IP67 protection degree, rugged aluminum case, fit in variety harsh environment Capable of temperature compensation Linear adjustment temperature & humidity by computer,

More information

QUALITY MANAGEMENT IN SURFACE, CLIMATE AND UPPER-AIR OBSERVATIONS IN CHINA

QUALITY MANAGEMENT IN SURFACE, CLIMATE AND UPPER-AIR OBSERVATIONS IN CHINA China JMA/WMO Workshop on Quality Management in Surface, Climate and Upper-air Observations in RA II (Asia) Tokyo, Japan 27-30 July 2010 Doc. Country (.VII.2010) QUALITY MANAGEMENT IN SURFACE, CLIMATE

More information

Intelligent Sensor Management for Brewing Processes

Intelligent Sensor Management for Brewing Processes Intelligent Sensor Management for Brewing Processes Intelligent Sensor Management Intelligent Sensor Management, or simply ISM, is a digital technology for in-line process analytical systems that enhances

More information

GREAT EXPERIENCE IN MONITORING SYSTEMS CAPACITY ON DEVELOPMENT AND CREATING SOLUTIONS ADVANCED ITALIAN TECHNOLOGY

GREAT EXPERIENCE IN MONITORING SYSTEMS CAPACITY ON DEVELOPMENT AND CREATING SOLUTIONS ADVANCED ITALIAN TECHNOLOGY GREAT EXPERIENCE IN MONITORING SYSTEMS CAPACITY ON DEVELOPMENT AND CREATING SOLUTIONS ADVANCED ITALIAN TECHNOLOGY NESA Srl Via Sartori 6/8 31020 Vidor (TV) Italy www.nesasrl.it info@nesasrl.it Quality

More information

The Challenge is to Define: System Engineering. System Engineering Components. Functional Requirements

The Challenge is to Define: System Engineering. System Engineering Components. Functional Requirements The Challenge is to Define: System Engineering What it is supposed to do How well it must do it It s constituant parts and how they play together We are not prepared for detail design, assembly and test

More information

IoT Based Weather Monitoring System

IoT Based Weather Monitoring System IoT Based Weather Monitoring System Mr.Pravin Pawar, Mr.Sudarshan Lahade, Mr.Saurabh Shinde, Prof.Pradeep Khatua 1. Mr.Pravin Pawar, Dept. of E&TC, Dr. D. Y. Patil School of Engineering, SPPU,. 2. Mr.Sudarshan

More information

CALYS 120 IS. ATEX documenting multifunction calibrator with high accuracy 0.006%

CALYS 120 IS. ATEX documenting multifunction calibrator with high accuracy 0.006% ATEX documenting multifunction calibrator with high accuracy 0.006% is the top instrument of our range of ATEX documenting multifunction calibrators. Description is the top instrument of our range of ATEX

More information

Mark Redekopp, All rights reserved. Lecture 1 Slides. Intro Number Systems Logic Functions

Mark Redekopp, All rights reserved. Lecture 1 Slides. Intro Number Systems Logic Functions Lecture Slides Intro Number Systems Logic Functions EE 0 in Context EE 0 EE 20L Logic Design Fundamentals Logic Design, CAD Tools, Lab tools, Project EE 357 EE 457 Computer Architecture Using the logic

More information

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene

The Linear Relationship between Concentrations and UV Absorbance of Nitrobenzene Advanced Materials Research Online: 2014-06-18 ISSN: 1662-8985, Vols. 955-959, pp 1376-1379 doi:10.4028/www.scientific.net/amr.955-959.1376 2014 Trans Tech Publications, Switzerland The Linear Relationship

More information

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks

Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks 21 8th IEEE International Conference on Control and Automation Xiamen, China, June 9-11, 21 ThCP1.8 Modeling and Compensation for Capacitive Pressure Sensor by RBF Neural Networks Mahnaz Hashemi, Jafar

More information

arxiv: v1 [physics.ins-det] 12 Jul 2015 S. Sahu a, M. R. Bhuyan b, Sharmili Rudra c, S. Biswas b,, B. Mohanty b, P. K.

arxiv: v1 [physics.ins-det] 12 Jul 2015 S. Sahu a, M. R. Bhuyan b, Sharmili Rudra c, S. Biswas b,, B. Mohanty b, P. K. RD51-NOTE-2015-004 Design and fabrication of a data logger for atmospheric pressure, temperature and relative humidity for gas-filled detector development arxiv:1507.03575v1 [physics.ins-det] 12 Jul 2015

More information

Low Cost Weather Stations for Developing Countries (Kenya)

Low Cost Weather Stations for Developing Countries (Kenya) Low Cost Weather Stations for Developing Countries (Kenya) Charles Mwangi Kenya Space Agency 7 th UNSPIDER Conference 23th-25th October 2017 Prepared with support of: Martin Steinson/Paul Kucera - UCAR/NCAR

More information

Towards Automatic Nanomanipulation at the Atomic Scale

Towards Automatic Nanomanipulation at the Atomic Scale Towards Automatic Nanomanipulation at the Atomic Scale Bernd Schütz Department of Computer Science University of Hamburg, Germany Department of Computer Science Outline Introduction System Overview Workpackages

More information

BOXA-II ON-STREAM X-RAY FLUORESCENCE ANALYZER. Technical Description Version 2 BGRIMM AUTOMATION

BOXA-II ON-STREAM X-RAY FLUORESCENCE ANALYZER. Technical Description Version 2 BGRIMM AUTOMATION BOXA-II ON-STREAM X-RAY FLUORESCENCE ANALYZER Technical Description Version 2 BGRIMM AUTOMATION, South 4th Ring Road West, Beijing, China TEL: +86(10)59069762 Fax: +86(10)68360101 Contents BGRIMM AUTOMATION

More information

Development of a Remote Automatic Weather Station with a PCbased

Development of a Remote Automatic Weather Station with a PCbased , pp.233-24 http://dx.doi.org/1.14257/ijhit.14.7.1.19 Development of a Remote Automatic Weather Station with a PCbased Data Logger Roneel V. Sharan School of Engineering and Physics, University of the

More information

Mini Environmental Quality Meter

Mini Environmental Quality Meter Mini Environmental Quality Meter 850027 Mini Environmental Quality Meter 850027 Copyright 2012 by Sper Scientific ALL RIGHTS RESERVED Printed in the USA The contents of this manual may not be reproduced

More information

EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs. Cross-coupled NOR gates

EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs. Cross-coupled NOR gates EECS150 - Digital Design Lecture 23 - FFs revisited, FIFOs, ECCs, LSFRs April 16, 2009 John Wawrzynek Spring 2009 EECS150 - Lec24-blocks Page 1 Cross-coupled NOR gates remember, If both R=0 & S=0, then

More information

Grid component outage probability model considering weather and. aging factors

Grid component outage probability model considering weather and. aging factors Advanced Materials Research Online: 2013-09-10 ISSN: 1662-8985, Vols. 805-806, pp 822-827 doi:10.4028/www.scientific.net/amr.805-806.822 2013 Trans Tech Publications, Switzerland Grid component outage

More information

Weather Stations. Evaluation copy. 9. Post live weather data on the school s web site for students, faculty and community.

Weather Stations. Evaluation copy. 9. Post live weather data on the school s web site for students, faculty and community. Weather Stations Computer P6 Collecting and analyzing weather data can be an important part of your Earth Science curriculum. It might even be an ongoing part of your entire course. A variety of activities

More information

Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder

Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder PIERS ONLINE, VOL. 6, NO. 1, 2010 6 Calibration and Temperature Retrieval of Improved Ground-based Atmospheric Microwave Sounder Jie Ying He 1, 2, Yu Zhang 1, 2, and Sheng Wei Zhang 1 1 Center for Space

More information

Lecture 13: Sequential Circuits, FSM

Lecture 13: Sequential Circuits, FSM Lecture 13: Sequential Circuits, FSM Today s topics: Sequential circuits Finite state machines 1 Clocks A microprocessor is composed of many different circuits that are operating simultaneously if each

More information

MKIII -MB USER S GUIDE 09/18/18. Rev. 3

MKIII -MB USER S GUIDE 09/18/18. Rev. 3 MKIII -MB USER S GUIDE 09/18/18 Rev. 3 Copyright 2018 by RainWise, Inc. All rights reserved. No part of this work may be reproduced in any form except by written permission of the publisher. All rights

More information

Pi in the Sky (Sensors) Ian Bragg from Gadsden, AL Jacksonville State University Mentors: Raj and Dr. Loft NCAR SIParCS

Pi in the Sky (Sensors) Ian Bragg from Gadsden, AL Jacksonville State University Mentors: Raj and Dr. Loft NCAR SIParCS Pi in the Sky (Sensors) Ian Bragg from Gadsden, AL Jacksonville State University Mentors: Raj and Dr. Loft NCAR SIParCS Topic and Authors Cost-effective weather data cloud storage and web portal using

More information

Paroscientific, Inc. Digiquartz Technology Overview. Paroscientific, Inc.

Paroscientific, Inc. Digiquartz Technology Overview. Paroscientific, Inc. Digiquartz Technology Overview Quartz Crystal A quartz crystal resonator is the key sensing element in a Digiquartz pressure transducer. Quartz was chosen for the following inherent characteristics: High

More information

The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL.

The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL. The Vaisala AUTOSONDE AS41 OPERATIONAL EFFICIENCY AND RELIABILITY TO A TOTALLY NEW LEVEL. Weather Data Benefit For Society The four most important things about weather prediction are quality, reliability,

More information

Embedded Control System of Apparatus for Measurement of Thermal Conductivity

Embedded Control System of Apparatus for Measurement of Thermal Conductivity Embedded Control System of Apparatus for Measurement of Thermal Conductivity RENÉ PYSZKO 1, LUDVÍK KOVAL 2, ADÉLA MACHÁČKOVÁ 1 ZUZANA KLEČKOVÁ 1 and ZDENĚK JEDLIČKA 1 1 Department of Thermal Engineering

More information

personal weather station

personal weather station personal weather station Master your own climate measurements on your smartphone TRAINING BOOK Pitch The Netatmo Personal Weather Station helps you master your own climate measurements on your smartphone.

More information

doi: / Dust Concentration Measuring Based on Nonlinear Amended Capacitance Method

doi: / Dust Concentration Measuring Based on Nonlinear Amended Capacitance Method Rev. Téc. Ing. Univ. Zulia. Vol. 39, Nº 7, 57-6, 06 doi:0.3/00.39.7.07 Dust Concentration Measuring Based on Nonlinear Amended Capacitance Method Zemin Wang*, Yongsheng Fu, Bingshan Lei School of Electronic

More information

CSE370: Introduction to Digital Design

CSE370: Introduction to Digital Design CSE370: Introduction to Digital Design Course staff Gaetano Borriello, Brian DeRenzi, Firat Kiyak Course web www.cs.washington.edu/370/ Make sure to subscribe to class mailing list (cse370@cs) Course text

More information

PTA-427 BAROMETRIC PRESSURE TRANSDUCER OPERATOR S MANUAL

PTA-427 BAROMETRIC PRESSURE TRANSDUCER OPERATOR S MANUAL PTA-427 BAROMETRIC PRESSURE TRANSDUCER OPERATOR S MANUAL REVISION: 4/95 COPYRIGHT 1991, 1995 CAMPBELL SCIENTIFIC, INC. WARRANTY AND ASSISTANCE The PTA-427 Barometric Pressure Transducer is warranted by

More information

Maintenance/ Discontinued

Maintenance/ Discontinued ICs for Compact Disc/CD-ROM Player AN8783SB 4-channel linear driver IC for CD/CD-ROM drive Overview The AN8783SB employs one channel of power op-amp. system and three channels of H-bridge system. Two channels

More information

Geospatial Tactical Decision Aids

Geospatial Tactical Decision Aids Geospatial Tactical Decision Aids Miguel Pacheco Abstract Environmental conditions are known to affect the efficiency and effectiveness of military platforms, weapon systems and personnel. The translation

More information

Vaisala AviMet Automated Weather Observing System

Vaisala AviMet Automated Weather Observing System Vaisala AviMet Automated Weather Observing System Solutions to meet your challenges Our mission: to help you operate succesfully Safe, economical, reliable and flexible operation of your airport is ensured

More information

Lubricating Oil Pollution Detection Sensor Design

Lubricating Oil Pollution Detection Sensor Design Sensors & Transducers 014 by IFSA Publishing, S. L. http://www.sensorsportal.com Lubricating Oil Pollution Detection Sensor Design Zhichun WANG, Zengjia WANG, Jianhang WANG, Wentao LI College of information

More information

MS BA01 Variometer Module, with LCP cap

MS BA01 Variometer Module, with LCP cap High resolution module, 10 cm Fast conversion down to 1 ms Low power, 1 µa (standby < 0.15 µa) QFN package 5.0 x 3.0 x 1.7 mm 3 Supply voltage 1.8 to 3.6 V Integrated digital pressure sensor (24 bit ΔΣ

More information

LabVIEW and PCI DAQ Card Based HTS Test and Control Platforms

LabVIEW and PCI DAQ Card Based HTS Test and Control Platforms 198 LabVIEW and PCI DAQ Card Based HTS Test and Platforms Hui-Bin Zhao, Jian-Xun Jin, Pu-Chun Jiang, Wen-Hui Gao, and Zi-Lu Liang Abstract This paper introduces the relevant parameters and related characteristics

More information

CMP 338: Third Class

CMP 338: Third Class CMP 338: Third Class HW 2 solution Conversion between bases The TINY processor Abstraction and separation of concerns Circuit design big picture Moore s law and chip fabrication cost Performance What does

More information

Differential Pressure Sensor

Differential Pressure Sensor Differential Pressure Sensor MDP200 Series Features Pressure range up to ±500Pa with high accuracy of ±3.0% m.v. Pressure based on thermal micro-flow measurement Outstanding hysteresis and repeatability

More information

MODBUS Protocol for CS141 network card families

MODBUS Protocol for CS141 network card families Last update: 20/09/208 MODBUS Protocol for CS4 network card families Summary. MODBUS PROTOCOL... 2.. MODBUS COMMUNICATION PARAMETERS... 2.2. AVAILABLE MODBUS FUNCTION CODES... 2.3. EXCEPTION CODES... 3

More information

MetConsole AWOS. (Automated Weather Observation System) Make the most of your energy SM

MetConsole AWOS. (Automated Weather Observation System) Make the most of your energy SM MetConsole AWOS (Automated Weather Observation System) Meets your aviation weather needs with inherent flexibility, proven reliability Make the most of your energy SM Automated Weather Observation System

More information

ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University

ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University ECEN 651: Microprogrammed Control of Digital Systems Department of Electrical and Computer Engineering Texas A&M University Prof. Mi Lu TA: Ehsan Rohani Laboratory Exercise #4 MIPS Assembly and Simulation

More information

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation

1 Introduction. Station Type No. Synoptic/GTS 17 Principal 172 Ordinary 546 Precipitation Use of Automatic Weather Stations in Ethiopia Dula Shanko National Meteorological Agency(NMA), Addis Ababa, Ethiopia Phone: +251116639662, Mob +251911208024 Fax +251116625292, Email: Du_shanko@yahoo.com

More information

From Sequential Circuits to Real Computers

From Sequential Circuits to Real Computers 1 / 36 From Sequential Circuits to Real Computers Lecturer: Guillaume Beslon Original Author: Lionel Morel Computer Science and Information Technologies - INSA Lyon Fall 2017 2 / 36 Introduction What we

More information

NovaToast SmartVision Project Requirements

NovaToast SmartVision Project Requirements NovaToast SmartVision Project Requirements Jacob Anderson William Chen Christopher Kim Jonathan Simozar Brian Wan Revision History v1.0: Initial creation of the document and first draft. v1.1 (2/9): Added

More information

VAISALA RADIOSONDE RS41 COVER IMPROVEMENT

VAISALA RADIOSONDE RS41 COVER IMPROVEMENT VAISALA RADIOSONDE RS41 COVER IMPROVEMENT White Paper B211661EN-A PUBLISHED BY Vaisala Oyj Phone (int.): +358 9 8949 1 P.O. Box 26 Fax: +358 9 8949 2227 FI-00421 Helsinki Finland Visit our website at www.vaisala.com

More information

DEVELOPMENT OF THE MEASURING SYSTEM FOR ANALYSING THE THERMAL PROPERTIES OF CLOTHING

DEVELOPMENT OF THE MEASURING SYSTEM FOR ANALYSING THE THERMAL PROPERTIES OF CLOTHING DEVELOPMENT OF THE MEASURING SYSTEM FOR ANALYSING THE THERMAL PROPERTIES OF CLOTHING Dubravko ROGALE; Snježana FIRŠT ROGALE & Ivana ŠPELIĆ Abstract:The measuring system for assessing static and dynamic

More information