SlideShare a Scribd company logo
1 of 4
Download to read offline
ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 03||March – 2016 ||
International Journal of Computational Engineering Research (IJCER)
www.ijceronline.com Open Access Journal Page 19
Lightning Acquisition and Processing On Sensor Node Using NI
cRIO
1
Harshit Devakumar, 2
Ajay Khandare, 3
Dr.Prof. M.S. Panse
1
M.Tech, Electrical Department, Veermata Jijabai Technological Institute, Matunga
2
Scientist(Level D), Sameer IMSD Department IITB, Powai Campus
3
Professor and Dean Faculty, Veermata Jijabai Technological Institute, Matunga
I. INTRODUCTION
Lightning has a negative impact on the human safety. There has to be certain measures which helps detect and
monitor lightning and its parameters[8]. There are various lightning acquisition techniques which are already
being discussed[1][2]. This paper lays emphasis on the development of the Digital Processing section at the
Sensor Node. The Sensor Node at present is equipped with a Cross Magnetic Loop Antenna[5][6] which detects
the magnetic field component and an analog front end for noise removal and signal conditioning[7] . We,
hereby propose a Digital Architecture which is capable of acquiring the lightning data at the rate of 1 MS/sec as
well as carry out certain preliminary stages of real time processing like determination of „Time Of Arrival‟
through GPS timestamping[1]. The signal acquisition capability involves interfacing of GPS module(NI 9467)
with the entire data acquisition model which is carried out on the Kintex-7 FPGA. The processing section
comprising of „Amplitude Thresholding‟ and „Rise Time Detection‟ and is implemented on the Crio-9030
controller. This entire assembly comprising of preliminary processing stage aims to create probable lightning
data chunks and send them to the Central Processing System using an Ethernet interface which would later on be
used to determine certain useful parameters of the lightning signal such as the Peak Lightning Current
amplitude[4] .The entire architecture involving Real Time Processing of the Lightning Signal at present can be
basically used to detect and process the Cloud to Ground Lightning and is briefly discussed in this paper.
II. SENSOR NODE DATA ACQUISITION
The sensor node data acquisition can be briefly split into two parts
1. Data acquisition at 1 MS/sec and GPS timestamping on the FPGA.
2. Amplitude thresholding and Rise Time detection to determine probable lightning data chunks on the cRIO.
Abstract
In this paper, we propose a digital design implementation for continuous real time data acquisition
in case of a lightning event. The proposed system is capable of acquiring the lightning data at the
rate of 1 MS/s on the FPGA. The system is also capable of providing very accurate timestamps in
microsecond’s resolution. The data logging is carried out continuously on the PC using the TDMS
file format with each and every sample being timestamped. The entire acquisition design is being
implemented using NI cRIO hardware. The components of this assembly consist of the cRIO-9030
chassis , which contains a Kintex-7 FPGA , NI 9223 which is a sixteen bit ADC module, along with
the NI 9467 which is a GPS module with the receiver antenna, it is used for accurate timestamping.
The analog front end has been already developed, it comprises of an anti aliasing filter ,Low Noise
Amplifiers and level shifters which can provide the signal with necessary gain to be processed by the
digital section. The output of the analog front end is then fed to the NI 9223 four channel ADC
module for sampling at 1MS/s. The samples along with their respective timestamps would be
processed for identifying probable lightning data chunks on a preliminary basis which would then be
transmitted over an Ethernet interface to the Central Processing system using Network Streams. The
proposed digital design implementation for the entire acquisition system on the FPGA is briefly
discussed in this paper.
Keywords: ADC, Amplitude Thresholding, Cloud To Ground Lightning, DMA FIFO, Rise Time
Detection, Sferic Detection, Time Of Arrival.
Lightning Acquisition and Processing On…
www.ijceronline.com Open Access Journal Page 20
2.1 Data Acquisition At 1 MS/sec And GPS Timestamping On The FPGA
The process of data acquisition is carried out on the Kintex-7 FPGA . The process of data Acquisition is
composed of two distinct parts ADC sampling using sixteen bit ADC NI 9223 module and the important
lightning parameter „Time of Arrival‟ at a particular sensor node is determined using the NI 9467 GPS module.
The design for the data acquisition is shown below
Figure 1: Data Acquisition and Timestamping on the FPGA
The above block diagram shows the design architecture on the FPGA VI. The data acquisition loop comprises of
two parts
1: The „NI Time Sync: FPGA Timekeeper VI‟ which is used to synchronize the absolute time on the FPGA
target
2: The Data Acquisition loop which includes a loop timer set to 1 microseconds. The acquisition loop
basically converts the Fixed point values obtained from the NI 9223 ADC module to unsigned 32 bits and then it
packs the unsigned 64 bit timestamps obtained from the „NI Time Sync: FPGA Timekeeper VI‟ along with the
data values onto a „FPGA to Controller DMA FIFO‟ these values are now transported to the Real Time
target(cRIO-9030)
2.2 Real Time Processing On cRio
The data is recovered on the cRIO . There are different processes like Data Recovery, Amplitude
Thresholding, Rise Time Detection and the Communication .These processes are carried out on different
priorities on the Real Time target. The process of reading data from the FIFO buffer is of the highest priority
while the process of communicating data from the cRIO to the PC is of the lowest priority after processing all the
relevant data.
The data from cRIO would be dispatched to the host PC in small chunks using Ethernet interface. This would
mean an ideal deterministic data transmission since the data would be streamed to the host PC using Network
Streams, which is a lossless buffered data transmission technique and the usage of Ethernet simply signifies that
data transmission is supported at higher data rates. The data which is continuously logged on the PC can be later
used for several analysis techniques like computation of several lightning parameters such as the Lightning Peak
Current [5] and other useful lightning parameters.
Figure 2: Processing on cRIO
Lightning Acquisition and Processing On…
www.ijceronline.com Open Access Journal Page 21
2.3 Algorithm
The flow chart depicts the System Design Architecture
Fig3 :Algorithm For System Design
III.CONCLUSION
Lightning information can play significant role in proper working of Air traffic , Power utility staff, Weather
monitoring, Forest managers. In our current design the entire acquisition system is designed to obtain real time
lightning data, specifically used to detect the Cloud to Ground Lightning with a high sampling rate of 1 MS/s .
The data is also pre-processed to determine the possible train of pulses corresponding to a lightning signal and
eliminate those which cannot be a part of lightning signal. The current design can be applied to a single sensor
node. However, the same design once developed can be replicated to 5-6 sensor nodes . The information from all
these sensor nodes can together be analysed on the Central Processing Server, after further Sferic detection
algorithms are applied to the acquired signal to accurately determine the location of lightning, again further
processing steps such as grouping of the several strokes corresponding to a single flash, determination of the
peak Lightning Current amplitude, determination of lightning peaks and further classification of Lightning can
be easily carried out on the Central Processing Server.
IV.FUTURE SCOPE
This design can be efficiently used to acquire the Cloud to Ground lightning strokes effectively, for detecting
the Cloud to Cloud flash and the Intracloud Lightning the sampling frequency should be increased to atleast 5
MS/s. The current ADC module can provide a sampling rate of 1 MS/s. Hence, suitable hardware needs to be
chosen and also the current analog front end works at 1-30 KHz . This needs to be further scaled up to detect
lightning signal at frequencies of atleast 1 MHz. The current paper also does not detail the entire Sferic
Processing algorithms and includes only the preliminary processing check based on Amplitude thresholding as
well as Rise time detection to determine a valid pulse train. Hence, further Sferic processing algorithms need to
be applied on the currently pre-processed real time data which could accurately determine and detect the valid
lightning data chunk and it can be further processed on the Central Processing System to Classify the lightning
and determine other useful lightning parameters.
Lightning Acquisition and Processing On…
www.ijceronline.com Open Access Journal Page 22
REFERENCES
[1] Mingxia Zhang ,Zhibin Zhao, Xiang Cui,Jiahong Chen, “A new C method to obtain the lightning radiation electromagnetic
field waveform based on virtual instrument”, Power and Energy Engineering Conference, pp. 27-31,2009.
[2] Liang Yi-tao, Fan Chao, He Lian-lian, Chang Hua, Gao Yu, “Preprocessing Circuit Design in Feeble Optical Pulse Detection
System Based on Programmable Controlling”, International Conference on Environmental Science and Information Application
Technology, pp. 367-369, 2009.
[3] W.I.Ibrahim ,Zulkurnain Abdul Malek, “Time-to-Thunder Method of Lightning Distance Determination”, IEEE International
Conference on Power and Energy, pp. 357-362, 2010.
[4] W.I. Ibrahim ,M.R. Ghazali, “An overview of Pekan Lightning Detection System (PLDS)”, IEEE International Conference on
Power and Energy (PECon), pp.718-723, 2012
[5] Swati Sharma, Shoba Krishnan, Ajay Khandare “Preamplifier Design for Impedance Matching and Amplification For Multiple
Turn Receiver Loop Antenna”,International Journal of Advance Research In Science And Engineering , Volume 3,Issue.7,pp.
214-221,2014
[6] Swati Sharma, Shoba Krishnan, Ajay Khandare, “Orthogonal Magnetic Loop Antenna For Lightning Detection”,International
Journal of Application or Innovation in Engineering & Management ,2014
[7] Miheer Mayekar,Anil Kulkarni,Bijith Marakarkandy, “Designing and simulation of low frequency cloud to ground lightning
receiver for severe weather monitoring application”, International Conference on Advanced Computing Technologies and
Applications (ICACTA-2015), pp.661-670,2015
[8] Kenneth L.Cummins, Martin J.Murphy,”An Overview Of Lightning Locating Systems:History,Techniques, and Data Uses, With
an In-Depth Look at the U.S. NLDN”,IEEE Transactions On Electromagnetic Compatibility,Vol.51,No.3, August 2009,pp.499-
518

More Related Content

What's hot

Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Onyebuchi nosiri
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET Journal
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Editor IJMTER
 
Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811praveen369
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2IAEME Publication
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemIOSRJECE
 
Bidirectional data centric routing protocol to improve the energy efficiency ...
Bidirectional data centric routing protocol to improve the energy efficiency ...Bidirectional data centric routing protocol to improve the energy efficiency ...
Bidirectional data centric routing protocol to improve the energy efficiency ...prj_publication
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...inventionjournals
 
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...ijsrd.com
 
Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Editor IJCATR
 
Models and approaches for Differential Power Analysis
Models and approaches for Differential Power AnalysisModels and approaches for Differential Power Analysis
Models and approaches for Differential Power AnalysisAndrej Šimko
 
Mobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorMobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorIJMER
 
Project Report wireless sensor Network
Project Report wireless sensor NetworkProject Report wireless sensor Network
Project Report wireless sensor NetworkBraj Raj Singh
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...eSAT Publishing House
 
3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor NetworksIOSR Journals
 
Power Analysis Attacks
Power Analysis AttacksPower Analysis Attacks
Power Analysis AttacksLee Stewart
 

What's hot (19)

E010424043
E010424043E010424043
E010424043
 
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
Adaptive Monitoring and Localization of Faulty Node in a Wireless Sensor Netw...
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
Estimation of Robust Standard by using Compression Sensing Data in Wireless S...
 
Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811Data aggregation in wireless sensor network , 11751 d5811
Data aggregation in wireless sensor network , 11751 d5811
 
Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2Energy efficient k target coverage in wireless sensor net-2
Energy efficient k target coverage in wireless sensor net-2
 
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS SystemFire Monitoring System for Fire Detection Using ZigBee and GPRS System
Fire Monitoring System for Fire Detection Using ZigBee and GPRS System
 
Bidirectional data centric routing protocol to improve the energy efficiency ...
Bidirectional data centric routing protocol to improve the energy efficiency ...Bidirectional data centric routing protocol to improve the energy efficiency ...
Bidirectional data centric routing protocol to improve the energy efficiency ...
 
K010326568
K010326568K010326568
K010326568
 
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
Time Orient Multi Attribute Sensor Selection Technique For Data Collection In...
 
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
Environmental Parameter Analysis and Control Using Multipoint Wireless Sensor...
 
Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...Improvising Network life time of Wireless sensor networks using mobile data a...
Improvising Network life time of Wireless sensor networks using mobile data a...
 
Models and approaches for Differential Power Analysis
Models and approaches for Differential Power AnalysisModels and approaches for Differential Power Analysis
Models and approaches for Differential Power Analysis
 
Mobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensorMobile Radiation Measuring System using Small Linux box and GPS sensor
Mobile Radiation Measuring System using Small Linux box and GPS sensor
 
Project Report wireless sensor Network
Project Report wireless sensor NetworkProject Report wireless sensor Network
Project Report wireless sensor Network
 
Data aggregation in wireless sensor networks
Data aggregation in wireless sensor networksData aggregation in wireless sensor networks
Data aggregation in wireless sensor networks
 
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...An implementation of recovery algorithm for fault nodes in a wireless sensor ...
An implementation of recovery algorithm for fault nodes in a wireless sensor ...
 
3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks3D Localization Algorithms for Wireless Sensor Networks
3D Localization Algorithms for Wireless Sensor Networks
 
Power Analysis Attacks
Power Analysis AttacksPower Analysis Attacks
Power Analysis Attacks
 

Viewers also liked

Examen excel sldo. analuisa diana 2
Examen excel sldo. analuisa diana 2Examen excel sldo. analuisa diana 2
Examen excel sldo. analuisa diana 2dena1723
 
Keck North Slope Projects
Keck North Slope ProjectsKeck North Slope Projects
Keck North Slope ProjectsEvan Lewis
 
Como ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadComo ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadMARYCIELO RODRIGUEZ
 
2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume 2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume Celeste Baker
 
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...EX ARTHUR MEXICO
 
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟูsynergy biotech
 
Telehealth and Virtual Rounding: The User Experience
Telehealth and Virtual Rounding: The User ExperienceTelehealth and Virtual Rounding: The User Experience
Telehealth and Virtual Rounding: The User ExperienceYonah Ziemba
 
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyPrediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyIJCMESJOURNAL
 
On intuitionistic fuzzy 휷 generalized closed sets
On intuitionistic fuzzy 휷 generalized closed setsOn intuitionistic fuzzy 휷 generalized closed sets
On intuitionistic fuzzy 휷 generalized closed setsijceronline
 
BARNARD HYDRO SOLUTIONS INC. INTRODUCTION
BARNARD HYDRO SOLUTIONS INC. INTRODUCTIONBARNARD HYDRO SOLUTIONS INC. INTRODUCTION
BARNARD HYDRO SOLUTIONS INC. INTRODUCTIONJeff Barnard
 
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACH
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACHMINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACH
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACHijceronline
 
Grassroots acoustica foundation presents jane bolduc real live girl in venice
Grassroots acoustica foundation presents jane bolduc real live girl in veniceGrassroots acoustica foundation presents jane bolduc real live girl in venice
Grassroots acoustica foundation presents jane bolduc real live girl in veniceSouth Bay Yellow Cab
 
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...IJCMESJOURNAL
 
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz
 
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy BookOntology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Bookijceronline
 
Derechos fundamentales e internet
Derechos fundamentales e internetDerechos fundamentales e internet
Derechos fundamentales e internetMELISSA PERALTA LEA
 

Viewers also liked (20)

Examen excel sldo. analuisa diana 2
Examen excel sldo. analuisa diana 2Examen excel sldo. analuisa diana 2
Examen excel sldo. analuisa diana 2
 
El ratón economista
El ratón economistaEl ratón economista
El ratón economista
 
Keck North Slope Projects
Keck North Slope ProjectsKeck North Slope Projects
Keck North Slope Projects
 
Como ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridadComo ejercer la_verdadera_autoridad
Como ejercer la_verdadera_autoridad
 
2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume 2016 - Celeste B Baker Resume
2016 - Celeste B Baker Resume
 
Jim Dine
Jim DineJim Dine
Jim Dine
 
Autoridad para sanar
Autoridad para sanarAutoridad para sanar
Autoridad para sanar
 
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
Ar 1012-2014 proyecto resolución amparo deducción de prestaciones a la nomina...
 
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู(8)ขบวนการ  ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
(8)ขบวนการ ปรับปรุงแก้ไขน้ำเน่าเสียและฟื้นฟู
 
Telehealth and Virtual Rounding: The User Experience
Telehealth and Virtual Rounding: The User ExperienceTelehealth and Virtual Rounding: The User Experience
Telehealth and Virtual Rounding: The User Experience
 
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling CompanyPrediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
Prediction of Case Loss Due to Machine Downtime in Nigerian Bottling Company
 
On intuitionistic fuzzy 휷 generalized closed sets
On intuitionistic fuzzy 휷 generalized closed setsOn intuitionistic fuzzy 휷 generalized closed sets
On intuitionistic fuzzy 휷 generalized closed sets
 
BARNARD HYDRO SOLUTIONS INC. INTRODUCTION
BARNARD HYDRO SOLUTIONS INC. INTRODUCTIONBARNARD HYDRO SOLUTIONS INC. INTRODUCTION
BARNARD HYDRO SOLUTIONS INC. INTRODUCTION
 
Karen Garst - From Goddess to God
Karen Garst - From Goddess to GodKaren Garst - From Goddess to God
Karen Garst - From Goddess to God
 
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACH
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACHMINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACH
MINIMIZING LOCALIZATION ERROR AND ENSURE SECURITY OF DVHOP APPROACH
 
Grassroots acoustica foundation presents jane bolduc real live girl in venice
Grassroots acoustica foundation presents jane bolduc real live girl in veniceGrassroots acoustica foundation presents jane bolduc real live girl in venice
Grassroots acoustica foundation presents jane bolduc real live girl in venice
 
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
Effect on Concrete by Partial Replacement of Cement by Colloidal Nano Alumina...
 
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
Carol Matz resume 5.21.16 - Parish Administrator (1) (2)
 
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy BookOntology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
Ontology-Based Approach for Knowledge Retrieval in Al-Quran Holy Book
 
Derechos fundamentales e internet
Derechos fundamentales e internetDerechos fundamentales e internet
Derechos fundamentales e internet
 

Similar to Lightning Acquisition and Processing On Sensor Node Using NI cRIO

Signal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioSignal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioIRJET Journal
 
Multicasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnMulticasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnGr Patel
 
Paper id 42201619
Paper id 42201619Paper id 42201619
Paper id 42201619IJRAT
 
FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: Ilham Amezzane
 
Paper id 23201411
Paper id 23201411Paper id 23201411
Paper id 23201411IJRAT
 
A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...eSAT Journals
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3IOSR Journals
 
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...IJTET Journal
 
Implementation of Adaptive Digital Beamforming using Cordic
Implementation of Adaptive Digital Beamforming using CordicImplementation of Adaptive Digital Beamforming using Cordic
Implementation of Adaptive Digital Beamforming using CordicEditor IJCATR
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIOSR Journals
 
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture SciencesSensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture SciencesKarthik Sharma
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...IJMER
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2Priyasloka Arya
 
Data Center Network Design Using Metrics And Their Results...
Data Center Network Design Using Metrics And Their Results...Data Center Network Design Using Metrics And Their Results...
Data Center Network Design Using Metrics And Their Results...Sharon Roberts
 
Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...IJMER
 

Similar to Lightning Acquisition and Processing On Sensor Node Using NI cRIO (20)

Signal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive RadioSignal Classification and Identification for Cognitive Radio
Signal Classification and Identification for Cognitive Radio
 
Multicasting routing protocol_for_wsn
Multicasting routing protocol_for_wsnMulticasting routing protocol_for_wsn
Multicasting routing protocol_for_wsn
 
Paper id 42201619
Paper id 42201619Paper id 42201619
Paper id 42201619
 
FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications: FPGA Based Data Processing for Real-time WSN Applications:
FPGA Based Data Processing for Real-time WSN Applications:
 
Paper id 23201411
Paper id 23201411Paper id 23201411
Paper id 23201411
 
A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...A continuous time adc and digital signal processing system for smart dust and...
A continuous time adc and digital signal processing system for smart dust and...
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3
 
E010113235
E010113235E010113235
E010113235
 
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...
An Efficient Data Transmission for Cluster based Wireless Sensor Networks usi...
 
Implementation of Adaptive Digital Beamforming using Cordic
Implementation of Adaptive Digital Beamforming using CordicImplementation of Adaptive Digital Beamforming using Cordic
Implementation of Adaptive Digital Beamforming using Cordic
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
 
imagefiltervhdl.pptx
imagefiltervhdl.pptximagefiltervhdl.pptx
imagefiltervhdl.pptx
 
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture SciencesSensor Network to monitor Atmosphere for Green House and Agriculture Sciences
Sensor Network to monitor Atmosphere for Green House and Agriculture Sciences
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
 
Design and memory optimization of hybrid gate diffusion input numerical contr...
Design and memory optimization of hybrid gate diffusion input numerical contr...Design and memory optimization of hybrid gate diffusion input numerical contr...
Design and memory optimization of hybrid gate diffusion input numerical contr...
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2
 
Data Center Network Design Using Metrics And Their Results...
Data Center Network Design Using Metrics And Their Results...Data Center Network Design Using Metrics And Their Results...
Data Center Network Design Using Metrics And Their Results...
 
Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...Education set for collecting and visualizing data using sensor system based o...
Education set for collecting and visualizing data using sensor system based o...
 

Recently uploaded

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsManeerUddin
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 

Recently uploaded (20)

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Raw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptxRaw materials used in Herbal Cosmetics.pptx
Raw materials used in Herbal Cosmetics.pptx
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Food processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture honsFood processing presentation for bsc agriculture hons
Food processing presentation for bsc agriculture hons
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 

Lightning Acquisition and Processing On Sensor Node Using NI cRIO

  • 1. ISSN (e): 2250 – 3005 || Volume, 06 || Issue, 03||March – 2016 || International Journal of Computational Engineering Research (IJCER) www.ijceronline.com Open Access Journal Page 19 Lightning Acquisition and Processing On Sensor Node Using NI cRIO 1 Harshit Devakumar, 2 Ajay Khandare, 3 Dr.Prof. M.S. Panse 1 M.Tech, Electrical Department, Veermata Jijabai Technological Institute, Matunga 2 Scientist(Level D), Sameer IMSD Department IITB, Powai Campus 3 Professor and Dean Faculty, Veermata Jijabai Technological Institute, Matunga I. INTRODUCTION Lightning has a negative impact on the human safety. There has to be certain measures which helps detect and monitor lightning and its parameters[8]. There are various lightning acquisition techniques which are already being discussed[1][2]. This paper lays emphasis on the development of the Digital Processing section at the Sensor Node. The Sensor Node at present is equipped with a Cross Magnetic Loop Antenna[5][6] which detects the magnetic field component and an analog front end for noise removal and signal conditioning[7] . We, hereby propose a Digital Architecture which is capable of acquiring the lightning data at the rate of 1 MS/sec as well as carry out certain preliminary stages of real time processing like determination of „Time Of Arrival‟ through GPS timestamping[1]. The signal acquisition capability involves interfacing of GPS module(NI 9467) with the entire data acquisition model which is carried out on the Kintex-7 FPGA. The processing section comprising of „Amplitude Thresholding‟ and „Rise Time Detection‟ and is implemented on the Crio-9030 controller. This entire assembly comprising of preliminary processing stage aims to create probable lightning data chunks and send them to the Central Processing System using an Ethernet interface which would later on be used to determine certain useful parameters of the lightning signal such as the Peak Lightning Current amplitude[4] .The entire architecture involving Real Time Processing of the Lightning Signal at present can be basically used to detect and process the Cloud to Ground Lightning and is briefly discussed in this paper. II. SENSOR NODE DATA ACQUISITION The sensor node data acquisition can be briefly split into two parts 1. Data acquisition at 1 MS/sec and GPS timestamping on the FPGA. 2. Amplitude thresholding and Rise Time detection to determine probable lightning data chunks on the cRIO. Abstract In this paper, we propose a digital design implementation for continuous real time data acquisition in case of a lightning event. The proposed system is capable of acquiring the lightning data at the rate of 1 MS/s on the FPGA. The system is also capable of providing very accurate timestamps in microsecond’s resolution. The data logging is carried out continuously on the PC using the TDMS file format with each and every sample being timestamped. The entire acquisition design is being implemented using NI cRIO hardware. The components of this assembly consist of the cRIO-9030 chassis , which contains a Kintex-7 FPGA , NI 9223 which is a sixteen bit ADC module, along with the NI 9467 which is a GPS module with the receiver antenna, it is used for accurate timestamping. The analog front end has been already developed, it comprises of an anti aliasing filter ,Low Noise Amplifiers and level shifters which can provide the signal with necessary gain to be processed by the digital section. The output of the analog front end is then fed to the NI 9223 four channel ADC module for sampling at 1MS/s. The samples along with their respective timestamps would be processed for identifying probable lightning data chunks on a preliminary basis which would then be transmitted over an Ethernet interface to the Central Processing system using Network Streams. The proposed digital design implementation for the entire acquisition system on the FPGA is briefly discussed in this paper. Keywords: ADC, Amplitude Thresholding, Cloud To Ground Lightning, DMA FIFO, Rise Time Detection, Sferic Detection, Time Of Arrival.
  • 2. Lightning Acquisition and Processing On… www.ijceronline.com Open Access Journal Page 20 2.1 Data Acquisition At 1 MS/sec And GPS Timestamping On The FPGA The process of data acquisition is carried out on the Kintex-7 FPGA . The process of data Acquisition is composed of two distinct parts ADC sampling using sixteen bit ADC NI 9223 module and the important lightning parameter „Time of Arrival‟ at a particular sensor node is determined using the NI 9467 GPS module. The design for the data acquisition is shown below Figure 1: Data Acquisition and Timestamping on the FPGA The above block diagram shows the design architecture on the FPGA VI. The data acquisition loop comprises of two parts 1: The „NI Time Sync: FPGA Timekeeper VI‟ which is used to synchronize the absolute time on the FPGA target 2: The Data Acquisition loop which includes a loop timer set to 1 microseconds. The acquisition loop basically converts the Fixed point values obtained from the NI 9223 ADC module to unsigned 32 bits and then it packs the unsigned 64 bit timestamps obtained from the „NI Time Sync: FPGA Timekeeper VI‟ along with the data values onto a „FPGA to Controller DMA FIFO‟ these values are now transported to the Real Time target(cRIO-9030) 2.2 Real Time Processing On cRio The data is recovered on the cRIO . There are different processes like Data Recovery, Amplitude Thresholding, Rise Time Detection and the Communication .These processes are carried out on different priorities on the Real Time target. The process of reading data from the FIFO buffer is of the highest priority while the process of communicating data from the cRIO to the PC is of the lowest priority after processing all the relevant data. The data from cRIO would be dispatched to the host PC in small chunks using Ethernet interface. This would mean an ideal deterministic data transmission since the data would be streamed to the host PC using Network Streams, which is a lossless buffered data transmission technique and the usage of Ethernet simply signifies that data transmission is supported at higher data rates. The data which is continuously logged on the PC can be later used for several analysis techniques like computation of several lightning parameters such as the Lightning Peak Current [5] and other useful lightning parameters. Figure 2: Processing on cRIO
  • 3. Lightning Acquisition and Processing On… www.ijceronline.com Open Access Journal Page 21 2.3 Algorithm The flow chart depicts the System Design Architecture Fig3 :Algorithm For System Design III.CONCLUSION Lightning information can play significant role in proper working of Air traffic , Power utility staff, Weather monitoring, Forest managers. In our current design the entire acquisition system is designed to obtain real time lightning data, specifically used to detect the Cloud to Ground Lightning with a high sampling rate of 1 MS/s . The data is also pre-processed to determine the possible train of pulses corresponding to a lightning signal and eliminate those which cannot be a part of lightning signal. The current design can be applied to a single sensor node. However, the same design once developed can be replicated to 5-6 sensor nodes . The information from all these sensor nodes can together be analysed on the Central Processing Server, after further Sferic detection algorithms are applied to the acquired signal to accurately determine the location of lightning, again further processing steps such as grouping of the several strokes corresponding to a single flash, determination of the peak Lightning Current amplitude, determination of lightning peaks and further classification of Lightning can be easily carried out on the Central Processing Server. IV.FUTURE SCOPE This design can be efficiently used to acquire the Cloud to Ground lightning strokes effectively, for detecting the Cloud to Cloud flash and the Intracloud Lightning the sampling frequency should be increased to atleast 5 MS/s. The current ADC module can provide a sampling rate of 1 MS/s. Hence, suitable hardware needs to be chosen and also the current analog front end works at 1-30 KHz . This needs to be further scaled up to detect lightning signal at frequencies of atleast 1 MHz. The current paper also does not detail the entire Sferic Processing algorithms and includes only the preliminary processing check based on Amplitude thresholding as well as Rise time detection to determine a valid pulse train. Hence, further Sferic processing algorithms need to be applied on the currently pre-processed real time data which could accurately determine and detect the valid lightning data chunk and it can be further processed on the Central Processing System to Classify the lightning and determine other useful lightning parameters.
  • 4. Lightning Acquisition and Processing On… www.ijceronline.com Open Access Journal Page 22 REFERENCES [1] Mingxia Zhang ,Zhibin Zhao, Xiang Cui,Jiahong Chen, “A new C method to obtain the lightning radiation electromagnetic field waveform based on virtual instrument”, Power and Energy Engineering Conference, pp. 27-31,2009. [2] Liang Yi-tao, Fan Chao, He Lian-lian, Chang Hua, Gao Yu, “Preprocessing Circuit Design in Feeble Optical Pulse Detection System Based on Programmable Controlling”, International Conference on Environmental Science and Information Application Technology, pp. 367-369, 2009. [3] W.I.Ibrahim ,Zulkurnain Abdul Malek, “Time-to-Thunder Method of Lightning Distance Determination”, IEEE International Conference on Power and Energy, pp. 357-362, 2010. [4] W.I. Ibrahim ,M.R. Ghazali, “An overview of Pekan Lightning Detection System (PLDS)”, IEEE International Conference on Power and Energy (PECon), pp.718-723, 2012 [5] Swati Sharma, Shoba Krishnan, Ajay Khandare “Preamplifier Design for Impedance Matching and Amplification For Multiple Turn Receiver Loop Antenna”,International Journal of Advance Research In Science And Engineering , Volume 3,Issue.7,pp. 214-221,2014 [6] Swati Sharma, Shoba Krishnan, Ajay Khandare, “Orthogonal Magnetic Loop Antenna For Lightning Detection”,International Journal of Application or Innovation in Engineering & Management ,2014 [7] Miheer Mayekar,Anil Kulkarni,Bijith Marakarkandy, “Designing and simulation of low frequency cloud to ground lightning receiver for severe weather monitoring application”, International Conference on Advanced Computing Technologies and Applications (ICACTA-2015), pp.661-670,2015 [8] Kenneth L.Cummins, Martin J.Murphy,”An Overview Of Lightning Locating Systems:History,Techniques, and Data Uses, With an In-Depth Look at the U.S. NLDN”,IEEE Transactions On Electromagnetic Compatibility,Vol.51,No.3, August 2009,pp.499- 518