LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sending SMS with labview...Error -1073807246 !!!!! PLEASE HELP ME I AM DOING THIS FOR MY FINAL YEAR PROJECT WHICH IS ENDING IN 3 WEEKS

Hi i was doing sending an sms using the labview program and i came across the error shown in the attachments. Anyone know what should i do to fix this error?

0 Kudos
Message 1 of 6
(2,845 Views)

Check this page: http://www.ni.com/support/labview/visa/verr3.htm

Also, from you screenshot it looks like you have another SMS application open. If this is using the serial port you will have to close it. Only one application can open the serial port.

Also, are you sure COM18 is correct? Sounds like a high number.

 

0 Kudos
Message 2 of 6
(2,831 Views)

Don't panic! Did you use the Simple Error Handler vi or the Explain error menu function to get the error description?

It says that VISA cannot access the resource; in other words, COM18 is currently open by another program (or driver).

Try to guess which one could be accessing it and how to close it.

Also, use the simple Wait(ms) function instead of the Wait until next... This last function doesn't work the way you believe.

 

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
0 Kudos
Message 3 of 6
(2,830 Views)

Is it possible that the cause of this error is by my Itegno application? Because my project is to send an sms with my Itegno gsm modem with the aid of labview

0 Kudos
Message 4 of 6
(2,776 Views)

Well then just try and quit this Itegno application, then run your VI again. If you have it running it might reserve the serial port which causes your VI not to be able to open the port.

 

0 Kudos
Message 5 of 6
(2,755 Views)

Firstly, thanks for replying. I've tried to off the application. It works, but i couldnt receive any SMS from it even though there wasnt any error

0 Kudos
Message 6 of 6
(2,746 Views)