• Title/Summary/Keyword: Fault injection test

Search Result 26, Processing Time 0.026 seconds

Implementation of the Traffic Control System based Low Cost Dual Modular Redundancy (저비용 이중화 시스템 기반 교통신호제어 (시스템) 구현)

  • Lee, Dong-Woo;Na, Jong-Whoa;Kim, Nam-Sun
    • Journal of Advanced Navigation Technology
    • /
    • v.21 no.5
    • /
    • pp.491-500
    • /
    • 2017
  • This paper investigates a low cost dual modular redundancy system based on heartbeat which can be applied to traffic control signal system. Failure of the traffic control signal system can cause traffic confusion and traffic accidents. Therefore safety and reliability of traffic control should be secured using fault tolerance technology. To do this, we configured a redundant board using the open source hardware and the heartbeat technique of Linux HA. The function of the traffic signal control system was verified and the fault recovery time was measured using fault injection test. As a result of the test, the fault recovery time was confirmed to be less than 9 seconds on average, confirming that the reliability target time is satisfied. Based on the results of this study, it is expected that it can be applied to fields requiring high reliability systems such as aviation, space, and nuclear power embedded systems.

Condition Monitoring of Check Valve Using Neural Network

  • Lee, Seung-Youn;Jeon, Jeong-Seob;Lyou, Joon
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 2005.06a
    • /
    • pp.2198-2202
    • /
    • 2005
  • In this paper we have presented a condition monitoring method of check valve using neural network. The acoustic emission sensor was used to acquire the condition signals of check valve in direct vessel injection (DVI) test loop. The acquired sensor signal pass through a signal conditioning which are consisted of steps; rejection of background noise, amplification, analogue to digital conversion, extract of feature points. The extracted feature points which represent the condition of check valve was utilized input values of fault diagnosis algorithms using pre-learned neural network. The fault diagnosis algorithm proceeds fault detection, fault isolation and fault identification within limited ranges. The developed algorithm enables timely diagnosis of failure of check valve’s degradation and service aging so that maintenance and replacement could be preformed prior to loss of the safety function. The overall process has been experimented and the results are given to show its effectiveness.

  • PDF

Sequential Use of COMSOL Multiphysics® and PyLith for Poroelastic Modeling of Fluid Injection and Induced Earthquakes (COMSOL Multiphysics®와 PyLith의 순차 적용을 통한 지중 유체 주입과 유발지진 공탄성 수치 모사 기법 연구)

  • Jang, Chan-Hee;Kim, Hyun Na;So, Byung-Dal
    • The Journal of Engineering Geology
    • /
    • v.32 no.4
    • /
    • pp.643-659
    • /
    • 2022
  • Geologic sequestration technologies such as CCS (carbon capture and storage), EGS (enhanced geothermal systems), and EOR (enhanced oil recovery) have been widely implemented in recent years, prompting evaluation of the mechanical stability of storage sites. As fluid injection can stimulate mechanical instability in storage layers by perturbing the stress state and pore pressure, poroelastic models considering various injection scenarios are required. In this study, we calculate the pore pressure, stress distribution, and vertical displacement along a surface using commercial finite element software (COMSOL); fault slips are subsequently simulated using PyLith, an open-source finite element software. The displacement fields, are obtained from PyLith is transferred back to COMSOL to determine changes in coseismic stresses and surface displacements. Our sequential use of COMSOL-PyLith-COMSOL for poroelastic modeling of fluid-injection and induced-earthquakes reveals large variations of pore pressure, vertical displacement, and Coulomb failure stress change during injection periods. On the other hand, the residual stress diffuses into the remote field after injection stops. This flow pattern suggests the necessity of numerical modeling and long-term monitoring, even after injection has stopped. We found that the time at which the Coulomb failure stress reaches the critical point greatly varies with the hydraulic and poroelastic properties (e.g., permeability and Biot-Willis coefficient) of the fault and injection layer. We suggest that an understanding of the detailed physical properties of the surrounding layer is important in selecting the injection site. Our numerical results showing the surface displacement and deviatoric stress distribution with different amounts of fault slip highlight the need to test more variable fault slip scenarios.

Test Data Selection Technique to Detect Interaction Faults in Embedded System (내장형 시스템의 상호작용 오류 감지를 위한 테스트 데이타 선정 기법)

  • 성아영;최병주
    • Journal of KIISE:Software and Applications
    • /
    • v.30 no.12
    • /
    • pp.1149-1157
    • /
    • 2003
  • As an Embedded system combining hardware and software gets more complicated, the importance of the embedded software test increases. Especially, it is mandatory to test the embedded software in the system which has high safety level. In embedded system, it is necessary to develop a test technique to detect faults in interaction between hardware and software. In this paper, we propose a test data selection technique using a fault injection technique for the faults in interaction between hardware and software in embedded system and we apply our technique to the Digital Plant Protection System and analyze effectiveness of the proposed technique through experiments.

A Study on Simulation Based Fault Injection Test Scenario and Safety Measure Time of Autonomous Vehicle Using STPA (STPA를 활용한 자율주행자동차의 시뮬레이션 기반 오류 주입 시나리오 및 안전조치 시간 연구)

  • Ahn, Dae-ryong;Shin, Seong-geun;Baek, Yun-soek;Lee, Hyuck-kee;Park, Ki-hong;Choi, In-seong
    • The Journal of The Korea Institute of Intelligent Transport Systems
    • /
    • v.18 no.2
    • /
    • pp.129-143
    • /
    • 2019
  • As the importance of autonomous vehicle safety is emphasized, the application of ISO-26262, a development verification guideline for improving safety and reliability, and the safety verification of autonomous vehicles are becoming increasingly important, in particular, SAE standard level 3 or higher level autonomous vehicles detect and decision the surrounding environment instead of the human driver. Therefore, if there is and failure or malfunction in the autonomous driving function, safety may be seriously affected. So autonomous vehicles, it is essential to apply and verity the safety concept against failure and malfunctions. In this study, we study the fault injection scenarios for safety evaluation and verification of autonomous vehicles using ISO-26262 part3 process and STPA were studied and safety measures for safety concept design were studied through simulation bases fault injection test.

Fault Injection Based Indirect Interaction Testing Approach for Embedded System (임베디드 시스템의 결함 주입 기반 간접 상호작용 테스팅 기법)

  • Hossain, Muhammad Iqbal;Lee, Woo Jin
    • KIPS Transactions on Software and Data Engineering
    • /
    • v.6 no.9
    • /
    • pp.419-428
    • /
    • 2017
  • In an embedded system, modules exchange data by interacting among themselves. Exchanging erroneous resource data among modules may lead to execution errors. The interacting resources produce dependencies between the two modules where any change of the resources by one module affects the functionality of another module. Several investigations of the embedded systems show that interaction faults between the modules are one of the major cause of critical software failure. Therefore, interaction testing is an essential phase for reducing the interaction faults and minimizing the risk. The direct and indirect interactions between the modules generate interaction faults. The direct interaction is the explicit call relation between the modules, and the indirect interaction is the remaining relation that is made underneath the interface that possesses data dependence relationship with resources. In this paper, we investigate the errors that are based on the indirect interaction between modules and introduce a new test criterion for identifying the errors that are undetectable by existing approaches at the integration level. We propose a novel approach for generating the interaction model using the indirect interaction pattern and design test criteria that are based on different interaction errors to generate test cases. Finally, we use the fault injection technique to evaluate the feasibility and effectiveness of our approach.

A Design of Automated Contingency Management and Case Study for Monopropellant Propulsion System (단일추진시스템의 ACM 설계 및 사례연구)

  • Lee, Young-Jin;Lee, Kwon-Soon;Vachtsevanos, George
    • Journal of the Korean Society for Aviation and Aeronautics
    • /
    • v.16 no.2
    • /
    • pp.1-11
    • /
    • 2008
  • Increasing demand for improved reliability and survivability of mission-critical systems is driving the development of health monitoring and Automated Contingency Management (ACM) systems. An ACM system is expected to adapt autonomously to fault conditions with the goal of still achieving mission objectives by allowing some degradation in system performance within permissible limits. ACM performance depends on supporting technologies like sensors and anomaly detection, diagnostic/prognostic and reasoning algorithms. This paper presents the development of a generic prototype test bench software framework for developing and validating ACM systems for advanced propulsion systems called the Propulsion ACM (PACM) Test Bench. The architecture has been implemented for a Monopropellant Propulsion System (MPS) to demonstrate the validity of the approach. A Simulink model of the MPS has been developed along with a fault injection module. It has been shown that the ACM system is capable of mitigating the failures by searching for an optimal strategy. Furthermore, the concepts of Validation and Verification (V&V) of such systems are introduced with relevant examples.

  • PDF

Perception of the Nurse on the Nursing Malpractice and Its Case (간호사고와 관련판례에 대한 임상간호사의 지각)

  • Jeong, Ji-Yun;Lee, Myung-Ha
    • Journal of Korean Academy of Nursing Administration
    • /
    • v.5 no.3
    • /
    • pp.445-462
    • /
    • 1999
  • The purpose of this study is to provide some basic data for the direction of nursing education and practice to prevent nursing malpractice as investgating perception of the nurse on the nursing malpractice and its case. Data were collected from 450 nurse working in four general hospitals which were located in Chonbuk province from November 9 to 21, 1998 through questionnare. The structured instruments developed by the reseacher were used for collecting data. The Results were as follows: 1) As for the cognition of the nursing malpractice case, the transfusion accident was 37.3%, the side-effects of KCL injection(19.3%), hymen rupture by uterus cancer test, the side-effects of aminophyllin injections on dyspnea patient and the others were 10% below. 2) With regard to the channel of the perception of the nursing malpractice case, mass-communication was taken first and followed through by neighbors, In-service education, school education, continuing education 3) As for the direct${\cdot}$indirect experience of the nursing malpractice case, transfusion accident was 51.3%, the fall of NPO patient after an operation 40.1%, the side-effect of KCL injection 32.5%, suicide of the psychiatric patient 32.5%, and the others were 30% below. 4) The possibility of nursing malpractice case was an average 2.57(${\pm}$0.91) and the highest was the fall of the NPO patient after an operation. 5) The perception on the responsibility of the nursing malpractice in its case was indicated as a joint-fault in ten nursing malpractice instances. As compared to the real decision, nurse's perception of the responsibility in the fall of the NPO patient after an operation, the side-effect of KCL injection, the tracheal edema of the patient who had a thyroid operation, the suicide of psychiatric patient, the hymen rupture by uterus cancer test accorded real decisions. But the other cases were different from the real decisions. These cases were perceived as ones of joint fault even in cases determined as Dr's single fault cases or those in which both doctor and nurse were declared free of fault. 6) Knowledge levels of the nursing malpractice, school education and In-service education were perceived as low but anxiety levels of the malpractice were high. 7) With regard to the countmeasure of the hospital after nursing malpractice, the rate answered as "the practice settled the accident temporarily and forced the person in charge to be punished" was highest. In conclusion, the level of the cognition of the clinical nurse on nursing malpractice cases was low. As nurses' perception on the responsibility of the nursing malpractice case was compared to the real decision, there was a difference in five cases out of the ten cases.

  • PDF

Development of an Application for Reliability Testing on Controller Area Network (차량네트워크상 신뢰성 테스트를 위한 애플리케이션 개발)

  • Kang, Ho-Suk;Choi, Kyung-Hee;Jung, Gi-Hyun
    • The KIPS Transactions:PartD
    • /
    • v.14D no.6
    • /
    • pp.649-656
    • /
    • 2007
  • Today, controller area network(CAN) is a field bus that is nowadays widespread in distributed embedded systems due to its electrical robustness, low price, and deterministic access delay. However, its use safety-critical applications has been controversial due to dependability limitation, such as those arising from its bus topology. Thus it is important to analyze the performance of the network in terms of load of data bus, maximum time delay, communication contention, and others during the design phase of the controller area network. In this paper, a simulation algorithm is introduced to evaluate the communication performance of the vehicle network and apply software base fault injection techniques. This can not only reduce any erratic implementation of the vehicle network but it also improves the reliability of the system.

Property of Long vertical rod according to the different injection point with impulse current (대형 봉상 접지전극의 임펄스 인가위치에 따른 특성)

  • 이복희;장근철;엄주홍;김병근;오성균;길형준
    • Proceedings of the Korean Institute of IIIuminating and Electrical Installation Engineers Conference
    • /
    • 2003.11a
    • /
    • pp.369-372
    • /
    • 2003
  • To obtain a low ground resistance in high resistivity soil or in insufficient place such as downtown, long vertical ground rods are often used. However, if the lightning current or fault current with high frequency flows into the grounding system, the ground impedance is remarkedly increased. This paper presents how the impulse and fault current works on the long. vertical ground rods associated with incoming points. When the test current was injected at the bottom of ground rod, the potential waveform of ground rod includes the oscillation with high frequency.

  • PDF