LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to create a timestamp for the process of the application.

Just to time how long it takes to go through the whole application

 

i have a conventional while loop 

0 Kudos
Message 1 of 2
(739 Views)

Hi KJ,

 


@KJ26 wrote:

Just to time how long it takes to go through the whole application


So you don't want a timestamp, but a relative time (duration)!?

 


@KJ26 wrote:

i have a conventional while loop 


Take the timestamp before the loop, take another timestamp after the loop and subtract them…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 2
(717 Views)