2020-10-14 03:15 AM
Is there a "Getting Started" description availible. I want to load my project In CubeMonitor like in former STM-Studio and show variables on the dashboard and want to log it. The Youtube instruction I found is more for user, who knows the tool.
Thank you.
Solved! Go to Solution.
2020-10-14 07:11 AM
If you want to get the "Basic_Flow", you can use the menu "import", select the tab "Library" , and import STM32CubeMonitor_BasicFlow.json
You can follow the procedure described in this wiki for a first test : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_configure_mandatory_parameters_before_acquisition
Best regards
Stephane
2020-10-14 04:41 AM
Dear @HKein.1 ,
You can have all information on https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:STM32CubeMonitor_overview .
You can go directly to the 2 following items for a short "getting started" :
To log variables :
https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_record_and_replay_data
Landry
2020-10-14 05:36 AM
Hello
In addition to wiki, this video should be interesting: https://www.youtube.com/watch?v=bTJhqHWniZE&feature=youtu.be
Have you already seen it ? Does it answer your questions ?
Best regards
Stephane
2020-10-14 07:04 AM
Hello Stephane,
I don't have the exapmle configuration anymore, so I started my own configuration. For example, how do I get start the data aquisition?
I configured the Probs and variable files as described on the Youtube video, but after the "Deploy" button and the "Dashboard", the Graph is very small and the Start/Stop Button has no effect.
Therefor, I thought an introduction manaul, how to configure each node for a basic configuration would be helpfull.
Or how do I get the "Basic_Flow" configuration back?
2020-10-14 07:11 AM
If you want to get the "Basic_Flow", you can use the menu "import", select the tab "Library" , and import STM32CubeMonitor_BasicFlow.json
You can follow the procedure described in this wiki for a first test : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_configure_mandatory_parameters_before_acquisition
Best regards
Stephane
2020-10-14 07:39 AM
now it works :) Thank you very much.
I forgot the keyword "start"/"stop"/"clear" in the topic-field. Is there are list with all "topic"-Keywords?
2020-10-14 07:59 AM
You can find information in the help of each node .
For acq out
topic
The topic possible values are
payload
The payload is an object representing the variables group configuration defined in the variables node. The payload object holds several properties summarizing what have been set in the configuration panel of the variables node.
For chart
topic
The topic value is set to:
payload (for topic data)
The payload contains:
2020-10-14 08:13 AM
Hello @HKein.1
If the answer is fine for you, can you set the "Select as Best" flag ? It will help the other users to find the best answers in the forum.
Thank you
Stephane
2020-10-14 08:21 AM
I have some more questions:
2020-10-14 08:51 AM
To answer your points :
1 - your are looking for the help of the standard button ( not specific to CubeMonitor ) , to know the list of inputs you have to look at the following nodes which will use this topic ( for example acq out node )
2- Yes you can : https://community.st.com/s/question/0D53W00000EFy0ASAT/how-to-layout-dashboard-components-as-a-whole
3 - I'm not sure to understand : what configuration are you talking about ? your flow ? your logs ? you selected variables ?