CANopenDemo icon indicating copy to clipboard operation
CANopenDemo copied to clipboard

Example to run a CANopen slave node on Linux through vcan interface?

Open yves-chevallier opened this issue 6 months ago • 2 comments

I am looking for a CANopen slave node that can run for simulation on Linux through a can0 or a vcan interface. I thought the CANopenLinux demo project was the one, but it seems it is a master node and not compatible with the if interfaces.

Is there a good example on this project?

yves-chevallier avatar May 27 '25 19:05 yves-chevallier

CANopen is not master/slave protocol, it is more like producer/consumer.

CANopenLinux is fully functional CANopen device, it includes all "slave" functionality + "master" functionality, which may just not be used or it may be excluded from the program entirely.

CANopenNode avatar May 28 '25 06:05 CANopenNode

See CANopenDemo for example.

CANopenNode avatar May 28 '25 06:05 CANopenNode