Skip to main content
Nmo.1
Associate III
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

Richard.Chvr
Richard.ChvrBest answer
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

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Nmo.1
Nmo.1Author
Associate III
December 22, 2021

Thank you so much. Yes it works now.