06-19-2014 03:08 PM
Hi
I am trying to transfered the LabVIEW VI from an old computer with WinXP to a new computer with Win7. The labVIEW version is 7.1.
When I try to run the code in the new computer, I have the following error message:
err: Driver Status: (Hex 0XBFFF0000)Priimary Error (Hex0XBFFF0000)
PS: I have already transfer all the dll file it needs to run the code. Is it because the driver is not installed? If I need to install all the drivers for the instruments, am I supposed to install the drivers the same as in the old system or some new drivers for new system?
Thanks ahead!
06-20-2014 07:40 AM
labVIEW 7.1 is not supported by window7
That being said i have read somewhere that you can run 7.1 as administrator and there have been success. Let me dig the tags
06-20-2014 07:47 AM
Check this discussion that I was talking about
06-20-2014 10:55 AM
@muks wrote:
labVIEW 7.1 is not supported by window7
That being said i have read somewhere that you can run 7.1 as administrator and there have been success. Let me dig the tags
I am able to run LabVIEW 6.1 on a Windows 8.1 laptop.
However, unlike the OP, I am not doing anything with DLLs. We are strictly doing instrument control using NI-VISA.
06-20-2014 05:18 PM
Thank you for you guys' reply. I think I can run the program, it just stopped with some errors related to the hardware. It is a function generator connect with GPIB-USB cable. I tried to install the driver for that, and it stopped as well.
06-20-2014 05:23 PM
06-23-2014 02:04 PM
It says:
unsupported version of Nation Instruments system componet,
unsupported version of NI PXIplat form service,
unsupported version of NI-488.2 for window,
unsupported version on NI-VISA and Legacy NI-488.2 Software.
06-23-2014 02:31 PM
06-23-2014 02:36 PM
@Jacobier wrote:
It says:
unsupported version of Nation Instruments system componet,
unsupported version of NI PXIplat form service,
unsupported version of NI-488.2 for window,
unsupported version on NI-VISA and Legacy NI-488.2 Software.
The following is what I did to get LabVIEW 6.1 to work with Windows 8.1 Pro.
Install LabVIEW 6.1
Uninstall NI-488.2 that was installed.
Install the latest NI-488.2
Install the latest NI-VISA.
I am using a generic USB-serial and Agilent's 82357A USB-GPIB cables.
06-23-2014 10:11 PM
Thank you very much! I actually have not installed any drivers yet, but I copy some dll file in order to try to run my labview program. Does it mean that I need to remove all those dll files and install NI-488.2?