09-27-2019 06:14 AM
Previous System Setup:
Current System Setup:
My current system will not recognize my GPIB-ENET/100. When I use the GPIB Ethernet Wizard to add the ENET/100, it only gives me the option to install the ENET/1000. How do I configure my new system to use the ENET/100?
09-29-2019
09:45 AM
- last edited on
12-20-2024
03:18 PM
by
Content Cleaner
The following chart may help determine compatibility.
NI-488.2 Supported Versions for GPIB Devices and Modules
It does appear that the ENET/100 is not compatible with the very latest drivers. You may need to roll back NI-488.2 to Ver. 17.6
09-30-2019 06:56 AM
I don't know how to roll back the software.
09-30-2019
12:01 PM
- last edited on
12-20-2024
03:18 PM
by
Content Cleaner
@etrull1977 wrote:
I don't know how to roll back the software.
This also happened to me some time ago. The latest version of NI-488.2 does not support the GPIB-ENET/100. As pallen said, you need to roll back NI-488.2 to Version 17.6. You ONLY have to roll back NI-488.2, nothing else. Can't remember exactly how I did it , but here's how I think I did it:
Open NI Package manager and select the "INSTALLED" tab
Check the box for "Products Only"
Select NI-488.2 then click "REMOVE"
After removing NI-488.2, download the older version of NI-488.2 from the NI website. Make sure you choose Version 17.6
https://www.ni.com/en/support/downloads/drivers/download.ni-488-2.html#305442
After downloading the driver, double click "setup.exe" to install it.
10-01-2019 04:55 AM
you may have to look at the RTE compatibility with the 488.2 and your program too... unless you have the source files to recompile to the latest version
10-01-2019 10:10 AM
@cy... wrote:
you may have to look at the RTE compatibility with the 488.2 and your program too... unless you have the source files to recompile to the latest version
That's unlikely a problem. NI-488.2 driver API has been absolutely stable for over 20 years. The underlaying drivers have been updated to address new hardware and OS versions but the DLL interface to applications has been as stable as you can get. Stone is more flexible in that respect .
10-01-2019 08:01 PM - edited 10-01-2019 08:09 PM
just speaking from a previous case when my colleague tried to reinstall a program built around 2013/4 and uses GPIB ENET/100. I recalled the program required very specific version of 488.2 17.6 and RTE 2013/4. and the source code is nowhere to be found, otherwise, could have recompiled it to the versions available in those DVDs my colleague have...
10-02-2019 02:37 AM
The RTE is logical. Before 2017 the major version hadto match exactly the LabVIEW version the exe was created in. Bug fix levels were allowed to differ but it could possibly lead to strange artefacts on frontpanels sometimes.
The NI-488.2 driver has to support the OS you are on and the GPIB interface you use, so if you want to run on Windows 10 you need a recent version. But the version of NI-488.2 (and Ni-VISA) in respect to the LabVIEW version is fairly/highly uncritical.
02-26-2020 01:56 AM
cannot understand why ETH/GPIB-100 support has been removed from latest 488.2 driver releases. no reasons to upgrade to eth/gpib-1000 and now no bug fixes from newer versions can be used, very annoying.