UDS API

A free API for the communication with control devices according to UDS (ISO 14229-1)
Post Reply
H.Tina
Posts: 15
Joined: Tue 8. Jan 2019, 03:14

UDS API

Post by H.Tina » Mon 21. Jan 2019, 04:35

Dear
Recently, I have used UDS API services to send some data to ECU.but I have meet some question , because of the data to send is too long,I want to change the time between two consecutive frames, I want to set the time is 5 ms .so I used the PUDS_Param_Separation _time,but the time between two consecutive frames is also more then 10 ms.how to solve this.
best wishes

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

Re: UDS API

Post by K.Wagner » Mon 21. Jan 2019, 08:33

Hello,

please note that the separation time is actually set by the reception part, normally the ECU. Check the configuration of your ECU and try to change the value at it.
Best regards,
Keneth

H.Tina
Posts: 15
Joined: Tue 8. Jan 2019, 03:14

Re: UDS API

Post by H.Tina » Mon 21. Jan 2019, 09:07

Dear
Do you mean ,if I want to send the time of two consecutive frames is 5 ms .The ECU have to set 30 00 05,then the time between two consecutive frames will be 5ms
best wishes

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

Re: UDS API

Post by K.Wagner » Mon 21. Jan 2019, 09:51

yes. The ECU as well as your client should use 5 ms.
Best regards,
Keneth

Post Reply