´Can I develope my LV 7.1 aplication with Agilent 82350 GPIB? Is there any kind of driver wich I can use for LV? Is it possible to use GPIB 488.2 for Agilent GPIB 82350?
there are some tools to program with non-Gpib controllers in LabVIEW,
one of them is LabTab ( non-NI product ). The programming with VISA is
also possible as far as I know, but subject to differences in VISA
calls from manufacturer to manufacturer.
To control accurately the GPIB bus spol , etc ... , no other API than
LabTab is possible a far as I know for programming independently of
GPIB board brand.
I would recomend you stick with VISA. All new drivers use VISA and it's a very well documented, widely supported, and highly portable API. Not only is VISA used for GPIB instruments, but also VXI, PXI, USB, Serial, and Ethernet.