This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

CAN Node ID

Please answer me:

1. What is the difference between CAN Node ID & CAN Message ID? How the CAN Node ID helpful in Communication?

Parents
  • Some CAN frames are used to transport UDS via ISO TP, others are used for other data.
    This answer helps me a lot. Because, In ISO-14229-1 document I found 00-FF CAN Frames are reserved for various SERVICES.

    Rest of the CAN Messages starts from 0x100 are used by application. I never saw a CAN message with an ID below 0xFF in my Project.

    Just let me know CAN ID '0' is valid or not?

Reply
  • Some CAN frames are used to transport UDS via ISO TP, others are used for other data.
    This answer helps me a lot. Because, In ISO-14229-1 document I found 00-FF CAN Frames are reserved for various SERVICES.

    Rest of the CAN Messages starts from 0x100 are used by application. I never saw a CAN message with an ID below 0xFF in my Project.

    Just let me know CAN ID '0' is valid or not?

Children