Load cell
A sensor assembly that converts applied force into an electrical signal.
Strain gauge
A resistive element whose resistance changes when stretched or compressed.
Force
A push or pull applied to the load cell.
Strain
Small deformation caused by applied force.
Wheatstone Bridge
A resistor bridge used to convert small resistance changes into a differential voltage.
Excitation voltage
The supply voltage used to power the sensor bridge.
SIG+
Positive side of the differential load-cell signal.
SIG-
Negative side of the differential load-cell signal.
Differential voltage
Voltage measured between two signal nodes.
Single-ended voltage
Voltage measured relative to a common ground reference.
Ground reference
The 0 V reference used by the circuit and measurements.
Op-amp
Operational amplifier used here to amplify sensor voltage.
LMC6484
The op-amp component used in the lab procedure and materials list.
Gain
The ratio between output signal size and input signal size.
First-stage amplifier
The differential amplifier producing V2.
Second-stage amplifier
The non-inverting amplifier producing V3.
Non-inverting amplifier
An amplifier whose output has the same polarity trend as its input.
Feedback resistor
A resistor connected in the amplifier feedback path that helps set gain.
Source resistor
A resistor in the gain-setting network.
Saturation
When the op-amp output cannot increase further because it reaches supply limits.
Arduino Analog Pin
A microcontroller input that measures voltage.
A0
Arduino Analog Pin 0.
ADC
Analog-to-digital converter.
LabVIEW
A graphical programming environment.
VI
Virtual Instrument, a LabVIEW program.
Front Panel
The user-facing controls and indicators of a VI.
Block Diagram
The graphical program logic of a VI.
LINX
LabVIEW toolkit for communicating with Arduino.
Analog Read
A LINX block that reads an analog voltage channel.
While Loop
A repeated LabVIEW structure.
Wait Until Next ms Multiple
Timing function used to pace loop execution.
Stop button
A controlled way to end a VI and allow cleanup logic to run.
Abort button
An emergency interruption that should not be normal operation.
Voltage Reading
The LabVIEW numeric indicator for the amplified voltage.
Calibration
Relating voltage output to known force or weight values.
Sensor offset
Nonzero output when no load is applied.
Noise
Small unwanted variation in measured signal.
IoT sensing node
A local device that senses and conditions data before later cloud connection.