Search found 10 matches

by A.Kapp
Mon 10. Dec 2012, 10:12
Forum: PCAN-View
Topic: PCAN-View: order of received messages
Replies: 5
Views: 13710

Re: PCAN-View: order of received messages

Hello,

you are right, it might be a Windows issue.

other applications beside PCAN-View running on the same internal PEAK network and transmitting frames?
PCAN-View is just used to monitor CAN traffic. The CAN network is as follows

Hardware: PC with PEAK PCAN-USB adapter
application software ...
by A.Kapp
Fri 7. Dec 2012, 14:17
Forum: PCAN-View
Topic: PCAN-View: order of received messages
Replies: 5
Views: 13710

PCAN-View: order of received messages

Hello,

sometimes the order of listed CAN messages does not comply with the timestamp (cf. attached trace).
Is this a problem of the hardware or the software PCAN-View?
Hardware: PCAN USB-adapter with firmware 2.8
PCAN-View: 3.2.0.212

I kind of remember having read about ordering problems, but I ...
by A.Kapp
Wed 11. Apr 2012, 13:29
Forum: PCAN-Basic
Topic: Software reset of PCAN-USB using PCAN-Basic ?
Replies: 3
Views: 6600

Re: Software reset of PCAN-USB using PCAN-Basic ?

Hello,

which version of the PCANBasic.dll do you use?
I am using PCANBasic.dll dating from 17th August 2011 (PCAN-API-Version: 1, 2, 1, 31).

Did your application receive a BUSOFF status message with CAN_Read()?
From now on I will check first if I get a busoff status message.

Sorry, that my ...
by A.Kapp
Wed 11. Apr 2012, 09:47
Forum: PCAN-Basic
Topic: Software reset of PCAN-USB using PCAN-Basic ?
Replies: 3
Views: 6600

Software reset of PCAN-USB using PCAN-Basic ?

Dear Sir or Madam,

I am using PCAN-USB together with PCAN-Basic (Windows 7, Python 2.6).

In the following situation I get a significant difference between PCAN-Basic and PCAN-View (using the developper package):

1. external device (with CAN interface) is switched off
2. computer and external ...
by A.Kapp
Fri 9. Mar 2012, 07:49
Forum: PCAN-Basic
Topic: PCANBasic: problem using LISTEN_ONLY mode
Replies: 1
Views: 4470

PCANBasic: problem using LISTEN_ONLY mode

Hello,

I am using a PCAN-USB adapter (channel version 3.8.2.10146) with PCANBasic.dll (version from 2012.01.20) under Python 2.6 on a Windows 7 machine.
When following the procedure given in the PCAN-Basic documentation about the parameter PCAN_LISTEN_ONLY , I manage to set its value to PCAN ...
by A.Kapp
Fri 2. Mar 2012, 13:30
Forum: PCAN-Basic
Topic: PCANBasic: Read event problem with PCAN USB + PCI
Replies: 5
Views: 15487

Re: PCANBasic: Read event problem with PCAN USB + PCI

Hello,

I have to admit that I had not updated the driver lately.

But even now having updated the driver I still have this strange behaviour:
Read event triggered, no message in the queue. Error: Bus heavy.
This holds even when no hardware is connected to the USB adaptor.

* PCAN-Channel-Version ...
by A.Kapp
Fri 2. Mar 2012, 08:45
Forum: PCAN-Basic
Topic: PCANBasic: Read event problem with PCAN USB + PCI
Replies: 5
Views: 15487

Re: PCANBasic: Read event problem with PCAN USB + PCI

Hello Kenneth,

I try to answer your list of questions.


* Are your cables terminated?
* How many CAN applications do you start at the same time (including your application)?
* How many hardware/channels are you connecting at a time?
* Which baurate do you use within all applications?
* Is there ...
by A.Kapp
Thu 1. Mar 2012, 14:01
Forum: PCAN-Basic
Topic: PCANBasic: Read event problem with PCAN USB + PCI
Replies: 5
Views: 15487

PCANBasic: Read event problem with PCAN USB + PCI

Hello,

I use PCANBasic with Python 2.6 on a Windows 7 machine (Windows 7 Ultimate, 64 bit).
PCANBasic.dll, dating 20.01.2012
PCAN-View, version 3.1.5.200
Before yesterday I only used PCAN USB-adapter and managed to set up a Read event which reliably triggered when a message was in the message queue ...
by A.Kapp
Wed 29. Feb 2012, 12:49
Forum: PCAN-Basic
Topic: PCANBasic: trigger event for "special" message only?
Replies: 3
Views: 7676

Re: PCANBasic: trigger event for "special" message only?

Hello Kenneth,

thanks for your reply.
Since I have understood that it is not possible to trigger events for "special" messges only, I will make a work-around.

My intention was to trigger an event for special messages without having to read the entire message queue.
Situation: I want to read a ...
by A.Kapp
Wed 29. Feb 2012, 09:56
Forum: PCAN-Basic
Topic: PCANBasic: trigger event for "special" message only?
Replies: 3
Views: 7676

PCANBasic: trigger event for "special" message only?

Hello,

I use PCANBasic with Python 2.6 on a Windows 7 machine (Windows 7 Ultimate, 64 bit).
Following the examples written in .Net and AStefan's forum post dating Monday 16th January 2012 I managed to trigger an event when messages are placed in the receive queue.

According to the PCANBasic ...