10-21-2008 05:27 PM
06-28-2010 11:07 AM
Hello,
I ran into the same trouble. The problem with the solution proposed is that the time is read only once at the beginning of the program and later, the program assume that the time step is always 1 second.
If the time step changes during the execution (let's say that I want sometime to acquire one data every one second and later on one data every 100 ms), then the time scale is not correct anymore.
Is there a solution for this problem?
Thanks