Search found 4 matches

by flobig
Wed 29. Mar 2017, 16:48
Forum: PCAN-Ethernet Gateway DR
Topic: How to limit the number of CAN frames per packet
Replies: 2
Views: 5204

Re: How to limit the number of CAN frames per packet

Ok thank you for the clarification!
by flobig
Tue 28. Mar 2017, 09:00
Forum: PCAN-Ethernet Gateway DR
Topic: How to limit the number of CAN frames per packet
Replies: 2
Views: 5204

How to limit the number of CAN frames per packet

Hello,
Is there any way to limit the number of CAN frames per packet sent by the gateway? Following the developer documentation, I changed the parameter FPP = 1 in the .ini file that I am using to configure the gateway, but once I analyze the data that I receive, I can still see that two or three ...
by flobig
Tue 28. Feb 2017, 14:48
Forum: PCAN-Ethernet Gateway DR
Topic: Decode a CAN frame in node.js web server
Replies: 2
Views: 5493

Re: Decode a CAN frame in node.js web server

Thank you for your response. I think I understand what my problem is. The reason why I am using JavaScript is because I need to communicate between the gateway and a web application. The tricky part for me is developing a driver-like application to enable the Ethernet communication between my web ...
by flobig
Mon 27. Feb 2017, 13:15
Forum: PCAN-Ethernet Gateway DR
Topic: Decode a CAN frame in node.js web server
Replies: 2
Views: 5493

Decode a CAN frame in node.js web server

Hello,
I would like to communicate between the PCAN Ethernet Gateway and my own web application on my computer. To do so, I deactivated the handshake as explained in the user manual. However, I am not able to make my application work and to decode the CAN data that is encapsulated in the Ethernet ...