02-25-2016 06:20 AM
Hi,
I have a vi which finds VISA resources and looks at their interface name in order to select which one to connect to.
I have a strange problem where, if I run the vi in labview it works fine. When the vi is compiled into an exe, it doesn't work.
I've traced the problem to the 'Intf Inst Name' property node which gives the interface description. When run in Labview, this property node returns the interface description, as expected.
When I compile the vi, this property node is returning blank strings.
The closest post I could find to this kind of problem was this
However, the exe is running as an administrator, so I don't think it's an issue with permissions.
Any help would be greatly appreciated.
Solved! Go to Solution.
02-25-2016 06:38 AM
I have no idea what was causing this, but I uninstalled the device drivers for the harware I was using, reinstalled and then rebooted the computer and now it works fine.