Skip to main content
Visitor II
January 29, 2021
Solved

STM32CubeMonitor display multiple variables

  • January 29, 2021
  • 5 replies
  • 1536 views

Dear all,

I used STMStudio until today to watch multiples values in real time.

Today i want to use STM32CubeMonitor and it seems a very interesting tool.

However i don't find a quick way to visualize multiple variables values in a array like STMstudio allowed it.

The only solution i found today is to get my variables, then perform a switch to get only one variable and disply each variable with a text :

0693W000007DEOLQA4.png 

My text node content to display the variable and its value is :

0693W000007DEQWQA4.pngIs there a better way ? Indeed, with this solution, if i have to display 50 variables i need to put 50 text nodes on my page.

With STMStudio it was really easier. I think there is a better solution i don't know.

Best regards,

    This topic has been closed for replies.
    Best answer by jpo92

    Multiple variable table

    Dear FGERM.1,

    You can use this kind of display (found on nodered.org, thank to google!!)

    0693W000007DnjdQAC.pngData comes from node 'processing' in an other tabs.

    See exported flow for more details.

    Best regards.

    5 replies

    jpo92Answer
    Visitor II
    February 3, 2021

    Multiple variable table

    Dear FGERM.1,

    You can use this kind of display (found on nodered.org, thank to google!!)

    0693W000007DnjdQAC.pngData comes from node 'processing' in an other tabs.

    See exported flow for more details.

    Best regards.

    FGERM.11Author
    Visitor II
    February 3, 2021

    Dear jpo92,

    Thank you for your reply but when i download the zip file i can't open it.

    I look on google but don't find the zip.

    Best regards,

    ST Employee
    February 4, 2021

    @FGERM.1 : I have been able to open the zip with 7zip, and save it. It should fix the error, can you try ?

    @jpo92. Thanks for your inputs.

    ST Employee
    February 4, 2021

    One comment : in the "join processing" node, the timeout should be set to be shorter than time between two acquisitions.

    I have tested with acquisition rate 10Hz, and timeout at 0.01 seconds and it was fine.

    FGERM.11Author
    Visitor II
    February 10, 2021

    Ok, thanks it works.