LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error in VISA Configure Serial Port

Is there are way to NOT report the labview error -1073807343 when using the VISA Configure Serial Port VI.  In the case that the USB device is not plugged in I just need to know it and avoid the rest of the operation.  Instead I get this error and it halts operation even though there is no error VI in the code.

 

Steve

0 Kudos
Message 1 of 2
(2,100 Views)

Sounds like you are not handling your errors and the automatic error handler is popping up.  You should be passing your errors along.  You can then look for that error and handle it somehow (clear it, skip over the rest of the code, etc.)


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 2
(2,098 Views)