Skip to content

CANtrip v0.5 - Sawako

Pre-release
Pre-release

Choose a tag to compare

@avmolaei avmolaei released this 05 Jul 20:19

CANtrip v0.5 - Sawako

The Graph view lands in this release - CANtrip's second CANalyzer-style
view after Trace, for plotting decoded signals over time.

Highlights

Graph view. A new "Graphics" button on the Analysis & Measurement tab
opens a full signal-plotting view:

  • A searchable list on the left shows every signal decoded from the
    capture so far - drag one onto a Y axis to plot it.
  • Add as many Y axes as you want; each axis can hold multiple signals at
    once, sharing that axis's scale.
  • Double-click an axis to rename it or set manual min/max bounds (or leave
    it on auto-scale).
  • Double-click a signal to pick its color and line style (solid, dashed,
    dotted, or scatter dots).
  • Hide an axis (and everything on it) with the eye toggle next to its row.
  • Zoom with a drag-to-select rectangle tool, reset back to the full view
    with one click, or just scroll the mouse wheel - over the plot it zooms
    time, over a Y axis's labels it zooms that axis only.

New synthetic test signals. The built-in synthetic test source now also
transmits a sine, sawtooth, and triangle wave (TestWaveforms in
test/sample.dbc), so the Graph view has something meaningful to plot
without needing real hardware.

What's Changed

  • Add the Graph view: multi-axis signal plotting with drag-and-drop

Installation

Grab CANtrip-windows-x64-6bba5cf.zip below, extract it anywhere, and
follow the README -
it bundles cantrip.exe, pcan2pcap.exe, and every DLL both need. You'll
still need Wireshark installed (for tshark)
and a driver package for your CAN hardware (PEAK PCAN-Basic or a Vector
driver package) - or skip both and pick the built-in synthetic test source
to try CANtrip with zero hardware.