cancel
Showing results for 
Search instead for 
Did you mean: 

STM32CubeMonitor display multiple variables

FGERM.11
Associate II

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,

1 ACCEPTED SOLUTION

Accepted Solutions
jpo92
Associate II

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.

View solution in original post

5 REPLIES 5
jpo92
Associate II

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.11
Associate II

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,

stephane.legargeant
ST Employee

@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.

stephane.legargeant
ST Employee

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.11
Associate II

Ok, thanks it works.