Hello,
i have to correct myself, it was implemented in the latest version of PCAN-ISO TP:
https://www.peak-system.com/PCAN-ISO-TP-API.372.0.html
see changelog, it wasn't included in the docs yet, oversight on our end!
BR
Marvin
Search found 13 matches
- Fri 28. Feb 2025, 09:09
- Forum: Software
- Topic: ISO-TP API w/ PCAN Developer API
- Replies: 2
- Views: 5411
- Fri 28. Feb 2025, 07:51
- Forum: PCAN-Router FD
- Topic: Peak-Flash reset module option with PCAN-Router FD
- Replies: 3
- Views: 23124
Re: Peak-Flash reset module option with PCAN-Router FD
Hello Scott,
Does this change after waiting or does it remain without the option indefinitely?
Sometimes the flash procedure will be at 100% but won't give options right away.
BR
Marvin
Does this change after waiting or does it remain without the option indefinitely?
Sometimes the flash procedure will be at 100% but won't give options right away.
BR
Marvin
- Thu 20. Feb 2025, 13:43
- Forum: PCAN-USB Pro
- Topic: Pcan_usb.sys not loaded
- Replies: 5
- Views: 14345
Re: Pcan_usb.sys not loaded
Hello,
This could be related to your firmware being outdated,
please check with PEAK-Flash if you can upgrade:
https://www.peak-system.com/fileadmin/m ... -Flash.zip
Make sure to use the "locally connected devices" option.
Does this resolve the issue?
BR
Marvin
This could be related to your firmware being outdated,
please check with PEAK-Flash if you can upgrade:
https://www.peak-system.com/fileadmin/m ... -Flash.zip
Make sure to use the "locally connected devices" option.
Does this resolve the issue?
BR
Marvin
- Tue 19. Nov 2024, 13:39
- Forum: PCAN-USB X6
- Topic: Why does the RX error counter increase while only sending?
- Replies: 5
- Views: 3219
Re: Why does the RX error counter increase while only sending?
Hello,
In this case you would need to self-acknowledge the frame, as there is not other node involved.When no cable is connected, the CAN controller doesn't receive any valid signal or ACK from the network. In this case, the controller doesn't even detect its own transmitted frames correctly ...
In this case you would need to self-acknowledge the frame, as there is not other node involved.When no cable is connected, the CAN controller doesn't receive any valid signal or ACK from the network. In this case, the controller doesn't even detect its own transmitted frames correctly ...
- Wed 23. Oct 2024, 07:48
- Forum: PCAN-Basic
- Topic: Multiple Workers
- Replies: 10
- Views: 9495
Re: Multiple Workers
Hello,
yes, you can use multiple workers.
However, you could use the 'ParameterValue' class instead of using API.SetParameter.
Also, BitrateAdapting can only be set on unitialized channels.
BR
Marvin
yes, you can use multiple workers.
However, you could use the 'ParameterValue' class instead of using API.SetParameter.
Also, BitrateAdapting can only be set on unitialized channels.
BR
Marvin
- Tue 22. Oct 2024, 08:50
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Sending CAN messages with different timing in the same script
- Replies: 2
- Views: 2949
Re: Sending CAN messages with different timing in the same script
Hello,
That's not possible in a standard Macro,
you could use a VBS Macro and use a rudimentary timer implementation:
Sub TimerInstance()
Dim startTime, currentTime, elapsedTime
startTime = Now() ' Store the starting time
Do
currentTime = Now() ' Get the current time
elapsedTime = DateDiff ...
That's not possible in a standard Macro,
you could use a VBS Macro and use a rudimentary timer implementation:
Sub TimerInstance()
Dim startTime, currentTime, elapsedTime
startTime = Now() ' Store the starting time
Do
currentTime = Now() ' Get the current time
elapsedTime = DateDiff ...
- Thu 29. Aug 2024, 13:21
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Symbol Editor - all DBC files read-only
- Replies: 3
- Views: 3373
Re: Symbol Editor - all DBC files read-only
Hello,
Yes, exactly.
You can import them and use the for symbolic interpretation but editing is not possible in that state,
convert it to a symbol file and you can edit to your hearts content.
BR
Marvin
Yes, exactly.
You can import them and use the for symbolic interpretation but editing is not possible in that state,
convert it to a symbol file and you can edit to your hearts content.
BR
Marvin
- Thu 29. Aug 2024, 11:31
- Forum: PCAN-Explorer 6 & Add-ins
- Topic: Symbol Editor - all DBC files read-only
- Replies: 3
- Views: 3373
Re: Symbol Editor - all DBC files read-only
Hello,
If you want to edit them, convert them to a symbol-file.
Best Regards
Marvin
If you want to edit them, convert them to a symbol-file.
Best Regards
Marvin
- Wed 7. Aug 2024, 09:11
- Forum: PCAN-USB FD
- Topic: Measuring CAN Frame Runtime between two PCAN-USB FD devices.
- Replies: 3
- Views: 3449
Re: Measuring CAN Frame Runtime between two PCAN-USB FD devices.
Hello,
Is it possible to synchronize these timestamps with system time? -> they are already based on system-time.
Can I monitor both PCAN-USB ports from a single PCAN-View instance? -> no.
Any suggestions on how to precisely calculate frame transit time would be highly appreciated. -> Maybe use ...
Is it possible to synchronize these timestamps with system time? -> they are already based on system-time.
Can I monitor both PCAN-USB ports from a single PCAN-View instance? -> no.
Any suggestions on how to precisely calculate frame transit time would be highly appreciated. -> Maybe use ...
- Wed 7. Aug 2024, 09:08
- Forum: PCAN-USB
- Topic: Understanding LINUX_CAN_Statistics and TPDIAG.wErrorFlag.
- Replies: 0
- Views: 11848
Re: Understanding LINUX_CAN_Statistics and TPDIAG.wErrorFlag.
Hello,
as we do not maintain LINUX_CAN_STATISTICS we cannot really answer that on a whim,
you will need to check the documentation for it.
Best Regards
Marvin
as we do not maintain LINUX_CAN_STATISTICS we cannot really answer that on a whim,
you will need to check the documentation for it.
Best Regards
Marvin