Search code examples
xmlethernetcan-busautosar

How to determine if a ARXML file is of CAN network or Ethernet network in AUTOSAR standards


So I am totally new to this automotive field so please correct me if I am wrong in any terminologies. So I have this ARXML file of AUTOSAR standard and I want to determine it is of what network type> is it of CAN network or Ethernet or FLexRay or SumIP.

Is there any specific tag from the ARXML which can help to determine this?


Solution

  • To determine ARXML file is based on which Bus standard, Search for Cluster type which can give indication for same. If you find "CAN-CLUSTER" then CAN protocol or "ETHERNET-CLUSTER" then its based on Ethernet protocol.