LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to program the Labview to automatically send text message to pager or SMS?

How to program the Labview to automatically send text message to pager or SMS? Can SMTP library do this task?
 
Thank you,
 
Smiley Happy
0 Kudos
Message 1 of 25
(19,848 Views)

In this forums, you will find lot of discussions on this topic.

You will need to have cellular/GSM modem.

If you connect this to your computer, you can send sms using LabVIEW

Here are the links that might help you

http://forums.ni.com/ni/board/message?board.id=170&message.id=142443&view=by_date_ascending&page=1

http://forums.ni.com/ni/board/message?board.id=170&message.id=92198&requireLogin=False

Message 2 of 25
(19,827 Views)
You could also use an SMS gateway. There are various types of gateways, including email to SMS and web to SMS. Some of these are subscription services, others are provided by the cellular carriers to send messages to their customers.

http://en.wikipedia.org/wiki/SMS_gateways

Message 3 of 25
(19,803 Views)
I will like Labview application auto page someone with alarm condition, anyone have information about pager?
 
Good Luck!
 
Smiley Happy
0 Kudos
Message 4 of 25
(19,777 Views)
 

Hello Apple,

I am personally not familiar with the protocols used in pager communication but after some searching I was able to find this thread and the example program titled Sending a Numeric Page from LabVIEW Using a Modem.  These seem to discuss exactly the functionality for which you are looking.

Happy Halloween!

Janell R | Applications Engineer

0 Kudos
Message 5 of 25
(19,727 Views)

Altough this thread is no longer active, I ran into it in another forum pointing to this thread.

 

In the past I made an SMS sent function for an PCMCIA nokia modem. Sending an SMS is done using AT commands and should be the same for any modem? See the attached zip file, it contains a LV8.6 project with an example (vis\high level\Full SMS sent.vi) and some documentation (in the zip not the project)

 

---

25+ years long fan of LabVIEW. Move to Emerson looks to be for the better! See the last posts in subscription model thread.
0 Kudos
Message 6 of 25
(15,670 Views)

Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.

 

But at least it is a quick feedback that someone is playing with this post 🙂

---

25+ years long fan of LabVIEW. Move to Emerson looks to be for the better! See the last posts in subscription model thread.
0 Kudos
Message 7 of 25
(15,606 Views)

 


@beuvink wrote:

Altough this thread is no longer active, I ran into it in another forum pointing to this thread.

 

In the past I made an SMS sent function for an PCMCIA nokia modem. Sending an SMS is done using AT commands and should be the same for any modem?


Unfortunately the AT command set is not a strict standard but at best a recommended standard. There is an ETSI standard for the modem communication and a special ETSI standard for SMS communication. Most modems nowadays do follow those ETSI standards to some extend, but almost every manufacturer still feels the need to add some proprietary variants to the command set. Such is life!

 

 

 


 

Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.

 

But at least it is a quick feedback that someone is playing with this post 🙂


 

It's all a personal viewpoint. I find it not so minor and would feel annoyed to receive meaningless SMS messages from all over the world. Smiley Very Happy

@beuvink wrote:

Just a short tip on the previous post... you may like to change the destination number before running the vi. Otherwise it will sent an sms to my phone in the netherlands... minor mistake in the example code.

 

But at least it is a quick feedback that someone is playing with this post 🙂


Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 8 of 25
(15,575 Views)

Hello,

 

this is may example, with rs232 GSM modem

and it's very easy!

 

Enjoy!

 

----------------------------------------------------------

Milos Bozic

Serbia

 

 

Download All
Message 9 of 25
(15,174 Views)

i tried ur vi for sending sms using rs 232 gsm modem but it is not running on my pc.i am able to send sms using hyperterminal but i dont know how to do this on labview

0 Kudos
Message 10 of 25
(14,349 Views)