ST Nodes
List of specific ST nodes
C:\Users\<Your_Username>\.STMicroelectronics\stm32cubemonitor\node_modules
Design nodes
These nodes are used to create flows from target to variable, rendered in dashboard view. Design nodes are not visible on the dashboard.
Acquisition out
This allows the user to define and/or select a probe configuration (probe name, protocol and frequency). This node opens and closes the connection, and send commands to the selected probe.
acq stlink out
Allow to define and/or select a probe configuration (probe name, protocol and frequency), open and close the connection and send commands to the selected probe.
topicstring The topic possible values are read to send a command of one shot read start to send a command to START acquisition stop to send a command to STOP acquisition payloadobject The payload is an object representing the variables group configuration defined in the variables node. The payload object holds several properties summarizing what have been set in the configuration panel of the variables node. groupname string variablelist array of variable modestring frequencynumber (0 for sequential loop) accesspointnumber
Acquisition in
This allows user to define and/or select a probe configuration (probe name, protocol and frequency). This node receives data from the selected probe.
The acquisition in node is typically designed to be back-linked with one, or several, processing nodes.
Variables
This allows a variables group to be configured to hold a set of variables and few additional parameters that are useful for communication with the target.
- How to add a variable to monitor
- How to extract address from ELF files
- How to modify frequency of acquisition
Processing
This transforms each input message representing one measurement of a group of variables into one message every 50 ms per variable. The message contains one, or several, duplets (x and y). It is also possible to define expressions and statistics based on the individual measurements and log options. This node allows filtering of probe data, per variables group.
Dashboard nodes
These nodes are visible in dashboard mode; they allow the user to visualize or modify variables used on the target.
Chart
This node allows input values to be plotted on a chart. This can be a line chart or a bar chart.
Write panel
This adds a "write" widget to the dashboard.