Glossary

NI-DAQmx

Glossary

Symbol Prefix Value
n nano 10 -9
µ micro 10 -6
m milli 10 -3
k kilo 10 3
M mega 10 6

Symbol Meaning
% percent
+ positive of, or plus
negative of, or minus
Ω ohm
º degree

A

acceleration A change in velocity with respect to time.
accelerometer A sensor that represents acceleration as a voltage.
ADC Analog-to-digital converter—an electronic device, often an integrated circuit, that converts an analog signal to a digital value.
address A character code that identifies a specific location (or series of locations) in memory.
ADE Application development environment—some examples include LabVIEW and LabWindows/CVI.
advanced terminal A terminal not accessible from the I/O connector or a terminal not commonly used in measurement applications.
AI Analog input—acquisition of data.
amplification A type of signal conditioning that improves accuracy in the resulting digitized signal by increasing signal amplitude relative to noise.
analog Data represented by continuously variable physical quantities.
AO Analog output—generation of data.
angular displacementMovement about an axis, such as the angular motion of the shaft of a motor.
angular displacement sensorA device whose output signal represents the rotation of the shaft, such as a rotary variable differential transformer (RVDT).
API Application programming interface—A library of functions, classes or VIs, attributes, and properties for creating applications for your device.
asynchronous
  1. Hardware—a signal that occurs or is acted upon at an arbitrary time, without synchronization to another signal, such as a reference clock.
  2. Software—a VI or function that begins an operation and returns prior to the completion or termination of the operation.
attenuation The reduction of a voltage or acoustical pressure. Measured referenced to the original voltage.

B

bandwidth The range of frequencies present in a signal, or the range of frequencies to which a measuring device can respond.
base address A memory address that serves as the starting address for programmable registers. All other addresses are located by adding to the base address.
bipolar A signal range that includes both positive and negative values (for example, –5 V to +5 V).
BIOS Basic Input/Output System—BIOS functions are the fundamental level of any PC or compatible computer. BIOS functions embody the basic operations needed for successful use of the computer hardware resources.
bit The smallest unit of data used in a digital operation. Bits are binary, so they can be either a 1 or a 0.
buffer In software, temporary storage for acquired or to-be-generated samples.
bus The group of conductors that interconnect individual circuitry in a computer. Typically, a bus is the expansion vehicle to which I/O or other devices are connected. Examples of PC buses are the ISA bus and PCI bus.

C

C Series A family of devices or modules used for analog input, analog output, digital input/output, and counter/timer applications. C Series devices work with chassis based on the CompactDAQ, CompactRIO, and other architectures, and are components of the NI USB-9XXX devices.
cDAQ The prefix of the product model name of a CompactDAQ device, such as NI cDAQ-9172.
CH Channel.
channel
  1. Physical—a terminal or pin at which you can measure or generate an analog or digital signal. A single physical channel can include more than one terminal, as in the case of a differential analog input channel or a digital port of eight lines. The name used for a counter physical channel is an exception because that physical channel name is not the name of the terminal where the counter measures or generates the digital signal.
  2. Virtual—a collection of property settings that can include a name, a physical channel, input terminal connections, the type of measurement or generation, and scaling information. You can define NI-DAQmx virtual channels outside a task (global) or inside a task (local). Configuring virtual channels is optional in Traditional NI-DAQ (Legacy) and earlier versions, but is integral to every measurement you take in NI-DAQmx. In Traditional NI-DAQ (Legacy), you configure virtual channels in MAX. In NI-DAQmx, you can configure virtual channels either in MAX or in a program, and you can configure channels as part of a task or separately.
  3. Switch—a switch channel represents any connection point on a switch. It may be made up of one or more signal wires (commonly one, two, or four), depending on the switch topology. A virtual channel cannot be created with a switch channel. Switch channels may be used only in the NI-DAQmx Switch functions and VIs.
clock A periodic digital signal.
CMRR Common-mode rejection ratio—a measure of the ability of an instrument to reject interference from a common-mode signal, usually expressed in decibels (dB).
code width The smallest detectable change in an input voltage of a DAQ device.
cold-junction compensation A method of compensating for inaccuracies in thermocouple circuits.
CompactDAQ An architecture or chassis for C Series devices.
configuration tree Refers to the left window in MAX, which contains items such as Data Neighborhood and Devices and Interfaces.
counter/timer A circuit that counts digital edges. Counters and timers usually have from 16 bits to 48 bits (sometimes more) counting capability. The total number of counts possible equals 2N, where N is the number of bits in the counter. When the edges counted are produced by a clock, elapsed time can be computed from the number of edges counted if the clock frequency is known.
convert clock The clock on a multiplexed device that directly causes ADC conversions.
custom scale A method of instructing NI-DAQmx to apply additional scaling to your data. Refer to the Create Scale function/VI in your reference help.

D

DAC Digital-to-analog converter—an electronic device, often an integrated circuit, that converts a digital value into a corresponding analog voltage or current.
DAQ Refer to data acquisition.
DAQ Assistant A graphical interface for configuring measurement tasks, virtual channels, and scales.
DAQ device A device that acquires or generates data and can contain multiple channels and conversion devices. DAQ devices include plug-in devices, PCMCIA cards, and DAQPad devices, which connect to a computer USB or 1394 (FireWire) port. SCXI modules are considered DAQ devices.
data Samples.
data acquisition (DAQ)
  1. Acquiring and measuring analog or digital electrical signals from sensors, transducers, and test probes or fixtures.
  2. Generating analog or digital electrical signals.
dB Decibel—the unit for expressing a logarithmic measure of the ratio of two signal levels: dB=20log10 V1/V2, for signals in volts.
DC direct current
delay from sample The amount of time to wait after receiving a sample clock edge before beginning the acquisition of a sample.
delay from start The amount of time to wait after receiving a Start Trigger before beginning the operation.
determinism Characteristic of a system that describes how consistently it can respond to external events or perform operations within a given time limit.
device
  1. An instrument or controller you can access as a single entity that controls or monitors real-world I/O points. A device often is connected to a host computer through some type of communication network.
  2. See also DAQ device and measurement device.
digital A TTL signal. Refer to edge.
DIO digital input/output
DMA direct memory access—A method of transferring data between a buffer and a device that is used most often for high-speed operations.
driver Software unique to the device or type of device, and includes the set of commands the device accepts.
drop-down listbox A graphical box with a down arrow button that lets you select values or options from a list. To select a value or option in the selection box, click the down arrow for a complete list of values or options, then use your arrow keys or mouse to select a value or option from the list.
DSUB D-subminiature connector
DUT device under test—a device used for testing purposes.

E

E Series A standard architecture for instrumentation-class, multichannel data acquisition devices.
edge A digital edge is a single rising or falling TTL transition. An analog edge is defined by the slope, level, and hysteresis settings.
event A digital signal produced from a device or circuit. For an advanced discussion of events, refer to Events.
excitation Supplying a voltage or current source to energize a sensor or circuit.

F

fall time The time for a signal to transition from 90% to 10% of the maximum signal amplitude.
filtering A type of signal conditioning that you can use to remove unwanted frequency components from the signal you are measuring.
FIFO A type of memory that implements a First In First Out strategy in which samples are removed in the order they were written. FIFOs are typically used as intermediate buffers between an ADC or DAC and the memory buffer.
floating signal sources Signal sources with voltage signals that are not connected to an absolute reference or system ground.

G

gain The factor by which a signal is amplified, often expressed in decibels (dB). Gain as a function of frequency is commonly referred to as the magnitude of the frequency response function.
grounded signal sources Signal sources with voltage signals that are referenced to a system ground, such as the earth or a building ground. Grounded signal sources are also called referenced signal sources.

H

hardware The physical components of a computer system, such as the circuit boards, plug-in boards, chassis, enclosures, peripherals, and cables.
hardware timing A means of controlling signal generation. A digital signal, such as a clock on a DAQ device, controls the rate of generation.
hardware triggering A form of triggering in which the source of the trigger is an analog or digital signal. Refer to Software Trigger.
hex Hexadecimal—a base-16 numbering system.
hysteresis A window around a trigger level that is often used to reduce false triggering due to noise or jitter in the signal.
Hz Hertz—cycles per second of a periodic signal.

I

IEEE P1451 Family of IEEE standards defining a variety of smart transducer interfaces. All of the standards within this family support the concept of a TEDS that provides self-identification and plug and play operation to transducers.
IEEE P1451.4 An IEEE standard that defines the concept of plug and play sensors with analog signals. This is accomplished with the addition of a TEDS in memory, typically an EEPROM, embedded within the sensor and communicated through a simple, low-cost serial connection.
instrument driver Refer to driver.
internal channel A physical channel not accessible from an I/O connector. Internal channels are often used for calibration and are intended for advanced applications.
interrupt A method whereby a device notifies the computer of some condition on the device that requires the computer's attention. When this condition is a request for data or a notification of available data, interrupts are used as a data transfer mechanism.
interrupt level The relative priority at which a device can interrupt.
I/O Input/Output—the transfer of data to/from a computer system involving communications channels, operator interface devices, and/or data acquisition and control interfaces.
IRQ Interrupt ReQuest.
ISA Industry Standard Architecture—Also refers to a common PC expansion bus.
isolation A type of signal conditioning in which you isolate the transducer signals from the computer. Isolation makes sure the measurements from the measurement device are not affected by differences in ground potentials.

J

jitter The amount of time that the loop cycle time varies from the desired time.

L

LED light-emitting diode—a semiconductor light source.
line An individual signal in a digital port. The difference between a bit and a line is that the bit refers to the actual data transferred, and the line refers to the hardware the bit is transferred on. However, the terms line and bit are fairly interchangeable. For example, an 8-bit port is the same as a port with eight lines.
linear displacementMovement in one direction along a single axis.
linear displacement sensor A device that measures linear displacement.
linearization A type of signal conditioning in which software linearizes the voltage levels from transducers, so the voltages can be scaled to measure physical phenomena.
LSB least significant bit—often used to refer to the smallest voltage change detectable by an A/D converter or the smallest voltage change that can be generated by a D/A converter.
LVDT Linear-voltage differential transformer—A sensor used to measure linear displacement. An LVDT consists of a passive transform with one primary and two secondary windings. The primary winding is excited by an audio frequency range AC voltage, whose imbalance between the secondary windings, is proportional to the displacement. The secondary windings are identical, but are normally connected with opposite polarity, so the transducer at resting position will have zero output voltage.

M

M Series A standard architecture for instrumentation-class, multichannel data acquisition devices.
MAX Measurement & Automation Explorer—A centralized configuration environment that allows you to configure all of your National Instruments devices.
measurement device DAQ devices such as the M Series multifunction I/O (MIO) devices, SCXI signal conditioning modules, and switch modules.
memory buffer Refer to buffer.
memory mapping A technique for reading and writing to a device directly from your program, which avoids the overhead of delegating the reads and writes to kernel-level software. Delegation to the kernel is safer, but slower. Memory mapping is less safe because an entire 4 KB page of memory must be exposed to your program for this to work, but it is faster.
microphone A transducer that converts acoustical waves into electrical signals.
MIO multifunction I/O—Designates a category of data acquisition devices that have multiple analog input channels, digital I/O channels, timing, and optionally, analog output channels. An MIO product can be considered a miniature mixed signal tester, due to its broad range of signal types and flexibility. It is also known as multifunction DAQ. An E Series device is an example of an MIO device.
module A board assembly and its associated mechanical parts, front panel, optional shields, and so on. A module contains everything required to occupy one or more slots in a mainframe. SCXI and PXI devices are modules.
multiplexed mode An SCXI operating mode in which analog input channels are multiplexed into one module output so that the cabled DAQ device has access to the multiplexed output as well as the outputs on all other multiplexed modules in the chassis through the SCXI bus. Also called serial mode.
multiplexer A switching device with multiple terminals that sequentially connects each of its terminals to a single terminal, typically at high speeds. Often used to measure several signals with a single analog input channel.
multithreading Running tasks of an application for a short amount of time to give the impression of multiple tasks running simultaneously.

N

NI-DAQ Driver software included with all NI measurement devices. NI-DAQ is an extensive library of VIs and functions you can call from an application development environment (ADE), such as LabVIEW, to program all the features of an NI measurement device, such as configuring, acquiring and generating data from, and sending data to the device.
NI-DAQ 7.x Includes two NI-DAQ drivers—NI-DAQmx and Traditional NI-DAQ (Legacy)—each with its own API, hardware configuration, and software configuration.
NI-DAQmx The latest NI-DAQ driver with new VIs, functions, and development tools for controlling measurement devices. The advantages of NI-DAQmx over earlier versions of NI-DAQ include the DAQ Assistant for configuring channels and measurement tasks for your device for use in LabVIEW, LabWindows/CVI, and Measurement Studio; increased performance such as faster single-point analog I/O; and a simpler API for creating DAQ applications using fewer functions and VIs than earlier versions of NI-DAQ.
NI-DAQmx Simulated Device A replica of a device created using the NI-DAQmx Simulated Device option in the Create New menu of MAX for the purpose of operating a function or program without hardware. An NI-DAQmx simulated device behaves similarly to a physical device. Its driver is loaded, and programs using it are fully verified.
nonlinearity A measure in percentage of full-scale range (FSR) of the worst-case deviation from the ideal transfer function—a straight line.

This specification is included only for DAQ products, such as signal conditioning products, that do not have an ADC. Because a product with this specification can also be used with a DAQ product with an ADC, this nonlinearity specification must be added to the relative accuracy specification of the DAQ product with the ADC.
NRSE Nonreferenced single-ended mode—all measurements are made with respect to a common (NRSE) measurement system reference, but the voltage at this reference can vary with respect to the measurement system ground.

O

onboard Provided by the data acquisition device.
onboard channels Channels provided by the plug-in data acquisition device.
onboard clock The default source for a particular clock. Usually, the device has dedicated a circuit for producing this signal and its only purpose is to act as the source for a certain clock.
onboard memory Memory provided by a device for temporary storage of input or output data. Typically, onboard memory is a FIFO, which is distinct from computer memory.
operating system Base-level software that controls a computer, runs programs, interacts with users, and communicates with installed hardware or peripheral devices. Also referred to as OS.

P

parallel mode A type of SCXI operating mode in which the module sends each of its input channels directly to a separate analog input channel of the device connected to the module.
pattern I/O pattern input and output—a digital I/O operation on which a clock signal initiates a digital transfer. Because the clock signal is a constant frequency, you can generate and receive patterns at a constant rate.
PCI peripheral component interconnect—a high-performance expansion bus architecture originally developed by Intel to replace ISA and EISA. PCI has achieved widespread acceptance as a standard for PCs and work stations, and it offers a theoretical maximum transfer rate of 132 Mbytes/s.
PCMCIA An expansion bus architecture that has found widespread acceptance as a de facto standard in notebook-size computers. PCMCIA originated as a specification for add-on memory cards written by the Personal Computer Memory Card International Association.
PFI programmable function interface—general purpose input terminals, fixed purpose output terminals. The name of the fixed output signal is often placed on the I/O connector next to the terminal as a hint.
physical channel Refer to channel.
PID proportional integral derivative—Combination of proportional, integral, and derivative control actions. Refers to a control method in which the controller output is proportional to the error, its time history, and the rate at which it is changing. The error is the difference between the observed and desired values of a variable that is under control action.
pin Refer to terminal.
Poisson's Ratio The negative ratio of the strain in the transverse direction (perpendicular to the force) to the strain in the axial direction (parallel to the force).
port A collection of digital lines. Usually the lines are grouped into either a 8-bit or 32-bit port. Most E Series devices have one 8-bit port.
port width The number of lines in a port. For example, most E Series devices have one port with eight lines; therefore, the port width is eight.
position sensorRefer to linear displacement sensor.
posttrigger samples If there is no Reference Trigger, posttrigger samples are the data acquired after the task is started. If there is a Reference Trigger, this is the data acquired after the Reference Trigger.
plug and play devices Devices that do not require DIP switches or jumpers to configure resources on the devices. Also called switchless devices.
plug and play sensors A transducer with an associated TEDS—includes both Virtual TEDS and smart TEDS sensors.
pretrigger samples Data acquired before the occurrence of the Reference Trigger.
pretriggering The technique used on a measurement device to keep a circular buffer filled with samples, so that when the Reference Trigger conditions are met, the buffer includes samples leading up to the trigger condition as well as samples acquired immediately after the trigger.
programmed I/O A data transfer mechanism in which a buffer is not used and instead, the computer reads and writes directly to the device.
propagation delay The amount of time required for a signal to pass through a circuit.
pulsed output A form of counter signal generation by which a pulse is generated when a counter reaches a certain value.
PWM pulse-width modulation
PXI PCI eXtensions for Instrumentation—a rugged, open system for modular instrumentation based on CompactPCI, with special mechanical, electrical, and software features. The PXI standard was originally developed by National Instruments in 1997 and is now managed by the PXI Systems Alliance.
PXI trigger bus The timing bus that connects PXI DAQ devices directly, by means of connectors built into the backplane of the PXI chassis, for precise synchronization of functions. This bus is functionally equivalent to the RTSI bus for PCI DAQ devices.

R

range The minimum and maximum analog signal levels that the ADC can digitize.
raw Data that has not been changed in any way. For input, data is returned exactly as received from the device. For output, data is written as is to the device. Refer to unscaled and scaled.
real time A property of an event or system in which samples are processed as they are acquired instead of being accumulated and processed at a later time.
referenced signal source Signal sources with voltage signals that are referenced to a system ground, such as the earth or a building ground. Also called grounded signal sources.
resolution The smallest amount of input signal change that a device or sensor can detect. The term discrimination is also used for resolution.
rise time The time for a signal to transition from 10% to 90% of the maximum signal amplitude.
route A connection between a pair of terminals. Any time the source or destination terminal of a signal is specified, a route is created.
RSE Referenced single-ended mode—all measurements are made with respect to a common reference measurement system or a ground. Also called a grounded measurement system.
RTD Resistance temperature detector—a metallic probe that measures temperature based on its coefficient of resistivity.
RTSI bus Real-time system integration bus—the NI timing bus that connects DAQ devices directly, by means of connectors on top of the devices, for precise synchronization of functions. This bus is functionally equivalent to the PXI Trigger bus for PXI DAQ devices.
RVDT rotary variable differential transformer—a sensor whose output signal represents the rotation of the shaft.

S

s seconds
S samples. Refer to sample.
S/s samples per second—used to express the rate at which a measurement device samples an analog signal.
sample A single measurement from a single channel or, for output, a single generation to a single channel.
sample clock The clock that initiates an acquisition of one sample from each channel in the scan list. For example, with each sample clock pulse, M Series devices acquire a sample on each analog input channel in a task by multiplexing each channel through a single ADC. On simultaneous sampling devices, the sample clock initiates the simultaneous acquisition of one sample from each channel in the task through a dedicated, per-channel ADC. No multiplexing (and therefore no convert clock) is necessary for S Series devices.
sample clock rate Refer to sample rate.
sample rate The number of samples per channel per second. For example, a sample rate of 10 S/s means sampling each channel 10 times per second.
scale Data that has been mathematically transformed into engineering units. Other manipulations also can be done such as reordering to match the channel order.
scanning Method of sequentially connecting channels.
SCC Signal conditioning component—low channel count analog or digital I/O modules for conditioning DAQ systems.
SCXI Signal Conditioning eXtensions for Instrumentation—the NI product line for conditioning low-level signals within an external chassis near sensors so that only high-level signals are sent to measurement devices in the noisy PC environment. SCXI is an open standard available for all vendors.
sensor A device that responds to a physical stimulus (heat, light, sound, pressure, motion, flow, and so on) and produces a corresponding electrical signal.
signal A means of conveying information. An analog waveform, a clock, and a single digital (TTL) edge are all examples of signals.
signal conditioning The manipulation of signals to prepare them for digitizing.
smart TEDS sensor A transducer with a built-in self-identification EEPROM that provides the TEDS.
software timing A means of controlling signal generation. The software, such as NI-DAQmx, and the operating system control the rate of generation.
software trigger A VI or function that, when it executes, triggers an action such as starting an acquisition.
source impedance A parameter of signal sources that reflects current-driving ability of voltage sources (lower is better) and the voltage-driving ability of current sources (higher is better).
static AO Analog output operations that use software timing.
static digital I/O Software-timed digital I/O operations that do not involve the use of control signals in data transfers. Also known as software-timed I/O or unstrobed I/O.
strainThe amount of deformation of a body due to an applied force.
strobed I/O Any operation in which every data transfer is timed by hardware signals. In the case of sample clock timing, this hardware signal is a clock edge. In the case of handshaking I/O, hardware signals involve two or three handshaking lines.
STC system timing controller
synchronous
  1. Hardware—a signal that occurs or is acted upon in synchrony with another signal, such as a reference clock.
  2. Software—a VI or function that begins an operation and returns only when the operation is complete.

T

task In NI-DAQmx, a collection of one or more channels, timing, and triggering and other properties that apply to the task itself. Conceptually, a task represents a measurement or generation you want to perform.
task buffer Refer to buffer.
TCR temperature coefficient of resistance—the average resistance change per one degree at temperatures between 0 °C and 100 °C.
TEDS transducer electronic data sheet—standardized data structure, defined by IEEE 1451.4, for describing sensors, typically stored in nonvolatile memory within a sensor. The manufacturer of the sensor stores, into this memory, initial information such as manufacturer name, sensor type, model number, serial number, and calibration data. The TEDS data structure also includes space for custom information such as channel ID, location, position, direction, tag number, etc. Alternatively, the TEDS data may be stored in a file or database record as a Virtual TEDS. For information on IEEE 1451.4-compliant TEDS sensors, refer to www.ni.com/pnp.
TEDS Class I Sensor A smart TEDS sensor with a constant-current powered transducer with a two-wire interface, such as an accelerometer. Class I transducers also include diodes or analog switches with which the multiplexing of the analog signal with the digital TEDS information on the single pair of wires is possible. The digital portion of the mixed-mode interface (Class 1 or Class 2) is based on the 1-Wire protocol from Maxim/Dallas Semiconductor.
TEDS Class II Sensor A smart TEDS sensor with separate wires for the analog and digital portions of the TEDS mixed-mode interface. The analog input/output of the transducer is left unmodified, and the digital TEDS circuit is added in parallel, such as thermocouples, RTDs, and bridge-based sensors. The digital portion of the mixed-mode interface (Class 1 or Class 2) is based on the 1-Wire protocol from Maxim/Dallas Semiconductor.
terminal A named location on a DAQ device where a signal is either generated (output or produced) or acquired (input or consumed).
terminal count When counting up, an N bit counter reaches its terminal count at 2N -1. An N bit counter counting down reaches its terminal count at 0.
thermistor A semiconductor sensor that produces a repeatable change in electrical resistance as a function of temperature. Most thermistors have a negative temperature coefficient.
thermocouple A temperature sensor created by joining two dissimilar metals. The junction produces a small voltage as a function of the temperature.
threshold The voltage level a signal must reach for a trigger to occur.
tick A digital edge of a clock.
timebase A clock that is divided down to produce another clock or a clock provided to a counter for measuring elapsed time.
Traditional NI-DAQ (Legacy) An upgrade of the earlier version of NI-DAQ. Traditional NI-DAQ (Legacy) has the same VIs and functions and works the same way as NI-DAQ 6.9.x, except you can use both Traditional NI-DAQ (Legacy) and NI-DAQmx on the same computer, and some hardware is no longer supported.
transducer Refer to sensor.
transducer excitation A type of signal conditioning that uses external voltages and currents to excite the circuitry of a signal conditioning system into measuring physical phenomena.
trigger Any signal that causes a device to perform an action, such as starting an acquisition.
TTL Transistor-transistor logic—a signal having two discrete levels, a high and a low level.

U

unipolar A signal range that is always positive (for example, 0 to +10 V).
unscaled Samples in the integer form that the hardware produces or requires. Although no mathematical transformations are applied to unscaled data, other manipulations may be done such as reordering to match the channel order.
unstrobed I/O Refer to static digital I/O.
USB DAQ A USB-based family of devices used for analog input, analog output, digital input/output, and counter/timer applications. Some example devices include the NI USB-9201, NI USB-9211, NI USB-9215, NI USB-9221, NI USB-9233, and NI USB-9237 devices. These devices are also referred to as USB DAQ with Integrated Signal Conditioning.

V

V volts
VI Refer to virtual instrument.
virtual channel Refer to channel.
virtual instrument A program in LabVIEW that models the appearance and function of a physical instrument.
VISA Virtual Instrumentation Software Architecture.

W

waveform data type A LabVIEW data type that bundles timing information along with the data.
WDT Refer to waveform data type.