OVERLOAD AND TIMEOUT ISSUES

A free API for the Communication with Control Units based on the CAN Calibration Protocol (CCP) by ASAM for Windows®
Post Reply
suat.kilicc
Posts: 2
Joined: Wed 9. Oct 2019, 16:17

OVERLOAD AND TIMEOUT ISSUES

Post by suat.kilicc » Wed 9. Oct 2019, 16:32

I m using PCCP - API for that flashing ECU. As I clear that , I m building on new software to importing data ,When I started to flash data,after a while program is giving error that is "CCP_ERROR_OVERLOAD". Program is importing some codes but , after 10 -15 seconds is giving error. What do you think about this issues ?

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

Re: OVERLOAD AND TIMEOUT ISSUES

Post by K.Wagner » Thu 10. Oct 2019, 08:23

Hello,

note that most of the codes are coming from your ECU, so check the documentation of it to see in which cases you receive that error.

There is only one case in which the PCCP-API will return this error itself: when trying to include a connection and there is no place for it (you would need to have connected at least 16 channels at the same time :!: ).
Best regards,
Keneth

suat.kilicc
Posts: 2
Joined: Wed 9. Oct 2019, 16:17

Re: OVERLOAD AND TIMEOUT ISSUES

Post by suat.kilicc » Tue 15. Oct 2019, 13:16

After several bug investigations,When it comes to program_6, that is CcpApi.program_6 code runs "CCP_ERROR_OVERLOAD" error. There is no problem when coming up here, but trying to throw 6 bytes of ECU program_6 error gives error.

Post Reply