SlideShare a Scribd company logo
ROLE OF DATA LOGGER AND SENSORS
IN
DEW AND RAIN WATER HARVESTING SYSTEM
NEAR KHOTARA
Introduction:
The role and science and technology in developing
countries not only help in understanding the problem
but also paves a way to solving the problems. In
country like INDIA were most of the population lives
in rural areas are encircled by various problems and
challenges. Among such challenges are water and
electricity. In order to find a solution to this problem
by the help of science and technology a village region
“Kohtara” was selected to do a project in Bhuj district
of GUJARAT state. A Dew and Water harvesting
system was a novel approach undertaken by Professor
Girja sharan to tackle the water problem in Semi-Arid
regions and to show how science can play a role to
eliminate this problem.
Motivation:
I being an ICT student found a chance of role of
Technology and Devices into the project. The main
motivation that keeps me to drive into the project is to
solve the problem of acquiring the meteorological data
by the help of different devices and various
technologies available in science world. The data that
collected is a meteorological information which could
be helpful for understanding various climatic changes,
it also helps for making decision for future purpose.
Approachment of Devices and Technology:
The acquiring of data at the project site is done by
the requirement levels. The project is more interested
into the “Surface temperature, Wind direction, Wind
speed, Air Temperature”, even though they are many
parameters of dynamic climate like Radiation, Rain
and Humidity so on. Due to the requirement and
concern interests the approachof devices is done on the
basis of project need. To acquire the meteorological
data “Sensors” are the best devices which can collect
the data scientifically and can transmit to the storage
devices. For this purpose Wind direction sensor, wind
speed sensor, ambient temperature sensors and relative
humidity sensor serves the purpose.
After the collection of the meteorological data from
sensors the storage of the data is maintained by the
Data Logger. The role of data logger is immense for
data collecting and storing with help of memory cards.
OBJECTIVES:
1) To suggest and install best method of collecting the
data about climatic changes from sensors and devices.
2) To understand and observe the MODBUS device
along with data logger which can help in accessing
the data remotely.
3) To collect and analysing the data that collected on
the project site.
Step 1:
The best methods suggested of the networking of
sensors and data logger which used for collection of
data are:
a) Wired sensors – Wired data logger to base Station.
b) Wired sensors – Data logger with SD card.
c) Wired sensors – Wireless data logger.
d) Wireless sensor – Wireless data logger.
e) Wireless sensors with built in memory and TX/Rx.
By the project requirement and availability of funds
we choose the third model were the installation of
wired sensors and data logger with wireless
capabilities are carried for the project.
Wired Sensors:
The sensors which are mentioned in the project are
copper wired type which are connected to the
“Transporting Unit (T.U)”. This T.U act as bridging
between the sensors flow of data to the data logger
were Analog to digital data conversion are done.
Data Logger:
This device is reliable, accurate device and act as
instrument to record measurements of sensors. This
device consists of battery pack which provide power to
the device. This data logger is a microprocessor based
system that scans the input for every five seconds and
the analog data is multiplexed through an analog
multiplexer and converted to digital data by a 12 bit
analog to digital converter.The digital data is displayed
on a two line alphanumeric liquid crystal display. Data
logger consists of keyboard on the front panel which
can be given as input request. Along with data of
sensors, time and calendar can be set with help of
keyboard.
Installing the sensors:
Figure 1: The air temperature and humidity sensors
Figure 2: The air temperature and humidity sensors
Installing Data Logger:
Figure 3: Data logger installed in the site location
Figure 4: Data logger, battery, Translational unit
The above figure:1 and figure:2 depicts the sensors
position in the project area. The sensors are connected
with wired mode to the data logger. The data logger can
be seen with battery pack in the figure:3 and figure:4.
The data can be accessible from print pin in which a
SD card reader is connected with a 2GB card.
Brief description on “Data logger and
Modbus”:
Data Loggers are electronic devices which logs data
from other peripherals connected to it. Mainly data
logger are used for weather monitoring situations
alongwith sensors. Theyalso record the date andtime
with respective to sensor data.
PROJECT DETAILS:
For “Dew and Rain water Harvesting” project Data
logger play a pivotal role in understanding the weather
changes in semi-arid area. In order to access the data
remotely from data logger a device MODBUS is
embedded with data logger. As per the project
requirement Wind direction, wind speed, Temperature
sensors are used for observing the meteorological
changes.
Workingof Data logger and Sensors:
As seen in figure:1 the sensors of wind direction, wind speed
and temperature are connected to data logger by the wired cables.
The data logger consists of input port pins which provide
accessing of all data from sensors. Data loggers also contains two
output ports, one provide data of sensors in ‘.text’ format by
external memory card. The other port is a RS-485 which provide
current data. In order to read data from RS-485 on any computer
the data from RS-485 is given to RS-232 convertor.
This convertor had an established series connection with
computer. After installation of serial port drive software in
computer it is possible to detect the data from RS-232 convertor.
By the help of simulating software the output of the data can be
seen on the computer. Q Modbus master and Adam Apax.Net are
two types of software used for setting up the function code and
testing the sensor data.
Figure: 1
TEST SETTING UP:
As seen in figure: 2, After connecting with RS-485 to RS-232
convertor Through setup option the mode of error checking, baud
rate, data bits is selected for running the test. As seen in Figure 3:
the function code is selected. According to the project objective
reading the data from sensors is primary motive. So, the registers
which act as data holders are able to read by the function code:
Reading Holding Registers. After selection of function code the
type of data is selected in decimal or hexadecimal format.
Test Setup-Figure: 2
TEST FUNCTION CODE: This step provides to access the data
from registers in Hex and decimal form.
Function Code- Figure: 3
TEST RESULTS:
After selecting the test setup and function code the output
of the simulator will look as shown below figure-4
TEST RESULT FIGURE: 4
While observing the test results we can find the data is in
hexadecimal form and the number of the registers which means
the sensors data can be seen serially. But there are 10-errors in the
result that can be seen in right bottom of the screen shot. This is
because the wrong selection of RTU mode. From Figure:2 we
selected COM 4 but while selecting function code the setup is
disturbed by re-plugin, at that moment the software selected the
available COM 3 or COM 2. This leads to the error probability in
the results.
After correcting the set-up code and function code the error is
corrected by changing the sections. NOTE: This time the set-up
code is detected the COM: 3 and type of data is selected decimal
form. The results can be seen in the below figure: 5
FIGURE: 5
After running the test simulator the decimal form of data can be
seen in below Figure: 6 the test results show the decimal form of
data without any errors.
By using MODBUS and ARDUINO the objective of the
project is to access the data remotely. For this purpose the
MODBUS take the part of the data by providing the current data
by regular intervals as wanted by the user.
TEST RESULTS FIGURE: 6
Upgrading with modbus it will act as masters and sensors
act as slaves. By the request of the master the sensors check the
code to which sensor it is addressed andlater those sensors only
responds or acknowledges to the master by sending the data.
The function of ARDUINO and the handling of remotely
transmitting data by GPRS can be describe in next part.
Installation of Sensors and Data loggers at project site

More Related Content

PDF
Documentaion of datalogger and arduino
PDF
Internet enebled data acquisition and device control
PDF
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
PDF
International Journal of Engineering and Science Invention (IJESI)
PDF
Internet enebled data acquisition and device control
PDF
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
PDF
Fpga based interfacing for 8-bit and 32-bit electronic devices
PDF
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Documentaion of datalogger and arduino
Internet enebled data acquisition and device control
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
International Journal of Engineering and Science Invention (IJESI)
Internet enebled data acquisition and device control
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Fpga based interfacing for 8-bit and 32-bit electronic devices
Development of Distributed Mains Monitoring and Switching System for Indus Co...

What's hot (17)

PDF
Application of Microcontroller in Transmitter Section of Wireless System
PDF
Education set for collecting and visualizing data using sensor system based ...
PDF
Industrial Safety Measurement using Sensors and Voice Announcement
PDF
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
PDF
Design of Automatic Identification and Sorting System for Parcels Based on Pl...
PDF
Covid-19 fever symptom detection based on IoT cloud
PDF
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
PDF
Design of a usb based data acquisition system
PDF
IRJET - IoT based Health Monitoring System and Telemedicine
PDF
IRJET- IoT Color based Product Sorting Machine
PDF
F05134247
PPTX
Design, Construction and Performance Test of a Color Sorter
PDF
Performance Evaluation of Smart Home System using Internet of Things
PDF
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
PDF
Industrial Process Management Using LabVIEW
PDF
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
PDF
ARM based System for Monitoring Grain Condition
Application of Microcontroller in Transmitter Section of Wireless System
Education set for collecting and visualizing data using sensor system based ...
Industrial Safety Measurement using Sensors and Voice Announcement
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
Design of Automatic Identification and Sorting System for Parcels Based on Pl...
Covid-19 fever symptom detection based on IoT cloud
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
Design of a usb based data acquisition system
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET- IoT Color based Product Sorting Machine
F05134247
Design, Construction and Performance Test of a Color Sorter
Performance Evaluation of Smart Home System using Internet of Things
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
Industrial Process Management Using LabVIEW
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
ARM based System for Monitoring Grain Condition
Ad

Similar to Installation of Sensors and Data loggers at project site (20)

PPTX
microprocessor in agriculture processese
PPTX
datalogger-171219094658 used for agriculture
PPTX
Data logger
PPTX
DATALOGGER.pptx 24124141341343143143141414
PPTX
Data loggers
PDF
Smart real time embedded arduino based data acquisition system
PPTX
Poster desaimb@mail.uc.edu,mitul
PDF
IRJET- Climate Monitoring System and Transmission of Data without Internet
PPTX
BATCH-7 MJT.pptx
PPTX
Unit ii
PDF
Zigbee based weather monitoring system
PDF
Zigbee based weather monitoring system
PPTX
datalogger
PPTX
project final (1).pptx hwusksjjsjsusysys
PDF
Fpga implementation of wireless data logger system
PPT
Data Acquisition System and Data loggers
PDF
Low cost weather station with remote control
PDF
A Critical Assessment of Data Loggers for Farm Monitoring Addressing Limitati...
PPTX
2013 1 arduino_datalogger
PPT
14 data logging
microprocessor in agriculture processese
datalogger-171219094658 used for agriculture
Data logger
DATALOGGER.pptx 24124141341343143143141414
Data loggers
Smart real time embedded arduino based data acquisition system
Poster desaimb@mail.uc.edu,mitul
IRJET- Climate Monitoring System and Transmission of Data without Internet
BATCH-7 MJT.pptx
Unit ii
Zigbee based weather monitoring system
Zigbee based weather monitoring system
datalogger
project final (1).pptx hwusksjjsjsusysys
Fpga implementation of wireless data logger system
Data Acquisition System and Data loggers
Low cost weather station with remote control
A Critical Assessment of Data Loggers for Farm Monitoring Addressing Limitati...
2013 1 arduino_datalogger
14 data logging
Ad

More from sarvan k (6)

DOCX
Automation of pheromone traps
DOCX
Revamping clics using clic youth clubs
PPTX
Ed x
PPTX
Kaizen 5s
PPTX
Rajnikantslaptop sarvan
PPTX
Slide 1
Automation of pheromone traps
Revamping clics using clic youth clubs
Ed x
Kaizen 5s
Rajnikantslaptop sarvan
Slide 1

Recently uploaded (20)

PPTX
Embedded for Artificial Intelligence 1.pptx
PPTX
material for studying about lift elevators escalation
PPTX
Prograce_Present.....ggation_Simple.pptx
PPTX
quadraticequations-111211090004-phpapp02.pptx
PPT
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
PDF
Dozuki_Solution-hardware minimalization.
PPTX
A Clear View_ Interpreting Scope Numbers and Features
PPTX
Nanokeyer nano keyekr kano ketkker nano keyer
PPTX
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
PPTX
Wireless and Mobile Backhaul Market.pptx
PPTX
PROGRAMMING-QUARTER-2-PYTHON.pptxnsnsndn
PPTX
unit1d-communitypharmacy-240815170017-d032dce8.pptx
PPTX
"Fundamentals of Digital Image Processing: A Visual Approach"
DOCX
fsdffdghjjgfxfdghjvhjvgfdfcbchghgghgcbjghf
PPTX
Fundamentals of Computer.pptx Computer BSC
PPTX
title _yeOPC_Poisoning_Presentation.pptx
PDF
Smarter Security: How Door Access Control Works with Alarms & CCTV
PDF
-DIGITAL-INDIA.pdf one of the most prominent
PPTX
Lecture-3-Computer-programming for BS InfoTech
PPTX
02fdgfhfhfhghghhhhhhhhhhhhhhhhhhhhh.pptx
Embedded for Artificial Intelligence 1.pptx
material for studying about lift elevators escalation
Prograce_Present.....ggation_Simple.pptx
quadraticequations-111211090004-phpapp02.pptx
FABRICATION OF MOS FET BJT DEVICES IN NANOMETER
Dozuki_Solution-hardware minimalization.
A Clear View_ Interpreting Scope Numbers and Features
Nanokeyer nano keyekr kano ketkker nano keyer
Sem-8 project ppt fortvfvmat uyyjhuj.pptx
Wireless and Mobile Backhaul Market.pptx
PROGRAMMING-QUARTER-2-PYTHON.pptxnsnsndn
unit1d-communitypharmacy-240815170017-d032dce8.pptx
"Fundamentals of Digital Image Processing: A Visual Approach"
fsdffdghjjgfxfdghjvhjvgfdfcbchghgghgcbjghf
Fundamentals of Computer.pptx Computer BSC
title _yeOPC_Poisoning_Presentation.pptx
Smarter Security: How Door Access Control Works with Alarms & CCTV
-DIGITAL-INDIA.pdf one of the most prominent
Lecture-3-Computer-programming for BS InfoTech
02fdgfhfhfhghghhhhhhhhhhhhhhhhhhhhh.pptx

Installation of Sensors and Data loggers at project site

  • 1. ROLE OF DATA LOGGER AND SENSORS IN DEW AND RAIN WATER HARVESTING SYSTEM NEAR KHOTARA
  • 2. Introduction: The role and science and technology in developing countries not only help in understanding the problem but also paves a way to solving the problems. In country like INDIA were most of the population lives in rural areas are encircled by various problems and challenges. Among such challenges are water and electricity. In order to find a solution to this problem by the help of science and technology a village region “Kohtara” was selected to do a project in Bhuj district of GUJARAT state. A Dew and Water harvesting system was a novel approach undertaken by Professor Girja sharan to tackle the water problem in Semi-Arid regions and to show how science can play a role to eliminate this problem. Motivation: I being an ICT student found a chance of role of Technology and Devices into the project. The main motivation that keeps me to drive into the project is to solve the problem of acquiring the meteorological data by the help of different devices and various technologies available in science world. The data that collected is a meteorological information which could be helpful for understanding various climatic changes, it also helps for making decision for future purpose.
  • 3. Approachment of Devices and Technology: The acquiring of data at the project site is done by the requirement levels. The project is more interested into the “Surface temperature, Wind direction, Wind speed, Air Temperature”, even though they are many parameters of dynamic climate like Radiation, Rain and Humidity so on. Due to the requirement and concern interests the approachof devices is done on the basis of project need. To acquire the meteorological data “Sensors” are the best devices which can collect the data scientifically and can transmit to the storage devices. For this purpose Wind direction sensor, wind speed sensor, ambient temperature sensors and relative humidity sensor serves the purpose. After the collection of the meteorological data from sensors the storage of the data is maintained by the Data Logger. The role of data logger is immense for data collecting and storing with help of memory cards. OBJECTIVES: 1) To suggest and install best method of collecting the data about climatic changes from sensors and devices.
  • 4. 2) To understand and observe the MODBUS device along with data logger which can help in accessing the data remotely. 3) To collect and analysing the data that collected on the project site. Step 1: The best methods suggested of the networking of sensors and data logger which used for collection of data are: a) Wired sensors – Wired data logger to base Station. b) Wired sensors – Data logger with SD card. c) Wired sensors – Wireless data logger. d) Wireless sensor – Wireless data logger. e) Wireless sensors with built in memory and TX/Rx. By the project requirement and availability of funds we choose the third model were the installation of wired sensors and data logger with wireless capabilities are carried for the project. Wired Sensors: The sensors which are mentioned in the project are copper wired type which are connected to the
  • 5. “Transporting Unit (T.U)”. This T.U act as bridging between the sensors flow of data to the data logger were Analog to digital data conversion are done. Data Logger: This device is reliable, accurate device and act as instrument to record measurements of sensors. This device consists of battery pack which provide power to the device. This data logger is a microprocessor based system that scans the input for every five seconds and the analog data is multiplexed through an analog multiplexer and converted to digital data by a 12 bit analog to digital converter.The digital data is displayed on a two line alphanumeric liquid crystal display. Data logger consists of keyboard on the front panel which can be given as input request. Along with data of sensors, time and calendar can be set with help of keyboard.
  • 6. Installing the sensors: Figure 1: The air temperature and humidity sensors Figure 2: The air temperature and humidity sensors
  • 7. Installing Data Logger: Figure 3: Data logger installed in the site location Figure 4: Data logger, battery, Translational unit
  • 8. The above figure:1 and figure:2 depicts the sensors position in the project area. The sensors are connected with wired mode to the data logger. The data logger can be seen with battery pack in the figure:3 and figure:4. The data can be accessible from print pin in which a SD card reader is connected with a 2GB card. Brief description on “Data logger and Modbus”: Data Loggers are electronic devices which logs data from other peripherals connected to it. Mainly data logger are used for weather monitoring situations alongwith sensors. Theyalso record the date andtime with respective to sensor data. PROJECT DETAILS: For “Dew and Rain water Harvesting” project Data logger play a pivotal role in understanding the weather changes in semi-arid area. In order to access the data remotely from data logger a device MODBUS is embedded with data logger. As per the project requirement Wind direction, wind speed, Temperature sensors are used for observing the meteorological changes.
  • 9. Workingof Data logger and Sensors: As seen in figure:1 the sensors of wind direction, wind speed and temperature are connected to data logger by the wired cables. The data logger consists of input port pins which provide accessing of all data from sensors. Data loggers also contains two output ports, one provide data of sensors in ‘.text’ format by external memory card. The other port is a RS-485 which provide current data. In order to read data from RS-485 on any computer the data from RS-485 is given to RS-232 convertor. This convertor had an established series connection with computer. After installation of serial port drive software in computer it is possible to detect the data from RS-232 convertor. By the help of simulating software the output of the data can be seen on the computer. Q Modbus master and Adam Apax.Net are two types of software used for setting up the function code and testing the sensor data.
  • 10. Figure: 1 TEST SETTING UP: As seen in figure: 2, After connecting with RS-485 to RS-232 convertor Through setup option the mode of error checking, baud rate, data bits is selected for running the test. As seen in Figure 3: the function code is selected. According to the project objective reading the data from sensors is primary motive. So, the registers which act as data holders are able to read by the function code: Reading Holding Registers. After selection of function code the type of data is selected in decimal or hexadecimal format.
  • 11. Test Setup-Figure: 2 TEST FUNCTION CODE: This step provides to access the data from registers in Hex and decimal form. Function Code- Figure: 3 TEST RESULTS: After selecting the test setup and function code the output of the simulator will look as shown below figure-4
  • 12. TEST RESULT FIGURE: 4 While observing the test results we can find the data is in hexadecimal form and the number of the registers which means the sensors data can be seen serially. But there are 10-errors in the result that can be seen in right bottom of the screen shot. This is because the wrong selection of RTU mode. From Figure:2 we selected COM 4 but while selecting function code the setup is disturbed by re-plugin, at that moment the software selected the available COM 3 or COM 2. This leads to the error probability in the results. After correcting the set-up code and function code the error is corrected by changing the sections. NOTE: This time the set-up
  • 13. code is detected the COM: 3 and type of data is selected decimal form. The results can be seen in the below figure: 5 FIGURE: 5 After running the test simulator the decimal form of data can be seen in below Figure: 6 the test results show the decimal form of data without any errors. By using MODBUS and ARDUINO the objective of the
  • 14. project is to access the data remotely. For this purpose the MODBUS take the part of the data by providing the current data by regular intervals as wanted by the user. TEST RESULTS FIGURE: 6 Upgrading with modbus it will act as masters and sensors act as slaves. By the request of the master the sensors check the code to which sensor it is addressed andlater those sensors only responds or acknowledges to the master by sending the data. The function of ARDUINO and the handling of remotely transmitting data by GPRS can be describe in next part.