車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 27 [Simulation 15] We are now in the AUTOSAR CanTp section!AUTOSAR has a layered structure of SW-C, RTE, BSW, and MCAL.AUTOSAR CanTp is one of BSW and reproduces ISO 15765-2. 2022.12.09 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 26 [Simulation 14] We experimented with changing FC parameters in can-isotp.can-isotp is highly complete.At least, it is much better than those vehicle diagnostic communication whose structure is broken. 2022.12.08 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 25 [Simulation 13] We experimented with can-isotp request-response.SF-SF communication -> OK!MF-MF communication -> OK! 2022.12.07 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 24 [Simulation 12] Most vehicle diagnostic communication is a single request-response communication.There are some exceptions such as request-only and response-only communication, but they are quite rare.Both the request and response sides are script fatted by the receive thread mechanism. 2022.12.06 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 23 [Simulation 11] I changed the FC equivalent to change the behavior of can-isotp multi-frame requests.The behavior is now compliant with the specified STmin.The time parameters for communication are wide enough to allow for synchronization between systems.If it is more than 10[ms], we aim for 11[ms] to ensure that it meets 10[ms] or more. 2022.12.05 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 22 [Simulation 10] In the default state of can-isotp, the DLC optimization specification is adopted.If you set padding and MIN_DLC in the parameters passed to CanStack, it switches to the padding specification. 2022.12.04 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 21 [Simulation 9] The FC's add up in python-can.Supported by inserting CAN frames with a bit of timing in python-can.This allowed the multi-frame request to go through for now. 2022.12.03 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 20 [Simulation 8] The Python package can-isotp can communicate ISO15765-2, or ISO-TP.However, python-can must also be installed due to dependencies.For now, SF (SingleFrame) transmission is possible.The multi-frame transmission stopped at FF (FirstFrame) and ended in an error.The protocol specification is that the next sequence cannot proceed unless FC is received after FF. 2022.12.02 車両診断通信
車両診断通信 [CanTp] Vehicle Diagnostic Communication Part 13 [Simulation 1] We are tired of studying and it's time to do some simulations.I will also do AUTOSAR related things.I will also dare the challenge of using Python. 2022.11.25 車両診断通信
車両診断通信 [DoCAN] Vehicle Diagnostic Communication Part 12 [ISO-TP 8] ISO15765-2 (UDS) and ISO15765-4 (OBD) have different values for the timeout parameter.The UDS side is looser and the OBD side is stricter.Some timeout parameters are set as performance requirements.N_Br and N_Cs. 2022.11.24 車両診断通信