VISA
====

This library offers a perl interface to National Instrument's NI-VISA library.

With this library you can easily control the instruments in your lab (multimeters, voltage
sources, magnet sources, pulse generators etc.) from perl. You can perform
complicated measurement jobs with just some perl loops.

It comes even better. The general VISA::Instrument class reduces the
communication overhead to a minimum. And the specialized instrument classes
(virtual instruments) like the VISA::Instrument::HP34401A class offer
even more high level comfort. Everything is set up already, waiting for you to use it.


INSTALLATION

Daq-Karte

Straighforward


NI-GPIB

Kernel neu kompiliert mit "Enable loadable module support", "Set version information on all symbols for modules", "Kernel daemon support" (to enable autoloading of module)

ISAPNP konfiguriert: IRQ 5, IO-Base 02c0, DMA channel 5

nigpib installiert (straightforward)

/usr/local/gpib/include/ angelegt und ugpib.h rein
/usr/local/gpib/lib/libgpib.a dito
beide fr perl-GPIB



NI-VISA






===========================

nach reboot:

insmod nigpib
insmod db2k

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install


DEPENDENCIES

This module requires the National Instrument's NI-VISA library to
be installed. For further information on this library, see
National Instruments website at

http://digital.ni.com/softlib.nsf/webcategories/85256410006C055586256BBB002C0E91?opendocument&node=132060_US

If you plan to use GPIB (most likely), you will have to have the NI-488.2
libarary installed as well. See the website at

http://ni.com/linux/ni488dl.htm


COPYRIGHT AND LICENCE

Copyright (C) 2004 Daniel Schrer

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself. 

