S


sample

A single analog input or output data point.



sampling rate

The rate at which data points (samples) are being acquired (sampled). Has units of samples per second, or Hertz. See also: Sample, Hertz.



scalar

Number capable of being represented by a point on a scale. A single value as opposed to an array. Scalar Booleans and clusters are explicitly singular instances of their respective data types.



scale

Part of mechanical action, chart, and graph controls and indicators that contains a series of marks or points at known intervals to denote units of measure.



scale legend

Part of the graph that is used to control the graph scale settings, such as autoscaling, scale locking, scale format, and so on.



scope mode

Mode of a waveform chart modeled on the operation of an oscilloscope.



SCPI

Standard Commands for Programmable Instrumentation, a standard that defines a set of commands to control programmable test and measurement devices. Many instrument drivers in LabVIEW implement SCPI.



scroll tool

Tool used to scroll windows.



SCXI

Signal Conditioning eXtensions for Instrumentation. A high-performance signal conditioning system devised by National Instruments, using an external chassis that contains I/O modules for signal conditioning, multiplexing, etc. The chassis is wired into a DAQ board in the PC.



secret of the universe

42.



selector terminal

The input terminal on a Case Structure that reads which Case should execute.



semaphore

A LabVIEW programming construct that protects access to shared resources (such as a subVI). Also known as a mutex. The Semaphore VIs are used to create, acquire, release, and destroy semaphores.



sequence local

Terminal that passes data between the frames of a Sequence Structure.



serial

Refers to the process of sending data one bit at a time, sequentially. Usually the term refers to an instrument that uses a serial communication protocol such as RS-232.



serial port

See also RS-232.



shared library

See also Dynamically Linked Library (DLL).



shared variable

A data structure in LabVIEW that allows sharing data across a network, encapsulated in a single variable.



sequence structure

Program control structure that executes its subdiagrams in numeric order. Commonly used to force nodes that are not data-dependent to execute in a desired order. Sequence Structures come in two types: Flat Sequence Structure (good) and Stacked Sequence Structure (evil).



shift register

Optional mechanism in loop structures used to pass the value of a variable from one iteration of a loop to a subsequent iteration. See also Feedback Node.



signal conditioning

Refers to the modifications done in hardware to a signal to make it easier to read; for example, amplification or noise reduction.



signal

Data that usually represents some physical process, such as temperature.



simulated device

A feature in NI-MAX that allows you to simulate National Instrument's hardware devices as if they were present on your computer.



single-ended measurement

A measurement mode in which one of the two inputs for an analog measurement is connected to ground or a common reference. This is in contrast to differential measurement.



single-step mode

Debugging mode in LabVIEW that allows you to execute the block diagram code one node at a time.



sink terminal

Terminal that absorbs data. Also called a destination terminal.



slider

Moveable part of slide controls and indicators.



source distribution

Refers to distributing, or including, your source code with your software.



source terminal

Terminal that emits data.



splitter bars

A tool in LabVIEW used to separate the front panel into multiple regions called panes. Each of these panes acts like a unique front panel.



spreadsheet file

A Text File that uses a comma, tab, or other character as the delimiter to separate fields. See also: Text File, CSV File.



stacked sequence structure

A Sequence Structure whose subdiagram frames are organized one on top of the other, similar to the cases of a Case Structure. This is different from a Flat Sequence Structure.



state machine

A method of execution in which individual tasks are separate cases in a Case Structure that is embedded in a While Loop. Sequences are specified as arrays of case strings. See also Queued Message Handler.



strict type Def.

A kind of Type Definition that forces all of its instance to preserve the same appearance and most properties of the type definition. See also Type Definition.



string

Text datatype.



string controls and indicators

Front panel objects used to manipulate and display or input and output text.



strip mode

Mode of a waveform chart modeled after a paper strip chart recorder, which scrolls as it plots data.



structure

Program control element, such as a Sequence, Case, For Loop, or While Loop.



subdiagram

Block diagram within the border of a structure.



subpalette

A palette contained within another palette. For example, the Structures palette is a subpalette of the Controls palette.



subpanel

A LabVIEW control that is a container that displays the front panel of another VI on the front panel of the current VI



SubVI

VI used in the block diagram of another VI; comparable to a subroutine.



sweep mode

Similar to scope modeexcept a line sweeps across the display to separate old data from new data.



system controls

These are controls and indicators designed specifically for use in dialog boxes, such as rings, radio buttons, checkboxes, and so on. They preserve the look and feel of generic software applications seen on the operating system,



system Exec

A function in LabVIEW that sends a system command, such as one you might type into a command prompt.






LabVIEW for Everyone. Graphical Programming Made Easy and Fun
LabVIEW for Everyone: Graphical Programming Made Easy and Fun (3rd Edition)
ISBN: 0131856723
EAN: 2147483647
Year: 2006
Pages: 294

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net