• Title/Summary/Keyword: Automated Testing

Search Result 263, Processing Time 0.024 seconds

Automated Testing System Using AUTOSAR XML (AUTOSAR XML을 이용한 테스팅 자동화 시스템 개발)

  • Kum, Daehyun;Lee, Seonghun;Park, Gwangmin;Cho, Jeonghun
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.4 no.4
    • /
    • pp.156-163
    • /
    • 2009
  • Recently a standard software platform for automotive, AUTOSAR, has been developed to manage growing software complexity and improve software reuseability. However reuse of testing system and test data are difficult because they are dependant on implementation language and testing phases. In this paper, we suggest a automated testing approach for AUTOSAR software component using a standardized testing language, TTCN-3. AUTOSAR defines the AUTOSAR XML Schema for the data exchange format so that it is possible to automatically convert AUTOSAR model into TTCN-3 testing model. Therefore our approach is to present generation techniques for the TTCN-3 testing system from a AUTOSAR XML description. With the proposed testing techniques we can reduce time and effort to build the testing system and reuse testing environment.

  • PDF

Development of Automated Ultrasonic Testing Program for Piping Holdings (배관 용접부 자동 초음파검사 프로그램 개발)

  • Choe, Seong-Nam;Yu, Hyeon-Ju;Kim, Hyeong-Nam;Hwang, Won-Geol
    • Proceedings of the KWS Conference
    • /
    • 2006.10a
    • /
    • pp.283-285
    • /
    • 2006
  • Non Destructive Examination for welds is one of the most important processes to ensure the integrity of facilities of Nuclear power plants. An automated ultrasonic testing program is developed for welding inspection. A test block with side EDM notch is inspected with this program. This paper shows that the developed automated ultrasonic testing program is quite effective.

  • PDF

Automotive Embedded System Software Development and Validation with AUTOSAR and Model-based Approach (AUTOSAR와 모델기반 기법을 적용한 차량 임베디드 시스템 소프트웨어의 개발 및 검증 기법)

  • Kum, Dae-Hyun;Son, Jang-Kyung;Kim, Myung-Jin;Son, Joon-Woo
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.13 no.12
    • /
    • pp.1179-1185
    • /
    • 2007
  • This paper presents a new approach to automotive embedded systems development and validation. Recently automotive embedded systems become even more complex and the product life cycle is getting reduced. To overcome these problems AUTOSAR, a standardized software platform and component based approach, was introduced. Model-based approach has been widely applied in the development of embedded systems and has strong benefits such as early validation and automated testing. In this paper cooperative development and validation of AUTOSAR and model-based approach are introduced and automated testing techniques are proposed. With the proposed techniques we can improve complexity management through increased reuse and exchangeability of software module and automated testing is realized.

Development of the Automated Ultrasonic Testing System for Inspection of the flaw in the Socket Weldment (소켓 용접부 결함 검사용 초음파 자동 검사 장비 개발)

  • Lee, Jeong-Ki;Park, Moon-Ho;Park, Ki-Sung;Lee, Jae-Ho;Lim, Sung-Jin
    • Journal of the Korean Society for Nondestructive Testing
    • /
    • v.24 no.3
    • /
    • pp.275-281
    • /
    • 2004
  • Socket weldment used to change the flow direction of fluid nay have flaws such as lack of fusion and cracks. Liquid penetrant testing or Radiography testing have been applied as NDT methods for flaw detection of the socket weldment. But it is difficult to detect the flaw inside of the socket weldment with these methods. In order to inspect the flaws inside the socket weldment, a ultrasonic testing method is established and a ultrasonic transducer and automated ultrasonic testing system are developed for the inspection. The automated ultrasonic testing system is based on the portable personal computer and operated by the program based Windows 98 or 2000. The system has a pulser/receiver, 100MHz high speed A/D board, and basic functions of ultrasonic flaw detector using the program. For the automated testing, motion controller board of ISA interface type is developed to control the 4-axis scanner and a real time iC-scan image of the automated testing is displayed on the monitor. A flaws with the size of less than 1mm in depth are evaluated smaller than its actual site in the testing, but the flaws larger than 1mm appear larger than its actual size on the contrary. This tendency is shown to be increasing as the flaw size increases. h reliable and objective testing results are obtained with the developed system, so that it is expected that it can contribute to safety management and detection of repair position of pipe lines of nuclear power plants and chemical plants.

A Study on an Automated Ultrasonic Testing System for the Inspection of Pipe Welding (배관 용접부 자동 초음파 검사 시스템 연구)

  • Kim, Han-Jong;Park, Jong-Hoon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.10a
    • /
    • pp.520-523
    • /
    • 2008
  • As a result of the recent development of the electro-information industry, the hardware of an automated ultrasonic testing system is getting lighter and diversified image processing techniques are applied to its software so that the possible precise totaling and detecting of the flaws are studied. This study proposes an automated ultrasonic testing system of the pipe in order to organize the optimized system, and also describes the data flow and general composition of the software for the design of the system.

  • PDF

Design and Implementation of Flaw Image processing System for Automated Ultrasonic Testing System (자동 초음파 검사를 위한 결함 영상 처리 시스템의 설계 및 구현)

  • Kim, Han-Jong;Park, Jong-Hoon;Kim, Chul-Won
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.14 no.1
    • /
    • pp.225-232
    • /
    • 2010
  • In this study, an automated ultrasonic testing system and post signal and image processing techniques are developed in order to construct ultrasonic flaw images in weldments. Image processing algorithms are built into the flaw image processing system for the automated ultrasonic testing system. The developed signal and image analysis algorithms addressed in this study include an A-Scan data compression algorithm, ultrasonic image amplification algorithm and B-scan flaw image correction algorithm(SAFT). This flaw image processing system for the automated ultrasonic testing system can be applied to various inspection fields.

Automated Test Data Generation for Testing Programs with Multi-level Stack-directed Pointers (다단계 스택 지향 포인터가 있는 프로그램 테스트를 위한 테스트 데이터 자동 생성)

  • Chung, In-Sang
    • The KIPS Transactions:PartD
    • /
    • v.17D no.4
    • /
    • pp.297-310
    • /
    • 2010
  • Recently, a new testing technique called concolic testing receives lots of attention. Concolic testing generates test data by combining concrete program execution and symbolic execution to achieve high test coverage. CREST is a representative open-source test tool implementing concolic testing. Currently, however, CREST only deals with integer type as input. This paper presents a new rule for automated test data generation in presence of inputs of pointer type. The rules effectively handles multi-level stack-directed pointers that are mainly used in C programs. In addition, we describe a tool named vCREST implementing the proposed rules together with the results of applying the tool to some C programs.

Implementation of An Automated Ultrasonic Flaw Imaging System for the Inspection of Pipe Welding (배관 용접부 자동 초음파 결함 영상 보정 시스템 구현)

  • Kim, Han-Jong;Park, Jong-Hoon;Kim, Cheol-Won
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2008.05a
    • /
    • pp.556-559
    • /
    • 2008
  • In this study, an automated ultrasonic testing system and post signal and image processing techniques are developed in order to construct ultrasonic flaw images in weldments. The automated ultrasonic testing system developed in the present study adopted an 8 channel pulser/receiver-ADC unit and a 2 axis motion driving unit and the post signal and image processing algorithms are built into the system program of the automated ultrasonic testing system.

  • PDF

Automated Analysis Technique Developed for Detection of ODSCC on the Tubes of OPR1000 Steam Generator

  • Kim, In Chul;Nam, Min Woo
    • Journal of the Korean Society for Nondestructive Testing
    • /
    • v.33 no.6
    • /
    • pp.519-523
    • /
    • 2013
  • A steam generator (SG) tube is an important component of a nuclear power plant (NPP). It works as a pressure boundary between the primary and secondary systems. The integrity of a SG tube can be assessed by an eddy current test every outage. The eddy current technique(adopting a bobbin probe) is currently the main technique used to assess the integrity of the tubing of a steam generator. An eddy current signal analyst for steam generator tubes continuously analyzes data over a given period of time. However, there are possibilities that the analyst conducting the test may get tired and cause mistakes, such as: missing indications or not being able to separate a true defect signal from one that is more complicated. This error could lead to confusion and an improper interpretation of the signal analysis. In order to avoid these possibilities, many countries of opted for automated analyses. Axial ODSCC (outside diameter stress corrosion cracking) defects on the tubes of OPR1000 steam generators have been found on the tube that are in contract with tube support plates. In this study, automated analysis software called CDS (computer data screening) made by Zetec was used. This paper will discuss the results of introducing an automated analysis system for an axial ODSCC on the tubes of an OPR1000 steam generator.

Development of Automated Ultrasonic Testing System for Partial Joint-Weld of Heat Exchanger's Header to Tube in Power Plant (발전소 열교환기 헤더와 튜브의 부분 용입형 용접부 초음파 자동검사시스템 개발)

  • Lee, Jin-Hyuk;Lim, Seong-Jin;Park, Ik-Keun;Kim, Dae-Hyun
    • Journal of the Korean Society for Nondestructive Testing
    • /
    • v.30 no.4
    • /
    • pp.367-372
    • /
    • 2010
  • A power plant's heat exchangers work under poor conditions, such as high temperature, high pressure, corrosion, mechanical stress and vibration. Especially, partial joint-weld of heat exchanger's header to stub-tube is the place where incomplete penetration flaws can easily occur. But, it is hard to evaluate the safety of the structure by conventional nondestructive testing techniques. So it is necessary to test integrity of the weld inside and to develop testing technique and equipment that can detect the flaws at the weld point in order to enhance reliability of the test result. In this study, we developed a suitable automated ultrasonic testing system that can inspect the partial joint-weld of header to stub-tube of power plant. Finally, we showed the efficiency of the automated ultrasonic-testing-system from the application.