Search found 29 matches

by Oprogramer
Tue 17. Apr 2018, 14:23
Forum: PCAN-USB
Topic: Connect more than 10 PCAN-USB adapter to communicat over UDS
Replies: 8
Views: 8824

Re: Connect more than 10 PCAN-USB adapter to communicat over

Hello,

sorry i looked at the false row.

The current API version i use is: 4.2.0.134

So i have to install the new PCANBASIC API.

Thank you and best regards
by Oprogramer
Tue 17. Apr 2018, 14:00
Forum: PCAN-USB
Topic: Connect more than 10 PCAN-USB adapter to communicat over UDS
Replies: 8
Views: 8824

Re: Connect more than 10 PCAN-USB adapter to communicat over

Hello,

Yes i checked, my computer cann see all devices. I have installed the older version of PCAN-Basic.

I have followed your recommendation and got the following informations:

- PCAN_USB 4.1.1.16099


So i checked also the PCANBasic.vb header file and recognized that it only contains 8 PCAN ...
by Oprogramer
Tue 17. Apr 2018, 12:30
Forum: PCAN-USB
Topic: Connect more than 10 PCAN-USB adapter to communicat over UDS
Replies: 8
Views: 8824

Re: Connect more than 10 PCAN-USB adapter to communicat over

Hello again,

I checked the serial numbers of my PCAN-USB Adapters and i have the older PCAN-USB Adapters with serial numbers untill 199999. It is possible for the PCAN-USB Adapters of these serial numbers to update to the newer PCAN API version and to use more than 8 PCAN-Channels?

I have the ...
by Oprogramer
Mon 9. Apr 2018, 15:35
Forum: PCAN-USB
Topic: Connect more than 10 PCAN-USB adapter to communicat over UDS
Replies: 8
Views: 8824

Re: Connect more than 10 PCAN-USB adapter to communicat over

Hello,

Thank you for the fast answer. I have the older PCAN-UDS Api version where just 9 Channels could be used.

I will download and install the new PCAN-UDS Api version.

Thank you for the information!


Best regards
by Oprogramer
Mon 9. Apr 2018, 14:30
Forum: PCAN-USB
Topic: Connect more than 10 PCAN-USB adapter to communicat over UDS
Replies: 8
Views: 8824

Connect more than 10 PCAN-USB adapter to communicat over UDS

Hello,

i am trying to connect more than 10 PCAN-USB adapters for UDS communication. I have read that it is possible to create and connect to 16 PCAN-USB interfaces with interface channels from PCAN-USBBUS1 - PCAN-USBBUS16.

But I have to create and connect to more than 10 PCAN-USB adapters over UDS ...
by Oprogramer
Mon 15. Jan 2018, 15:27
Forum: PCAN-USB
Topic: PCAN-USB arriving continuously the same message
Replies: 2
Views: 4387

Re: PCAN-USB arriving continuously the same message

Thank you for the fast answer. :)
by Oprogramer
Mon 15. Jan 2018, 10:09
Forum: PCAN-USB
Topic: PCAN-USB arriving continuously the same message
Replies: 2
Views: 4387

PCAN-USB arriving continuously the same message

Hello,

i have a probelm with the PCAN-USB Adapter. I have two PCAN-USB Adapter running on two computers, one is in listen only mode and the other one sends CAN messages.

My Issue is when i send CAN messages throw the PCAN-USB Adapter every 500 milliseconds and the modul which is connected to the ...
by Oprogramer
Fri 15. Dec 2017, 12:27
Forum: PCAN-LIN
Topic: PCAN-LIN Installation
Replies: 31
Views: 27590

Re: PCAN-LIN Installation

Hello,

sry i understood you wrong. I shorted my Code above. Only calculating the checksum and setting the slave mask status is listed now.

The response i get after sending the command is : STX(0x02) – SC(0x01) – P1(0x00) – CHK(0x01)

Everything looks ok but the status to subscriber is then still ...
by Oprogramer
Thu 14. Dec 2017, 23:22
Forum: PCAN-LIN
Topic: PCAN-LIN Installation
Replies: 31
Views: 27590

Re: PCAN-LIN Installation

Hello,

below is the program flow of my application as i described in my previous post. All commands are working except the command to change the slave mask status to subscriber but i get the error ok code when calling this method :?: . Changing the slave mask status to publisher works.

The ...
by Oprogramer
Wed 13. Dec 2017, 21:03
Forum: PCAN-LIN
Topic: PCAN-LIN Installation
Replies: 31
Views: 27590

Re: PCAN-LIN Installation

Hello,

i have a problem to set the Slave Mask status to subscriber. When i change the slave mask status to publisher, that works. But when i change it again to subscriber, it dosent work.

My programflow is : i first set the checksum type, then change the Frame length and then set the slave mask ...