• Title/Summary/Keyword: software system

Search Result 12,099, Processing Time 0.039 seconds

A Study of Software Hazard Analysis for Safety Critical Function in Military Aircraft

  • Oh, Hung-Jae;Hong, Jin-Pyo
    • Journal of IKEEE
    • /
    • v.16 no.2
    • /
    • pp.145-152
    • /
    • 2012
  • This paper is the Software Hazard Analysis (SWHA) which will study the managerial process and the technical methode and techniques inherent in the performance of software safety task within the Military Aircraft System Safety program. This SWHA identifies potential hazardous effects on the software intensive systems and provides a comprehensive and qualitative assessment of the software safety. The purpose of this paper is to identify safety critical functions of software in Military A/C. The identified software hazards associated with the design or function will be evaluated for risks and operational constraint to further improve the software design requirement, analysis and testing efforts for safety critical software. This common SWHA, the first time analysis in KOREA, was review all avionics OFP(Operational Flight Program), and focus only on software segments which are safety critical. This paper provides a important understanding between the customer and developer as to how the software safety for the Military A/C will be accomplished. It will also provide the current best solution which may as one consider the necessary step in establishing a credible and cost-effective software safety program.

A software reliability model with a Burr Type III fault detection rate function

  • Song, Kwang Yoon;Chang, In Hong;Choi, Min Su
    • International Journal of Reliability and Applications
    • /
    • v.17 no.2
    • /
    • pp.149-158
    • /
    • 2016
  • We are enjoying a very comfortable life thanks to modern civilization, however, comfort is not guaranteed to us. Development of software system is a difficult and complex process. Therefore, the main focus of software development is on improving the reliability and stability of a software system. We have become aware of the importance of developing software reliability models and have begun to develop software reliability models. NHPP software reliability models have been developed through the fault intensity rate function and the mean value functions within a controlled testing environment to estimate reliability metrics such as the number of residual faults, failure rate, and reliability of the software. In this paper, we present a new NHPP software reliability model with Burr Type III fault detection rate, and present the goodness-of-fit of the fault detection rate software reliability model and other NHPP models based on two datasets of software testing data. The results show that the proposed model fits significantly better than other NHPP software reliability models.

A study on the development of high performance graphics system for simulation (Simulation을 위한 고성능 그래픽 시스템의 개발에 관한 연구)

  • 노갑선;박재현;장래혁;박정우;구경훈;이재영;권욱현
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1992.10a
    • /
    • pp.321-326
    • /
    • 1992
  • In this paper, a high performance graphics system is suggested and its hardware architecture and software structure are described. The developed graphics system is a multi-processing system that uses 6 i860 RISC CPU's and supports PHIGS language in a hardware level. The software is programmed with respect to the graphics pipeline and the software modules are distributed into each processor for the optimization of the performance. The implemented graphics system can draw about 100,000 3D polygons second.

  • PDF

Development of software for the system performance of daylight responsive dimming systems (광센서 조광제어시스템의 성능평가를 위한 소프트웨어 개발)

  • Hwang, Min-Gu;Choi, An-Seop
    • Proceedings of the Korean Institute of IIIuminating and Electrical Installation Engineers Conference
    • /
    • 2005.05a
    • /
    • pp.133-136
    • /
    • 2005
  • Recently, a drain of energy resources is issued seriously. The daylight responsive dimming systems can reduce electric energy uses. But, we cannot predict amounts of energy-saving and accuracy of system performance. Therefore, the purpose of this study is a development of software for the system performance of daylight responsive dimming systems. The principle of this software based on luminous flux transfer method and finite elements method. The control algorithm of this software and daylight responsive dimming systems use the same algorithm. In addition the advantages of this software are use to same algorithm of daylight responsive dimming systems, electric power-luminous flux data and rates of frequency of sky conditions. Therefore, this software can predict more correct calculation about illuminance and amounts of energy-saving of daylight responsive dimming systems.

  • PDF

인도 소프트웨어산업의 혁신과 정부정책의 역할

  • 전황수;현창희
    • Journal of Technology Innovation
    • /
    • v.9 no.2
    • /
    • pp.120-139
    • /
    • 2001
  • The purpose of this paper is to evaluate the Indian Software Industry and t government's industrial policy by analysing the characteristics of the software industry, authority, development process, social infrastructure, and public sector. The Information age is creating profound changes in the way we live and work. It is transforming all aspects of society, stimulating new opportunities. Over the past decade, India has deliberately prepared itself to meet the new challenges of the information age. India became an important player in shaping world software industry. Through the industrial policy, Indian government is focusing on 1) the development of software industry, 2) dramatic increase in IT scientists engineers, and the promotion of education institutes, 3) the establishment of the software technology Parks (STP), 4) the inducement of foreign direct investment, 5) extensive standardization, 6) the coordination of the law and system. India has liberalized finance and telecommunications system in an effort to bring in more business, and has revamped education curriculums to encourage more creativity among students. Government has played crucial role in bringing India one of advanced software nation by presenting the grand vision and sophisticated plan, liberalizing telecommunication market, and enhancing the efficiency of bureaucratic system.

  • PDF

KF-16 Software Upgrade Cost Analysis (KF-16 항공기 SW성능향상사업 비용분석)

  • Min, Sung Ki;Lee, Cheol Woo;Dalton, Carl
    • Journal of the Korean Society of Systems Engineering
    • /
    • v.2 no.1
    • /
    • pp.18-23
    • /
    • 2006
  • The purpose of this study and report is to provide, to the MND, an independent cost analysis of modernizing software of F-16 fighter fleets to support the use of several weapon system options, including JDAM, AIM-9X and HARM Targeting System etc. The study analyzed each options with software sizing, software cost, enabling hardware cost, flight test cost, system engineering cost, and 3 strategies. And the study proposed and analyzed some alternative strategies: strategy1 is to modernize software only within existing electronic processing capability; strategy2 is a full upgrade of weapons avionics with plug compatible electronics; strategy3 is an approach defined to mirror the USAF Common Configuration Implementation Approach (CCIP). The recommended alternative is strategy2.

  • PDF

A Framework for Detecting Data Races in Weapon Software (무기체계 소프트웨어의 자료경합을 탐지하기 위한 프레임워크)

  • Oh, Jin-Woo;Choi, Eu-Teum;Jun, Yong-Kee
    • IEMEK Journal of Embedded Systems and Applications
    • /
    • v.13 no.6
    • /
    • pp.305-312
    • /
    • 2018
  • Software has been used to develop many functions of the modern weapon systems which has a high mission criticality. Weapon system software must consider multi-threaded processing to satisfy growing performance requirement. However, developing multi-threaded programs are difficult because of concurrency faults, such as unintended data races. Especially, it is important to prepare analysis for debugging the data races, because the weapon system software may cause personal injury. In this paper, we present an efficient framework of analysis, called ConDeWS, which is designed to determine the scope of dynamic analysis through using the result of static analysis and fault analysis. As a result of applying the implemented framework to the target software, we have detected unintended data races that were not detected in the static analysis.

Software Modeling for Flexure Compensation System (FCS) prototype of the Giant Magellan Telescope Multi-object Astronomical and Cosmological Spectrograph (GMACS)

  • Ji, Tae-Geun;Cook, Erika;Lee, Hye-In;Depoy, Darren L.;Marshall, Jennifer;Pak, Soojong
    • The Bulletin of The Korean Astronomical Society
    • /
    • v.43 no.2
    • /
    • pp.56.3-56.3
    • /
    • 2018
  • We proceed to develop the control software of GMACS, which is a wide-field, multi-object, moderate-resolution optical spectrograph for the Giant Magellan Telescope (GMT). Flexure Compensation System (FCS) prototype is one of the electronics and mechanical prototypes for GMACS. In this poster, we present the software design for the FCS prototype by using the software system modeling language, SysML. We also show two development tools to control the prototype that communicates via EtherCAT: using TwinCAT and Visual C++ on Windows 10, and GMT Software Development Kit (SDK) and C++ on Linux. We discuss the way to design the GMACS control software, which would not depend on the development tools.

  • PDF

Design and Implementation of a Video-On-Demand System using Software RAID Technology (소프트웨어 RAID 기술을 이용한 주문형 비디오 시스템의 설계 및 구현)

  • Kim, Jong-Hoon
    • Journal of The Korean Association of Information Education
    • /
    • v.3 no.1
    • /
    • pp.22-32
    • /
    • 1999
  • In this paper, a von system which is based on current computer technologies is implemented. This von system organizes many personal computers in a local network into a configuration server, storage servers, and clients. To provide reliability, the data is stored using software RAID technology. Also, multimedia services are client-based for efficiency. The software components of this von system are the von configuration software, the von configuration service software, the von management software, and the von service software. Only the von service software runs in the client, while all the others run in the configuration server. The operating system on which the configuration server is run is the Windows NT such that the software executes like the UNIX-daemon process in the Windows NT service manager.

  • PDF

A Study on Mission Software Reliability Test Methods of International Joint Development Project for KT-1 Military Aircraft Software (KT-1 군항공기 소프트웨어 국제공동개발 사업의 미션 소프트웨어 신뢰성 시험방안에 관한 연구)

  • Byung Duck Bae;Seonah Lee
    • Journal of Aerospace System Engineering
    • /
    • v.17 no.6
    • /
    • pp.108-117
    • /
    • 2023
  • Thus far, a mission software component of the KT-1 military fixed-wing aircraft for overseas export has been developed through international joint development with foreign companies. The reliability of the software component could be certified by complying with the development environment and procedures of foreign companies based on DO-178B. However, recently, DO-178C certification is required for overseas exports, and reliability tests to comply with the weapon system software development guidelines are required for domestic military forces. In this paper, we describe the problems in obtaining domestic airworthiness certification in the international joint development of a previously developed KT-1 export-typed aircraft system integration project. To this end, we find a solution to comply with both DO-178C and the Weapon System Software Development and Management Manual and provide the optimal software reliability test method.