• Title/Summary/Keyword: 오토사

Search Result 47, Processing Time 0.022 seconds

A study on total registration statistics system development for after service of automobile (자동차의 사후관리를 위한 등록통계 시스템 개발에 관한 연구)

  • 강지호
    • Journal of the korean Society of Automotive Engineers
    • /
    • v.17 no.1
    • /
    • pp.31-43
    • /
    • 1995
  • 본 연구에서는 교통부 자동차 등록 원시자료를 이용하여 자동차제작사가 직접 사용할 수 있는 사후관리를 위한 등록통계 시스템을 개발해서 결과를 제시하고자 한다. 특히 통계 활용범위를 극대화하도록 하기 위해 차명은 코드화로 작성하여 통합차명으로 표준화, 업계재편과정으로 인한 종전 자동차 제작사는 합병, 인수한 최종 자동차제작사에 통합, 단산 및 양산 차명별로 차령별분류, 시.군.구의 행정단위별의 통계정보 수록 및 자동차소유자의 구매성형분석을 위한 년령별분류외 15개 유형별로 개발결과를 제시함으로써 효율적이고 과학적인 통계를 산출할 수 있도록 하고자 한다.

  • PDF

Status of High-Performance Stirling Engine Development and Application (고효율 스터링 엔진의 개발 및 응용 현황)

  • 오박균;김창기
    • Journal of the korean Society of Automotive Engineers
    • /
    • v.9 no.6
    • /
    • pp.1-7
    • /
    • 1987
  • 스터링 엔진은 1816년 로버트 스터링에 의해 발명된 밀폐형 외연기관이다. 초기에는 왕복형 증기기관과 더불어 구미제국에 널리 보급되었으나, 실용화 기술의 부족으로 인한 잦은 고장과 가솔린 및 디젤엔진의 발명으로 인해 자취를 감추었다. 그 후 1938년 네덜란드의 필립스사(Philips Co.)에 의해 연구가 재개되고, 간헐적으로 진행되다가 최근에 연료의 다양화, 에너지절약, 환경보존 등에로의 강한 요구와 재료기술 및 생산기술의 진보로 인하여 이 엔진이 다시 주목되어 구미, 일본 등에서 연구 개발되고 있다. 미국에서는 1978년부터 정부적 차원에서 개발을 시작하여 일부는 상용화되어 있고, 일본에서는 1982년 이래로 계속 개발을 수행하고 있고, 그 외에도 유럽의 여러 나라들에서도 활발한 연구가 진행되고 있다.

  • PDF

Application Software Modeling and Integration Methodology using AUTOSAR-ready Light Software Architecture (AUTOSAR 대응 경량화 소프트웨어 아키텍처를 이용한 어플리케이션 소프트웨어 모델링 및 통합 방법)

  • Park, In-Seok;Lee, Woo-Taik;SunWoo, Myoung-Ho
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.20 no.6
    • /
    • pp.117-125
    • /
    • 2012
  • This paper describes a model-based software development methodology for AUTOSAR-ready light software architecture(AUTOSAR-Lite). The proposed methodology briefly represents an application software modeling technique using Matlab/Simulink. Using the proposed technique, application software architecture elements (e.g. software components, runnables, and interfaces) and functional behaviors can be designed in a single modeling environment. From the designed model, the codes of application software is automatically generated using Real-Time Workshop Embedded Coder. The generated application software is easily integrated with hand-coded basic software using the proposed method. In order to evaluate the proposed methodology, a diesel engine management system for a passenger car was employed as a case study. Based on the methodology, 8 atomic software components and 52 runnables are successfully developed, and they are evaluated by engine experiments. From this case study, AUTOSAR compatible model-based application software was successfully developed, and the effectiveness of the proposed methodology was evaluated.

A Study on Model-based Mode Management Development Process for AUTOSAR Compliant ECU (AUTOSAR 기반 ECU의 모델 기반 모드관리 개발 기법에 관한 연구)

  • Kwon, Jaehee;Sunwoo, Myungho;Lee, Wootaik
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.25 no.1
    • /
    • pp.116-126
    • /
    • 2017
  • We suggest a process for the basic software configurations and application development in the mode management design of AUTOSAR-based ECU. Mode management is an essential task and AUTOSAR provides the mode management components for the runtime state handling of an ECU, such as BswM, application mode manager and RTE. BswM is used to meet the custom's requirements for ECU state handling. The behavior of BswM is configured with a set of rules in the form of "if-else" statements, so it is a complicated job and a potential source of errors as the number of rules increases. These difficulties can be overcome using the Model-Based Development approach, which is widely used in the AUTOSAR SW development. An efficient process is proposed to apply the MBD approach to the BswM configuration. An application mode development process is also proposed to improve the mode management design by combining the MBD process. Development tools are developed to adapt these proposed processes to the traditional ones. Simulation and experimental results are provided to prove the feasibility of the proposed approach.

AUTOSAR-ready Light Software Architecture for Automotive Embedded Control Systems (차량용 전자제어시스템을 위한 AUTOSAR 대응 경량화 소프트웨어 아키텍처 연구)

  • Lee, Kangseok;Park, Inseok;SunWoo, Myoungho;Lee, Wootaik
    • Transactions of the Korean Society of Automotive Engineers
    • /
    • v.21 no.1
    • /
    • pp.68-77
    • /
    • 2013
  • This paper presents AUTOSAR-ready light software architecture (AUTOSAR-Lite), which is a light weighted version of the AUTOSAR, for automotive embedded control systems. The proposed AUTOSAR-Lite reduces overhead problems caused by the excessive standard specifications of AUTOSAR. Concurrently, AUTOSAR-Lite keeps advantages of AUTOSAR such as a scalability, re-usability, reliability, and transferability. The fundamental design of AUTOSAR-Lite is originated from the AUTOSAR standard. AUTOSAR-Lite is composed of three layers such as an application software, runtime environment, and basic software layer. The application software layer adopts component-based design methodology as AUTOSAR. The runtime environment layer integrates interfaces between application and basic software layers. In case of the basic software layer, restrictions of the module configurations and interfaces of basic software are minimized. In order to validate the feasibility of AUTOSAR-Lite, a software design result based on AUTOSAR-Lite software architecture for electronic throttle control (ETC) system is suggested.

Trend in development of hot-rolled steel sheets for automotive application (자동차용 열연강판의 개발현황 및 동향)

  • 박성호
    • Journal of the korean Society of Automotive Engineers
    • /
    • v.18 no.5
    • /
    • pp.24-37
    • /
    • 1996
  • 자동차용 열연강판은 그 용도에 따라 매우 다양한 제품특성이 요구되고 있다. 즉 고강도 및 고강성, 우수한 피로특성, 용접성 및 내식성 등이 요구되고 있다. 이중에서도 고강도화는 향후 자동차의 경량화와 더불어 안전성을 동시에 확보하기 위해 매우 필요한 기술이다. 고강도화에 가장 많은 노력이 이루어졌던 wheel용 강재의 경우, 기존에는 60kg급 강재가 주종을 이루었으나, 일본등에서는 80kg급 강재의 시험생산 및 실차 test가 진행되는 등 소재공급사와 자동차제조사와의 공동노력에 의해 많은 기술개발이 이루어져 왔다. 더우기 96년 6월 일본철강연맹 규격에는 자동차용 열간압연 강판으로 80kg급 강재가 등록이 됨으로서 향후 고강도강의 소요가 크게 증가될 전망이다. 또한 근래 상용화가 활발하게 진행되고 있는 열연 TRIP강의 경우 기존의 개념을 넘어서는 고강도 및 고연성, 우수한 가공선과 더불어 우수한 피로특성을 보이고 있어 향후 동 소재의 사용확대가 크게 기대되고 있다. 그러나 이러한 좋은 철강소재의 개발과 이의 적용은 강재제조기술과 더불어 이의 적정 가공기술 그리고 독자적인 설계기술등이 연계되어야만 비로소 이루어질 수 있다. 이를 위해 소재공급사와 자동차제조사간에 지속적인 기술개발을 위한 공동노력이 이루어져야 되리라 생각된다.

  • PDF

Deep Learning-based Abnormal Behavior Detection System for Dementia Patients (치매 환자를 위한 딥러닝 기반 이상 행동 탐지 시스템)

  • Kim, Kookjin;Lee, Seungjin;Kim, Sungjoong;Kim, Jaegeun;Shin, Dongil;shin, Dong-kyoo
    • Journal of Internet Computing and Services
    • /
    • v.21 no.3
    • /
    • pp.133-144
    • /
    • 2020
  • The number of elderly people with dementia is increasing as fast as the proportion of older people due to aging, which creates a social and economic burden. In particular, dementia care costs, including indirect costs such as increased care costs due to lost caregiver hours and caregivers, have grown exponentially over the years. In order to reduce these costs, it is urgent to introduce a management system to care for dementia patients. Therefore, this study proposes a sensor-based abnormal behavior detection system to manage dementia patients who live alone or in an environment where they cannot always take care of dementia patients. Existing studies were merely evaluating behavior or evaluating normal behavior, and there were studies that perceived behavior by processing images, not data from sensors. In this study, we recognized the limitation of real data collection and used both the auto-encoder, the unsupervised learning model, and the LSTM, the supervised learning model. Autoencoder, an unsupervised learning model, trained normal behavioral data to learn patterns for normal behavior, and LSTM further refined classification by learning behaviors that could be perceived by sensors. The test results show that each model has about 96% and 98% accuracy and is designed to pass the LSTM model when the autoencoder outlier has more than 3%. The system is expected to effectively manage the elderly and dementia patients who live alone and reduce the cost of caring.

Development of Thermal Power Boiler System Simulator Using Neural Network Algorithm (신경망 알고리즘을 이용한 화력발전 보일러 시스템 시뮬레이터 개발)

  • Lee, Jung Hoon
    • Journal of the Korea Society for Simulation
    • /
    • v.29 no.3
    • /
    • pp.9-18
    • /
    • 2020
  • The development of a large-scale thermal power plant control simulator consists of water/steam systems, air/combustion systems, pulverizer systems and turbine/generator systems. Modeling is possible for all systems except mechanical turbines/generators. Currently, there have been attempts to develop neural network simulators for some systems of a boiler, but the development of simulator for the whole system has never been completed. In particular, autoTuning, one of the key technology developments of all power generation companies, is a technology that can be achieved only when modeling for all systems with high accuracy is completed. The simulation results show accuracy of 95 to 99% or more of the actual boiler system, so if the field PID controller is fitted to this simulator, it will be available for fault diagnosis or auto-tuning.

Suggestion for technical development predicting thermal environment of engine (엔진의 열적환경을 예측하는 기술개발에 관한 제언)

  • 이재순;이재헌
    • Journal of the korean Society of Automotive Engineers
    • /
    • v.7 no.4
    • /
    • pp.18-23
    • /
    • 1985
  • 전자계산기의 급격한 발달로 비선형방정식의 해가 쉽게 구해짐에 따라 이 방면의 연구가 괄목할 만한 진전이 이루어졌다. 전도(cond uction)문제도 단상은 물론 이상문제나 또는 기.백.고체의 삼 상문제로의 점점 복잡한 문제의 해도 가능하게 되었다.(1-5) 전자계산기도 그 용량이나 속도가 빨라짐에 따라 계산비용이 염가해지는 한편 해를 구하는 algorithm도 소형 computer의 적은 기 억용량으로도 쉽게 해를 구할 수 있는 program이 속속 개발되고 있는 실정이다.(6-7) 따라서 실측실험이 불가능한 영역이나 또는 가능하다 하여도 막대한 비용이 드는 경우에는 우선 수치 계산으로 그 결과를 예측하여 설계나 product improvement을 기해 보는 것이 바람직하다고 사 료되어 삼상이 공존하는 복잡한 영역의 열전달문제에 대한 수치연구 과정의 예로서 이야기 해 보고저 한다.

  • PDF

Evaporation and combustion of fuel droplets (액적의 증발과 연소현상)

  • 조경국
    • Journal of the korean Society of Automotive Engineers
    • /
    • v.3 no.2
    • /
    • pp.43-49
    • /
    • 1981
  • 연료 연소를 수반하는 장치는 공업계에서 널리 사용되고 있으나, 그 설계에 있어서 확립된 이 론은 거의 없고 대체로 과거의 설계에 따라 설계하고 있는 것이 현상이라 하겠다. 변조장치의 형 식이 정해져 있고, 성능도 거의 알려져 있는 경우에는 위와같은 방법도 좋겠지만 예를 들어 새로 운 형식 변조기나 연소실을 계획할 경우에는 실기와 동규모의 실험장치를 몇 종류 제작하여 그 성능을 실험적으로 비교 검토하여 좋은 것을 찾는 방밥을 취하게 된다. 이러한 방법은 많은 비용이 소요되며 기종이 바뀌면 새로위와 같은 일을 반복하여야 한다. 이와같은 불합리를 없애기 위하여 많은 연구자는 이론적으로 또 실험적으로 연구를 계속해왔다. 그리하여 현재 많은 사 실을 구명하였으나 아직 구체적 이론을 확립하기까지는 이르지못한 실정이다. 이것은 연소란 현상이 아주 복잡하고 또 관계된 인자가 많은 까닭이다. 본 강좌에서는 열체분우연소의 기본을 이루는 액적의 증발과 연소 문제에 대해서 현상적으로 해설하여 기초적 해석에 도움이 되기를 바라는 바이다.

  • PDF