LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI para mandar sms y correo electronico

Hola!

Soy nueva en este foro y tambien en el uso de LabView.

Me gustaría su ayuda pues he buscado en diferentes medios 
la manera de mandar SMS y mail con LabView pero no 

he encontrado alguno que realmente me ayude.

 

Ojala y me puedan ayudar!

 

Gracias!  (;

 

 

Hi!

I'm new in here,

i would reallye appreciate your help,

i need to know how to send SMS an e-mail

with LabView, i've been looking on the internet

but i can't find abything usefull.

 

i hope you can help me.

 

Thanks, (:

0 Kudos
Message 1 of 3
(4,593 Views)

What LabVIEW version do you have?

 

To send e-mail, start here.

To send SMS, you can e-mail via an appropriate SMS gateway.

0 Kudos
Message 2 of 3
(4,581 Views)

Saludos AdeLuna,

Gracias por utilizar los Foros de Discusión de National Instruments, se me ocurren algunas opciones para el envío de SMS (veo que la parte del envío de emails queda cubierta con el post de altenbach😞

Opción 1:

Utilizar un cRIO con un módulo que cuente con conectividad GSM y con la capacidad de enviar SMS.
Te recomiendo utilizar el módulo SRB cRIO GSM modul, el cual está basado en el módem GSM SIM900.

Te adjunto un fragmento de su página de producto:
The module functionalities are achieved by calling the LabVIEW functions from the Real-Time application of the cRIO platform:
Basic functions for module usage (module reset and initialization, module shut-down, checking of GSM signal quality and network registration status)
Text and PDU SMS functions (send SMS with optional delivery report, asynchronous delivery report for text SMS, asynchronous notification of new received SMS, read specific SMS message from the SIM card, list all SMS messages from the SIM card according to the specified criterion, delete SMS messages from the SIM card)
CSD functions (making the data call, asynchronous wait for a call, answer and hang-up the call, send and receive the data over the data call connection)
GPRS TCP/UDP communication functions (activation and deactivation of GPRS service, open and close TCP or UDP connection, send and receive the data over the TCP or UDP connection, start and stop TCP server, asynchronous wait for a new client connection on started TCP server)
FTP functions (upload and download a file to/from a FTP server)
Email functions (send an email through a SMTP server, receive an email through a POP3 server)

Especificaciones GSM:
Supported GSM bands: 850, 900, 1800, 1900
Packet services: GPRS Class 12

Link de la página del producto:
UNO-LUX NS - SRB cRIO GSM modul:
http://www.unoluxns.com/en/Product/Details/32

SRB cRIO GSM - Data Sheet:
http://www.unoluxns3.com/content/files/SRB-cRIO-GSM-Data-Sheet_eng.pdf

Creo que esa sería la solución más directa en cuanto a hardware.

Opción 2:

Utilizar un SMS Gateway, con el que podrás enviar emails a un SMS Gateway utilizando LabVIEW para enviar los SMS, de esta manera sólo sería necesario contar con alguna conexión a internet, ya sea WiFi o GSM.

Algunas compañías de telefonía móvil cuentan con SMS Gateways gratuitos, otras, cobran por dicho servicio, como por ejemplo Telcel (compañía de telefonía móvil en México). Existe un SMS Gateway de paga que me parece que tiene una plataforma bastante robusta, cuenta con la opción de realizar evaluaciones, los SMS son bastante económicos (de hecho más económicos que los SMS de Telcel si vives en México), y maneja un sistema de créditos, por lo que no hay que pagar ninguna mensualidad. Este SMS Gateway permite enviar SMS mediante HTTP/S (con esto podemos acceder a una URL mediante datasockets, lo cual es incluso más sencillo), SMTP (email), Objetos COM, XML, FTP, SMPP, SOAP, etc. Francamente me pareció que tiene una plataforma bastante fácil de usar.


Datos del SMS Gateway:
Sitio Web:
https://www.clickatell.com/
Dirección para registrarse para un demo:
https://www.clickatell.com/register/?productid=1
Instrucciones para mandar un SMS de prueba:
https://www.clickatell.com/product-help/developers-central/clickatell-api/


Quedo al pendiente de tus comentarios en caso de cualquier duda Anuar, ¡saludos!

David P.
National Instruments
Applications Engineer
www.ni.com/soporte
0 Kudos
Message 3 of 3
(4,545 Views)