Search found 8 matches

by fsolodovnik
Fri 20. Sep 2024, 10:50
Forum: PCAN-USB
Topic: PCAN-USB latency above 1ms-is it better to use PCAN-PCI?
Replies: 1
Views: 2229

PCAN-USB latency above 1ms-is it better to use PCAN-PCI?

Dear PEAK support

We are developing the CAN bootloader under Windows and we need to transfer several Mb of data fast.
We use request-response protocol: Windows host sends CAN frame and ECU responds with ACK frame
I have found one related topic https://forum.peak-system.com/viewtopic.php?f=181&t ...
by fsolodovnik
Thu 12. Sep 2024, 19:18
Forum: PCAN-USB
Topic: PCAN-View timestamp not exact when sharing PCAN-USB adapter
Replies: 1
Views: 5547

PCAN-View timestamp not exact when sharing PCAN-USB adapter

Dear PCAN team

I have compared timestamps recorded by 2 PCAN-View instances
One PCAN-View shared the adapter with the app that actually sent the messages on CAN bus and
another PCANview instance used another adapter connected to the same bus

The observed timestamp difference is about 500 ...
by fsolodovnik
Wed 24. Jul 2024, 10:14
Forum: PCAN-Explorer 6 & Add-ins
Topic: Custom format of Daten column in Send/Receive View
Replies: 1
Views: 1243

Custom format of Daten column in Send/Receive View

Dear PCAN Support team,

I want to apply custom formatting to incoming data in Data field of Receive view
Normally I am receiving uint32_t that represents amount of seconds sinse....
I want to modify received uint32_t and show "24/7/2024 10:00:00" instead of kind "775130514"
I see kind of ...
by fsolodovnik
Tue 4. Apr 2023, 18:31
Forum: PCAN-Explorer 6 & Add-ins
Topic: How to activate PCAN-Explorer
Replies: 1
Views: 2318

How to activate PCAN-Explorer

Dear Peak-Systems,
I have used before the test version of PCANExplorer 6, but it is expired as it was installed for several monthes

Now I have got the USB dongle for PCAN explorer
But I cannot start the PCAN explorer as It asks for license Id and the password and fails by online activation with ...
by fsolodovnik
Fri 12. Aug 2022, 08:43
Forum: PCAN-Basic
Topic: Multiple frame retransmission by Hot Plugin of CAN cable
Replies: 2
Views: 3409

Re: Multiple frame retransmission by Hot Plugin of CAN cable

Hello Michael,

Thank You for the fast reply and for the hint how to improve the situation.

I did the very simple test: I started 2 PCANView applications, one using PCAN USB FD and another using PCAN USB Chip
I disconnected the bus and sent one message using PCANView from USB FD to USB Chip.
When I ...
by fsolodovnik
Thu 11. Aug 2022, 12:18
Forum: PCAN-Basic
Topic: Multiple frame retransmission by Hot Plugin of CAN cable
Replies: 2
Views: 3409

Multiple frame retransmission by Hot Plugin of CAN cable

Hello Peak-System team.

I observe the multiple frame retransmission by Hot plug-In of the CAN cable between two Peak Devices
It relies to CAN interconnect cable, the both CAN devices remain plugged in in PC.
I have running PCANView (NOT IN LISTEN_ONLY MODE, NO FILTER APPLIED) with PCAN USBFD PCAN ...
by fsolodovnik
Fri 10. Sep 2021, 14:18
Forum: PCAN-Basic
Topic: CAN_Read, CAN_Write in multithreading, are these reentrant?
Replies: 2
Views: 2991

Re: CAN_Read, CAN_Write in multithreading, are these reentrant?

Thank You very much for the fast and accurate answer.
by fsolodovnik
Fri 10. Sep 2021, 11:11
Forum: PCAN-Basic
Topic: CAN_Read, CAN_Write in multithreading, are these reentrant?
Replies: 2
Views: 2991

CAN_Read, CAN_Write in multithreading, are these reentrant?

Dear PCAN team,
I am developing the CiA application where calls to CAN_Read bzw CAN_Write are done from multiple threads and so these might be interrleaved.
My question is :
Is it safe to execute two similtaneous calls to CAN_Write from 2 different threads (under Windows 10)?
Or shall I use guard ...