Search found 21 matches

by Ken0711
Thu 1. Feb 2024, 13:04
Forum: PCAN-UDS
Topic: UDS Mapping Problem
Replies: 1
Views: 1748

UDS Mapping Problem

Hello ,

I used the latest PCAN_UDS version ,

when i added mapping ID,i Sent the UDS message ,but CANOE feedback the message error

As shown attachment ,

Below is my code ,


private void AddMapping()
{
uds_mapping request_mapping = new uds_mapping();
request_mapping.can_id = 0x784;
request ...
by Ken0711
Fri 15. Dec 2023, 04:04
Forum: PCAN-UDS
Topic: PCAN UDS Message Flow Control and Tester present problem?
Replies: 13
Views: 37702

Re: PCAN UDS Message Flow Control and Tester present problem?

Hello Wagner ,

I did't use the UUDT Message from my app with PCAN-UDS。

Actually ,when i Masked the Functional Address Message ,it was normally(no 3E 80 From 0000h)

i tried execute the sample(06) ,it also sent normally

the only difference is which i used the old pcan_uds version ,there haven't ...
by Ken0711
Thu 14. Dec 2023, 06:00
Forum: PCAN-UDS
Topic: PCAN UDS Message Flow Control and Tester present problem?
Replies: 13
Views: 37702

Re: PCAN UDS Message Flow Control and Tester present problem?

Good Morning,Wagner

I checked all participant, i found when i sent the UDS message with functional address ,it will send the 3E 80 with 0000H ,

and i checked my configuration and tried to compare with the Sample(06_client_all_request),it still send the 3E80 with 0000h

as shown my configuration ...
by Ken0711
Wed 13. Dec 2023, 11:35
Forum: PCAN-UDS
Topic: PCAN UDS Message Flow Control and Tester present problem?
Replies: 13
Views: 37702

Re: PCAN UDS Message Flow Control and Tester present problem?

Hi,

When Flashing ,there still have the tester present sent by the canid(0000),and physical address ,Please check the Attachment .

Image

why there still have the tester present from canid 0000?

Thanks!
by Ken0711
Wed 13. Dec 2023, 11:30
Forum: PCAN-UDS
Topic: PCAN UDS Message Flow Control and Tester present problem?
Replies: 13
Views: 37702

Re: PCAN UDS Message Flow Control and Tester present problem?

Hi,

If I sent the tester present manually ,the PCAN will continued to send the tester present automatedly or not ?

Thanks!
by Ken0711
Wed 13. Dec 2023, 07:08
Forum: PCAN-UDS
Topic: PCAN UDS Message Flow Control and Tester present problem?
Replies: 13
Views: 37702

Re: PCAN UDS Message Flow Control and Tester present problem?

Good Morning Pcan support,

Pcan send the 3E 80 per two seconds automatically during transfer data.

and the 3E 38 is sent by the physical address ,so now i intended to send the 3E 80 by the Functional address

so how to change the address?

Thanks!
by Ken0711
Thu 30. Nov 2023, 08:10
Forum: PCAN-UDS
Topic: PCAN-UDS
Replies: 1
Views: 4603

PCAN-UDS

Good Morning PCan Support,

I developed a Flash tool depend on pcan UDS ,and i used pcan USB ,it work normally ,but when i changed to the kvaser

the Hardware would't initialize ,and then i used the Pcan view also wouldn't connect the kvaser

I knew something i missed ,so please give me some ...
by Ken0711
Fri 24. Nov 2023, 08:54
Forum: PCAN-UDS
Topic: PCAN consecutive flash Problem
Replies: 1
Views: 2589

PCAN consecutive flash Problem

Good Morning PeakCan Support,

When i used Pcan UDS to Flash ,the First time Flash is Ok,but when i consecutive Flash second time(not close the flash device ), and the PCAN will not response

and VS2019 prompt as shown below

result_uds Cannot obtain value of the local variable or argument because ...
by Ken0711
Fri 17. Nov 2023, 15:08
Forum: PCAN-UDS
Topic: PCAN Initialize Failure
Replies: 7
Views: 8282

Re: PCAN Initialize Failure

Hi Wagner ,

Thanks for your fast feedback !

By checking in the Windows Task Manager whether any of your applications is still active.

the APP still running in the task manager ,i have solved it !

you can close the topic !

Thanks Again !
by Ken0711
Fri 17. Nov 2023, 14:38
Forum: PCAN-UDS
Topic: PCAN Initialize Failure
Replies: 7
Views: 8282

Re: PCAN Initialize Failure

Hi,Wagner

There seems something wrong with init function,
I just wrote a simple code to init the device and the deinit it ,as shown the code


TPUDSStatus result;
result = UDSApi.Uninitialize(UDSApi.PUDS_USBBUS1);
result = UDSApi.Initialize(UDSApi.PUDS_USBBUS1, TPUDSBaudrate.PUDS_BAUD_500K ...