Page 1 of 1

PEAK-Converter/ programming API

Posted: Wed 19. Jun 2013, 13:39
by GrzegorzK
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

Re: PEAK-Converter/ programming API

Posted: Thu 20. Jun 2013, 15:48
by K.Wagner
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.