Instrumentation and Measurement: Lab Session#3 To Explore & Study Strain Gauge Sensor & Pressure Sensor
Instrumentation and Measurement: Lab Session#3 To Explore & Study Strain Gauge Sensor & Pressure Sensor
Instrumentation and Measurement: Lab Session#3 To Explore & Study Strain Gauge Sensor & Pressure Sensor
LAB SESSION#3
TO EXPLORE & STUDY STRAIN GAUGE SENSOR & PRESSURE SENSOR
Semester: ____________________
Student name: ________________
Student ID: ___________________
Class ID: ______________________
1
OBJECTIVES:
PART ‘A’: To Measure the strain applied to the strain gauge sensor.
PART ‘B’: To observe the change in pressure through pressure sensor.
PART ‘C’ : To understand the function of different structures in LABVIEW
PART ‘A’
THEORY:
STRAIN GAUGE:
Strain gauge is a device for indicating the strain of a material or structure at the point of
attachment. It is a sensor whose resistance varies with applied force; it converts force,
pressure, tension, weight, etc., into a change in electrical resistance which can then be
measured. When external forces are applied to a stationary object, stress and strain are the
result. Stress is defined as the object's internal resisting forces, and strain is defined as the
displacement and deformation that occur.
LOAD CELLS:
One important and direct application of the SG’s is for the measurement of force or weight.
These transducer devices, called ‘Load cells’ measure deformations produces by the force or
weight.
Practically load cells are made with the yoke assembly having several strain gauges that are
mounted to measure the application of force.
Under a null weight condition, the output voltage of the load cell is not zero, and the output
transduction ratio is not exactly at 4mV/kg, it can be improved with providing an offset voltage
to the input of instrumentation amplifier, and the latter can be improved with adjusting the R24
to increase the voltage gains.
R22 may be from +12V to -12V. By adjusting the R22, the transduction output is easily obtained
a zero under null weight condition.
2
Fig 3-1
TASK#1
PROCEDURE:
1. Set the strain gauge module KL-64007 on the Trainer KL-62001 and connect the power cable
between the module and the trainer.
2. Power up the trainer and adjust potentiometer R22 for null weight condition to Vo20 = 0V.
3. Put the maximum weight provided on the strain gauge (not more than 5 Kg). Adjust R24 for
Vo20 maximum (or whatever you think is suitable). This is the full scale output of your
instrument.
4. Measure and record the output voltage Vo20 for different weights.
OBSERVATIONS: /1.5
Weight 20g 40g 60g 80g 100g 120g 140g 160g 180g 200g
Vo20
5. Plot the weight vs. voltage graph using the recorded data on a given graph paper.
6. Find out the transduction ratio using the data and the graph.
Hint: Mention the transduction ratio YOU HAVE SET and the transduction ratio from the
recorded data.
3
/3.5
4
TASK#2
PROCEDURE:
1. Repeat steps 1 to 3 in the experiment above.
2. Connect Vo20 on the module to V+ of COMPARATOR on the Trainer KL-62001.
3. Connect V- of the comparator to VR2 of the Potentiometer on KL-62001.
4. Connect VR1 to +12V and VR3 to -12V on KL-62001.
5. Connect Vo of comparator to Alarm Sin on KL-62001.
6. Change the weights and observe the alarm buzzer.
Fig 3-2
PART ‘B’
THEORY:
PRESSURE SENSOR
A pressure sensor is a device for pressure measurement of gases or liquids. Pressure is an
expression of the force required to stop a fluid from expanding, and is usually stated in terms of
force per unit area. A pressure sensor usually acts as a transducer; it generates a signal as
a function of the pressure imposed.
The pneumatic pressure sensor is based on the piezoresistive (change in conductivity of
semiconductors) effect. When a constant-current source is applied to the bridge, the change in
resistance will be converted into the change in voltage.
Fig 3-3
5
Figure 3-4
In Figure 3-4,
Q1 provides fixed current source. U3 is non-inverting amplifier.
Gain = Vf1/V3 = (1+R13/R12) = 2 .U3 is used for output voltage (Vo19) adjustment.
Since R8 = R14
U1 and U2 are non-inverting amplifier. Use VR1 to adjust the current through U1 feedback
loop (R3). Use VR5 to adjust the current through U2 feedback loop (R7)
TASK#3
To observe change in pressure through pressure sensor
PROCEDURE:
OBSERVATIONS:
6
PART ‘C’
THEORY:
In any programming language, structures are used to create conditions. In LabVIEW, structures
are accessed by opening the functions palette and selecting Structures. The following are some
examples of structures:
The while loop is similar to the do loop or while in text-based programming languages. It
executes its subdiagram (or subroutine) until it receives a false value
The for loop executes a subdiagram a set number of times specified by the value in the
count terminal
The case structure is similar to if/else, switch/case, or match/with in text-based
programming languages. It contains multiple subdiagrams — one for each possible value of
the input to the case structure
TASK#4
Build a VI that simulates a heating and cooling system. The system must be controlled manually
or automatically. Design the VI so that:
TASK#5
Build a VI that simulates a lighting system in a house with four rooms. The design must include
four lights (LEDs) and at least five switches — one switch per light and one master switch that
will turn all of the lights off simultaneously (think of this as a circuit breaker). The program
should also interact with real LEDs located on the NI-ELVIS board.
The front panel of the program should include five switches and four LEDs.
The back panel requires a case structure for the master switch to turn off all the lights.