Tilt ball switch
A switch whose open or closed state changes with orientation.
Active buzzer
A buzzer module that produces sound when powered with the correct polarity.
Digital input
A pin used to read a logic HIGH or LOW state.
Digital output
A pin used to command LOW or HIGH.
HIGH
A digital logic state interpreted as true or on.
LOW
A digital logic state interpreted as false or off.
Open circuit
A path that is not electrically connected.
Short circuit
A very low-resistance connection between two points.
Floating input
An input with no defined HIGH or LOW reference.
Pull-down resistor
A resistor that defines an input as LOW when the switch is open.
Arduino Digital Pin
A microcontroller pin that can read or write digital logic.
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 supported hardware such as Arduino.
Digital Read
A LINX block that reads a digital input channel.
Digital Write
A LINX block that writes a digital output command.
While Loop
A repeated LabVIEW structure that continues until a stop condition is met.
Wait Until Next ms Multiple
A 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.
Shift register
A loop feature that carries a value from one iteration to the next.
Previous state
The sensor value remembered from the prior loop iteration.
Current state
The sensor value read during the current loop iteration.
Event
A change or transition that happens at a moment in time.
State
A condition that may remain true for many loop iterations.
Transition
A change from one state to another.
Boolean
A true/false value.
Not function
A Boolean function that inverts true to false or false to true.
And function
A Boolean function that is true only when required inputs are true.
Not Equal?
A comparison function that detects when two values differ.
Boolean To (1,0)
A conversion that turns true into 1 and false into 0.
Waveform Chart
A LabVIEW indicator that displays values over time.
Switch bounce
Rapid electrical changes when a mechanical switch changes state.
IoT event node
A local device that detects and counts events before later network or cloud connection.