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
Search found 1041 matches
- Mon 13. Jan 2025, 12:45
- Forum: PCAN-View
- Topic: UDS Checkout with PEAK CAN VIEW
- Replies: 9
- Views: 6202
- Wed 8. Jan 2025, 16:51
- Forum: PCAN-Router FD
- Topic: Reading DIN0
- Replies: 4
- Views: 879
Re: Reading DIN0
Hello Emil,
Thank you for letting us know!
BR
marvin
Thank you for letting us know!
BR
marvin
- Wed 8. Jan 2025, 09:02
- Forum: PCAN-Router Pro FD
- Topic: FTP setting
- Replies: 1
- Views: 107
Re: FTP setting
Hello,
What's the status of the LEDs?
Also, i'll be moving this to the correct forum
BR
Marvin
What's the status of the LEDs?
Also, i'll be moving this to the correct forum
BR
Marvin
- Tue 7. Jan 2025, 10:50
- Forum: PCAN-Router Pro FD
- Topic: Issues with trace recording
- Replies: 14
- Views: 4818
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 ...
- Tue 7. Jan 2025, 10:09
- Forum: PCAN-Router Pro FD
- Topic: Issues with trace recording
- Replies: 14
- Views: 4818
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
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
- 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: 6286
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...
- Thu 2. Jan 2025, 12:52
- Forum: PCAN-Router Pro FD
- Topic: Issues with trace recording
- Replies: 14
- Views: 4818
Re: Issues with trace recording
Hello,
so we don't lose track, what's the current behavior you do see?
Can you outline which behavior specifically is reproducable (you have multile items under A, e.g)
Best Regards
Marvin
so we don't lose track, what's the current behavior you do see?
Can you outline which behavior specifically is reproducable (you have multile items under A, e.g)
Best Regards
Marvin
- Thu 2. Jan 2025, 12:51
- Forum: Hardware
- Topic: PCAN-USB FD hardware does supports UDS?
- Replies: 1
- Views: 3965
Re: PCAN-USB FD hardware does supports UDS?
Hello,
PCAN-USB FD supports PCAN-UDS API, yes.
Timing issues are most likely of physical nature (bitrate config, termination)
please check.
BR
Marvin
PCAN-USB FD supports PCAN-UDS API, yes.
Timing issues are most likely of physical nature (bitrate config, termination)
please check.
BR
Marvin
- Fri 20. Dec 2024, 15:49
- Forum: PCAN-Router FD
- Topic: Reading DIN0
- Replies: 4
- Views: 879
Re: Reading DIN0
Hello,
If i am not completely mistaken you are assigning DinStatus which you set to 0 to Din0,
then you would come up 0 every time regardless of what the input actually reads...
Am i misunderstanding what you are doing here?
BR
Marvin
If i am not completely mistaken you are assigning DinStatus which you set to 0 to Din0,
then you would come up 0 every time regardless of what the input actually reads...
Am i misunderstanding what you are doing here?
BR
Marvin
- Fri 20. Dec 2024, 12:23
- Forum: PCAN-Router Pro FD
- Topic: Issues with trace recording
- Replies: 14
- Views: 4818
Re: Issues with trace recording
Hello Alessandro, Issues as involved as this might be a better fit for an email request, i have to admit i lost track due to a high volume of support requests, i'm terribly sorry. Is this behavior replicable with both writing to EMMC as well as SD-Card? Also, just as a suspicion on my side: Can you ...