LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make early warning system using email in labview ?

How to make an early warning system by providing information data (notifications) that are sent to email automatically? What needs to be prepared?

0 Kudos
Message 1 of 8
(1,694 Views)

You need to use the SMTP VI's under Data Communication >> Protocols.

You need to have an SMTP server an  e-mail account to send the e-mail reqeusts to.

Message 2 of 8
(1,653 Views)

I wouldn't consider email an "early" warning.  It's only as "early" as the reader reads it!  😄

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 8
(1,637 Views)

You could use something like Pushover (https://pushover.net/api) to send notifications to desktops or user's phones. There are a few different push clients out there (Pushbullet, etc). I don't know if there are any LabVIEW VI's for those yet but it's a pretty simple interface.

0 Kudos
Message 4 of 8
(1,626 Views)

@Purnama210 wrote:

How to make an early warning system by providing information data (notifications) that are sent to email automatically? What needs to be prepared?


That is very vague.    Could you provide an example of what your notifications would contain? The preparations needed for "Multiple ICBM launches detected, seek shelter" and "Device MTR01 calibration due in 30 days" are vastly different! Although,  each provides actionable information. 


"Should be" isn't "Is" -Jay
0 Kudos
Message 5 of 8
(1,618 Views)

can I get a sample file for SMTP usage?

0 Kudos
Message 6 of 8
(1,581 Views)

Help >> Find Examples .....   Search for SMTP.

 

That or search the forums for past threads about SMTP.

Message 7 of 8
(1,574 Views)

The SMTP VI's can also be used to send text messages to phones. Most phone carriers have emails associated with each phone number. If using Verizon, for example, the email would be of the form 9495551212@vtext.com

Redhawk
Test Engineer at Moog Inc.

Saying "Thanks that fixed it" or "Thanks that answers my question" and not giving a Kudo or Marked Solution, is like telling your waiter they did a great job and not leaving a tip. Please, tip your waiters.

Message 8 of 8
(1,547 Views)