01-03-2019 06:19 AM
We use some NI devices and we build a .NET application (C#) that needs to communicate with the devices through GPIB.
The application have two versions one for windows 32 bit (XP) and one for 64 bit (Win7) (The 64 bit application cannot be compiled as x86 because of other reasons).
As I have seen in NI examples we need to use NationalInstruments.Common.dll and NationalInstruments.NI4882.dll in order to communicate with the devices.
I have some questions about using it.
Thanks
01-04-2019 12:56 PM
Ohadr,
1. The DLLs work for both 32 and 64 bits operating systems, since the driver works for both.
2. The driver you should install is the NI-488.2 18.5.0 driver (http://www.ni.com/download/ni-488.2-18.5/7816/en/) for your Windows 7 computer, but for your Windows XP you would need to call in to NI support to get access to the older version of the driver that works for that operating system.
3. No, this should not cause any disruptions.
http://www.ni.com/en-us/support.html this is the link on how to get in contact with NI support.
Hope this helps!