OVERLOAD AND TIMEOUT ISSUES
-
- Posts: 2
- Joined: Wed 9. Oct 2019, 16:17
OVERLOAD AND TIMEOUT ISSUES
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 ?
Re: OVERLOAD AND TIMEOUT ISSUES
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
).
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
Keneth
-
- Posts: 2
- Joined: Wed 9. Oct 2019, 16:17
Re: OVERLOAD AND TIMEOUT ISSUES
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.