Solutions to your doubts are just one click away. Just select the appropriate category and ask questions. You can also reply to the answers you are already aware.
CANopen node ID size is 7-bit, this limitation restricts the amount of devices on a CANopen network to 127 nodes, to add 1more bit to the size of node id, you must hack(understand the packet format, add unused 1-bit to node ID) the CANopen library.
CANopen node ID size is 7-bit, this limitation restricts the amount of devices on a CANopen network to 127 nodes, to add 1more bit to the size of node id, you must hack(understand the packet format, add unused 1-bit to node ID) the CANopen library.