SlideShare a Scribd company logo
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

Ivrs based news extracting system
Ivrs based news extracting systemIvrs based news extracting system
Ivrs based news extracting system
eSAT Journals
 
Ivrs based news extracting system
Ivrs based news extracting systemIvrs based news extracting system
Ivrs based news extracting system
eSAT Publishing House
 
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
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
eSAT Journals
 
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
IJTRET-International Journal of Trendy Research in Engineering and Technology
 
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 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 control
eSAT Publishing House
 
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
 
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 Journal
 
Intelligent Medical Drawer for Patients
Intelligent Medical Drawer for PatientsIntelligent Medical Drawer for Patients
Intelligent Medical Drawer for Patients
IRJET Journal
 
Lx3620422047
Lx3620422047Lx3620422047
Lx3620422047
IJERA Editor
 
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
eSAT 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
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security System
IJERA Editor
 
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
eSAT Journals
 
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
 
Ijsrp apr-2012-83
Ijsrp apr-2012-83Ijsrp apr-2012-83
Ijsrp apr-2012-83abhi29513
 
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
IOSR Journals
 

What's hot (18)

Ivrs based news extracting system
Ivrs based news extracting systemIvrs based news extracting system
Ivrs based news extracting system
 
Ivrs based news extracting system
Ivrs based news extracting systemIvrs based news extracting system
Ivrs based news extracting system
 
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
 
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
A 2 stage data word packet communication decoder using rate 1-by-3 viterbi de...
 
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
 
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
 
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- 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
 
Intelligent Medical Drawer for Patients
Intelligent Medical Drawer for PatientsIntelligent Medical Drawer for Patients
Intelligent Medical Drawer for Patients
 
Lx3620422047
Lx3620422047Lx3620422047
Lx3620422047
 
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...
 
Intellectual Bank Locker Security System
Intellectual Bank Locker Security SystemIntellectual Bank Locker Security System
Intellectual Bank Locker Security System
 
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 - 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 ...
 
Ijsrp apr-2012-83
Ijsrp apr-2012-83Ijsrp apr-2012-83
Ijsrp apr-2012-83
 
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
 

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 condition
eSAT 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 control
eSAT 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 DETECTION
IRJET Journal
 
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
eSAT Journals
 
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 encoder
eSAT Publishing House
 
Simulation of convolutional encoder
Simulation of convolutional encoderSimulation of convolutional encoder
Simulation of convolutional encoder
eSAT Journals
 
Automatic Car Parking
Automatic Car ParkingAutomatic Car Parking
Automatic Car Parking
IRJET 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 decoder
eSAT 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 message
eSAT Journals
 
Energy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counterEnergy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counter
IRJET 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 transmission
eSAT Journals
 
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
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
IJCERT
 
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 Journal
 
Optimized mapping and navigation of remote area through an autonomous robot
Optimized mapping and navigation of remote area through an autonomous robotOptimized mapping and navigation of remote area through an autonomous robot
Optimized mapping and navigation of remote area through an autonomous robot
eSAT Publishing House
 
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 Journal
 
M44096368
M44096368M44096368
M44096368
IJERA Editor
 
Advanced Braille System-Communication Device for Blind-Deaf People
Advanced Braille System-Communication Device for Blind-Deaf PeopleAdvanced Braille System-Communication Device for Blind-Deaf People
Advanced Braille System-Communication Device for Blind-Deaf People
IRJET Journal
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring System
IRJET Journal
 

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
 
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
 
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
 
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
 
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
 
Energy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counterEnergy Conservation Bidirectional visitor counter
Energy Conservation Bidirectional visitor counter
 
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
 
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...
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
 
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
 
Optimized mapping and navigation of remote area through an autonomous robot
Optimized mapping and navigation of remote area through an autonomous robotOptimized mapping and navigation of remote area through an autonomous robot
Optimized mapping and navigation of remote area through an autonomous robot
 
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
 
M44096368
M44096368M44096368
M44096368
 
Advanced Braille System-Communication Device for Blind-Deaf People
Advanced Braille System-Communication Device for Blind-Deaf PeopleAdvanced Braille System-Communication Device for Blind-Deaf People
Advanced Braille System-Communication Device for Blind-Deaf People
 
IP Based Patient Monitoring System
IP Based Patient Monitoring SystemIP Based Patient Monitoring System
IP Based Patient Monitoring System
 

More from eSAT Journals

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
eSAT Journals
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
eSAT Journals
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
eSAT Journals
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
eSAT Journals
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
eSAT Journals
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
eSAT Journals
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
eSAT Journals
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
eSAT Journals
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
eSAT Journals
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
eSAT Journals
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
eSAT Journals
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
eSAT Journals
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
eSAT Journals
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
eSAT Journals
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
eSAT Journals
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
eSAT Journals
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
eSAT Journals
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
eSAT Journals
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
eSAT Journals
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
eSAT Journals
 

More from eSAT Journals (20)

Mechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavementsMechanical properties of hybrid fiber reinforced concrete for pavements
Mechanical properties of hybrid fiber reinforced concrete for pavements
 
Material management in construction – a case study
Material management in construction – a case studyMaterial management in construction – a case study
Material management in construction – a case study
 
Managing drought short term strategies in semi arid regions a case study
Managing drought    short term strategies in semi arid regions  a case studyManaging drought    short term strategies in semi arid regions  a case study
Managing drought short term strategies in semi arid regions a case study
 
Life cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangaloreLife cycle cost analysis of overlay for an urban road in bangalore
Life cycle cost analysis of overlay for an urban road in bangalore
 
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materialsLaboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
Laboratory studies of dense bituminous mixes ii with reclaimed asphalt materials
 
Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...Laboratory investigation of expansive soil stabilized with natural inorganic ...
Laboratory investigation of expansive soil stabilized with natural inorganic ...
 
Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...Influence of reinforcement on the behavior of hollow concrete block masonry p...
Influence of reinforcement on the behavior of hollow concrete block masonry p...
 
Influence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizerInfluence of compaction energy on soil stabilized with chemical stabilizer
Influence of compaction energy on soil stabilized with chemical stabilizer
 
Geographical information system (gis) for water resources management
Geographical information system (gis) for water resources managementGeographical information system (gis) for water resources management
Geographical information system (gis) for water resources management
 
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...Forest type mapping of bidar forest division, karnataka using geoinformatics ...
Forest type mapping of bidar forest division, karnataka using geoinformatics ...
 
Factors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concreteFactors influencing compressive strength of geopolymer concrete
Factors influencing compressive strength of geopolymer concrete
 
Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...Experimental investigation on circular hollow steel columns in filled with li...
Experimental investigation on circular hollow steel columns in filled with li...
 
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...Experimental behavior of circular hsscfrc filled steel tubular columns under ...
Experimental behavior of circular hsscfrc filled steel tubular columns under ...
 
Evaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabsEvaluation of punching shear in flat slabs
Evaluation of punching shear in flat slabs
 
Evaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in indiaEvaluation of performance of intake tower dam for recent earthquake in india
Evaluation of performance of intake tower dam for recent earthquake in india
 
Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...Evaluation of operational efficiency of urban road network using travel time ...
Evaluation of operational efficiency of urban road network using travel time ...
 
Estimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn methodEstimation of surface runoff in nallur amanikere watershed using scs cn method
Estimation of surface runoff in nallur amanikere watershed using scs cn method
 
Estimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniquesEstimation of morphometric parameters and runoff using rs & gis techniques
Estimation of morphometric parameters and runoff using rs & gis techniques
 
Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...Effect of variation of plastic hinge length on the results of non linear anal...
Effect of variation of plastic hinge length on the results of non linear anal...
 
Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...Effect of use of recycled materials on indirect tensile strength of asphalt c...
Effect of use of recycled materials on indirect tensile strength of asphalt c...
 

Recently uploaded

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
SupreethSP4
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
fxintegritypublishin
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
seandesed
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
MdTanvirMahtab2
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
Kamal Acharya
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
JoytuBarua2
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
BrazilAccount1
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
MLILAB
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
AJAYKUMARPUND1
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
ankuprajapati0525
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Dr.Costas Sachpazis
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
Divya Somashekar
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 

Recently uploaded (20)

Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Runway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptxRunway Orientation Based on the Wind Rose Diagram.pptx
Runway Orientation Based on the Wind Rose Diagram.pptx
 
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdfHybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
Hybrid optimization of pumped hydro system and solar- Engr. Abdul-Azeez.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
Industrial Training at Shahjalal Fertilizer Company Limited (SFCL)
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Final project report on grocery store management system..pdf
Final project report on grocery store management system..pdfFinal project report on grocery store management system..pdf
Final project report on grocery store management system..pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Planning Of Procurement o different goods and services
Planning Of Procurement o different goods and servicesPlanning Of Procurement o different goods and services
Planning Of Procurement o different goods and services
 
Standard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - NeometrixStandard Reomte Control Interface - Neometrix
Standard Reomte Control Interface - Neometrix
 
English lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdfEnglish lab ppt no titlespecENG PPTt.pdf
English lab ppt no titlespecENG PPTt.pdf
 
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang,  ICLR 2024, MLILAB, KAIST AI.pdfJ.Yang,  ICLR 2024, MLILAB, KAIST AI.pdf
J.Yang, ICLR 2024, MLILAB, KAIST AI.pdf
 
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
Pile Foundation by Venkatesh Taduvai (Sub Geotechnical Engineering II)-conver...
 
The role of big data in decision making.
The role of big data in decision making.The role of big data in decision making.
The role of big data in decision making.
 
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
Sachpazis:Terzaghi Bearing Capacity Estimation in simple terms with Calculati...
 
block diagram and signal flow graph representation
block diagram and signal flow graph representationblock diagram and signal flow graph representation
block diagram and signal flow graph representation
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 

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.