LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW vi

Can I time the execution time of a vi and display a message when the execution is over?
0 Kudos
Message 1 of 6
(3,206 Views)

 

It may be possible knowing what the VI does.

 

For example if the vi has a user interface it becomes difficult to calculate the same since evreything depends on the user.

However you can find out by trail and error how much time does a vi takes to execute by the snippet below. (non UI windows)

  

 

 

1.png

Message Edited by Guruthilak on 03-08-2010 05:21 PM
Regards
Guru (CLA)
0 Kudos
Message 2 of 6
(3,201 Views)

Or you can just monitor them in Performance and Memory/

 

Tools>>Profile>>Performance and Memory... 

0 Kudos
Message 3 of 6
(3,196 Views)

Hi,

 

See the attached VI

 

Regards,

 

Shrek

 

Edit  :   Sorry guys i did'nt see the reply.

Message Edited by shrekt on 03-08-2010 05:29 PM
0 Kudos
Message 4 of 6
(3,193 Views)

You can use a pop up message as well..

 

pop.JPG

0 Kudos
Message 5 of 6
(3,183 Views)

Also see...

http://decibel.ni.com/content/docs/DOC-6523

Rich Roberts
Senior Marketing Engineer, National Instruments
Connect on LinkedIn: https://www.linkedin.com/in/richard-roberts-4176a27b/
0 Kudos
Message 6 of 6
(3,136 Views)