Page 1 of 1

Where to find the gateway function?

Posted: Fri 23. Sep 2016, 17:20
by Laurent
Hi all,
I'm trying to configure the gateway function on my MIO to route some frames from bus 1 to bus 2. I cannot find the tab in the PPCAN editor. Can you send me a screen shot to locate this function?
Thanks a lot,
Laurent

Re: Where to find the gateway function?

Posted: Mon 26. Sep 2016, 16:57
by A.Gach
HI,
please go to "Edit Module Configuration" and use "Message Gateway" Option to configure (see also attached screen shoot)
PPCAN-Editor Message Gateway Function.jpg
PPCAN-Editor Message Gateway Function.jpg (108.51 KiB) Viewed 8633 times
PEAK-System Support

Re: Where to find the gateway function?

Posted: Fri 12. Jul 2019, 07:44
by liviu2004
Can PCAN-MIO convert canbus messages from one port to another? To explain, I have a conflict in a network and I can't change the nodes behaviour, so I need to split the bus. Once a message is received at bus0, I need to send a different and fixed message to bus1. Is this possible? I get an auto gearbox in my car and need some data sent to the instrumentation bus.

Re: Where to find the gateway function?

Posted: Sat 13. Jul 2019, 15:23
by PEAK-Support
For your scenario, the simple PCAN-Router is the best choice. 2 CAN Channels, very easy to implement, free C/C++ Compiler and Tools include. Samples show how to setup a simple CAN Forwarder (from ID CAN1 to ID CAN2 and vice versa)

Re: Where to find the gateway function?

Posted: Sat 13. Jul 2019, 18:15
by liviu2004
Purchasing right now....
Very easy to implement ... remains to be seen. :D
Last time I played with C/C++ was in high school, 24 years ago :roll:

Bear with me if I come with more questions, on the PCAN-router section. Thanks.