2018-03-05 08:34 AM
Hi,
Is it possible to export the measured STM32CubeMonitor-Power data to a csv file? Or to parse the stpm files? I need a machine readable format for further analysis.
Regards,
Marc
#stm32cubemonpwr #stm32cubemonitor-powerSolved! Go to Solution.
2018-03-06 02:32 AM
Hello Marc,
stpm file is a compressed file. You can uncompress and open this file with any file archiver (7zip, winzip, linux archive manager, ...).
stpm file contains a list of csv files named: [date]_rawfile_[increment].csv
Each csv file contains 2 columns:
µA).
Best Regards,
Frédéric
2018-03-06 02:32 AM
Hello Marc,
stpm file is a compressed file. You can uncompress and open this file with any file archiver (7zip, winzip, linux archive manager, ...).
stpm file contains a list of csv files named: [date]_rawfile_[increment].csv
Each csv file contains 2 columns:
µA).
Best Regards,
Frédéric
2018-03-06 02:46 AM
Thank you very much!
Best regards,
Marc
2020-09-14 07:58 PM
Hi, all
I am a newcomer of STM32CubeMonitor.
Now, I have successfully use "basic flow" to monitor my variables. I would like export my acquisition data to .csv file or excel file.
As above reply, we can save to .stpm file and extract it to csv, but how can I save .stpm file?
Does anyone know that?
2020-09-29 07:12 AM
Hi yang2
I'm also newcomer, and faced similar problem.
I'm not sure this is correct way, but I exported variable data as the following way.
{"groupname":"Accelometer","variabledata":[{"y":9088,"x":1601387630428},{"y":9160,"x":1601387630442},{"y":9112,"x":1601387630458},{"y":9108,"x":1601387630472}],"variablename":"mpu1.Accelerometer_X"}
{"groupname":"Accelometer","variabledata":[{"y":-14248,"x":1601387630428},{"y":-14196,"x":1601387630442},{"y":-14240,"x":1601387630458},{"y":-14228,"x":1601387630472}],"variablename":"mpu1.Accelerometer_Y"}
{"groupname":"Accelometer","variabledata":[{"y":6168,"x":1601387630428},{"y":6256,"x":1601387630442},{"y":6252,"x":1601387630458},{"y":5996,"x":1601387630472}],"variablename":"mpu1.Accelerometer_Z"}
Best regards,
2021-04-15 07:02 AM
"how can I save .stpm file?"
Hopefully, after 7 months, you have worked it out?
For the benefit of others, press this button:
The name is a bit misleading: it doesn't just save an image of the graph - it does save the captured data to a .stmp file.
This is documented in the User Manual: