Search found 5 matches

by saikoniki
Wed 9. Apr 2025, 21:01
Forum: PCAN-Router FD
Topic: Messages delay in tx and rx on one can with PCAN Router FD
Replies: 8
Views: 12878

Re: Messages delay in tx and rx on one can with PCAN Router FD

I did that part, I took a timer example as a baseline and added couple of other timers and it is delaying now. That's why, I am looking for a solution if you have any example with multiple timers. Could you please share?
by saikoniki
Tue 8. Apr 2025, 21:53
Forum: PCAN-Router FD
Topic: Messages delay in tx and rx on one can with PCAN Router FD
Replies: 8
Views: 12878

Re: Messages delay in tx and rx on one can with PCAN Router FD

Ok. I will Modify it. Anything else I should be consider to remove the delay I am facing?
by saikoniki
Mon 7. Apr 2025, 19:51
Forum: PCAN-Router FD
Topic: Messages delay in tx and rx on one can with PCAN Router FD
Replies: 8
Views: 12878

Re: Messages delay in tx and rx on one can with PCAN Router FD

My assumption is that CAN communication is working, that's why I did not compare if it has any error or not. Actually, my application is working perfectly but it is slow.
by saikoniki
Mon 7. Apr 2025, 17:56
Forum: PCAN-Router FD
Topic: Messages delay in tx and rx on one can with PCAN Router FD
Replies: 8
Views: 12878

Re: Messages delay in tx and rx on one can with PCAN Router FD

Hi,

I am trying to read the message from VEHICLE_CAN_BUS at cycle time.

best Regards,
Sai.
by saikoniki
Mon 7. Apr 2025, 15:18
Forum: PCAN-Router FD
Topic: Messages delay in tx and rx on one can with PCAN Router FD
Replies: 8
Views: 12878

Messages delay in tx and rx on one can with PCAN Router FD

Hello,

I have developed an application for PCAN Router FD. I have six messages with following cycle times.
Rx from CAN2 on PCAN Router:
Message 1: 10ms
Message 2: 100ms
Message 3: 500ms

Tx to CAN1 on PCAN Router:
Message 1: 2ms
Message 2: 100ms
Message 3: 500ms

Technically, I am receiving 10ms ...