Skip to main content
Visitor II
October 14, 2020
Solved

Is there a "Getting Started" description availible?

  • October 14, 2020
  • 9 replies
  • 2854 views

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.

    This topic has been closed for replies.
    Best answer by stephane.legargeant

    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

    9 replies

    ST Employee
    October 14, 2020

    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

    HKein.1Author
    Visitor II
    October 14, 2020

    0693W000004JlE9QAK.pngHello 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?

    ST Employee
    October 14, 2020

    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

    HKein.1Author
    Visitor II
    October 14, 2020

    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?

    0693W000004JljMQAS.png

    Visitor II
    October 14, 2020

    You can find information in the help of each node .

    For acq out

    topic

    The topic possible values are

    • read to send a command of one shot read
    • start to send a command to START acquisition
    • stop to send a command to STOP acquisition

    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.

    • groupname string
    • variablelist array of variable
    • mode string
    • frequency number (0 for sequential loop)
    • accesspoint number

    For chart

    topic

    The topic value is set to:

    • data  to render monitored data in ST line chart
    • clear to clear and reset ST line chart

    payload (for topic data)

    The payload contains:

    • groupname string
    • variablename string
    • variabledata array of data
      • coordinates coordinate object
        • x number
        • y number

    ST Employee
    October 14, 2020

    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

    HKein.1Author
    Visitor II
    October 14, 2020

    I have some more questions:

    1. In the Help for each Node is only the Keyword {{msg.topic}} is displayed. There is no information about what it can be. Is there a list of keywords?

    0693W000004JmGGQA0.png 

    1. Can I arrange the graphs in the Dashbord free or should I select due the Size.g. 4x4
    2. Can I save a configuration only due "export" or can I save one configuration seperatly?

    HKein.1Author
    Visitor II
    October 14, 2020

    After I loged the variabels via "Log all values" I want to analyse them in IMC FAMOS. The format of the logging date is very different as it was in STM Studio.

    Can I take the "old STM Studio" format? It was a CSV, which I can import in IMC FAMOS or Excel.

    ST Employee
    October 16, 2020

    Hello.

    The tool is saving in stcm format, but we have a flow to convert the stcm in csv. Please, see this post https://community.st.com/s/question/0D53W00000A3HEASA3/how-can-i-to-store-variables-into-a-csv-log-file

    Best regards

    Stephane

    Visitor II
    October 14, 2020

    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 ?