08-04-2005 06:05 AM
Hello,
I am using LabVIEW 7.1 and need to interface with a HP5316B frequency counter. I can only find a LabWindows/CVI driver on the NI website. Will this drive work with LabVIEW 7.1 software?
Thanks,
08-04-2005 09:22 AM
Yes.
You can use it within LV by using a "Call Library Function VI". You simply select the function calls and wire the appropriate parameters (from controls). In other words, you can create your own "Labview vi's" for the product. Start with one to experiment with, and develop the others based on that one. Another way (without the dll) is to actually send GPIB commands using LV. However, it may take longer to implement.
I checked the Agilent website and they no longer support (or share) the drivers. 😞
JLV
08-05-2005 11:43 AM