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