Skip to content

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:

  1. Click the button in the chart header.
  2. Select a signal to edit.

To remove signals from a chart:

  1. Click the button in the chart header.
  2. Select the signals to remove.
  3. Click the button to remove the selected signals.

To reorder signals within a chart:

  1. Click the button in the chart header.
  2. Select a signal from the list.
  3. 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 or false).
  • 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.