Search found 14 matches

by Cappo
Wed 7. Aug 2019, 14:55
Forum: PCAN-UDS
Topic: How to send 11 and 29 bit identifier
Replies: 4
Views: 6984

Re: How to send 11 and 29 bit identifier

Okay, thanks! :D

Best Regards
cappo
by Cappo
Wed 7. Aug 2019, 12:34
Forum: PCAN-UDS
Topic: How to send 11 and 29 bit identifier
Replies: 4
Views: 6984

Re: How to send 11 and 29 bit identifier

Hello,

I wrote here after I read that example...
So take the example code
Message.NETADDRINFO.SA = 0xF9;
Message.NETADDRINFO.TA = 0xF1;
Message.NETADDRINFO.TA_TYPE = PUDS_ADDRESSING_PHYSICAL;
Message.NETADDRINFO.RA = 0x00;
Message.NETADDRINFO.PROTOCOL = PUDS_PROTOCOL_NONE;
Message.LEN = 4 ...
by Cappo
Wed 7. Aug 2019, 12:18
Forum: PCAN-UDS
Topic: How to send 11 and 29 bit identifier
Replies: 4
Views: 6984

How to send 11 and 29 bit identifier

Hello,

with UDSApi.Write how can I send an uudt 11 or 29 bit message id?
ie 0x100 in 11 bit format id and 0x100 in 29 bit format

Best Regards
cappo
by Cappo
Tue 30. Jul 2019, 14:53
Forum: PCAN-UDS
Topic: How to purge a UDS library
Replies: 2
Views: 3358

How to purge a UDS library

Hello,

in debug mode when I close debug without disconnect the device the second times I can't recconnect but I need to restart user login. How can I kill the process?

example:
1)
TPUDSStatus status;
status = UDSApi.Initialize(channel, TPUDSBaudrate.PUDS_BAUD_250K,0,0,0);
status -> TPUDSStatus ...
by Cappo
Tue 30. Jul 2019, 12:07
Forum: PCAN-UDS
Topic: Timestamp on UDS for UUDT frame
Replies: 5
Views: 5432

Re: Timestamp on UDS for UUDT frame

Okay thanks, so with PCAN-USB FD I can not do it.

Thanks
Capponi
by Cappo
Tue 30. Jul 2019, 11:53
Forum: PCAN-UDS
Topic: Timestamp on UDS for UUDT frame
Replies: 5
Views: 5432

Re: Timestamp on UDS for UUDT frame

Okay, thanks but can I open a new channel on the same usb hardware?

Best regards
Cappo
by Cappo
Tue 30. Jul 2019, 09:30
Forum: PCAN-UDS
Topic: Timestamp on UDS for UUDT frame
Replies: 5
Views: 5432

Timestamp on UDS for UUDT frame

Hello,

If I configure library by UDS and use UDSApi.Read I can not read timestamp, but if I configure library by UDS and CanTpApi.Read function for read message I can read timestamp but I receive also a UDS message not only UUDT like in the previuos case.
So is possible in UDS library with UDSApi ...
by Cappo
Tue 22. Jan 2019, 13:02
Forum: PCAN-UDS
Topic: UDS readDataByPeriodicIdentifier How to Read Messages
Replies: 5
Views: 28007

Re: UDS readDataByPeriodicIdentifier How to Read Messages

Hello,

I try to explain better what ia my target:
1) create a UDS client with request ID 0x7E0 and response 0x7E8 - done and it works
2) read a non UDS (UUDT and USDT) packets in consequence to a readDataByPeriodicIdentifier - working on

On PCAN-UDS-API_UserMan_eng.pdf at page 36, I found PUDS ...
by Cappo
Tue 22. Jan 2019, 09:13
Forum: PCAN-UDS
Topic: UDS readDataByPeriodicIdentifier How to Read Messages
Replies: 5
Views: 28007

Re: UDS readDataByPeriodicIdentifier How to Read Messages

Hello,

my ECU hearing 0x7E0 id and respond with 0x7E8, at the moment it works fine. What I nedd to do is add one or more input can ID on PCAN-UDS for periodic DID, for example add a 0x258 id for raw messags. So when I request from PC software to ECU the start send a readDataByPeriodicIdentifier, my ...
by Cappo
Mon 21. Jan 2019, 17:22
Forum: PCAN-UDS
Topic: UDS readDataByPeriodicIdentifier How to Read Messages
Replies: 5
Views: 28007

UDS readDataByPeriodicIdentifier How to Read Messages

Hello to all,

I use:

I have this releases:
PCAN-Basic: 4.3.1.158 (13.12.2018)
PCAN-ISO-TP: 2.0.3.111 (07.12.2018)
PCAN-UDS: 1.3.1.30 (01.03.2018)

PCAN-USB FD - IPEH-004022

I'm using:
Windows 10 Pro for Workstations 64 bit
Visual Studio Professional 2017
.Net Framework 4.6.1

I need to read the ...