LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Text message to a pager or a mobile (cell) Phone from LV5.1

Hi all,

As a part of a remote alarm system I am thinking of sending a text
message to a pager or a mobile (cell) Phone from LV5.1.

Has anyone got any experience (or any idea) with this?

Any input will be much appreciated.

Best regards

Guven Kais



Sent via Deja.com http://www.deja.com/
Before you buy.
0 Kudos
Message 1 of 5
(4,499 Views)
I have done this by sending an email which is forwarded to a phone by
the provider.



--
-> max.weiss@gmx.de / max@web.de <-
-> Max Weiß * Eulenweg 2 * 76356 Weingarten * Germany <-
-> Fax: 0180 505254775181 * Tel: 0175 1228001 * DB 8 MWE <-
schrieb im Newsbeitrag
news:8ue7gf$lrm$1@nnrp1.deja.com...
> Hi all,
>
> As a part of a remote alarm system I am thinking of sending a text
> message to a pager or a mobile (cell) Phone from LV5.1.
>
> Has anyone got any experience (or any idea) with this?
>
> Any input will be much appreciated.
>
> Best regards
>
> Guven Kais
>
>
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
0 Kudos
Message 2 of 5
(4,498 Views)
[posted and mailed]

guven_kais@my-deja.com wrote in <8ue7gf$lrm$1@nnrp1.deja.com>:

>Hi all,
>
>As a part of a remote alarm system I am thinking of sending a text
>message to a pager or a mobile (cell) Phone from LV5.1.
>
>Has anyone got any experience (or any idea) with this?
>
>Any input will be much appreciated.
>

One of the LTR isuues dealt (and provided VI's to do just this.

cheers, Alex

--

Alexander C. Le Dain, PhD
ICON Technologies Pty Ltd
http://www.icon-tech.com.au
0 Kudos
Message 3 of 5
(4,498 Views)
Hi,
Just a few seconds ago I came across the following message in
borland.public.delphi.winapi it seems there is a way to send a SMS directly
to a phone - no email/internet connection required.

Darren.
---------------
You can send directly to a GSM phone using AT commands. Only IF your phone
supports it.

First try this with a terminal program.
AT + cr makes you get an Ok back, just like a normal modem.

Send SMS message:

send> AT+CMGF=1;+CMGS="5551234" + cr
wait 1 second (until you see an ">")
send> Enter your message here followed by Ctrl-Z (hex=$1A)
wait 1 second
send> +CMGS + cr

Read all about it in the SMS papers. Search for "07.07" and "07.05"
-----------------
guven_kais@my-deja.com wrote in message <8ue7gf$lrm$1@nnrp1.deja.com>...
>Hi all,
>
>As a par
t of a remote alarm system I am thinking of sending a text
>message to a pager or a mobile (cell) Phone from LV5.1.
>
>Has anyone got any experience (or any idea) with this?
>
>Any input will be much appreciated.
>
>Best regards
>
>Guven Kais
>
>
>
>Sent via Deja.com http://www.deja.com/
>Before you buy.
0 Kudos
Message 4 of 5
(4,495 Views)
There are alternatives as well...
 
It is a fairly simple task, if you simply need an indication of an event (without transferring any info). Have two GSM modems: one on the site and the other at your control station. As discussed in the above, on alarm conditions at the remote site, dial the number for your control station (command ATDxxx\r, where xxx is the telephone number. The other modem will detect the call, start to pulse RI (ring indicator) of serial port and send "RING" to serial port.
 
If you want to be sure that the call comes from the specific number, you can either set "waiting for call", or restrict the allowed incomming callers, or set the modem to tell you who is calling (using the appropriate CLI-related command on your modem, and getting a string like +CRING voice, yyyy).
 
Practically speaking, working with GSM, gives you an ability to establish different types of calls (e.g. voice, data and fax) and you could use this as another indicator of the type of alarm you are making.
 
Sincerely
Albert Lysko
0 Kudos
Message 5 of 5
(4,087 Views)