Search found 1024 matches

by K.Wagner
Wed 30. Aug 2017, 09:06
Forum: PCAN-Basic
Topic: About a long time problem.
Replies: 1
Views: 3174

Re: About a long time problem.

Hello,

we would need a little more information ... and clarifications.


Which operating system and platform are you using?
Which version of PCAN-Basic are you using?
Are you using another API like PCAN-ISO-TP, PCAN-UDS, or PCAN-OBDII?
What do you mean with "PCAN box"? do you mean a PCAN-USB ...
by K.Wagner
Wed 16. Aug 2017, 11:59
Forum: PCAN-Light (outdated)
Topic: Read sent frames
Replies: 7
Views: 9337

Re: Read sent frames

No. This is a limitation of the "fee free" APIs.

You can connect a device only once at a time using PCAN-Light, no matter if this is tried from one or from several applications.

If you want to connect several applications/clients to the same hardware, or if you want to receive your own sent ...
by K.Wagner
Wed 16. Aug 2017, 11:29
Forum: PCAN-Light (outdated)
Topic: Read sent frames
Replies: 7
Views: 9337

Re: Read sent frames

Hello,

because your application and PCAN-View represent each a PCAN client. Since both of them are connected to the same device, then they are in the same CAN network (even if you have no CAN cable connected to the device). IN this way, PCAN-View will read messages that you are sending from your ...
by K.Wagner
Wed 16. Aug 2017, 11:04
Forum: PCAN-Light (outdated)
Topic: Read sent frames
Replies: 7
Views: 9337

Re: Read sent frames

Hello,

this is not possible. PCAN-Light and also PCAN-View do not support self-reception, i.e. receiving messages that they self have sent.
by K.Wagner
Tue 25. Jul 2017, 08:21
Forum: PCAN-Basic
Topic: Physically disconnected PCAN USB condition = Occupied
Replies: 1
Views: 3984

Re: Physically disconnected PCAN USB condition = Occupied

Hello,

I've found that if a PCAN USB device is physically disconnected after my VB application initializes it, that subsequent calls to retrieve the device condition return a value of PCAN_CHANNEL_OCCUPIED
This is normal. The parameter PCAN_CHANEL_CONDITION is used to know if a channel is ...
by K.Wagner
Mon 10. Jul 2017, 16:16
Forum: Virtual PCAN-Gateway
Topic: Virtual PCAN-Gateway will not detect PCAN Ethernet Gateway
Replies: 3
Views: 8954

Re: Virtual PCAN-Gateway will not detect PCAN Ethernet Gatew

Hello Daniel,

yes, I'm aware of your problem and of the need for a command line for the configuration tool. It is indeed a good feature. We will include it in our ToDo list.

I think we have spotted the problem. I can give you a TEST-Version of the Virtual PCAN-Gateway service, so that you can ...
by K.Wagner
Mon 10. Jul 2017, 11:16
Forum: Virtual PCAN-Gateway
Topic: Virtual PCAN-Gateway will not detect PCAN Ethernet Gateway
Replies: 3
Views: 8954

Re: Virtual PCAN-Gateway will not detect PCAN Ethernet Gatew

Hello,

The ipc application initialisation will then give the correct error code "0x1400 no driver" (and routes in the Virtual PCAN-Gateway would be yellow, of course).
If the PCAN Ethernet Gateway comes online after the startup of the IPC, the Virtual PCAN-Gateway will never refresh and detect ...
by K.Wagner
Tue 4. Jul 2017, 16:31
Forum: PCAN-Ethernet Gateway DR
Topic: PCAN Ethernet Gateway Extended CAN ID for LAN2CAN mode
Replies: 3
Views: 6252

Re: PCAN Ethernet Gateway Extended CAN ID for LAN2CAN mode

Hello,

could you please give us more information? Since sending 29-bit messages with PCAN-View (i.e. using the Virtual Gateway communication) works, I supposes you are programming your own routes. Could you please post code of how you are sending i.e. configuring the 29-bit messages?


Here an ...
by K.Wagner
Tue 4. Jul 2017, 10:19
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11274

Re: PUDS_PARAM_SEPERATION_TIME parameter

Other important things,

analyzing the file you sent us we find the following:

Your drivers are not up to date. The stand of your drivers is from year 2011 , version v3.7.2 . The current version is v4.1.2
In the folder C:\Windows\SysWOW64 lies an older version of PCAN-Basic ( v1.2.1 , year 2012 ...
by K.Wagner
Fri 30. Jun 2017, 15:31
Forum: PCAN-UDS
Topic: PUDS_PARAM_SEPERATION_TIME parameter
Replies: 8
Views: 11274

Re: PUDS_PARAM_SEPERATION_TIME parameter

Hello,

this problem as you discribe was fixed since version 1.4.2 of PCAN-ISO-TP.dll. Here the history:

2016-04-21 - Version 1.4.2
Improvements:

- Added parameter PCANTP_PARAM_PADDING_VALUE to change CAN data padding value
- Added support for additional PCAN-Basic channels (PCAN-Basic 4.x ...