Search found 4 matches

by yoman91
Tue 21. Sep 2021, 13:12
Forum: PCAN-Router
Topic: Certain messages not sent out
Replies: 6
Views: 8240

Re: Certain messages not sent out

Thank you for the feedback.

I will create my further projects taking into consideration all these information.

Regards,
Tamas
by yoman91
Tue 21. Sep 2021, 11:50
Forum: PCAN-Router
Topic: Certain messages not sent out
Replies: 6
Views: 8240

Re: Certain messages not sent out

Thank you for the reply, looks like it is working now.

Can you tell me what is the biggest size of the TX and RX message buffer? (CAN1_TX_QUEUE_SIZE)

Your explanation is clear, but there is something, that I don't really understand.
Assume, that I have a cycle with 10 ms and the other e.g. 21 ms ...
by yoman91
Wed 15. Sep 2021, 17:07
Forum: PCAN-Router
Topic: Certain messages not sent out
Replies: 6
Views: 8240

Re: Certain messages not sent out

Thank you for the quick reply. It solved the problem.
However one question has arisen in my head regarding your sentence: Bear in mind some of your cycles are mutliples of each other
Is there a cleaner way to handle this kind of structure?
by yoman91
Wed 15. Sep 2021, 10:13
Forum: PCAN-Router
Topic: Certain messages not sent out
Replies: 6
Views: 8240

Certain messages not sent out

Hi folks,
I need some helping advice regarding a simple program.
The code I've written is based on the example '03_TIMER'. I have several messages what should sent out by the device with different timestamps (10ms, 20ms, 100ms, 1000ms and 2000ms). Each timer starts like in the example ...