Create one m4f file from multiple trc-files

The free CAN Software API (Application Programming Interface) for Windows®
Post Reply
SchneiderJ
Posts: 2
Joined: Mon 12. Feb 2024, 14:17

Create one m4f file from multiple trc-files

Post by SchneiderJ » Thu 22. Feb 2024, 11:00

Hi,

We integrated PCAN-Basic.NET into our application and use the tracing feature to generate trc - files.
In our scenario we should trace for ~1h and this exceeds the maximum size of 100MB. So we will have multiple trace files.
This trace files we convert then via PEAK-Converter (scripting) to raw mf4 files.

Currently this generates multiple mf4 files. Is it possible to create 1 mf4 file?
Or is it possible that we can set maximum size of trace file for the .NET assembly higher than 100MB?

K.Wagner
Software Development
Software Development
Posts: 1080
Joined: Wed 22. Sep 2010, 13:36

Re: Create one m4f file from multiple trc-files

Post by K.Wagner » Thu 22. Feb 2024, 13:38

Hello,
SchneiderJ wrote:
Thu 22. Feb 2024, 11:00
Or is it possible that we can set maximum size of trace file for the .NET assembly higher than 100MB?
This is unfortunatelly not possible with the PCAN-Basic API. 100 MB is the maximum size a trace file can have, when generated with this API.
SchneiderJ wrote:
Thu 22. Feb 2024, 11:00
Currently this generates multiple mf4 files. Is it possible to create 1 mf4 file?
No, this is not possible. The PEAK-Converter does not have any "trace merging" operation. We also don't have any other software that can do this.
Best regards,
Keneth

Post Reply