Single Value / Filter subflow module use
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-12 5:41 PM
Hey all
I've been having issues filtering out values from my processing module
1) for the second graph and gauge i went in and modified it to look like this
i wanted to extract a variable out of my list called sum so in the varfilter i placed sum as a string input but when i go to deploy, nothing comes out of it.
any ideas ?
attached the whole thing in a zip
Solved! Go to Solution.
- Labels:
-
STM32CubeMonitor
-
STM32G4 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-13 1:48 AM
Hello,
The subflow "single value" in your flow is not the one provided with the tool and that's why is not working :
Good one ;
The one in your flow :
If you modified this subflow by mistake , you can retrieve it in the library (Menu in the right of the tool next to dashboard button)
( Import -> Library -> STM32CubeMonitor_BasicFlow.json )
Few additional comments on your flow :
- You don't need several processing nodes , you can link output of the first processing node to one or several graphs and to several single value subflows.
- You can't link a graph after a subflow single value, because the format of output is not accurate for graph.
- You don't need to link the proccessing node output error to the subflow ( this output must be used for debug purpose : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_handle_errors )
Please tell me if you need help.
Landry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-13 1:48 AM
Hello,
The subflow "single value" in your flow is not the one provided with the tool and that's why is not working :
Good one ;
The one in your flow :
If you modified this subflow by mistake , you can retrieve it in the library (Menu in the right of the tool next to dashboard button)
( Import -> Library -> STM32CubeMonitor_BasicFlow.json )
Few additional comments on your flow :
- You don't need several processing nodes , you can link output of the first processing node to one or several graphs and to several single value subflows.
- You can't link a graph after a subflow single value, because the format of output is not accurate for graph.
- You don't need to link the proccessing node output error to the subflow ( this output must be used for debug purpose : https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_handle_errors )
Please tell me if you need help.
Landry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-03-20 2:00 AM
Hey, sorry for the late reply.
il give that a try tonight. was having issues debugging my G4 so i wasn't able to give this a try.
In regards to the nodes, im aware haha. i was just testing/breaking different things at once since im not too familiar with the language st-monitor uses
