2021-12-10 01:20 AM
Hello everybody,
I want to save the data of a variable with stm32cubemonitor.
I can monitor this variable and save the data in a .csv file.
but the saved data for time are somehow incorrect.
It is started in 1639129406512,00. It should start from 0.
The values of variables are correct.
Could you please help me?
Solved! Go to Solution.
2021-12-22 12:40 AM
Hello @Nmo.1 ,
The time data are correct, but the graph template used is considering fist time input as 0.
If you want to match graph and saved data you need to remove first time value to the whole time column.
hope it helps
2021-12-22 12:40 AM
Hello @Nmo.1 ,
The time data are correct, but the graph template used is considering fist time input as 0.
If you want to match graph and saved data you need to remove first time value to the whole time column.
hope it helps
2021-12-22 07:01 AM
Thank you so much. Yes it works now.