03-25-2008 08:42 PM
03-25-2008
09:13 PM
- last edited on
04-22-2025
11:14 PM
by
Content Cleaner
03-26-2008 12:30 AM
03-26-2008
09:37 AM
- last edited on
04-22-2025
11:14 PM
by
Content Cleaner
If the driver had been written by NI, you would have an example VI in the driver that shows a way to use some of the instrument functions. I don't think this driver has such an example. You can look at https://www.ni.com/en/support/downloads/instrument-drivers.html and under the Learn topic are some links on what a driver is, how to use one, etc. Ultimately, how you write the source code will depend on what you want the program to do. Study the functions in the driver and experiment with them and see what each one does. If you know how to manually setup the instrument to perform a test, then determine which functions you need to call to replicate that.
03-26-2008 09:39 AM
Hi,
You can use the templates to we have on IDNet or you can also download other drivers for ex: Agilent 34401 to get an idea.
For the specific commands for the 8164 model you might want to check the manual for the instrument on Agilent's site
03-26-2008 09:40 PM
04-02-2008 02:19 AM
04-02-2008 08:57 AM
Did you install the driver to the correct location?
It needs to be installed in the instr.lib folder under Labview.
04-03-2008 12:57 AM
04-03-2008 07:27 AM