12-28-2015 03:22 PM
Dear All,
I had a working labview program and suddenly it stopped working,
The labview version is 2011, and I have only using two drivers, one for motorized stage, and the other one for Konica Minolta camera CS100A.
Both have a similar open visa, program does not have any error yet it does not control any of instruments, the only error message I get in error out is -1073807343.
Could someone help on this issue?
Thank you
And Happy New year to all
12-28-2015 03:49 PM
It is extremely difficult to spot the error in "invisible code". Please post the code (best done by attaching a VI, or a ZIP file of a folder if there are multiple VIs).
Bob Schor
12-29-2015 07:54 AM
HI,
According to the LabVIEW help, this error is caused by insufficient location information or the device or resource is not present in the system. Make sure that you have configured NI-VISA as your primary VISA driver. This error can happen when there are multiple VISA drivers running at the same time, and trying to use the same resource. Please refer to this article on how to set the NI-VISA as your primary VISA driver: http://digital.ni.com/public.nsf/allkb/B283196340462DFD86257633006DC799.You can also try installing the latest NI-VISA driver from NI website:
http://joule.ni.com/nidu/cds/view/p/id/2251/lang/en.
This other forum talks about the error you are having: http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/1073807343-ERROR-NI-VISA-write-in/m-p/3141931
http://digital.ni.com/public.nsf/allkb/05B3379FE563416A86256633005BE2D5?OpenDocument
Also if that does not work you could renamed visa32.dll and visa64.dll in system32 folder. Reinstalled LabVIEW and drivers (the latest NI-VISA Driver). This will created a visa64.dll only no visa32.dll.
Regards
M
12-29-2015 12:15 PM
Hello,
Thank you to you and Bob,
The first link that you provided, led me to know that the NI-VISA is at the Primary VISA.
The other links suggest that to download the newest version of NI-VISA.
The problem is, this code was working and now it stopped working.
Is any other solution?
Could you please let m know?
12-29-2015 01:37 PM