2022-11-30 12:37 AM
Hello
A new version 1.5.0 of STM32CubeMonitor is available on st.com.
You can download it on https://www.st.com/en/development-tools/stm32cubemonitor.html
Click on "Get latest" to download the version 1.5.0.
What are the changes in this version ?
The management of multiple probes has been improved to add a new acquisition mode. The changes performed in version 1.4.0 provided better performance with an increase of the CPU usage. However this level of CPU load is irrelevant for users performing low speed acquisition (i.e. 1Hz), so that a new “ECO MODE�? has been added to better address this case : if the acquisition speed is lower than 10Hz, then the new Eco mode is automatically activated to reduce the CPU load. If needed, the threshold can be changed in the setting.js file.
Node-RED® is updated to version 3 (V3.0.2) :
Node-RED® dashboard version updated to 3.1.73.
Update of serial-port node to 1.0.1
3 new dashboard nodes have been added to display specific information :
There are also some fix for issues reported in the forum :
Do not hesitate to create new posts if you have any question.
The STM32CubeMonitor team.
Solved! Go to Solution.
2023-03-06 10:26 AM
I just checked an hour or two ago and it is able to be downloaded. I confirm it fixed it, but there are a number of changes made to CSV formatting that are interesting too.
Keep up the good work.
2023-02-17 02:14 AM
The version information under "About STM32CubeMonitor" is still 1.1.0, or am I wrong?
2023-02-17 06:20 AM
wrong. I see 1.5.0.
hth
KnarfB
2023-02-17 08:07 AM
Hello @Community member
Looks like there's an issue if you previously installed another version of the tool and did not uninstall it before the new one. Will raise a ticket to the dev. team.
2023-02-19 11:54 PM
Hello @Richard.Chvr ,
yes, that could be the reason, I did not uninstall the old version.
My system is Windows 10 Pro 64bit / 22H2
BR
Andreas
2023-02-22 06:50 AM
Hi Team,
You recently fixed the ability to save data as a csv file if the variable name contains a period ".", Could you also fix the data for when an extended variable is being logged such that it has brackets? []
myVariable.data is supported, but myVariable[1] is not supported. It fails silently which is the main bummer as I can run a test and have the data log set to CSV files and when I close the dashboard the CSV was never generated.
Maybe consider adding a failsafe/fallback to save in another format if CSV doesn't work, or just write to raw text or something.
I'm nearly certain that this should be an easy fix, it was listed in one of the previous changelogs that it was fixed for periods. It would just help me out a lot if brackets were also supported.
My work around is to go into the code, define a bunch of global variables and then every variable with a [] value that I want I need to also save it as a global variable without the [].
A variable name in cube monitor might look like adc.adc_List[1] I didn't invent the conventions that allow for this.
Nothing I'm saying here is confidential and while this is work related, it does not tie back to my work and my thoughts expressed here are my own.
2023-03-06 01:34 AM
Hello @PDail.1 ,
This bracket issue will be fixed in the 1.6.0. release that will come soon
2023-03-06 06:29 AM
Fantastic! I'm looking forward to that release.
Keep up the great work!
2023-03-06 10:26 AM
I just checked an hour or two ago and it is able to be downloaded. I confirm it fixed it, but there are a number of changes made to CSV formatting that are interesting too.
Keep up the good work.
2023-08-25 07:22 AM
This issue has finally been analyzed and was linked to previous version management architecture used and is now solved from version 1.5.0 onward.