LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

simple network pager protocol

Does anyone know if Labview supports any type of protocol so we can directly send messages to cell phones without using the SMTP. A simple paging protocol is what I think I need. Send any info you can directly to me.
 
Thanks for all your inputs
0 Kudos
Message 1 of 3
(2,687 Views)

We have done this before with SMS (not pagers) by using a cellular modem which accepts AT commands. In that case, the connection to the modem was serial (using the LV serial functions) and the protocol was that of the modem.

If you have a device you can talk to which can send messages to pagers, you need to find the protocol for that device. If you already have a DLL which you can use to talk to the device, you can try calling that DLL from LV. If you don't, you will need to get such a device and probably write VIs which will handle the protocol for it (these are usually fairly simple).


___________________
Try to take over the world!
0 Kudos
Message 2 of 3
(2,681 Views)

Currently there is no available protocol in LabVIEW that will allow SMS messages to be sent without using a method similar to what tst suggested.  One option might be to email the phone (the email address format differs from carrier to carrier) and the phone will receive it as a text message.  Hope this information helps! 

Andy F.
-----------------------------------------------------------------
National Instruments
0 Kudos
Message 3 of 3
(2,661 Views)