2021-01-29 06: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.
2021-02-03 06: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.
2021-02-03 06: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.
2021-02-03 07: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,
2021-02-04 07:14 AM
2021-02-04 07: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.
2021-02-10 07:15 AM
Ok, thanks it works.