Search found 6 matches

by A.Julin
Tue 10. Oct 2017, 14:34
Forum: PCAN-UDS
Topic: Function CANTP_AddMapping with a target type Functional
Replies: 2
Views: 4665

Re: Function CANTP_AddMapping with a target type Functional

Ok thank you for the fast answer, I will try to find the missing CAN id.

Best regards
Alexis

EDIT : I got the information and it works. Thank you very much for the help
by A.Julin
Tue 10. Oct 2017, 11:39
Forum: PCAN-UDS
Topic: Function CANTP_AddMapping with a target type Functional
Replies: 2
Views: 4665

Function CANTP_AddMapping with a target type Functional

Hello,

I'm trying to use CANTP_AddMapping function for target type functional.
According to my ECU specification :
CAN Broadcast id : 0x223
CAN tester id : 0x12B

First I wrote the following code :

TPUDSStatus resultMap = CANTP_AddMapping(PCANTP_USBBUS1, //CanChannel
0x223, //canID
CAN_ID_NO ...
by A.Julin
Tue 4. Jul 2017, 09:20
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11277

Re: PUDS_PARAM_SEPERATION_TIME parameter

OK thank you for the answer
by A.Julin
Fri 30. Jun 2017, 16:08
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11277

Re: PUDS_PARAM_SEPERATION_TIME parameter

Done
by A.Julin
Fri 30. Jun 2017, 15:02
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11277

Re: PUDS_PARAM_SEPERATION_TIME parameter

Yes my configuration is up to date, it matches with the version you sent.
Thank for the help
Alexis
by A.Julin
Fri 30. Jun 2017, 14:13
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11277

PUDS_PARAM_SEPERATION_TIME parameter

Hello,

I'm working on a project using UDS protocol. I have a problem with the PUDS_PARAM_SEPERATION_TIME parameter. When I use PCAN-View to see CAN frames send by the Peak UDS library during a download sequence, I can see the time between two consecutive frames is inferior to the default value 10 ...