I am now studying and developing a CANopen client with a python stack and i'm struggling to find out how to communicate with a slave Modbus through a gateway.
Since the gateway address is the one present in the Object Dictionary of the CANopen, and the Gateway has addresses of modbus Slaves I/O, how to specify the address of the modbus input ?
As i can see it CANopen uses the node-ID to select the server and an address to select the property to read/write, but in this case i need to go farther than that and point an input.
just to be clear i'm in the "studying" phase i have no CANopen/Modbus gateway in mind.
Regards.