Search found 1045 matches

by M.Heidemann
Fri 24. Jan 2025, 11:35
Forum: PCAN-Basic
Topic: Python fails to “from pcan.PCANBasic import *”
Replies: 4
Views: 432

Re: Python fails to “from pcan.PCANBasic import *”

Hello,

Can you share part of your code, especially the imports?
by M.Heidemann
Thu 23. Jan 2025, 08:56
Forum: Hardware
Topic: Intermittent communication errors
Replies: 1
Views: 261

Re: Intermittent communication errors

Hello,

This could happen if the bitrate isn't correct, this could
lead to channel eventually going into bus-off, after which no communication is possible anymore.

Can you confirm the bitrate-settings match (Including Sample_point)?

BR

Marvin
by M.Heidemann
Wed 22. Jan 2025, 16:47
Forum: PCAN-Explorer 5 & Add-ins
Topic: Windows 11 compatibility
Replies: 1
Views: 545

Re: Windows 11 compatibility

Hello,

PCAN-Explorer 5 is out-of-support since 2019, we have NOT tested PCAN-Explorer 5 on Windows 11.

If you still have a PCAN-Explorer 5 License it would be worth a shot trying.

Bear in mind that we do not sell PCAN-Explorer 5 anymore.

Any reason you ask this specifically?


BR

Marvin
by M.Heidemann
Wed 22. Jan 2025, 08:56
Forum: PCAN-Basic
Topic: Python fails to “from pcan.PCANBasic import *”
Replies: 4
Views: 432

Re: Python fails to “from pcan.PCANBasic import *”

Hello,

Is the header file "PcanBasic.py" present?

BR

Marvin
by M.Heidemann
Mon 13. Jan 2025, 12:45
Forum: PCAN-View
Topic: UDS Checkout with PEAK CAN VIEW
Replies: 9
Views: 7042

Re: UDS Checkout with PEAK CAN VIEW

Hello,

Please make sure that you have the correct DLLs in the right folder:

make sure that 32 bit -> SysWow64

64 bit DLL -> System32

Otherwise it will not work.

BR

Marvin
by M.Heidemann
Wed 8. Jan 2025, 16:51
Forum: PCAN-Router FD
Topic: Reading DIN0
Replies: 4
Views: 938

Re: Reading DIN0

Hello Emil,

Thank you for letting us know!

BR

marvin
by M.Heidemann
Wed 8. Jan 2025, 09:02
Forum: PCAN-Router Pro FD
Topic: FTP setting
Replies: 1
Views: 143

Re: FTP setting

Hello,

What's the status of the LEDs?

Also, i'll be moving this to the correct forum

BR

Marvin
by M.Heidemann
Tue 7. Jan 2025, 10:50
Forum: PCAN-Router Pro FD
Topic: Issues with trace recording
Replies: 14
Views: 5715

Re: Issues with trace recording

Hi, have a look at the corresponding can_user.c, this is the init-sequence for the channels. Use CAN_UnInitialize to bring a channel down again and bring it back up using CAN_Initialize ( hBus, &Timing_CANx[hBus]); Make sure to use your intended bitrate for reinitialization. This should enable your ...
by M.Heidemann
Tue 7. Jan 2025, 10:09
Forum: PCAN-Router Pro FD
Topic: Issues with trace recording
Replies: 14
Views: 5715

Re: Issues with trace recording

Hello Allesandro,

These bitrate-constants are defined in can_user.h ("Inc" folder), if you want to use a different bitrate-config or define your own,
please modify/check this file.

BR

Marvin
by M.Heidemann
Fri 3. Jan 2025, 15:22
Forum: PCAN-USB FD
Topic: How to make 5 Mbps work? or how to change the "SSP offset" for PCAN-USB FD?
Replies: 6
Views: 6359

Re: How to make 5 Mbps work? or how to change the "SSP offset" for PCAN-USB FD?

Hello, Simply using defaults on a CAN-FD network will not be sufficent, you have to be particular about the config otherwise communication will not be established, CAN-FD is pretty strict and doesnt allow for much tolerance in bitrate settings. The defaults we include are also more defaults in our o...