2021-10-24 06:47 AM
How can I view / display table of variables in STM32CubeMonitor, as in STM Studio?
Any help appreciated
Solved! Go to Solution.
2021-11-05 08:31 AM
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
2021-11-05 08:31 AM
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