LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Visa Error -1073802339

I am getting an unknown VISA read error -1073802339. Any ideas? Thanks, Doug
0 Kudos
Message 1 of 9
(3,355 Views)

Do you get this when communicating to the instrument in MAX?

Why do geeks think Halloween and Christmas occur on the same day?
Because 31oct = 25dec!
0 Kudos
Message 2 of 9
(3,337 Views)

Please explain what you were doing when you got your error. Please provide details as to your code. Please provide screenshots (NO BITMAPS) of your code, or post your VI.

 

We are not mind readers.

0 Kudos
Message 3 of 9
(3,334 Views)
I received this back from the LabVIEW Read Visa vi (version 8.6) when trying to read from a USB device. I suspect it might be a timeout error: −1073807339 Timeout expired before operation completed. Thanks, Doug
0 Kudos
Message 4 of 9
(3,331 Views)

Very well could be a timeout error, especially if your instrument doesn't send termination character, or the instrument wasn't sent a command that requires a read. Are you getting anything out of the read?

Why do geeks think Halloween and Christmas occur on the same day?
Because 31oct = 25dec!
0 Kudos
Message 5 of 9
(3,318 Views)
Attached is the block diagram. I am not receiving anything back (return count = 0). Thanks, Doug
0 Kudos
Message 6 of 9
(3,314 Views)

No code...

 

Please indicate what instrument/device you are communicating with. (Again, we are not mind readers.)

0 Kudos
Message 7 of 9
(3,310 Views)

Sorry about the code attachment failure.  I am trying again to attach the diagram.

 

I am communicating with a PSoC board via USB 2.0.   MAX recognizes the board with the correct settings (BAUD rate, etc)

0 Kudos
Message 8 of 9
(3,306 Views)

You have no delay between the write and the read. Have you tried adding one? Have you verified that termination character enable is set to false?

 

You mentioned that you had a USB device, but your last message mentioned baud rate. This implies a serial connection. Are you dealing with a virtual COM port?

0 Kudos
Message 9 of 9
(3,274 Views)