SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2197
DEVELOPMENT OF SOFTWARE FOR ESTIMATION OF STRUCTURAL DYNAMIC
CHARACTERISTICS OF MECHANICAL SYSTEMS IN REAL TIME
K. Prasanthi1 , S K . Idrish2
1 M. Tech Student, Bapatla Engineering College, Bapatla, A.P, India
2 Assistant Professor, Department of ECE, Bapatla Engineering College, Bapatla, A.P, India
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract: A control system is an interconnection of
components forming a system configuration that will provide
a desire system response. It comprises of control algorithm,
plant & feedback. The plant may be a mechanical, electrical,
pneumatic, etc. In this project deals withmechanicalstructure
that is a beam as a plant for determining the structural
dynamic characteristics of it by applying a known dynamic
input (i.e. force) and resulting responses are measured .Signal
processing methods are applied to the measured data to
extract its parameters such as resonance frequencies
,damping…etc. A more sophisticated approach would use by
applying wide band random excitation from single shaker
(single input and multi output) simultaneous measurement of
signal from an accelerometer and computer computationand
storage of frequency response of functions(FRF’s).The
aforementioned work will be done through data acquisition
toolbox from MATLAB .Data acquisition toolbox provides
functions for connecting MATLAB to data acquisition
hardware such as National Instruments (NI).Generally,
aerospace vehicles vibrate at certain acceleration level at
certain point. In order to clear the system for flight one has to
demonstrate or test the system for specified accelerometer
level for certain duration with in the laboratory. This
particular work will also cover the development of control
algorithm to get the desired acceleration at desired location.
This project work also covers the designing of software for
closed loop control system on real time in order to get the
desired output on the structure.
Keywords: Lab VIEW, Data Acquisition, Microcontroller,
Ethernet
1. Introduction
Several technologies have already been introduced for
industrial automation (e.g., standard and proprietary field
and control level buses). In the last few years, some newly
introduced connectivity solutionssuchasEthernet, Wireless
LAN, etc are used in industrial application. They are large
number of additional automation solutions available in
already existing methods. With the help of software we are
able to program as per our needs. Data process can be
changed or modified with software programs. Lab view „G‟
program allows users to create a graphical program which
process the data obtained from the sensor (e.g.,temperature
sensor, pressure sensor, etc). This paper takes a case study
of industrial automation for temperature monitoring
application. This paper also givesanoverviewofmodemday
data acquisition system,data storageandcontrol techniques.
2 Data Acquisition, Data Storage and Control System
2.1 Data Acquisition
Lab VIEW software is simple and easy to use, whenyou need
to implement measurement and control, adding a data
acquisition card you can achieve the following functions,
including collect the data of the controlled object, dynamic
display and real-time control. Multifunction DAQ data
acquisition card has a simple structure, and it can capture
signals. AQ Assistant is a configuration measurement tasks,
channels and calibration end graphical interface. Users can
use it to produce NI- DAQ mx task procedures. When you
collect the signal in the DAQ hardware, you can complete
measurement tasks by configuring the DAQ Assistant
Express VI measurement are very quick and easy to
implement, which development cost is low [1].
2.2 Data Storage
Acquired data is to be processed and storedformaintenance
purpose in future. There are two methods used for data
storage. Recorders or data loggers are used nowadays.
Recorders and data loggers are used in measurements
variables data such as temperature, pressure, pH, humidity;
and also used for engineering and scientific applications
such as high-speed testing (e.g., stress/strain), statistical
analyses, and other laboratory or off-line uses where a
graphic or digital record of selected variables is desired.
Personal computers have the ability to provide necessary
curves on CRT displays that could be analyzed [3]. In our
system acquired information is collected in Lab VIEW and
stored in Microsoft Excel.
2.3 Control System
A control system is a device, or set of devices, that manages,
commands, directs or regulates the behaviour of other
device(s) or system(s). There are two common classes of
control systems, with many variations and combinations:
logic or sequential controls, and feedback or linear controls.
There is also fuzzy logic, which attempts to combine someof
the design simplicity of logic with the utilityoflinearcontrol.
Some devices or systems are inherently not controllable.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2198
Acquired data is sampled, processed and to then controlled
as per the design. In control system the computer compares
the signal coming from the sensor or DAQ device with the
reference value which is called as set point here. According
to the set point the controller makes a decision and sends a
control signal to hardware equipment.
3. Hardware Implementation
This part explains more about the hardwaredesignand
construction involves in this system. There are temperature
sensor, signal conditioning, ARM microcontroller, and
ethernet driver. It has a separate power supply.
Figure 1: Hardware implementation
3.1 Temperature Sensor
LM35DZ is the temperature sensor from National
Semiconductor. This sensor output voltage is linearly
proportional to the Celsius. Temperature ranges between -
55oC to and150oC and the accuracis about +2.0oCand output
scale 10mV/C.
3.2 Signal Conditioning
LPC 2378 microcontroller has inbuilt ADC.
Microcontroller is programmed to read the data fromLM35.
The first thing in my program is to write a routine, that
enables the ADC to read and write data, and then monitor
the INTR pin of the ADC and bring an analog input into the
register A. This task had to be accomplished by sending a
high to low transition pulse on the WR pin through one of
the port pins of the microcontroller. Thisconvertstheanalog
input into 8bit digital form.
3.3 Microcontroller to LM35 Interface
The LPC2148 are based on a 16/32 bit ARM7TDMI-S™
CPU with real-time emulation and embedded trace support,
together with 128/512 kilobytes (kB) of embedded high
speed flash memory At first, the microcontroller is
interfaced with temperature sensor, LM35. This LM35
produce an analog signal corrsponding to the temperature
value. Then the analog signal is converted into digital by
means of ADC and then the digital value is read by
microcontroller.
3.4 Microcontroller to LM35 Interface
In recent years, the ethernet network protocol has
been widely adopted as the choice method of data
communication for personal computers and other digital
devices. Its popularity is primarilyduetotheimmenseuseof
the Internet, an information exchange infrastructure that
communicates data via the ethernet network, by thegeneral
public. Furthermore, ethernet communication is readily
available on most of the currently deployed PCs. As a data
communication protocol, the ethernet is efficient. In all
ethernet networks, devices can easily communicate at
speeds of about 10 megabits-per-second, with some of the
most recent ethernet networks communicating even at data
speeds of 1 gigabit-per-second. Microcontroller and
computer are interfaced by using Ethernet port. LPC2378
microcontrollercircuitboardconsistsofEthernetportwhich
is connected to Ethernet port available in computer [5].
4. Lab VIEW Developing Module
Lab VIEW (Laboratory Virtual Instrument
Engineering Workbench) uses dataflow programming,
where the flow of data through the nodes on the block
diagram determines the execution order of the VIs and
functions [9]. The block diagram contains this graphical
source code, also known as G code or block diagram code.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2199
Front panel objects appear as terminals on the block
diagram [8].
Figure 2: Lab VIEW block diagram design
5. Results and Discussion
5.1 Output Design of Microcontroller
The temperature sensor is the transducer that reads
temperature of the particular environment, which we want
to measure and converts the temperature into
corresponding electrical signal. This analog signal is
amplified by signal conditioning circuit and then the analog
value is converted into digital by means of analog to digital
converter in order to read microcontroller.
Fig: 3 Output Design of Microcontroller
Microcontroller is programmed to read this digital value
corresponding to temperature and it is stored in the
embedded microcontroller. Data can be displayed in LCD by
programming the microcontroller. Through the ethernet
port it can communicate with the Lab VIEW module in the
computer. In Lab VIEW the temperature point is set and the
set point is read by microcontroller and is displayed in LCD.
This output is shown in the figure 3.
5.2 Impulse Input And Response
In signal processing, the impulse response,
or impulse response function (IRF), of a dynamic system is
its output when presented with a brief input signal, called
an impulse. More generally, an impulse response is the
reaction of any dynamic systemin responsetosomeexternal
change. In both cases, the impulse response describes the
reaction of the system as a function of time (or possibly as a
function of some other independent variable that
parameterizes the dynamic behaviour of the system).
In all these cases, the dynamic system and its impulse
response may be actual physical objects, or may be
mathematical systems of equations describing such objects.
Since the impulse function contains all frequencies, the
impulse response defines the response of a linear time-
invariant system for all frequencies.
0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5
x 10
-3
-1
0
1
2
3
4
5
Force input (N)
Time (sec)
Force(N)
Force
0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2
-40
-20
0
20
40
60
Acceleration output (gpeak
)
Time (sec)
Acceleration(g)
Acceleration response
Figure:4 Impulse Input And Response
5.3 FRF And Phase
The following article will attempt to explain the basictheory
of the frequency response function. This basic theory will
then be used to calculate the frequency response function
between two points on a structureusinganaccelerometer to
measure the response and a forcegaugehammertomeasure
the excitation.
Fundamentally a frequency response function is a
mathematical representationofthe relationshipbetweenthe
input and the output of a system.
So for example the frequency response functions between
two points on a structure. It would be possible to attach an
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072
© 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2200
accelerometer at a particular point and excite the structure
at another point with a force gauge instrumented hammer.
Then by measuring the excitation force and the response
acceleration the resulting frequency response function
would describe as a function of frequency the relationship
between those two points on the structure.
10
-1
10
0
10
1
10
2
10
3
10
1
10
2
10
3
frequency
Magnitude
Impulse Force Input
10
-1
10
0
10
1
10
2
10
3
10
-1
10
0
10
1
10
2
10
3
10
4
Frequency (Hz)
Amplitude
Acceleration response
Figure : 5 FRF And Phase
5.4 System transfer function in frequency domain
Transfer functions are commonly used in the
analysis of systems such as single-inputsingle-output filters,
typically within the fields of signal
processing, communication theory, and control theory. The
term is often used exclusively to refer to linear time-
invariant (LTI) systems, as covered in this article. Most real
systems have non-linear input/output characteristics, but
many systems, when operated within nominal parameters
(not "over-driven") have behaviour that is close enough to
linear that LTI systemtheory isanacceptablerepresentation
of the input/output behaviour.
0 200 400 600 800 1000 1200 1400 1600 1800
-40
-30
-20
-10
0
10
20
30
40
Frequency (Hz)
ABS
FRF
Figure: 6 System transfer function in frequency domain
6. Conclusion
Industrial automation through Ethernet is a good
solution, which is faster and accurate. Ethernet
communication supports data rates at the speed range from
100Mbps to several Gbps. It is highly reliable for high speed
automation application. A web page designed with HTML
coding, provides the data access in LAN. Each PC are
connected with LAN network connection, isidentifiedby the
unique address called IPaddress.Thecommunication within
this network is established withthehelpofIPaddresses.The
software model for device control automation is developed
in the web page. The user can observe the temperature
reading taken from the workplace and control the
temperature from his PC by accessing the web page through
web browser.
My future work is focused on industrial automation through
internet. So that, it is possible to access that web page
through internet and can able monitor and control the
temperature with a PC or Laptop
References
[1] Nie Chun-yan1, Xu Shan-shan2, and Ji Shu-jiao1, “Data
Acquisition and Realization of Communication
Transmission Based on Lab VIEW”, 2012 International
Conference on Computer Science and Electronics
Engineering, DOI 10.1109/ICCSEE.2012.191.
[2] Shyam.R.Nair, Venkatesh Thalaimalayan, “Design of a
Lab VIEW Based Real Time Simulator for ABS Tester”,
International Journal of Scientific and Research
Publications, Volume 2, Issue 5, May 2012.
[3] Subhransu Padhee , Yaduvir Singh, “Data Logging and
Supervisory Control of Process Using Lab VIEW”,
Proceeding of the 2011 IEEE Students', Technology
Symposium 14-16 January, 2011, lIT Kharagpur.
[4] Gangling Guo, Zhejiang Li, Fan Yang, “Design of High
Speed Pulse Data Acquisition SystemBasedonFPGAand
USB”, 2011 International Conference on Multimedia
Technology (ICMT).
[5] Nader N. Barsoum, Pin Rui Chin, “Ethernet Control AC
Motor via PLC Using LabVIEW”, Intelligent Control and
Automation, 2011, 2, 330-339, Published Online
November 2011 (http://www.SciRP.org/journal/ica).
Piotr Bilski and Wieslaw Winiecki, “Virtual Spectrum
Analyzer Based on Data Acquisition Card”, IEEE
transactions on instrumentation and measurement,vol.
51, no. 1, february 2002.
[6] A. Ferrero, L. Cristaldi and V, Piuri, “Programmable
Instruments, Virtual Instruments, and Distributed
Measurement Systems: What Is Really Useful,
Innovative.

Más contenido relacionado

La actualidad más candente

SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
ASHOKKUMAR RAMAR
 
Project ppt 4 channel data acquisition
Project ppt 4 channel data acquisitionProject ppt 4 channel data acquisition
Project ppt 4 channel data acquisition
Vineesh Kumar
 
Power system automation
Power system automationPower system automation
Power system automation
Kiran Gham
 

La actualidad más candente (20)

Data acquisition softwares
Data acquisition softwaresData acquisition softwares
Data acquisition softwares
 
Data acquisition system (DAS)
Data acquisition system (DAS)Data acquisition system (DAS)
Data acquisition system (DAS)
 
Scada protocols-and-communications-trends
Scada protocols-and-communications-trendsScada protocols-and-communications-trends
Scada protocols-and-communications-trends
 
Fog computing and data concurrency
Fog computing and data concurrencyFog computing and data concurrency
Fog computing and data concurrency
 
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
SCADA PROJECTS ABSTRACT-Scada for power station substation monitoring and aut...
 
Scada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industriesScada system for real time data monitoring and controlling in industries
Scada system for real time data monitoring and controlling in industries
 
Industrial Automation Press Conference Hannover Messe
Industrial Automation Press Conference Hannover MesseIndustrial Automation Press Conference Hannover Messe
Industrial Automation Press Conference Hannover Messe
 
Data Acquisition Systems presentation
Data Acquisition  Systems presentationData Acquisition  Systems presentation
Data Acquisition Systems presentation
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
 
Project ppt 4 channel data acquisition
Project ppt 4 channel data acquisitionProject ppt 4 channel data acquisition
Project ppt 4 channel data acquisition
 
Dhiraj seminar # power system automation
Dhiraj seminar # power system automationDhiraj seminar # power system automation
Dhiraj seminar # power system automation
 
( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM ( KEVIN SONI )DATA ACQUISITION SYSTEM
( KEVIN SONI )DATA ACQUISITION SYSTEM
 
“eXtending” the Automation Toolbox: Introduction to TwinCAT 3 Software and eX...
“eXtending” the Automation Toolbox: Introduction to TwinCAT 3 Software and eX...“eXtending” the Automation Toolbox: Introduction to TwinCAT 3 Software and eX...
“eXtending” the Automation Toolbox: Introduction to TwinCAT 3 Software and eX...
 
Power system automation
Power system automationPower system automation
Power system automation
 
Power system automation
Power system automationPower system automation
Power system automation
 
Scada in hydropower plant
Scada  in  hydropower plantScada  in  hydropower plant
Scada in hydropower plant
 
Power system automation pdf
Power system automation pdfPower system automation pdf
Power system automation pdf
 
Ethercat twincat e
Ethercat twincat eEthercat twincat e
Ethercat twincat e
 
G code based data receiving and control system
G   code based data receiving and control systemG   code based data receiving and control system
G code based data receiving and control system
 
Scada functions
Scada functionsScada functions
Scada functions
 

Similar a Development of Software for Estimation of Structural Dynamic Characteristics of Mechanical Systems in Real Time

Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
researchinventy
 

Similar a Development of Software for Estimation of Structural Dynamic Characteristics of Mechanical Systems in Real Time (20)

IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
IRJET-Complete Industrial Solution for Automation in Temperature and Humidity...
 
Design & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOTDesign & Implementation Of Fault Identification In Underground Cables Using IOT
Design & Implementation Of Fault Identification In Underground Cables Using IOT
 
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
Modeling & Design of Dtmf Technique Based Automatic Mobile Switching & Contro...
 
Industrial Automation using IoT
Industrial Automation using IoTIndustrial Automation using IoT
Industrial Automation using IoT
 
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
 
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
Design and Implementation of Multi-SCADA System for Drone-Based Reliability R...
 
CAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and SafetyCAN Bus Integration for Enhanced Industrial Control and Safety
CAN Bus Integration for Enhanced Industrial Control and Safety
 
IRJET- Smart Power Optimization with IoT
IRJET-  	  Smart Power Optimization with IoTIRJET-  	  Smart Power Optimization with IoT
IRJET- Smart Power Optimization with IoT
 
Iaetsd rtos based electronics industrial
Iaetsd rtos based electronics industrialIaetsd rtos based electronics industrial
Iaetsd rtos based electronics industrial
 
Portable Wireless Temperature Data Logger Dimitrios Tsiolchas
Portable Wireless Temperature Data Logger Dimitrios TsiolchasPortable Wireless Temperature Data Logger Dimitrios Tsiolchas
Portable Wireless Temperature Data Logger Dimitrios Tsiolchas
 
IRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without InternetIRJET- Climate Monitoring System and Transmission of Data without Internet
IRJET- Climate Monitoring System and Transmission of Data without Internet
 
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
IRJET- Machine Learning for Weather Prediction and Forecasting for Local Weat...
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
Endothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOTEndothermic Process Monitoring and Control using IIOT
Endothermic Process Monitoring and Control using IIOT
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
On-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time ApplicationOn-line IDACS for Embedded Real Time Application
On-line IDACS for Embedded Real Time Application
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 

Más de IRJET Journal

Más de IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Último

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
ankushspencer015
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
Tonystark477637
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Último (20)

AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
KubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghlyKubeKraft presentation @CloudNativeHooghly
KubeKraft presentation @CloudNativeHooghly
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
chapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineeringchapter 5.pptx: drainage and irrigation engineering
chapter 5.pptx: drainage and irrigation engineering
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar  ≼🔝 Delhi door step de...
Call Now ≽ 9953056974 ≼🔝 Call Girls In New Ashok Nagar ≼🔝 Delhi door step de...
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 

Development of Software for Estimation of Structural Dynamic Characteristics of Mechanical Systems in Real Time

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2197 DEVELOPMENT OF SOFTWARE FOR ESTIMATION OF STRUCTURAL DYNAMIC CHARACTERISTICS OF MECHANICAL SYSTEMS IN REAL TIME K. Prasanthi1 , S K . Idrish2 1 M. Tech Student, Bapatla Engineering College, Bapatla, A.P, India 2 Assistant Professor, Department of ECE, Bapatla Engineering College, Bapatla, A.P, India ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract: A control system is an interconnection of components forming a system configuration that will provide a desire system response. It comprises of control algorithm, plant & feedback. The plant may be a mechanical, electrical, pneumatic, etc. In this project deals withmechanicalstructure that is a beam as a plant for determining the structural dynamic characteristics of it by applying a known dynamic input (i.e. force) and resulting responses are measured .Signal processing methods are applied to the measured data to extract its parameters such as resonance frequencies ,damping…etc. A more sophisticated approach would use by applying wide band random excitation from single shaker (single input and multi output) simultaneous measurement of signal from an accelerometer and computer computationand storage of frequency response of functions(FRF’s).The aforementioned work will be done through data acquisition toolbox from MATLAB .Data acquisition toolbox provides functions for connecting MATLAB to data acquisition hardware such as National Instruments (NI).Generally, aerospace vehicles vibrate at certain acceleration level at certain point. In order to clear the system for flight one has to demonstrate or test the system for specified accelerometer level for certain duration with in the laboratory. This particular work will also cover the development of control algorithm to get the desired acceleration at desired location. This project work also covers the designing of software for closed loop control system on real time in order to get the desired output on the structure. Keywords: Lab VIEW, Data Acquisition, Microcontroller, Ethernet 1. Introduction Several technologies have already been introduced for industrial automation (e.g., standard and proprietary field and control level buses). In the last few years, some newly introduced connectivity solutionssuchasEthernet, Wireless LAN, etc are used in industrial application. They are large number of additional automation solutions available in already existing methods. With the help of software we are able to program as per our needs. Data process can be changed or modified with software programs. Lab view „G‟ program allows users to create a graphical program which process the data obtained from the sensor (e.g.,temperature sensor, pressure sensor, etc). This paper takes a case study of industrial automation for temperature monitoring application. This paper also givesanoverviewofmodemday data acquisition system,data storageandcontrol techniques. 2 Data Acquisition, Data Storage and Control System 2.1 Data Acquisition Lab VIEW software is simple and easy to use, whenyou need to implement measurement and control, adding a data acquisition card you can achieve the following functions, including collect the data of the controlled object, dynamic display and real-time control. Multifunction DAQ data acquisition card has a simple structure, and it can capture signals. AQ Assistant is a configuration measurement tasks, channels and calibration end graphical interface. Users can use it to produce NI- DAQ mx task procedures. When you collect the signal in the DAQ hardware, you can complete measurement tasks by configuring the DAQ Assistant Express VI measurement are very quick and easy to implement, which development cost is low [1]. 2.2 Data Storage Acquired data is to be processed and storedformaintenance purpose in future. There are two methods used for data storage. Recorders or data loggers are used nowadays. Recorders and data loggers are used in measurements variables data such as temperature, pressure, pH, humidity; and also used for engineering and scientific applications such as high-speed testing (e.g., stress/strain), statistical analyses, and other laboratory or off-line uses where a graphic or digital record of selected variables is desired. Personal computers have the ability to provide necessary curves on CRT displays that could be analyzed [3]. In our system acquired information is collected in Lab VIEW and stored in Microsoft Excel. 2.3 Control System A control system is a device, or set of devices, that manages, commands, directs or regulates the behaviour of other device(s) or system(s). There are two common classes of control systems, with many variations and combinations: logic or sequential controls, and feedback or linear controls. There is also fuzzy logic, which attempts to combine someof the design simplicity of logic with the utilityoflinearcontrol. Some devices or systems are inherently not controllable.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2198 Acquired data is sampled, processed and to then controlled as per the design. In control system the computer compares the signal coming from the sensor or DAQ device with the reference value which is called as set point here. According to the set point the controller makes a decision and sends a control signal to hardware equipment. 3. Hardware Implementation This part explains more about the hardwaredesignand construction involves in this system. There are temperature sensor, signal conditioning, ARM microcontroller, and ethernet driver. It has a separate power supply. Figure 1: Hardware implementation 3.1 Temperature Sensor LM35DZ is the temperature sensor from National Semiconductor. This sensor output voltage is linearly proportional to the Celsius. Temperature ranges between - 55oC to and150oC and the accuracis about +2.0oCand output scale 10mV/C. 3.2 Signal Conditioning LPC 2378 microcontroller has inbuilt ADC. Microcontroller is programmed to read the data fromLM35. The first thing in my program is to write a routine, that enables the ADC to read and write data, and then monitor the INTR pin of the ADC and bring an analog input into the register A. This task had to be accomplished by sending a high to low transition pulse on the WR pin through one of the port pins of the microcontroller. Thisconvertstheanalog input into 8bit digital form. 3.3 Microcontroller to LM35 Interface The LPC2148 are based on a 16/32 bit ARM7TDMI-S™ CPU with real-time emulation and embedded trace support, together with 128/512 kilobytes (kB) of embedded high speed flash memory At first, the microcontroller is interfaced with temperature sensor, LM35. This LM35 produce an analog signal corrsponding to the temperature value. Then the analog signal is converted into digital by means of ADC and then the digital value is read by microcontroller. 3.4 Microcontroller to LM35 Interface In recent years, the ethernet network protocol has been widely adopted as the choice method of data communication for personal computers and other digital devices. Its popularity is primarilyduetotheimmenseuseof the Internet, an information exchange infrastructure that communicates data via the ethernet network, by thegeneral public. Furthermore, ethernet communication is readily available on most of the currently deployed PCs. As a data communication protocol, the ethernet is efficient. In all ethernet networks, devices can easily communicate at speeds of about 10 megabits-per-second, with some of the most recent ethernet networks communicating even at data speeds of 1 gigabit-per-second. Microcontroller and computer are interfaced by using Ethernet port. LPC2378 microcontrollercircuitboardconsistsofEthernetportwhich is connected to Ethernet port available in computer [5]. 4. Lab VIEW Developing Module Lab VIEW (Laboratory Virtual Instrument Engineering Workbench) uses dataflow programming, where the flow of data through the nodes on the block diagram determines the execution order of the VIs and functions [9]. The block diagram contains this graphical source code, also known as G code or block diagram code.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2199 Front panel objects appear as terminals on the block diagram [8]. Figure 2: Lab VIEW block diagram design 5. Results and Discussion 5.1 Output Design of Microcontroller The temperature sensor is the transducer that reads temperature of the particular environment, which we want to measure and converts the temperature into corresponding electrical signal. This analog signal is amplified by signal conditioning circuit and then the analog value is converted into digital by means of analog to digital converter in order to read microcontroller. Fig: 3 Output Design of Microcontroller Microcontroller is programmed to read this digital value corresponding to temperature and it is stored in the embedded microcontroller. Data can be displayed in LCD by programming the microcontroller. Through the ethernet port it can communicate with the Lab VIEW module in the computer. In Lab VIEW the temperature point is set and the set point is read by microcontroller and is displayed in LCD. This output is shown in the figure 3. 5.2 Impulse Input And Response In signal processing, the impulse response, or impulse response function (IRF), of a dynamic system is its output when presented with a brief input signal, called an impulse. More generally, an impulse response is the reaction of any dynamic systemin responsetosomeexternal change. In both cases, the impulse response describes the reaction of the system as a function of time (or possibly as a function of some other independent variable that parameterizes the dynamic behaviour of the system). In all these cases, the dynamic system and its impulse response may be actual physical objects, or may be mathematical systems of equations describing such objects. Since the impulse function contains all frequencies, the impulse response defines the response of a linear time- invariant system for all frequencies. 0 0.5 1 1.5 2 2.5 3 3.5 4 4.5 5 x 10 -3 -1 0 1 2 3 4 5 Force input (N) Time (sec) Force(N) Force 0 0.2 0.4 0.6 0.8 1 1.2 1.4 1.6 1.8 2 -40 -20 0 20 40 60 Acceleration output (gpeak ) Time (sec) Acceleration(g) Acceleration response Figure:4 Impulse Input And Response 5.3 FRF And Phase The following article will attempt to explain the basictheory of the frequency response function. This basic theory will then be used to calculate the frequency response function between two points on a structureusinganaccelerometer to measure the response and a forcegaugehammertomeasure the excitation. Fundamentally a frequency response function is a mathematical representationofthe relationshipbetweenthe input and the output of a system. So for example the frequency response functions between two points on a structure. It would be possible to attach an
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 04 Issue: 08 | Aug -2017 www.irjet.net p-ISSN: 2395-0072 © 2017, IRJET | Impact Factor value: 5.181 | ISO 9001:2008 Certified Journal | Page 2200 accelerometer at a particular point and excite the structure at another point with a force gauge instrumented hammer. Then by measuring the excitation force and the response acceleration the resulting frequency response function would describe as a function of frequency the relationship between those two points on the structure. 10 -1 10 0 10 1 10 2 10 3 10 1 10 2 10 3 frequency Magnitude Impulse Force Input 10 -1 10 0 10 1 10 2 10 3 10 -1 10 0 10 1 10 2 10 3 10 4 Frequency (Hz) Amplitude Acceleration response Figure : 5 FRF And Phase 5.4 System transfer function in frequency domain Transfer functions are commonly used in the analysis of systems such as single-inputsingle-output filters, typically within the fields of signal processing, communication theory, and control theory. The term is often used exclusively to refer to linear time- invariant (LTI) systems, as covered in this article. Most real systems have non-linear input/output characteristics, but many systems, when operated within nominal parameters (not "over-driven") have behaviour that is close enough to linear that LTI systemtheory isanacceptablerepresentation of the input/output behaviour. 0 200 400 600 800 1000 1200 1400 1600 1800 -40 -30 -20 -10 0 10 20 30 40 Frequency (Hz) ABS FRF Figure: 6 System transfer function in frequency domain 6. Conclusion Industrial automation through Ethernet is a good solution, which is faster and accurate. Ethernet communication supports data rates at the speed range from 100Mbps to several Gbps. It is highly reliable for high speed automation application. A web page designed with HTML coding, provides the data access in LAN. Each PC are connected with LAN network connection, isidentifiedby the unique address called IPaddress.Thecommunication within this network is established withthehelpofIPaddresses.The software model for device control automation is developed in the web page. The user can observe the temperature reading taken from the workplace and control the temperature from his PC by accessing the web page through web browser. My future work is focused on industrial automation through internet. So that, it is possible to access that web page through internet and can able monitor and control the temperature with a PC or Laptop References [1] Nie Chun-yan1, Xu Shan-shan2, and Ji Shu-jiao1, “Data Acquisition and Realization of Communication Transmission Based on Lab VIEW”, 2012 International Conference on Computer Science and Electronics Engineering, DOI 10.1109/ICCSEE.2012.191. [2] Shyam.R.Nair, Venkatesh Thalaimalayan, “Design of a Lab VIEW Based Real Time Simulator for ABS Tester”, International Journal of Scientific and Research Publications, Volume 2, Issue 5, May 2012. [3] Subhransu Padhee , Yaduvir Singh, “Data Logging and Supervisory Control of Process Using Lab VIEW”, Proceeding of the 2011 IEEE Students', Technology Symposium 14-16 January, 2011, lIT Kharagpur. [4] Gangling Guo, Zhejiang Li, Fan Yang, “Design of High Speed Pulse Data Acquisition SystemBasedonFPGAand USB”, 2011 International Conference on Multimedia Technology (ICMT). [5] Nader N. Barsoum, Pin Rui Chin, “Ethernet Control AC Motor via PLC Using LabVIEW”, Intelligent Control and Automation, 2011, 2, 330-339, Published Online November 2011 (http://www.SciRP.org/journal/ica). Piotr Bilski and Wieslaw Winiecki, “Virtual Spectrum Analyzer Based on Data Acquisition Card”, IEEE transactions on instrumentation and measurement,vol. 51, no. 1, february 2002. [6] A. Ferrero, L. Cristaldi and V, Piuri, “Programmable Instruments, Virtual Instruments, and Distributed Measurement Systems: What Is Really Useful, Innovative.