• Title/Summary/Keyword: ECU control

Search Result 250, Processing Time 0.032 seconds

Remote Measurement of ECU Self-Diagnostic Signal based on the Windows CE

  • Lee, Seong-Cheol;Yun, Yeo-Hung;Se, Ji-Won;Kwon, Tae-Kyu;Lee, Young-Chun;Jang, Bong-Choon
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2002.10a
    • /
    • pp.68.2-68
    • /
    • 2002
  • The purpose of this paper is to monitor ECU's self-diagnostic signal without wire. In order to measure the ECU's self-diagnostic signal, the interfaced circuit is developed to communicate ECU with a designed display terminal according to the ISO, SAE regulation of communication protocol standard. An 80C196KC processor is used for communicating ECU's self-diagnostic signal and communication data are sent to PDA monitoring system that is based on the Windows CE. Software on PDA is developed to monitor the ECU's self-diagnostic signal in which RS232 port is programmed by half duplex method. The algorithms for measuring the ECU's self-diagnostic signals are verified to mo...

  • PDF

ECU Data Integrity Verification System Using Blockchain (블록체인을 활용한 ECU 데이터 무결성 검증 시스템)

  • Sang-Pil, Byeon;Ho-Yoon, Kim;Seung-Soo, Shin
    • Journal of Industrial Convergence
    • /
    • v.20 no.11
    • /
    • pp.57-63
    • /
    • 2022
  • If ECU data, which is responsible for collecting and processing data such as sensors and signals of automobiles, is manipulated by an attack, it can cause damage to the driver. In this paper, we propose a system that verifies the integrity of automotive ECU data using blockchain. Since the car and the server encrypt data using the session key to transmit and receive data, reliability is ensured in the communication process. The server verifies the integrity of the transmitted data using a hash function, and if there is no problem in the data, it is stored in the blockchain and off-chain distributed storage. The ECU data hash value is stored in the blockchain and cannot be tampered with, and the original ECU data is stored in a distributed storage. Using the verification system, users can verify attacks and tampering with ECU data, and malicious users can access ECU data and perform integrity verification when data is tampered with. It can be used according to the user's needs in situations such as insurance, car repair, trading and sales. For future research, it is necessary to establish an efficient system for real-time data integrity verification.

A Study of Vehicle Diagnostic Data Processing using Diagnostic Communications (진단 통신을 활용한 차량 진단데이터 처리 연구)

  • Chang, Moon-soo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.05a
    • /
    • pp.267-270
    • /
    • 2021
  • In order to diagnose a vehicle, it is achieved by collecting diagnostic data within the ECU or between ECUs and managing the diagnostic data by utilizing various communication methods through an electronic device composed of an ECU(Electronic Control Unit), which is an automotive electronic device. As communication methods, LIN, CAN, FlexRay are mainly used. Recently, wired/wireless communication is being used based on Ethernet. In order to perform vehicle diagnosis, it is necessary to know the diagnosis code generated by the ECU and to collect diagnosis data using diagnosis communication. In addition, diagnostic data can be managed from the ECU only when the application software required for vehicle diagnosis is configured. If many automobile manufacturers are manufacturing ECUs based on the AUTOSAR standard, which is an automotive electronic standard, the software structure is also configured to be applied according to the standard. In this paper, we understand the vehicle diagnosis communication method of the AUTUSAR standard, study the configuration and processing method of diagnosis data, and study the contents of software components, diagnosis communication, and diagnosis event processing.

  • PDF

Design of Electronic Control Unit for Parking Assist System (주차 보조 시스템을 위한 ECU 설계)

  • Choi, Jin-Hyuk;Lee, Seongsoo
    • Journal of IKEEE
    • /
    • v.24 no.4
    • /
    • pp.1172-1175
    • /
    • 2020
  • Automotive ECU integrates CPU core, IVN controller, memory interface, sensor interface, I/O interface, and so on. Current automotive ECUs are often developed with proprietary processor architectures. However, demends for standard processors such as ARM and RISC-V increase rapidly for saftware compatibility in autonomous vehicles and connected cars. In this paper, an automotive ECU is designed for parking assist system based on RISC-V with open instruction set architecture. It includes 32b RISC-V CPU core, IVN controllers such as CAN and LIN, memory interfaces such as ROM and SRAM, and I/O interfaces such as SPI, UART, and I2C. Fabricated in 65nm CMOS technology, its operating frequency, area, and gate count are 50MHz, 0.37㎟, and 55,310 gates, respectively.

Rear-side square surveillance system and rear camera communication in ECU (ECU 내부에서의 후측면 사각 감시 시스템과 후방 카메라 통신)

  • Lee, Seung-Jin;Kim, Sang-Hoon
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2017.11a
    • /
    • pp.124-125
    • /
    • 2017
  • 레이더 센서보다 가격이 저렴한 초음파 센서를 사용하여 센서 운용에 있어 가격을 줄였다. 후측면 사각감시 시스템이 경보를 못하거나 오 경보할 수 있는 상황을 후방 카메라의 객체 인식, 탐지를 통해 초음파 센서가 미치지 못하는 영역에 대해 감지를 한다. 또한 후방 카메라와 후측면 사각감시 시스템이 ECU 내부의 통신을 하여 오류를 줄인 정보를 운전자에게 전달 할 수 있다.

An Efficient ECU Analysis Technology through Non-Random CAN Fuzzing (Non-Random CAN Fuzzing을 통한 효율적인 ECU 분석 기술)

  • Kim, Hyunghoon;Jeong, Yeonseon;Choi, Wonsuk;Jo, Hyo Jin
    • Journal of the Korea Institute of Information Security & Cryptology
    • /
    • v.30 no.6
    • /
    • pp.1115-1130
    • /
    • 2020
  • Modern vehicles are equipped with a number of ECUs(Electronic Control Units), and ECUs can control vehicles efficiently by communicating each other through CAN(Controller Area Network). However, CAN bus is known to be vulnerable to cyber attacks because of the lack of message authentication and message encryption, and access control. To find these security issues related to vehicle hacking, CAN Fuzzing methods, that analyze the vulnerabilities of ECUs, have been studied. In the existing CAN Fuzzing methods, fuzzing inputs are randomly generated without considering the structure of CAN messages transmitted by ECUs, which results in the non-negligible fuzzing time. In addition, the existing fuzzing solutions have limitations in how to monitor fuzzing results. To deal with the limitations of CAN Fuzzing, in this paper, we propose a Non-Random CAN Fuzzing, which consider the structure of CAN messages and systematically generates fuzzing input values that can cause malfunctions to ECUs. The proposed Non-Random CAN Fuzzing takes less time than the existing CAN Fuzzing solutions, so it can quickly find CAN messages related to malfunctions of ECUs that could be originated from SW implementation errors or CAN DBC(Database CAN) design errors. We evaluated the performance of Non-Random CAN Fuzzing by conducting an experiment in a real vehicle, and proved that the proposed method can find CAN messages related to malfunctions faster than the existing fuzzing solutions.

Electronic Control Unit Based Control of Racing Car to Enhance the Acceleration Performance (Racing Car ECU 의 제어에 의한 가속성능 향상에 관한 연구)

  • Hwang, Ui-Jun;Hur, Jang-Wook
    • Journal of the Korean Society of Manufacturing Process Engineers
    • /
    • v.19 no.11
    • /
    • pp.58-63
    • /
    • 2020
  • The fuel injection amount and timing along with the ignition timing for the gasoline engine of a racing car were adjusted using an electronic control unit (ECU), and the engine performance was evaluated through an acceleration test. The fuel map for the fuel injection amount and ignition map for the ignition timing were derived. Using the transient throttle control, the air-fuel ratio could be maintained at a constant value even in the case of a sudden throttle operation. In the flat shift, ignition blocking was more effective than fuel blocking. In a 75 m acceleration test, the required duration without and with ECU control was 4.47 s and 3.99 s, respectively. Notably, the acceleration could be improved by approximately 10.7% when the ECU control was implemented.

Development of Knocking discrimination and Engine balance Correction Algorithm of CRDI Engine ECU (CRDI 엔진 전자제어컨트롤러(ECU)의 노킹 판별 및 엔진 밸런스 보정 알고리즘 개발)

  • Kim, Hwa-Seon;Jang, Seong-Jin;Jang, Jong-Yug
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2012.05a
    • /
    • pp.391-394
    • /
    • 2012
  • Recently, for appling to industrial engines to CRDI diesel engine to meet enhanced emission regulatory standards in native and foreign, ECU that be controlled only automaker develop engine control algorithm that adjust injection timing and injection as user's need and use testing, verification for engine performance and emissions reduction. For development only CRDI diesel engine emulator, using CKP and CMP sensor performance property of CRDI engine control ECU input element, in this paper, there determine the diesel knocking and propose design methodology of engine balance correction algorithm design of the correction algorithm. And there propose efficient Improvement for fuel efficiency increasing and reduction of emissions.

  • PDF

Development of Engine ECU_ILS System for Diesel Engine of Commercial Vehicle (상용차용 디젤엔진의 Engine ECU_ILS 시스템 개발)

  • Ko, Youngjin
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.22 no.5
    • /
    • pp.35-43
    • /
    • 2014
  • The automobile industry requires technological innovations to reduce fuel consumption with the public interest in environmental conservation in recent years. Thus, the hybrid system is applied not only to passenger cars but also commercial vehicles. The purpose of this paper is to develop engine ECU_ILS to develop commercial hybrid vehicles. In order to develop the engine and vehicle, the dynamometer and exhaust gas analyzer is needed. However, a lot of time and cost are required. In contrast, the model-based development environment that can be applied to a variety of test conditions can reduce development time. Therefore, a HILS system environment that can consider the behavior of actual vehicles for evaluation of the control logic, fuel consumption and exhaust gas is required. This engine ECU_ILS system was developed in this study, can analyze parameter such as the fuel injection rate, fuel injection time, fuel consumption and exhaust gas like the actual vehicle test using map data. Also, this system is expected to be able to analyze the characteristic of vehicle behavior and the development of peripheral device in relation to engine and vehicles. This HILS system can be used to develop control strategies of commercial hybrid vehicle systems in the future.

Degradation Characteristics of Eutectic and Pb-free Solder Joint of Electronics mounted for Automotive Engine (자동차 엔진룸용 전장품 유무연 솔더 접합부의 열화특성)

  • Kim, A Young;Hong, Won Sik
    • Journal of Welding and Joining
    • /
    • v.32 no.3
    • /
    • pp.74-80
    • /
    • 2014
  • Due to environmental regulations (RoHS, WEEE and ELV) of the European Union, electronics and automotive electronics have to eliminate toxic substance from their devices and system. Especially, reliability issue of lead-free solder joint is increasing in car electronics due to ELV (End-of-Life Vehicle) banning from 2016. We have prepared engine control unit (ECU) modules soldered with Sn-40Pb and Sn-3.0Ag-0.5Cu (SAC305) solders, respectively. Degradation characteristics of solder joint strength were compared with various conditions of automobile environment such as cabin and engine room. Thermal cycle test (TC, $-40^{\circ}C$ ~ ($85^{\circ}C$ and $125^{\circ}C$), 1500 cycles) were conducted with automotive company standard. To compare shear strength degradation rate with eutectic and Pb-free solder alloy, we measured shear strength of chip components and its size from cabin and engine ECU modules. Based on the TC test results, finally, we have known the difference of degradation level with solder alloys and use environmental conditions. Solder joints degradation rate of engine room ECU is superior to cabin ECU due to large CTE (coefficient of thermal expansion) mismatch in field condition. Degradation rate of engine room ECU is 50~60% larger than cabin room electronics.