LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

calculate delta time

Does anyone know if Labwindow CVI has a function to calculate the delta time between start time and stop time?

    Example:  start time: 04-23-2009 08:10:23

                      stop time: 04-23-2009 09:03:56

 

Thanks             

0 Kudos
Message 1 of 3
(3,794 Views)

difftime in the ANSI C library

 

Wolfgang

0 Kudos
Message 2 of 3
(3,789 Views)
Long ago I also wrote a custom function similar to strftime but geared
towards time differences. I think it's here:
http://www.gdargaud.net/Hack/SourceCode.html#StrfTime
--
Guillaume Dargaud
http://www.gdargaud.net/


0 Kudos
Message 3 of 3
(3,754 Views)