Chart Signal
Signals are used to configure what values should be displayed in charts.
Add Signals
- Click the
button in the chart header. - Click the buttons in the signals widget to add signals of various types:
-
for a time signal -
for a CAN signal
-
Edit Signals
To configure previously added signals in a chart:
- Click the
button in the chart header. - Select a signal to edit.
To remove signals from a chart:
- Click the
button in the chart header. - Select the signals to remove.
- Click the
button to remove the selected signals.
To reorder signals within a chart:
- Click the
button in the chart header. - Select a signal from the list.
- Use the
and buttons to move the signal up and down.
Statistics
Different statistics can be used in aggregated results for some types of signals:
- Average
- Max
- Min
- Sum
- Count
All the raw values for a given time span (for example, one second if the report’s granularity is “Second”) are aggregated together using a signal’s selected statistic.
Special Cases
Some statistics can return different values for certain types of signals.
For boolean signals:
- Average: Most frequent value (either
true
orfalse
). - Sum: Amount of
true
values.
For string signals:
- Average: Most frequent string value.
- Max: Alphabetically largest value.
- Min: Alphabetically lowest value.
- Sum: Comma separated aggregation of all string values.