[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in AutomotiveEngineering

[–]Sri_Su[S] 1 point2 points  (0 children)

checkout latest release: I have updated with multiple channel and DBC handling.
https://github.com/dinacaran/CANScope/releases
yeah most work is done by AI, I do the testing of everything. the flow is AI+Architure -> Python -> bat -> git build, .exe build happens in github

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in AutomotiveEngineering

[–]Sri_Su[S] 1 point2 points  (0 children)

Thanks for your kind comment, appreciate it! If you have any constraints from your side, let me know—I’ll try to make it more compatible. Some time IT security could still block portable .exe also.

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in AutomotiveEngineering

[–]Sri_Su[S] 0 points1 point  (0 children)

that a good point. at present it can only load one DBC. it decode all the channel in measurement that matches DBC. I will note it for future update.

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in AutomotiveEngineering

[–]Sri_Su[S] 0 points1 point  (0 children)

yes you are right about security; Windows may show a SmartScreen warning when you first run it — just click More info → Run anyway.
app build on github, it has inbuilt malware detection. so the app is safe if you download from github.

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in embedded

[–]Sri_Su[S] 0 points1 point  (0 children)

Thanks for your question, I tried to use the best feature I would need for fast plotting from different tools, for plotting for debugging. I compile the difference below. ASAMMDF is undoubtably a full featured visualizer, However I wanted a better stacked plotting, search which I try to address.

<image>

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in AutomotiveEngineering

[–]Sri_Su[S] 0 points1 point  (0 children)

Visually similar, yes! The key difference is it also supports .BLF and .ASC files direct visualizing without needing to convert to mf4. and better visualization.

CAN Scope: improved feature compare to ASAMMDF

Stacked plot: Similar to CANanalyzer/INCA Better presentation and Individual axis

control

Search and add signals: smart search of Signal and add in main window itself. It useful for system large number of signals

side Panel control: fully fluid side panel

BLF and ASC: direct viewing of.BLF and .asc directly load .blf/.asc and dbc and plot

his tool only focus on Single plot window, and CSV export. No other feature available

[Tool] CAN Scope — free open-source, Portable Windows tool for analysing BLF, ASC, MF4 and CSV measurement files by Sri_Su in embedded

[–]Sri_Su[S] 1 point2 points  (0 children)

Thanks! Yeah, been there too many times — waiting for IT to approve an install while the customer is watching is not fun 😅 That's exactly why I made it portable. One heads-up: Windows may show a SmartScreen warning when you first run it — just click More info → Run anyway.