LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to change t delta to relative time

Solved!
Go to solution

 i have a driver dll that provides me with values of delta t , ie ime between each measurement. How can a change this to so that the delta t adds after each measurement so that i get the relative time instead?

96RJ_0-1680009603662.png

 

0 Kudos
Message 1 of 4
(628 Views)

Use a shift register to store time between iterations. You can use Get Data/Time to start with an absolute time or start with a zero value for relative time.

ZYOng_0-1680011758172.png

 

-------------------------------------------------------
Control Lead | Intelline Inc
0 Kudos
Message 2 of 4
(615 Views)

but the dt value isn't constant

0 Kudos
Message 3 of 4
(586 Views)
Solution
Accepted by topic author 96RJ

@96RJ wrote:

but the dt value isn't constant


And what is the problem with that? Simply add the values up and output them also as an array!

 

image.png

Rolf Kalbermatter
My Blog
Message 4 of 4
(582 Views)