‎08-27-2012 12:17 PM
Hi, i want to modify the settings of time, I'm simulating a signal and storing the value and time of adquisition, for purpose of time, I want the time to be 1 ms of Labview = 1 second "real" , I'm using a Get time in secods then convernting to double float (time in seconds since 1904) shift register and adding 600, but it appears to not change.
Any suggestion?
Thnaks in advance
‎08-27-2012 12:24 PM
Durring initialize call get system time(Base Time) and get ms timer tick(Base Tick). In your simulation loop get ms timer tick subtract the "base Tick" and multiply by 1000 (Relative scaled elapsed time) add to Base Time for current date time simulated.
‎08-27-2012 12:39 PM
Sorry I don't understood your explanation, can you give me a little example.
Thanks
‎08-27-2012 04:02 PM
‎08-27-2012 09:01 PM
Thank you, I really appreciate your help.