Download

Download Manuals, Datasheets, Software and more:

DOWNLOAD TYPE
MODEL or KEYWORD

Feedback

What Are The Differences Between Device Drivers And Instrument Drivers?

Question :

What Are The Differences Between Device Drivers And Instrument Drivers?

Answer :

Device drivers are required for an operating system to communicate with computer sub-components such as a graphics card or printer. Device drivers can be generic and universal for basic functionality. Full featured device drivers are usually provided by the device manufacturer.

Instrument drivers assist an integrated development environment (i.e. LabVIEW, MATLAB, Visual Studio 2008) with higher level instrument communication with a VISA. Instrument drivers attempt to simplify common tasks such as retrieving scaled waveform data, measurement data, or screen capture with simple function calls to the lower level instrument commands. Instrument drivers are often language and instrument specific. Generally such drivers are provided by the author of the integrated development environment or from the IVI Foundation. Because instrument drivers add an additional layer of complexity, they can be troublesome to debug. Instrument drivers are not required and not recommended to new remote instrument programmers.

Instrument Communications Block Diagram

Integrated
Development
Environment
icon_left-right_arrow.pngInstrument
Driver
(optional)
icon_left-right_arrow.pngVISA
Libraries
icon_left-right_arrow.pngVISA
Communications
Driver
icon_left-right_arrow.pngDevice
Driver
icon_left-right_arrow.pngInstrument
 
applicationoperating systemhardware

This FAQ Applies to:

No product series

Product:

FAQ ID 59881

View all FAQs »