Does anyone know of a way to change the Node-ID of a CANopen device within the code? I see its possible with the an Ethernet/IP device but it does not appear to be possible with CANopen or with a J1939 ECU as well.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Does anyone know of a way to change the Node-ID of a CANopen device within the code? I see its possible with the an Ethernet/IP device but it does not appear to be possible with CANopen or with a J1939 ECU as well.
You can change the Source Address of a J1939 Local ECU calling method ChangeAddress on it.
Another hidden method. Thank you!