Skip to main content
Visitor II
December 10, 2021
Solved

Saved data of a Variable in the Cubemonitor are incorrect

  • December 10, 2021
  • 1 reply
  • 876 views

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.

0693W00000Ho8ztQAB.pngbut the saved data for time are somehow incorrect.

0693W00000Ho9fzQAB.pngIt is started in 1639129406512,00. It should start from 0.

The values of variables are correct.

Could you please help me?

    This topic has been closed for replies.
    Best answer by Richard.Chvr

    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

    1 reply

    Technical Moderator
    December 22, 2021

    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

    Nmo.1Author
    Visitor II
    December 22, 2021

    Thank you so much. Yes it works now.