STM32CubeMonitor display multiple variables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-01-29 6:39 AM
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 :
My text node content to display the variable and its value is :
Is 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,
Solved! Go to Solution.
- Labels:
-
STM32CubeMonitor
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-03 6:29 AM
Multiple variable table
Dear FGERM.1,
You can use this kind of display (found on nodered.org, thank to google!!)
Data comes from node 'processing' in an other tabs.
See exported flow for more details.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-03 6:29 AM
Multiple variable table
Dear FGERM.1,
You can use this kind of display (found on nodered.org, thank to google!!)
Data comes from node 'processing' in an other tabs.
See exported flow for more details.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-03 7:08 AM
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-04 7:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-04 7:33 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-02-10 7:15 AM
Ok, thanks it works.
