From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TO DISPLAY MESSAGE

hi

I am doing a project with labview, where a provide the user three cases. Now in one case I provide a limit to the user. I want to display a message for 15 minutes warning the user if he is over the limit. If he goes within the limit I want the message to stop else give an output of 0 when the time overruns. How do I do this. How do I display this warning message and give it a time limit.

0 Kudos
Message 1 of 3
(2,272 Views)

You can display a pop-up box with the VI in the Dialog palette.  If that's not what you need then post your code as your problem description is kind of confusing.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019 - Unfortunately now moving back to C#, .NET, Python due to forced change to subscription model by NI. 8^{
0 Kudos
Message 2 of 3
(2,265 Views)

Donajacob wrote:How do I do this. How do I display this warning message and give it a time limit.

Make a subVI of your own.  All it would need is an event structure to look for the user pressing the Ok button and then have the timeout be however large you need it.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,247 Views)