christiansandberg / canopen

CANopen for Python
http://canopen.readthedocs.io/
MIT License
446 stars 196 forks source link

Lokking for EDS examples - Jupiter.eds? #207

Closed DaveTheCave closed 3 years ago

DaveTheCave commented 3 years ago

In the example "canopen/examples/simple_ds402_node.py "

There is an eds file that I cannot find

'/home/andre/Code/test/jupiter.eds'

Am I just not looking in the right places?

Or is it missing?

I would appreciate a simple master slave network example with EDS file

CAn you give me any pointers?

Dave

christiansandberg commented 3 years ago

Do you have an actual CANopen node that you want to test with? In that case you should request an EDS file from the manufacturer.

af-silva commented 3 years ago

Hi @DaveTheCave, that is my fault. I will try by the end of today provide a simple example EDS file and correct the path to it in the simple_ds402_node.py. But like Christian said, you should get an EDS file for your specific drive, since there are many objects in the OD that are specific for each manufacture. If you need one sonner, please google search one, there are many available from different manufacturers.

Thanks.

af-silva commented 3 years ago

EDS example file provided, and fixed paths to the new example file. Be aware that this file was modified and is not in any means a valid EDS file for drivers. If you are working with a device, please get the official EDS file from the manufacture and use it instead.