LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error -1073807343

Solved!
Go to solution

My LabView program had been running just fine until today when I'm getting:

Error -1073807343 occurred at Old VISA Open in port init.vi->upconversion4.vi

Possible reason(s):

VISA: (Hex 0xBFFF0011) Insufficient location information or the device or resource is not present in the system.

 

Previously when I've gotten a VISA error I've just restarted the computer, but that isn't seeming to work this time. 

The problem occurs when trying to control a newport stepper stage. Their supplied software will still run the stage so it's just something going on with LabView.

0 Kudos
Message 1 of 8
(10,414 Views)
Solution
Accepted by topic author njf1003

Usually this error occurs, when COM port value (or another type of VISA alias name) is not present in the system/is changed. You've uploaded VIs without drivers VI, so I can't see how serial communication is implemented, but I noticed, that port init.vi does not have VISA reference input. Thus, it is hardcoded inside of that subVI.

So I suggest to open that subVI, and verify, that VISA reference value is the same, as COM port where your device is connected.

 

Sincerely, kosist90

 

logos_middle.jpg

 

Check out new features of LabVIEW 2017!

0 Kudos
Message 2 of 8
(10,405 Views)

Oops, misread the post.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 8
(10,398 Views)

Thanks!

The VISA reference value had changed some how so I had to change the Serial port number being fed into that sub VI so the right VISA reference input was generated.

 

0 Kudos
Message 4 of 8
(10,385 Views)

@njf1003 wrote:

Thanks!

The VISA reference value had changed some how so I had to change the Serial port number being fed into that sub VI so the right VISA reference input was generated.

 


Just so you understand, you are treating the symptom, not fixing the problem.  The problem is that the COM port is changing.  That's the problem that should be fixed.  Could it be that this is a USB to RS-232 adapter and someone unplugged it and then stuck it back into a different USB port?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 5 of 8
(10,357 Views)

It is RS-232 to USB. I'm pretty sure it's always been plugged into the same USB port though. I did run several Windows software updates between when it worked and didn't so maybe one of those changed the COM port? 

0 Kudos
Message 6 of 8
(10,182 Views)

@njf1003 wrote:

It is RS-232 to USB. I'm pretty sure it's always been plugged into the same USB port though. I did run several Windows software updates between when it worked and didn't so maybe one of those changed the COM port? 


Hmmm, I can't really see any reason for it to change unless someone changed it.  This is very strange.  I've seen computers do weird things when waking up from hibernation, especially hardware-wise.  Do you think this might have been the case?

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 7 of 8
(10,167 Views)

Probably something like that. 

0 Kudos
Message 8 of 8
(10,162 Views)