SlideShare a Scribd company logo
1 of 6
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 681
LOW COST DATA ACQUISITION FROM DIGITAL CALIPER TO PC
V Vennishmuthu1
, S. Riyaz Ahammed2
, R.Hushein3
, Shaik.Shabbeer4
1, 2, 3, 4
Assistant Professor, Department of Mechanical Engineering, Vel Tech Dr.RR & Dr.SR Technical University,
Avadi, Chennai, Tamil Nadu, India
Abstract
This paper aims to reduce the Inspection time during Online patrol Inspection. A physical check sheet is used to note down the
measured values. A Wired DIGIMATIC to keyboard signal converter device is prepared. A Wireless digimatic to keyboard signal
converter device is recommended to reduce the Inspection time and errors. The purpose of Wireless digimatic to keyboard signal
converter device is to build a system which integrates with the server through SAP and process these data’s to develop to its full
potential. This Paper gives an account of reducing the inspection time during Online patrol Inspection in Pacific Fuel filter line.
Trials are carried out after the development of solution and parameters are recorded, the achieved results were found to be highly
beneficial and satisfactory. By this paper there is reduction in Inspection Time and errors. The thesis describes the above work in
detail.
Keywords: Data Acquisition, Vernier Calipers, Inspection Automation, Arduino uno, Wireless, Digimatic to Serial.
-----------------------------------------------------------------------***---------------------------------------------------------------------
1. INTRODUCTION
In today’s world of manufacturing quality is given the highest
priority and thus each component going out of the company to
the customers must be inspected in all the possible ways of
which it will not get rejected. In the present scenario of data
measurement, the data are entered in a notebook which is
referred by the supervisor at a frequency of 2 times per shift. As
the data’s are manually entered, there are cases where the data
is entered wrongly due to manual error. Moreover the time
taken to measure and enter the data in note-book and then again
enter it in PC takes time leading to inspection of 2-3
components. This has led to many rejections and dimensional
inaccuracy. This thesis deals with developing an automated
inspection method where-in the data obtained from the Vernier
is directly sent to PC which can be seen by the supervisors at
any time, and the non-conformities can be identified.
2. EXPERIMENTAL EQUIPMENT AND
INSTRUMENTATION
2.1 Arduino Uno
Arduino Uno is a microcontroller panel which consists of
14digital input and output pins in total and out of which six are
used as Pulse Width Modulation outputs, six are used as analog
inputs, a USB connection, a power jack, and a reset button.
Micro controller is connected to a PC by the usage of a
USB cable or can be powered by using an AC-to-DC adapter or
a battery can be used to get started. "Uno" Means one in Italian.
2.1.1 Summary
Controller ATmega328
Input voltage range 6-20V
Total number of pins 14
Number of analog i/p pins 6
Current/ Input, Output pin 40mA
Memory 32KB
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 682
2.1.2 Communication
The Arduino Uno has a wide range of number of facilities for
the purpose of communication with a PC, other Arduino, or
other microcontrollers. ATmega328 provides Universal
Asynchronous Receiver Transmitter with a voltage of 5V for
the purpose of serial communication, that is accessible on
digital pins 0 (Receiver) and 1 (Transmitter). An ATmega16U2
on the panel channels this particular serial communication over
a Universal Synchronous Bus and appears as a effective
comport to the software which is existing on the PC. '16U2 is a
firmware that uses the existing standard USB COM drivers, and
an external driver is not required. But, on Windows, a .inf file is
required. Simple textual data can be sent to and from the
Arduino board using Arduino software. Available Receiver and
Transmitter LEDs on the floorboard start blinking when the
data is transmitted via Universal Synchronous Bus -to-serial
chip on pins 0 and 1. Software Serial library allows the
sequential communication on any one of the digital pins
existing on Uno.' The ATmega328 supports I2C and Serial
Peripheral Interface communication.
2.2 ARDUINO LEONARDO
Arduino Leonardo is a microcontroller panel which consists of
a 20 digital inputs and output pins in total out of which seven
are used as Pulse width modulation outputs and twelve are used
as analog inputs, a micro USB connection, a power jack, and a
reset button. This instrument contains all the features needed to
support the microcontroller; this particular instrument is
connected to a computer by the usage of a USB cable or can be
powered with an AC-to-DC adapter or battery can be used to
get started. The Leonardo differentiates from the other
preceding boards in which ATmega328 has a built-in USB
communication, which helps in eliminating the need of usage of
a secondary processor. This leads the Leonardo appear to be
connected to a PC as a keyboard, in addition to a virtual
communication device class serial /communication port.
2.2.1 Summary
Controller ATmega32u4
Input voltage range 6-20V
Recommended i/o Voltage 7-12V
Pulse Width Modulation
channels
12
Total number of pins 20
Current/ Input, Output pin 40mA
Analog channels 7
Memory 32KB
2.3 Arduino Software
Using this Arduino software, programs are developed on a PC
using the Arduino integrated development environment (IDE).
These programs are named as sketches. We can download this
software in arduinjo.cc website. The IDE enables to write and
edit code and convert this code into a set of instructions such
that the Arduino hardware can easily understand and also
transfers these instructions into the Arduino board. This process
of transfer is called as uploading.
3. METHODOLOGY
3.1 Current Setup
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 683
3.2 PROPOSED SETUP
4. THE PHYSICAL FORMAT OF DATA OUTPUT
4.1 Oscilloscope Result
Clock
output
Data
output
Data is valid during the entire clock low time.
Clock pulses stay 100 microseconds LOW and 100
microseconds HIGH.
4.2 Digimatic Data Format
D
1
D
2
D
3
D
4
D
5
D
6
D
7
D
8
D
9
D
10
D
11
D
12
D
13
First byte represents about the type of data that is going to be
received. Choices available are data to the gauge, the data
number, maximum, minimum, x-bar, sigma, max hold, min
hold, or normal data. In general, this byte will be all ones or hex
"F" for the normal data output. Bytes 2 through 4 are used as
data entry numbers i.e. from 0-999. These are binary coded
decimal BCD with the most significant bit MSB as byte two.
Byte five represent their sign bit with its most significant Bit,
MSB. Low represent positive and where as High represent
negative. Bytes 6 through 11 are the binary coded decimal,
BCD numeric data with byte six being the most significant digit
MSD. Byte 12 sets the decimal point with zero an integer and
five gives a total of five digits to the right of the decimal point.
Consequently, the interface can deliver six decade accuracy
over the plus or minus 9.99999 to 99999 range interval. Byte
thirteen represents the units in use, with zero being millimetres
and one being inches. Other options available are metric or inch
go or no-go, high or low or "none of the above". Every second,
the gauge sends out a low ready signal. If the computer host
wishes to observe the data, it can respond at any time within 80
milliseconds by pulling the request line low.
DATA TYPE
0-Entry data
1-Number data
2- Max. data
3-Min. Data
4-X bar data
5-sigma data
6-max hold data
7-min hold data
F-normal data
SIGN
0-Positive
8-Negative
DECIMAL
POINT
0-xxxxxx.
1- xxxxx.x
2- xxxx.xx
3- xxx.xxx
4- xx.xxxx
5- x.xxxxx
ENTRY
NUMBER
Three BCD
digits with
D2=MSD
and D4=LSD
NUMERIC
DATA
Six BCD
digits with
D6=MSD
and D11=LSD
UNITS
0-millimeters
1-inches
2- mm +no go
3-mm +go
4-mm – no go
5-inches +no go
6- inches+ go
7- inches -no go
F-none
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 684
4.3 Interfacing Arduino to Digital Calipers
The data output from the digital caliper is in the form of
Digimatic output which cannot be directly sent to the PC. A
converter is required which can translate the Digimatic signal
into signal which can be understood by the PC such as, RS232
format or USB signal or keyboard signal. Using Arduino
controller a converter has been designed and programmed.
Fig: Safety circuit diagram
4.4 Programming Algorithm
4.5 Sample Program
The program for acquisition of data from vernier to PC has
been written in Arduino IDE software. Based on the algorithm
of the work operation a program is developed which was then
uploaded to Arduino Uno controller
The output of the program was seen in the Hyper-terminal
window.
Position Value Description
1 0 Indicates +ve (when 0) and –
ve(when 8)
2 & 9 - Always left blank
3 to 8 006093 Value
10 2 Decimal point position from right.
(2 or 4)
11 0 Indicates mm(when 0) and
inch(when 1)
The original value of vernier is +60.94mm but in that screen it
shows 0 006094 2 0 from this output I conclude the result that
result was given in the below tab lour Colum. The data obtained
din the hyper terminal window was not able to satisfy the
objective. To overcome this, a software PLX-DAQ was used
which would transfer the data from the output of controller to
the Excel sheet.
4.6 Move Serial Data to Excel Sheet
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 685
The PLX-DAQ application was launched and on the
background the modified excel sheet was opened. The data
output from the controller will be automatically updated in the
modified excel sheet.
5. STANDARDISATION AND IMPLEMENTATION
The hardware components were fabricated inside a box which
can be placed at the place of inspection. One PC also provided
for this inspection process . Our setup will be always engaged
with that PC. LAN connection and is provided for uploading
measuring values in SAP frequently The final set up of the
project is like a picture shown in below.
Using the set-up, the data updated in excel sheet can be seen
only by the person who is measuring the component. The
supervisor or the senior staff should come to the location and
verify the readings. To overcome this, a concept of cloud
computing was thought off. SAP (System Application Product)
is the software available here using which the data can be
viewed by anyone in the company within the company
premises. The next step was to store the data obtained from the
controller programmed to measure the dimension of the
component in SAP. The program initially coded cannot be used
be used to upload the data in SAP. To use the same Arduino
UNO board for uploading the data into SAP, third party
applications and other hardware related components are
required which adds to the cost of the set-up. To overcome this
shortcoming Arduino Leonardo controller was used, which
converts the output to keyboard signal which can be used to
upload the data directly in SAP.
Final Setup
6. NEW WORKING METHODOLOGY
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
__________________________________________________________________________________________
Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 686
7. DISCUSSIONS AND CONCLUSSIONS
The conventional method of well-logging is in analog form in
which processing and manipulation of the data is fairly tedious
if not impossible. Digital data has the big advantage of being
processed using the computer. Manipulation, correction, etc. is
easily done. This would otherwise be a cumbersome task using
the analog data since such a huge amount of data would be
manipulated manually. The system followed here had data’s of
measurement entered in a book and later was copied to PC
manually leading to manual errors. With the current
methodology it was not possible to determine the rejection data
and the other factors which were needed from the data being
measured.
8. CONCLUSIONS
The data acquisition system developed led to reduction in the
inspection time and also helped in reducing the manual errors
which existed prior to the implementation of the project. As the
inspection time reduced to a great extent the number of parts
which were supervised (initially 2 components per shift) has
now rose to 5 components per shift leading to better
dimensional accuracy and quality.
REFERENCES
[1]. N.S.V. Rao, W.R. Wing, S.M. Carter, and Q. Wu,
“Ultrascience Net: Network Testbed for Large-Scale Science
Applications,” IEEE Comm. Magazine, vol. 43, no. 11, pp.
S12-S17, Nov. 2005.
[2]. X. Zheng, M. Veeraraghavan, N.S.V. Rao, Q. Wu, and M.
Zhu, “CHEETAH: Circuit-Switched High-Speed End-to-End
Transport Architecture Testbed,” IEEE Comm. Magazine, vol.
43, no. 8, pp. 11-17, Aug. 2005.
[3]. On-Demand Secure Circuits and Advance Reservation
System, http://www.es.netoscars, 2009.
[4]. User Controlled LightPath Provisioning,
http://phi.badlab.crc. cauclp, 2009.
[5]. Enlightened Computing, www.enlightenedcomputing.org,
2009.
[6]. Dynamic Resource Allocation via GMPLS Optical
Networks, http:/dragon.maxgigapop.net, 2009.
[7]. JGN II: Advanced Network Testbed for Research and
Development, http:/www.jgn.nict.go.jp, 2009
[8]. Geant2, http:/www.geant2.net, 2009.
[9]. Hybrid Optical and Packet Infrastructure, http://networks
internet2.eduhopi, 2009.
[10]. N.S.V. Rao, Q. Wu, S. Ding, S.M. Carter, W.R. Wing, A.
Banerjee, D. Ghosal, and B. Mukherjee, “Control Plane for
Advance Bandwidth Scheduling in Ultra High-Speed
Networks,” Proc. IEEE INFOCOM, 2006.
[11]. K. Wehrle, F. Pahlke, H. Ritter, D. Muller, and M.
Bechler, Linux Network Architecture. Prentice-Hall, Inc., 2004.
[12]. S. Floyd, “RFC 2914: Congestion Control Principles,”
Category: Best Current Practise, ftp://ftp.isi.edu/in-
notesrfc2914.txt, Sept. 2000.
[13]. V. Jacobson, R. Braden, and D. Borman, “RFC 2647: Tcp
Extensions for High Performance,” United States,
http://www.ietf.org/rfcrfc1323.txt, 1992.
[14]. A. Hanushevsky, “Peer-to-Peer Computing for Secure
HighPerformanceDataCop,”
http://www.osti.gov/servlets/purl/826702-5UdHlZ native/, Apr.
2007.
[15]. S. Floyd, “Highspeed TCP for Large Congestion
Windows,” Internet Draft, Feb. 2003.

More Related Content

What's hot

Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud IJECEIAES
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET Journal
 
Study of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsStudy of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsIRJET Journal
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET Journal
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET Journal
 
Intelligent Medical Drawer for Patients
Intelligent Medical Drawer for PatientsIntelligent Medical Drawer for Patients
Intelligent Medical Drawer for PatientsIRJET Journal
 
Fpga implementation of various lines coding technique for efficient transmiss...
Fpga implementation of various lines coding technique for efficient transmiss...Fpga implementation of various lines coding technique for efficient transmiss...
Fpga implementation of various lines coding technique for efficient transmiss...eSAT Publishing House
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET Journal
 
IRJET - Remote Health Monitoring, Home Automation and Alarm System using ...
IRJET -  	  Remote Health Monitoring, Home Automation and Alarm System using ...IRJET -  	  Remote Health Monitoring, Home Automation and Alarm System using ...
IRJET - Remote Health Monitoring, Home Automation and Alarm System using ...IRJET Journal
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device controleSAT Publishing House
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition systemeSAT Publishing House
 
Zigbee based System for Individuals with Multiple Handicapness in Household E...
Zigbee based System for Individuals with Multiple Handicapness in Household E...Zigbee based System for Individuals with Multiple Handicapness in Household E...
Zigbee based System for Individuals with Multiple Handicapness in Household E...rahulmonikasharma
 
A secure modification to hsiang shih’s scheme
A secure modification to hsiang shih’s schemeA secure modification to hsiang shih’s scheme
A secure modification to hsiang shih’s schemeIAEME Publication
 
To protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyTo protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyeSAT Journals
 
IRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET Journal
 
FPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockFPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockIOSR Journals
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET Journal
 
IRJET- Automated Blood Bank with Embedded System
IRJET-  	  Automated Blood Bank with Embedded SystemIRJET-  	  Automated Blood Bank with Embedded System
IRJET- Automated Blood Bank with Embedded SystemIRJET Journal
 

What's hot (19)

Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud
 
IRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic SystemIRJET- Review on IoT based Dual ARM Tele-Robotic System
IRJET- Review on IoT based Dual ARM Tele-Robotic System
 
Study of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam EmailsStudy of Various Techniques to Filter Spam Emails
Study of Various Techniques to Filter Spam Emails
 
FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAKFLOOD ALERTING SYSTEM USING RASPBERRY PI  & THINGSPEAK
FLOOD ALERTING SYSTEM USING RASPBERRY PI & THINGSPEAK
 
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home SecurityIRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
IRJET - RFID based Automatic Entry Restricted Mechanism for Home Security
 
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
IRJET- IoT based Waste Management System and Attendance Monitoring of Workers...
 
Intelligent Medical Drawer for Patients
Intelligent Medical Drawer for PatientsIntelligent Medical Drawer for Patients
Intelligent Medical Drawer for Patients
 
Fpga implementation of various lines coding technique for efficient transmiss...
Fpga implementation of various lines coding technique for efficient transmiss...Fpga implementation of various lines coding technique for efficient transmiss...
Fpga implementation of various lines coding technique for efficient transmiss...
 
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart CityIRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
IRJET- Wireless Sensor Network(WSN) Implementation in IoT based Smart City
 
IRJET - Remote Health Monitoring, Home Automation and Alarm System using ...
IRJET -  	  Remote Health Monitoring, Home Automation and Alarm System using ...IRJET -  	  Remote Health Monitoring, Home Automation and Alarm System using ...
IRJET - Remote Health Monitoring, Home Automation and Alarm System using ...
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
 
Zigbee based System for Individuals with Multiple Handicapness in Household E...
Zigbee based System for Individuals with Multiple Handicapness in Household E...Zigbee based System for Individuals with Multiple Handicapness in Household E...
Zigbee based System for Individuals with Multiple Handicapness in Household E...
 
A secure modification to hsiang shih’s scheme
A secure modification to hsiang shih’s schemeA secure modification to hsiang shih’s scheme
A secure modification to hsiang shih’s scheme
 
To protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyTo protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technology
 
IRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled SystemIRJET-Arduino Based Voice Controlled System
IRJET-Arduino Based Voice Controlled System
 
FPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe LockFPGA Based Implementation of Electronic Safe Lock
FPGA Based Implementation of Electronic Safe Lock
 
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
IRJET- Automated Blood Bank with Embedded System
IRJET-  	  Automated Blood Bank with Embedded SystemIRJET-  	  Automated Blood Bank with Embedded System
IRJET- Automated Blood Bank with Embedded System
 

Viewers also liked

Investigation on effective thermal conductivity of foams using transient plan...
Investigation on effective thermal conductivity of foams using transient plan...Investigation on effective thermal conductivity of foams using transient plan...
Investigation on effective thermal conductivity of foams using transient plan...eSAT Publishing House
 
History of gasoline direct compression ignition (gdci)
History of gasoline direct compression ignition (gdci)History of gasoline direct compression ignition (gdci)
History of gasoline direct compression ignition (gdci)eSAT Publishing House
 
Directly coupled microstrip array antennas for wideband application
Directly coupled microstrip array antennas for wideband applicationDirectly coupled microstrip array antennas for wideband application
Directly coupled microstrip array antennas for wideband applicationeSAT Publishing House
 
Comparative assessment of noise levels in various laboratories and constructi...
Comparative assessment of noise levels in various laboratories and constructi...Comparative assessment of noise levels in various laboratories and constructi...
Comparative assessment of noise levels in various laboratories and constructi...eSAT Publishing House
 
Analysis of circular disc antenna using defective
Analysis of circular disc antenna using defectiveAnalysis of circular disc antenna using defective
Analysis of circular disc antenna using defectiveeSAT Publishing House
 
The growth of hsr networks around the world
The growth of hsr networks around the worldThe growth of hsr networks around the world
The growth of hsr networks around the worldeSAT Publishing House
 
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru city
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru cityAppraisal of multilevel car parking facility at kg road cbd area, bengaluru city
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru cityeSAT Publishing House
 
Comparative study of a flexible and rigid two degree of
Comparative study of a flexible and rigid two degree ofComparative study of a flexible and rigid two degree of
Comparative study of a flexible and rigid two degree ofeSAT Publishing House
 
Design and implementation of microstrip antenna for
Design and implementation of microstrip antenna forDesign and implementation of microstrip antenna for
Design and implementation of microstrip antenna foreSAT Publishing House
 
Study of parameters requiried for quanitification of
Study of parameters requiried for quanitification ofStudy of parameters requiried for quanitification of
Study of parameters requiried for quanitification ofeSAT Publishing House
 
Noise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machineNoise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machineeSAT Publishing House
 
Improved authentication using arduino based voice
Improved authentication using arduino based voiceImproved authentication using arduino based voice
Improved authentication using arduino based voiceeSAT Publishing House
 
Concrete composition analysis cast as a plate solar
Concrete composition analysis cast as a plate solarConcrete composition analysis cast as a plate solar
Concrete composition analysis cast as a plate solareSAT Publishing House
 
An investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticAn investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticeSAT Publishing House
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layereSAT Publishing House
 
Study on transmission energy losses and finding the hazards using what if ana...
Study on transmission energy losses and finding the hazards using what if ana...Study on transmission energy losses and finding the hazards using what if ana...
Study on transmission energy losses and finding the hazards using what if ana...eSAT Publishing House
 
Effect of calcination on the electrical properties and quantum confinement of...
Effect of calcination on the electrical properties and quantum confinement of...Effect of calcination on the electrical properties and quantum confinement of...
Effect of calcination on the electrical properties and quantum confinement of...eSAT Publishing House
 
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...Embedded based sensorless control of pmbldc motor with voltage controlled pfc...
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...eSAT Publishing House
 
A review paper on watchdog mechanism in wireless
A review paper on watchdog mechanism in wirelessA review paper on watchdog mechanism in wireless
A review paper on watchdog mechanism in wirelesseSAT Publishing House
 
A study on influences of lighting on resource usage in
A study on influences of lighting on resource usage inA study on influences of lighting on resource usage in
A study on influences of lighting on resource usage ineSAT Publishing House
 

Viewers also liked (20)

Investigation on effective thermal conductivity of foams using transient plan...
Investigation on effective thermal conductivity of foams using transient plan...Investigation on effective thermal conductivity of foams using transient plan...
Investigation on effective thermal conductivity of foams using transient plan...
 
History of gasoline direct compression ignition (gdci)
History of gasoline direct compression ignition (gdci)History of gasoline direct compression ignition (gdci)
History of gasoline direct compression ignition (gdci)
 
Directly coupled microstrip array antennas for wideband application
Directly coupled microstrip array antennas for wideband applicationDirectly coupled microstrip array antennas for wideband application
Directly coupled microstrip array antennas for wideband application
 
Comparative assessment of noise levels in various laboratories and constructi...
Comparative assessment of noise levels in various laboratories and constructi...Comparative assessment of noise levels in various laboratories and constructi...
Comparative assessment of noise levels in various laboratories and constructi...
 
Analysis of circular disc antenna using defective
Analysis of circular disc antenna using defectiveAnalysis of circular disc antenna using defective
Analysis of circular disc antenna using defective
 
The growth of hsr networks around the world
The growth of hsr networks around the worldThe growth of hsr networks around the world
The growth of hsr networks around the world
 
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru city
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru cityAppraisal of multilevel car parking facility at kg road cbd area, bengaluru city
Appraisal of multilevel car parking facility at kg road cbd area, bengaluru city
 
Comparative study of a flexible and rigid two degree of
Comparative study of a flexible and rigid two degree ofComparative study of a flexible and rigid two degree of
Comparative study of a flexible and rigid two degree of
 
Design and implementation of microstrip antenna for
Design and implementation of microstrip antenna forDesign and implementation of microstrip antenna for
Design and implementation of microstrip antenna for
 
Study of parameters requiried for quanitification of
Study of parameters requiried for quanitification ofStudy of parameters requiried for quanitification of
Study of parameters requiried for quanitification of
 
Noise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machineNoise tolerant color image segmentation using support vector machine
Noise tolerant color image segmentation using support vector machine
 
Improved authentication using arduino based voice
Improved authentication using arduino based voiceImproved authentication using arduino based voice
Improved authentication using arduino based voice
 
Concrete composition analysis cast as a plate solar
Concrete composition analysis cast as a plate solarConcrete composition analysis cast as a plate solar
Concrete composition analysis cast as a plate solar
 
An investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tacticAn investigative scheme for keyword search using inverted key tactic
An investigative scheme for keyword search using inverted key tactic
 
Uw as ns design challenges in transport layer
Uw as ns design challenges in transport layerUw as ns design challenges in transport layer
Uw as ns design challenges in transport layer
 
Study on transmission energy losses and finding the hazards using what if ana...
Study on transmission energy losses and finding the hazards using what if ana...Study on transmission energy losses and finding the hazards using what if ana...
Study on transmission energy losses and finding the hazards using what if ana...
 
Effect of calcination on the electrical properties and quantum confinement of...
Effect of calcination on the electrical properties and quantum confinement of...Effect of calcination on the electrical properties and quantum confinement of...
Effect of calcination on the electrical properties and quantum confinement of...
 
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...Embedded based sensorless control of pmbldc motor with voltage controlled pfc...
Embedded based sensorless control of pmbldc motor with voltage controlled pfc...
 
A review paper on watchdog mechanism in wireless
A review paper on watchdog mechanism in wirelessA review paper on watchdog mechanism in wireless
A review paper on watchdog mechanism in wireless
 
A study on influences of lighting on resource usage in
A study on influences of lighting on resource usage inA study on influences of lighting on resource usage in
A study on influences of lighting on resource usage in
 

Similar to Low cost data acquisition from digital caliper to pc

The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditioneSAT Publishing House
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device controleSAT Journals
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemeSAT Journals
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONIRJET Journal
 
Energy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counterEnergy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counterIRJET Journal
 
Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)eSAT Journals
 
Simulation of convolutional encoder
Simulation of convolutional encoderSimulation of convolutional encoder
Simulation of convolutional encodereSAT Journals
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car ParkingIRJET Journal
 
A design of multifunctional led written screen based on wireless transmission
A design of multifunctional led written screen based on wireless transmissionA design of multifunctional led written screen based on wireless transmission
A design of multifunctional led written screen based on wireless transmissioneSAT Journals
 
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET Journal
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring SystemIRJET Journal
 
Fpga implementation of (15,7) bch encoder and decoder
Fpga implementation of (15,7) bch encoder and decoderFpga implementation of (15,7) bch encoder and decoder
Fpga implementation of (15,7) bch encoder and decodereSAT Publishing House
 
Fpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageFpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageeSAT Journals
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET Journal
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring SystemIRJET Journal
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice boardIRJET Journal
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET Journal
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...eSAT Journals
 

Similar to Low cost data acquisition from digital caliper to pc (20)

The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
 
Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
 
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTIONA SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
A SURVEY ON SMART ENERGY METER WITH BILLING AND THEFT DETECTION
 
Energy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counterEnergy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counter
 
Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)Protocol converter (uart, i2 c, manchester protocols to usb)
Protocol converter (uart, i2 c, manchester protocols to usb)
 
Simulation of convolutional encoder
Simulation of convolutional encoderSimulation of convolutional encoder
Simulation of convolutional encoder
 
Simulation of convolutional encoder
Simulation of convolutional encoderSimulation of convolutional encoder
Simulation of convolutional encoder
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
 
A design of multifunctional led written screen based on wireless transmission
A design of multifunctional led written screen based on wireless transmissionA design of multifunctional led written screen based on wireless transmission
A design of multifunctional led written screen based on wireless transmission
 
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance SensorIRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
IRJET- Area Calculation by using Adxl335 and Ultrasonic Distance Sensor
 
IRJET - IoT based ICU Patient Monitoring System
IRJET -  	  IoT based ICU Patient Monitoring SystemIRJET -  	  IoT based ICU Patient Monitoring System
IRJET - IoT based ICU Patient Monitoring System
 
Fpga implementation of (15,7) bch encoder and decoder
Fpga implementation of (15,7) bch encoder and decoderFpga implementation of (15,7) bch encoder and decoder
Fpga implementation of (15,7) bch encoder and decoder
 
Fpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text messageFpga implementation of (15,7) bch encoder and decoder for text message
Fpga implementation of (15,7) bch encoder and decoder for text message
 
IRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart PatientIRJET- Health Monitoring System for Heart Patient
IRJET- Health Monitoring System for Heart Patient
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring System
 
Decibel meter using IoT with notice board
Decibel meter using IoT with notice boardDecibel meter using IoT with notice board
Decibel meter using IoT with notice board
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).pptssuser5c9d4b1
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)Suman Mia
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSSIVASHANKAR N
 

Recently uploaded (20)

Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service NashikCall Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
Call Girls Service Nashik Vaishnavi 7001305949 Independent Escort Service Nashik
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
247267395-1-Symmetric-and-distributed-shared-memory-architectures-ppt (1).ppt
 
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)Software Development Life Cycle By  Team Orange (Dept. of Pharmacy)
Software Development Life Cycle By Team Orange (Dept. of Pharmacy)
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLSMANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
MANUFACTURING PROCESS-II UNIT-5 NC MACHINE TOOLS
 

Low cost data acquisition from digital caliper to pc

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 681 LOW COST DATA ACQUISITION FROM DIGITAL CALIPER TO PC V Vennishmuthu1 , S. Riyaz Ahammed2 , R.Hushein3 , Shaik.Shabbeer4 1, 2, 3, 4 Assistant Professor, Department of Mechanical Engineering, Vel Tech Dr.RR & Dr.SR Technical University, Avadi, Chennai, Tamil Nadu, India Abstract This paper aims to reduce the Inspection time during Online patrol Inspection. A physical check sheet is used to note down the measured values. A Wired DIGIMATIC to keyboard signal converter device is prepared. A Wireless digimatic to keyboard signal converter device is recommended to reduce the Inspection time and errors. The purpose of Wireless digimatic to keyboard signal converter device is to build a system which integrates with the server through SAP and process these data’s to develop to its full potential. This Paper gives an account of reducing the inspection time during Online patrol Inspection in Pacific Fuel filter line. Trials are carried out after the development of solution and parameters are recorded, the achieved results were found to be highly beneficial and satisfactory. By this paper there is reduction in Inspection Time and errors. The thesis describes the above work in detail. Keywords: Data Acquisition, Vernier Calipers, Inspection Automation, Arduino uno, Wireless, Digimatic to Serial. -----------------------------------------------------------------------***--------------------------------------------------------------------- 1. INTRODUCTION In today’s world of manufacturing quality is given the highest priority and thus each component going out of the company to the customers must be inspected in all the possible ways of which it will not get rejected. In the present scenario of data measurement, the data are entered in a notebook which is referred by the supervisor at a frequency of 2 times per shift. As the data’s are manually entered, there are cases where the data is entered wrongly due to manual error. Moreover the time taken to measure and enter the data in note-book and then again enter it in PC takes time leading to inspection of 2-3 components. This has led to many rejections and dimensional inaccuracy. This thesis deals with developing an automated inspection method where-in the data obtained from the Vernier is directly sent to PC which can be seen by the supervisors at any time, and the non-conformities can be identified. 2. EXPERIMENTAL EQUIPMENT AND INSTRUMENTATION 2.1 Arduino Uno Arduino Uno is a microcontroller panel which consists of 14digital input and output pins in total and out of which six are used as Pulse Width Modulation outputs, six are used as analog inputs, a USB connection, a power jack, and a reset button. Micro controller is connected to a PC by the usage of a USB cable or can be powered by using an AC-to-DC adapter or a battery can be used to get started. "Uno" Means one in Italian. 2.1.1 Summary Controller ATmega328 Input voltage range 6-20V Total number of pins 14 Number of analog i/p pins 6 Current/ Input, Output pin 40mA Memory 32KB
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 682 2.1.2 Communication The Arduino Uno has a wide range of number of facilities for the purpose of communication with a PC, other Arduino, or other microcontrollers. ATmega328 provides Universal Asynchronous Receiver Transmitter with a voltage of 5V for the purpose of serial communication, that is accessible on digital pins 0 (Receiver) and 1 (Transmitter). An ATmega16U2 on the panel channels this particular serial communication over a Universal Synchronous Bus and appears as a effective comport to the software which is existing on the PC. '16U2 is a firmware that uses the existing standard USB COM drivers, and an external driver is not required. But, on Windows, a .inf file is required. Simple textual data can be sent to and from the Arduino board using Arduino software. Available Receiver and Transmitter LEDs on the floorboard start blinking when the data is transmitted via Universal Synchronous Bus -to-serial chip on pins 0 and 1. Software Serial library allows the sequential communication on any one of the digital pins existing on Uno.' The ATmega328 supports I2C and Serial Peripheral Interface communication. 2.2 ARDUINO LEONARDO Arduino Leonardo is a microcontroller panel which consists of a 20 digital inputs and output pins in total out of which seven are used as Pulse width modulation outputs and twelve are used as analog inputs, a micro USB connection, a power jack, and a reset button. This instrument contains all the features needed to support the microcontroller; this particular instrument is connected to a computer by the usage of a USB cable or can be powered with an AC-to-DC adapter or battery can be used to get started. The Leonardo differentiates from the other preceding boards in which ATmega328 has a built-in USB communication, which helps in eliminating the need of usage of a secondary processor. This leads the Leonardo appear to be connected to a PC as a keyboard, in addition to a virtual communication device class serial /communication port. 2.2.1 Summary Controller ATmega32u4 Input voltage range 6-20V Recommended i/o Voltage 7-12V Pulse Width Modulation channels 12 Total number of pins 20 Current/ Input, Output pin 40mA Analog channels 7 Memory 32KB 2.3 Arduino Software Using this Arduino software, programs are developed on a PC using the Arduino integrated development environment (IDE). These programs are named as sketches. We can download this software in arduinjo.cc website. The IDE enables to write and edit code and convert this code into a set of instructions such that the Arduino hardware can easily understand and also transfers these instructions into the Arduino board. This process of transfer is called as uploading. 3. METHODOLOGY 3.1 Current Setup
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 683 3.2 PROPOSED SETUP 4. THE PHYSICAL FORMAT OF DATA OUTPUT 4.1 Oscilloscope Result Clock output Data output Data is valid during the entire clock low time. Clock pulses stay 100 microseconds LOW and 100 microseconds HIGH. 4.2 Digimatic Data Format D 1 D 2 D 3 D 4 D 5 D 6 D 7 D 8 D 9 D 10 D 11 D 12 D 13 First byte represents about the type of data that is going to be received. Choices available are data to the gauge, the data number, maximum, minimum, x-bar, sigma, max hold, min hold, or normal data. In general, this byte will be all ones or hex "F" for the normal data output. Bytes 2 through 4 are used as data entry numbers i.e. from 0-999. These are binary coded decimal BCD with the most significant bit MSB as byte two. Byte five represent their sign bit with its most significant Bit, MSB. Low represent positive and where as High represent negative. Bytes 6 through 11 are the binary coded decimal, BCD numeric data with byte six being the most significant digit MSD. Byte 12 sets the decimal point with zero an integer and five gives a total of five digits to the right of the decimal point. Consequently, the interface can deliver six decade accuracy over the plus or minus 9.99999 to 99999 range interval. Byte thirteen represents the units in use, with zero being millimetres and one being inches. Other options available are metric or inch go or no-go, high or low or "none of the above". Every second, the gauge sends out a low ready signal. If the computer host wishes to observe the data, it can respond at any time within 80 milliseconds by pulling the request line low. DATA TYPE 0-Entry data 1-Number data 2- Max. data 3-Min. Data 4-X bar data 5-sigma data 6-max hold data 7-min hold data F-normal data SIGN 0-Positive 8-Negative DECIMAL POINT 0-xxxxxx. 1- xxxxx.x 2- xxxx.xx 3- xxx.xxx 4- xx.xxxx 5- x.xxxxx ENTRY NUMBER Three BCD digits with D2=MSD and D4=LSD NUMERIC DATA Six BCD digits with D6=MSD and D11=LSD UNITS 0-millimeters 1-inches 2- mm +no go 3-mm +go 4-mm – no go 5-inches +no go 6- inches+ go 7- inches -no go F-none
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 684 4.3 Interfacing Arduino to Digital Calipers The data output from the digital caliper is in the form of Digimatic output which cannot be directly sent to the PC. A converter is required which can translate the Digimatic signal into signal which can be understood by the PC such as, RS232 format or USB signal or keyboard signal. Using Arduino controller a converter has been designed and programmed. Fig: Safety circuit diagram 4.4 Programming Algorithm 4.5 Sample Program The program for acquisition of data from vernier to PC has been written in Arduino IDE software. Based on the algorithm of the work operation a program is developed which was then uploaded to Arduino Uno controller The output of the program was seen in the Hyper-terminal window. Position Value Description 1 0 Indicates +ve (when 0) and – ve(when 8) 2 & 9 - Always left blank 3 to 8 006093 Value 10 2 Decimal point position from right. (2 or 4) 11 0 Indicates mm(when 0) and inch(when 1) The original value of vernier is +60.94mm but in that screen it shows 0 006094 2 0 from this output I conclude the result that result was given in the below tab lour Colum. The data obtained din the hyper terminal window was not able to satisfy the objective. To overcome this, a software PLX-DAQ was used which would transfer the data from the output of controller to the Excel sheet. 4.6 Move Serial Data to Excel Sheet
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 685 The PLX-DAQ application was launched and on the background the modified excel sheet was opened. The data output from the controller will be automatically updated in the modified excel sheet. 5. STANDARDISATION AND IMPLEMENTATION The hardware components were fabricated inside a box which can be placed at the place of inspection. One PC also provided for this inspection process . Our setup will be always engaged with that PC. LAN connection and is provided for uploading measuring values in SAP frequently The final set up of the project is like a picture shown in below. Using the set-up, the data updated in excel sheet can be seen only by the person who is measuring the component. The supervisor or the senior staff should come to the location and verify the readings. To overcome this, a concept of cloud computing was thought off. SAP (System Application Product) is the software available here using which the data can be viewed by anyone in the company within the company premises. The next step was to store the data obtained from the controller programmed to measure the dimension of the component in SAP. The program initially coded cannot be used be used to upload the data in SAP. To use the same Arduino UNO board for uploading the data into SAP, third party applications and other hardware related components are required which adds to the cost of the set-up. To overcome this shortcoming Arduino Leonardo controller was used, which converts the output to keyboard signal which can be used to upload the data directly in SAP. Final Setup 6. NEW WORKING METHODOLOGY
  • 6. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 __________________________________________________________________________________________ Volume: 03 Issue: 02 | Feb-2014, Available @ http://www.ijret.org 686 7. DISCUSSIONS AND CONCLUSSIONS The conventional method of well-logging is in analog form in which processing and manipulation of the data is fairly tedious if not impossible. Digital data has the big advantage of being processed using the computer. Manipulation, correction, etc. is easily done. This would otherwise be a cumbersome task using the analog data since such a huge amount of data would be manipulated manually. The system followed here had data’s of measurement entered in a book and later was copied to PC manually leading to manual errors. With the current methodology it was not possible to determine the rejection data and the other factors which were needed from the data being measured. 8. CONCLUSIONS The data acquisition system developed led to reduction in the inspection time and also helped in reducing the manual errors which existed prior to the implementation of the project. As the inspection time reduced to a great extent the number of parts which were supervised (initially 2 components per shift) has now rose to 5 components per shift leading to better dimensional accuracy and quality. REFERENCES [1]. N.S.V. Rao, W.R. Wing, S.M. Carter, and Q. Wu, “Ultrascience Net: Network Testbed for Large-Scale Science Applications,” IEEE Comm. Magazine, vol. 43, no. 11, pp. S12-S17, Nov. 2005. [2]. X. Zheng, M. Veeraraghavan, N.S.V. Rao, Q. Wu, and M. Zhu, “CHEETAH: Circuit-Switched High-Speed End-to-End Transport Architecture Testbed,” IEEE Comm. Magazine, vol. 43, no. 8, pp. 11-17, Aug. 2005. [3]. On-Demand Secure Circuits and Advance Reservation System, http://www.es.netoscars, 2009. [4]. User Controlled LightPath Provisioning, http://phi.badlab.crc. cauclp, 2009. [5]. Enlightened Computing, www.enlightenedcomputing.org, 2009. [6]. Dynamic Resource Allocation via GMPLS Optical Networks, http:/dragon.maxgigapop.net, 2009. [7]. JGN II: Advanced Network Testbed for Research and Development, http:/www.jgn.nict.go.jp, 2009 [8]. Geant2, http:/www.geant2.net, 2009. [9]. Hybrid Optical and Packet Infrastructure, http://networks internet2.eduhopi, 2009. [10]. N.S.V. Rao, Q. Wu, S. Ding, S.M. Carter, W.R. Wing, A. Banerjee, D. Ghosal, and B. Mukherjee, “Control Plane for Advance Bandwidth Scheduling in Ultra High-Speed Networks,” Proc. IEEE INFOCOM, 2006. [11]. K. Wehrle, F. Pahlke, H. Ritter, D. Muller, and M. Bechler, Linux Network Architecture. Prentice-Hall, Inc., 2004. [12]. S. Floyd, “RFC 2914: Congestion Control Principles,” Category: Best Current Practise, ftp://ftp.isi.edu/in- notesrfc2914.txt, Sept. 2000. [13]. V. Jacobson, R. Braden, and D. Borman, “RFC 2647: Tcp Extensions for High Performance,” United States, http://www.ietf.org/rfcrfc1323.txt, 1992. [14]. A. Hanushevsky, “Peer-to-Peer Computing for Secure HighPerformanceDataCop,” http://www.osti.gov/servlets/purl/826702-5UdHlZ native/, Apr. 2007. [15]. S. Floyd, “Highspeed TCP for Large Congestion Windows,” Internet Draft, Feb. 2003.