LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Windows notifications

Solved!
Go to solution

Hi!! I'm new to the forums.

I would like to know if a message can be generated in Windows notifications from LabVIEW, very similar to email notifications.

For example, when a Boolean changes, the notification information would be received as the attached image.
If this is possible, what topics do I need to know or in what blocks should I look?

Thank you

 

Inkedfigure-h_LI.jpg

0 Kudos
Message 1 of 5
(3,764 Views)

I don't think you can do this directly.

 

You will probably have to use some sort of ActiveX property node or something like that to get to the Windows API calls for Notification Class

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 5
(3,747 Views)

I'll try it, thanks!

0 Kudos
Message 3 of 5
(3,742 Views)
Solution
Accepted by topic author Dcampu90

Actually you can do this in a LabVIEW pre-built package.

  1. Go to VIPM and download the Averna Notify Icon Package.
  2. Check out this link

Both use the Windows API mentioned, but are already built.

 

mcduff

Message 4 of 5
(3,706 Views)

I just recently added some bells and whistles a program with this exact package.

Make sure you read all the comments as there are a lot of good tips in there.

---------------------------------------------
Certified LabVIEW Developer (CLD)
There are two ways to tell somebody thanks: Kudos and Marked Solutions
0 Kudos
Message 5 of 5
(3,698 Views)