LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error -1073807343

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

 

0 Kudos
Message 1 of 5
(3,906 Views)

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

0 Kudos
Message 2 of 5
(3,892 Views)

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

0 Kudos
Message 3 of 5
(3,849 Views)

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?

0 Kudos
Message 4 of 5
(3,826 Views)
How can you say the program has no write and then give a specific error number that you get?

Are there two different VISA resources listed on MAX? Are they named the same in your program?

You still need to attach your code and a snapshot of the resource listing in MAX would also help. A Windows update could have changed a resource name. If either or both are a USB-Serial connection, moving to a different port could have changed the name.
Message 5 of 5
(3,809 Views)