Labview Exam Flashcards
Data Aquisition
The process of measuring an electrical or physical phenomenon with a computer
Signal Type: Analog
Signals that vary continuously (temperature)
Signal Type: Digital
Electrical signals that transfer binary data, such as on/off or true/false (switches)
Signal Type: Counter
Digital timing signal that includes characteristics of a digital signal that can be measured (event counting)
List the order of a DAQmx application process
CCSACC
C /reate task C /onfigure task S /tart task A /cquire or generate data C /lear task C /heck for errors
Hardware Connectivity
The physical cable connecting the instrument
Describe: Initialize
Establishes communication with the instrument
Describe: Configure
Software routines that configures the instrument to perform specific operations
Describe: Action/Status
Command the instrument to carry out an action or obtain the current status
Describe: Data
Transfer data to or from the instrument
Describe: Utility
Performs a variety of auxiliary operations; reset and self test
Describe: Close
Terminates the software connection to the instrument
What is a NI MAX?
A tool to configure and test DAQ devices AND test instrument communication
What are benefits of instrument control?
Automate processes AND improve productivity and repeatability
VISA is a high level API that calls low-level drivers.
True or False
True
Define Low-Level File I/O
Provides individual functions for each step in file I/O operations
Define File Refnums
Identify unique I/O sessions
Define Streaming Data to Disk
Technique for keeping files open while you perform multiple write operations
Define String Functions
Write data to text file, must first convert the data into sting type
Define ASCII
Binary file that is standard used to by most programs. Also called text files
Define LVM
Tab-delimited text file you can open with a spreadsheet application or a text-editing application
Define Binary
Underlying file format of all other file formats
Define TDMS
Binary file created for National Instruments products. Consists of two seperate files- binary file contains data and stories its properties and provides said information
After opening a file, which output does the Open/Create/Replace File I/O function return?
Refnum out