03-28-2023 08:22 AM
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?
Solved! Go to Solution.
03-28-2023 08:56 AM
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.
03-28-2023 09:33 AM
but the dt value isn't constant
03-28-2023 09:42 AM