10-20-2009 07:48 AM
Hello,
I need to program GPIB from MS Windows XP. NI provides a NI4882 interface to program it.
To use NI4882 functions, we need to add reference for the required Dlls in the .NET project.
I am not able to find the reference "NationalInstruments.NI4882" in the reference list of .NET project.
How I can get the following references in the reference list?
· NationalInstruments.Common
· NationalInstruments.NI4882
I have installed LabView 8.5 on my machine only. Do I need to install any other components as well?
06-19-2013 01:47 PM
I had the same problem and found the dll on my computer C:\Program Files (x86)\National Instruments\MeasurementStudioVS2008\DotNET\Assemblies\Current\NationalInstruments.NI4882.dll.
After referencing that dll everything seemed to work fine. I could see the methods and properties, etc. But it would not compile. After compilation, it lost all knowledge of the properties and methods.
Can anyone else help?
06-19-2013 01:48 PM
By the way. I was using C#.