Jump to content

Virtual instrument software architecture

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sbmeirow (talk | contribs) at 09:11, 12 December 2011 (External references: rename section). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Virtual Instrument Software Architecture, commonly known as VISA, is a widely used I/O API in the test and measurement (T&M) industry for communicating with instruments from a PC. VISA is an industry standard implemented by several T&M companies, such as Rohde & Schwarz, Agilent Technologies, National Instruments, Tektronix and Kikusui.

The VISA standard[1] includes specifications for communication with resources (usually, but not always, instruments) over T&M-specific I/O interfaces such as GPIB and VXI. There are also some specifications for T&M-specific protocols over PC-standard I/O, such as VXI-11 (over TCP/IP) and USBTMC[2] (over USB).

The VISA library has standardized the presentation of its operations over several software reuse mechanisms, including through a C API exposed from Windows DLL, visa32.dll and over the Microsoft COM technology. Although there are several VISA vendors and implementations, applications written against VISA are (nominally) vendor-interchangeable thanks to the standardization of VISA's presentation and operations/capabilities. Implementations from specific vendors are also available for less common programming languages and software reuse technologies.

History

VISA was originally standardized through the VXIplug&play Alliance, a now-defunct T&M standards body. The current standard, "VISA Specification 5.0", is maintained by the IVI Foundation.

See also

References

  1. ^ "VISA Specification". IVI Foundation.
  2. ^ "USB Test & Measurement Class Specification". USB Implementers Forum Inc.