• 제목/요약/키워드: flight-control computer(FCC)

검색결과 22건 처리시간 0.02초

무인항공기 비행제어컴퓨터 알고리즘 개발을 통한 비행안전성 향상 (A UAV Flight Control Algorithm for Improving Flight Safety)

  • 박순철;정성록;정명진
    • 정보과학회 논문지
    • /
    • 제44권6호
    • /
    • pp.559-565
    • /
    • 2017
  • 무인항공기는 사람이 탑승하지 않고 미리 설계된 프로그램에 따라 동작하기 때문에 전자기 간섭 등의 외부 영향에 대해 높은 신뢰성을 요구한다. 하지만 소형 무인항공기는 무게 및 공간의 제약으로 인해 외부 영향에 대해 물리적으로 완벽한 저항성을 가지도록 만들기가 어렵다. 이러한 여건으로 인해 기존에 운용 중인 소형 무인항공기는 외부 영향으로 비행제어 컴퓨터가 재시작 될 경우 비행체가 추락하는 상황이 발생하기도 하였다. 따라서 본 논문에서는 소형 무인항공기 비행안전성 향상을 위한 비행제어컴퓨터 알고리즘을 제안한다. 제안하는 알고리즘은 3개의 단계로 이루어져 있다. 첫 번째 단계는 항법장비를 교정하고 유효성을 검증하는 것이다. 두 번째 단계는 이륙단계에 교정데이터를 저장하는 것이다. 세 번째 단계는 비행제어컴퓨터 재시작 발생 시 현재 비행 상태를 판단하고, 비행 중일 경우에 교정데이터를 복구하는 것이다. 제안하는 알고리즘을 실제 소형 무인기에 적용하여 시험한 결과 비행제어컴퓨터가 재시작 되는 상황에도 안전하게 비행 유지가 가능함을 확인할 수 있었다.

파티션 컴퓨팅 기반의 무인기 고장 감내 관성 항법 시스템 (A Fault-tolerant Inertial Navigation System for UAVs Based on Partition Computing)

  • 정병용;김정국
    • 정보과학회 컴퓨팅의 실제 논문지
    • /
    • 제21권1호
    • /
    • pp.29-39
    • /
    • 2015
  • 무인기 항법 시스템의 개발 및 실험에는 위험 요소가 많아 가벼운 하중을 유지하면서도 고장 감내를 지원하는 시스템이 요구된다. 본 논문에서는 CPU 시간과 메모리를 독립적으로 사용하는 파티션을 기반으로, 단일 및 복수 개의 FCC(Flight Control Computer)에서 항법용 주 및 보조 OFP(Operational Flight Program) 파티션들을 독립적으로 수행하는 고장 감내 무인기 항법 시스템에 대해 기술한다. 개발된 시스템은 이중화된 두 개의 FCC를 사용하고, 각 보드에서는 OFP 파티션을 이중화하여 개발 중인 OFP 및 검증된 OFP 시스템을 독립적으로 수행한다. 이러한 고장 감내 시스템은 감내 하중이 작은 무인기의 경우에 하나의 FCC만 사용하여도 S/W 이중화에 따른 고장 감내가 가능하며, H/W 고장 감내도 필요한 중대형 무인기의 경우, 이중화 파티션을 수행하는 보조 FCC까지 사용한다. 이와 같은 파티션 기반 고장 감내 항법 시스템은 그 개발 단계에서 실험의 많은 위험 요소를 제거할 것이다.

무인 비행체용 저가의 ADGPS/INS 통합 항법 시스템 (Design of a Low-Cost Attitude Determination GPS/INS Integrated Navigation System for a UAV (Unmanned Aerial Vehicle))

  • 오상헌;이상정;박찬식;황동환
    • 제어로봇시스템학회논문지
    • /
    • 제11권7호
    • /
    • pp.633-643
    • /
    • 2005
  • An unmanned aerial vehicle (UAV) is an aircraft controlled by .emote commands from ground station and/o. pre-programmed onboard autopilot system. A navigation system in the UAV provides a navigation data for a flight control computer(FCC). The FCC requires accurate and reliable position, velocity and attitude information for guidance and control. This paper proposes an ADGPS/INS integrated navigation system for a UAV. The proposed navigation system comprises an attitude determination GPS (ADGPS) receive., a navigation computer unit, and a low-cost commercial MEMS inertial measurement unit(IMU). The navigation algorithm contains a fault detection and isolation (FDI) function fur integrity. In order to evaluate the performance of the proposed navigation system, two flight tests were preformed using a small aircraft. The first flight test was carried out to confirm fundamental operation of the proposed navigation system and to check the effectiveness of the FDI algorithm. In the second flight test, the navigation performance and the benefit of the GPS attitude information were checked in a high dynamic environment. The flight test results show that the proposed ADGPS/INS integrated navigation system gives a reliable performance even when anomalous GPS data is provided and better navigation performance than a conventional GPS/INS integration unit.

VLIW (Very Long Instruction Word) 형식 드론 FCC(Flight Control Computer)의 실시간성 개선을 위한 소프트웨어 성능 가속화 연구 (A Study on software performance acceleration for improving real time constraint of a VLIW type Drone FCC)

  • 조두산
    • 한국산업융합학회 논문집
    • /
    • 제20권1호
    • /
    • pp.1-7
    • /
    • 2017
  • Most conventional processors execute program instructions in a sequential manner. On the other hand, VLIW processor can execute multiple instructions at the same time. It exploits instruction level parallelism to improve system performance. To that end, program code should be rearranged to VLIW instruction format by a compiler. The compiler determine an optimal execution order of instructions of a program code. This instruction ordering is also called instruction scheduling. The scheduling is an algorithm that decides the execution order for instruction codes in loop parts of a program so that the instruction level parallelism can be maximized. In this research, we apply an existing scheduling algorithm to a VLIW FCC and describe analysis results to further improve its performance. And, we present a solution to solve some limitation of the existing scheduling technique. By using our solution, FCC's performance can be improved upto 32% compared to the existing scheduling only setting.

소형항공기용 Autopilot HILS 시험 (HILS Test for the Small Aircraft Autopilot)

  • 이장호;김응태;성기정
    • 항공우주기술
    • /
    • 제8권1호
    • /
    • pp.172-178
    • /
    • 2009
  • 최근에 개발된 소형제트기는 조종사의 피로경감과 더불어 비행안전성 제고를 위하여 자동비행시스템이 필수적인 요소로 인식되고 있다. 또한, 소형항공기의 항공전자시스템은 집중화된 다중프로세서(centralized multi-processor)와 다중연산 계산구조(multi-process computing architectures)로서 B-777의 Integrated Modular Avionics와 유사한 시스템을 장착하는 추세이다. 이러한 소형항공기 시스템 변화는 고전적 비행방식인 조종사 중심의 비행방식에서 자동비행제어시스템(AFCS) 중심의 비행방식으로의 변화를 야기하였으며 자동 비행제어시스템의 비중은 보다 더 증가하고 있다. 이에 본 논문에서는 상용 소형항공기용 자동비행장치(Autopilot)에 대한 HILS를 구성하여 성능을 검증하였다. 또한, 현재 개발하고 있는 FBW용 FCC(Flight Control Computer)에 탑재될 자동비행 알고리듬에 대한 성능을 PILS를 통하여 확인하였고, 상용 Autopilot에 대한 HILS 결과와 같은 조건에서 비교하여 그 성능을 검증하였다.

  • PDF

Attitude Determination GPS/INS Integrated Navigation System with FDI Algorithm for a UAV

  • Oh Sang Heon;Hwang Dong-Hwan;Park Chansik;Lee Sang Jeong;Kim Se Hwan
    • Journal of Mechanical Science and Technology
    • /
    • 제19권8호
    • /
    • pp.1529-1543
    • /
    • 2005
  • Recently an unmanned aerial vehicle (UAV) has been widely used for military and civil applications. The role of a navigation system in the UAV is to provide navigation data to the flight control computer (FCC) for guidance and control. Since performance of the FCC is highly reliant on the navigation data, a fault in the navigation system may lead to a disastrous failure of the whole UAV. Therefore, the navigation system should possess a fault detection and isolation (FDI) algorithm. This paper proposes an attitude determination GPS/INS integrated navigation system with an FDI algorithm for a UAV. Hardware for the proposed navigation system has been developed. The developed hardware comprises a commercial inertial measurement unit (IMU) and the integrated navigation package (INP) which includes an attitude determination GPS (ADGPS) receiver and a navigation computer unit (NCU). The navigation algorithm was implemented in a real-time operating system with a multi-tasking structure. To evaluate performance of the proposed navigation system, a flight test has been performed using a small aircraft. The test results show that the proposed navigation system can give accurate navigation results even in a high dynamic environment.

무인 비행선의 자동 경로 추종 시스템 개발 및 비행시험 (Design and Flight Test of Path Following System for an Unmanned Airship)

  • 정균명;성재민;김병수;제정형;이성근
    • 제어로봇시스템학회논문지
    • /
    • 제16권5호
    • /
    • pp.498-509
    • /
    • 2010
  • In this paper, a waypoint guidance law Line Tracking algorithm is designed for testing an Unmanned Airship. In order to verify, we develop an autonomous flight control and test system of unmanned airship. The flight test system is composed FCC (Flight Control Computer), GCS (Ground Control System), Autopilot & Guidance program, GUI (Graphic User Interface) based analysis program, and Test Log Sheet for the management of flight test data. It contains flight test results of single-path & multi-path following, one point continuation turn, LOS guidance, and safe mode for emergency.

이중 비행제어시스템의 안정성 향상에 관한 연구 (A Study on the Improvement of Stability of Dual FCC)

  • 엄성용;조영석
    • 한국컴퓨터정보학회:학술대회논문집
    • /
    • 한국컴퓨터정보학회 2019년도 제59차 동계학술대회논문집 27권1호
    • /
    • pp.381-382
    • /
    • 2019
  • 본논문에서는 산업용 드론개발을 위한 안정성 향상에 대하여 연구하였다. 기존의 비행체의 경우 고신뢰도 대용량의 제어시스템을 이용하여 비행제어시스템을 구성하지만 무인 비행체는 소형 내장형시스템을 이용한다. 본 연구에서는 소형 무인 비행체에서 사용하는 소형 내장형 비행제어시스템에서 안정성을 개선하기 위한 방법으로 비행제어신호와 모터의 제어신호를 측정하여 안정상태와 이상상태를 구별한다. 제안한 방법은 기존의 비행제어시스템을 수정하지 않고 비행제어시스템의 감시가 가능 할 것으로 예상한다.

  • PDF

HILS 시스템을 이용한 무인항공기 비행제어시스템의 성능분석 (Performance Analysis of the Flight Control System for UAV using HILS System)

  • 김민수;백수호;최유환;홍성경
    • 대한전기학회:학술대회논문집
    • /
    • 대한전기학회 2005년도 제36회 하계학술대회 논문집 D
    • /
    • pp.2546-2548
    • /
    • 2005
  • 본 논문에서는 무인항공기의 비행제어시스템 개발 및 성능분석을 위한 HILS(Hardware-in-the-Loop-Simulation) 시스템의 구축을 제안한다. 제안한 HILS 시스템은 실시간 시뮬레이션 컴퓨터(dSPACE DS1005), 3축 모션테이블, 자세 센서, 지상통제장치(GCS; Ground Control Station), 비행제어컴퓨터(FCC; Flight Control Computer)로 구성된다. 실제 신호와 유사한 신호를 발생시키기 위한 실시간 시뮬레이션 컴퓨터는 dSPACE가 담당하며, 이 신호는 비행운동을 재현을 위한 3축 모션테이블을 동작시키게 된다. 모션테이블 상에 위치하는 자세센서 값과 GCS의 명령은 FCC의 입력으로 사용된다. 구현된 HILS 시스템을 이용하여 UAV의 제어알고리즘 및 자세센서 성능 검증을 수행하였다.

  • PDF

Ground Test and Evaluation of a Flight Control Systemfor Unmanned Aerial Vehicles

  • Suk, Jin-Young
    • International Journal of Aeronautical and Space Sciences
    • /
    • 제5권1호
    • /
    • pp.57-63
    • /
    • 2004
  • UAV(Unmanned Aerial Vehicle) has become one of the most popularmilitary/commercial aerial robots in the new millennium. In spite of all theadvantages that UAVs inherently have, it is not an easv job to develop a UAVbecause it requires very systematic and complete approaches in full developmentenvelop. The ground test and evaluation phase has the utmost importance in thesense that a well-developed system can be best verified on the ground. In addition,many of the aircraft crashes in the flight tests were resulted from the incompletedevelopment procedure. In this research, a verification procedure of the wholeairbome integrated system was conducted including the flight management system.An airbome flight control computer(FCC) senses the extemal environment from thepehpheral devices and sends the control signal to the actuating system using theassigned control logic and flight test strategy. A ground test station controls themission during the test while the downlink data are transferred from the flightmanagement computer using the serial communication interface. The pilot controlbox also applies additional manual actuating commands. The whole system wastested/verified on the wind-tunnel system, which gave a good pitch controlperformance with a preUspecified flight test procedure. The ground test systemguarantees the performance of fundamental functions of airbome electronic systemfor the future flight tests.