Skip to main content
Visitor II
October 24, 2021
Solved

How to display table of variables in STM32CubeMonitor

  • October 24, 2021
  • 1 reply
  • 2296 views

How can I view / display table of variables in STM32CubeMonitor, as in STM Studio?

Any help appreciated

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

    Hello

    One option is to display some variable value in the dashboard is to add a text area for each variable and fill it with the data. Thanks to "single value" node.

    This process is similar to the one used to display data in gauge :

    STM32CubeMonitor:How to send data to a gauge - stm32mcu

    If you have few variable, it is simple, and you can layout the data easily.

    Stephane

    1 reply

    ST Employee
    November 5, 2021

    Hello

    One option is to display some variable value in the dashboard is to add a text area for each variable and fill it with the data. Thanks to "single value" node.

    This process is similar to the one used to display data in gauge :

    STM32CubeMonitor:How to send data to a gauge - stm32mcu

    If you have few variable, it is simple, and you can layout the data easily.

    Stephane