PEAK-Converter/ programming API

This is a forum dedicated to discuss suggestions about the functionality of any software product as well as the study of new interesting ideas to develop
Post Reply
GrzegorzK
Posts: 19
Joined: Wed 8. Feb 2012, 12:30

PEAK-Converter/ programming API

Post by GrzegorzK » Wed 19. Jun 2013, 13:39

Dear

Is is possible to make available programming API used to write files in trc and asc format?
I mean way of create trc files (e.g. PEAK-View) and programming API used in tool: PEAK-Converter http://www.peak-system.com/fileadmin/me ... verter.zip.


Such source code (or just dll!) will be useful for developing my own tools and share data between PEAK's and third party tool via trc and asc files.

Best Regards
/Greg

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

Re: PEAK-Converter/ programming API

Post by K.Wagner » Thu 20. Jun 2013, 15:48

Hello,

thanks for your suggestion.
GrzegorzK wrote:Is is possible to make available programming API used to write files in trc and asc format?
I mean way of create trc files (e.g. PEAK-View)
The creation of PCAN-Trace files (*.trc) over an API is currently possible using PCAN-Basic :) . It can be activated via CAN_SetValue(PCAN_TRACE_STATUS). When active, all information being sent and received (via CAN_Read/CAN_Write) is automatically written in a *.trc file that is compatible with all our products (including PCAN-View).
GrzegorzK wrote:and programming API used in tool: PEAK-Converter http://www.peak-system.com/fileadmin/me ... verter.zip.
This is actually in our work queue... but unfortunately at the very bottom of it. We have seen already this need and we are looking for make this possible in the future.
Best regards,
Keneth

Post Reply