Search found 3 matches

by ishara
Wed 27. Sep 2023, 14:09
Forum: PCAN-Router Pro
Topic: EWMA function on PCAN-Router Pro
Replies: 3
Views: 2035

Re: EWMA function on PCAN-Router Pro

Thanks a lot.
I cannot locate "Yagarto GNU ARM toolchain for Windows" in your website. Can you please help me to locate? Also, any tutorial guide to use it?

Thanks Again
by ishara
Wed 27. Sep 2023, 05:34
Forum: PCAN-Router Pro
Topic: EWMA function on PCAN-Router Pro
Replies: 3
Views: 2035

EWMA function on PCAN-Router Pro

Hi,
I'm wondering, is there any possibility to program EWMA filter in PCAN-Router Pro? Basically I have a 12bit signal which I want to smoothen using EWMA filter and introduce back to CAN bus. I did this with PCAN router FD but, not sure how to do this in PCAN-Router Pro.
PCAN-Router Pro has a low ...
by ishara
Sat 9. Apr 2022, 15:56
Forum: PCAN-Router FD
Topic: delay or wait function
Replies: 1
Views: 3404

delay or wait function

Hi,
I'm wondering, how can we add a delay or wait function between messages in PCAN-Router FD. ( I need to add 20s or more delay here)

EX: I'm changing CAN ID 0X200 to 0X201 and change byte in 201 based on the value of 200.
if ( RxMsg.id == 0x200 && RxMsg.msgtype == CAN_MSGTYPE_STANDARD ...