KR20130131652A - 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법 - Google Patents

우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법 Download PDF

Info

Publication number
KR20130131652A
KR20130131652A KR1020120055358A KR20120055358A KR20130131652A KR 20130131652 A KR20130131652 A KR 20130131652A KR 1020120055358 A KR1020120055358 A KR 1020120055358A KR 20120055358 A KR20120055358 A KR 20120055358A KR 20130131652 A KR20130131652 A KR 20130131652A
Authority
KR
South Korea
Prior art keywords
telemetry
telecommand
virtual
virtual machine
ground
Prior art date
Application number
KR1020120055358A
Other languages
English (en)
Inventor
김형신
조현우
김정석
Original Assignee
김정석
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 김정석 filed Critical 김정석
Priority to KR1020120055358A priority Critical patent/KR20130131652A/ko
Publication of KR20130131652A publication Critical patent/KR20130131652A/ko

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/451Execution arrangements for user interfaces
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • G06F9/455Emulation; Interpretation; Software simulation, e.g. virtualisation or emulation of application or operating system execution engines
    • G06F9/45504Abstract machines for programme code execution, e.g. Java virtual machine [JVM], interpreters, emulators

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Human Computer Interaction (AREA)
  • Radio Relay Systems (AREA)

Abstract

최근 우주환경에서는 기존 소프트웨어의 재사용을 위해 가상화 시스템을 도입하여 연구와 운용하고 있다. 기존 소프트웨어를 호스트(Host) 장치 위해 가상화 하여 하나 이상의 기존 소프트웨어를 동시에 운용할 수 있다. 하지만 기존 시스템에서 사용하던 지상국 사용자와의 입출력인 텔레메트리와 텔레커맨드는 시스템마다 상이할 수 있으며 두 개 이상의 가상 머신이 운용될 경우 지상에서는 각각의 가상머신의 텔레메트리와 텔레커맨드를 분리해서 처리해야 하는 문제점이 있다 따라서 본 발명에서는 두 개 이상의 가상머신이 운용될 경우에 각 가상머신에 따라 텔레메트리와 텔레커맨드를 분리하지 않고 하나의 텔레메트리, 텔레커맨드를 사용할 수 있도록 하는 방법을 사용한다. 이 방법은 각각의 게스트(guest) 가상머신 소프트웨어에서는 텔레메트리와 텔레커맨드 모듈의 수정이 필요 없으며 가상화 모듈에서 각각의 가상장치에게 지상으로의 텔레커맨드를 수신받아 가상머신의 상태와 특성에 맞게 명령어를 분리하여 전달하고, 각각의 가상머신으로 받은 데이터는 통합하여 텔레메트리를 통해 지상으로 송신한다. 이 방법을 사용하면 지상국 사용자 입장에서는 각각의 가상머신을 고려하여 텔레커맨드와 텔레메트리를 사용할 필요가 없다. 왜냐하면 가상화 기술이 적용된 위성탑재 소프트웨어에서 두 개 이상의 가상머신의 입력과 출력을 자동으로 처리해 주기 때문이다.

Description

우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법 {Sending Commands and Receiving data on virtual environment of spacecraft}
인공위성 탑 재 소프트웨어에서 가상머신을 통한 UI 통합 기술.
위성 탑재 컴퓨터는 각종 센서에서 수집한 데이터를 지상국과 텔레메트리(Telemetry)으로 전달하고 지상국에서는 텔레메트리로 받은 데이터를 분석함으로써 위성의 상태, 위치 등에 관한 정보를 파악할 수 있다. 그리고 지상국에서는 위성의 상태를 변경하거나 자세제어 센서제어 등을 위해텔레커맨드(Telecommand) 으로 위성의 하드웨어 및 서브시스템 제어나 소프트웨어 제어를 위한 명령 전송이 가능하다.
본 발명에서는 두 개 이상의 가상머신이 운용될 경우에 각 가상머신에 따라 텔레메트리와 텔레커맨드를 분리하지 않고 하나의 텔레메트리, 텔레커맨드를 사용할 수 있도록 하는 방법을 사용한다. 이 방법은 각각의 게스트(guest) 가상머신 소프트웨어에서는 텔레메트리와 텔레커맨드 모듈의 수정이 필요 없으며 가상화 모듈에서 각각의 가상장치에게 지상으로의 텔레커맨드를 수신받아 가상머신의 상태와 특성에 맞게 명령어를 분리하여 전달하고, 각각의 가상머신으로 받은 데이터는 통합하여 텔레메트리를 통해 지상으로 송신한다. 이 방법을 사용하면 지상국 사용자 입장에서는 각각의 가상머신을 고려하여 텔레커맨드와 텔레메트리를 사용할 필요가 없다. 왜냐하면 가상화 기술이 적용된 위성탑재 소프트웨어에서 두 개 이상의 가상머신의 입력과 출력을 자동으로 처리해 주기 때문이다.
VMM 안에 Virtual Tele-command/ Telemetry Manager를 통하여 각각의 VM들에게 Tele-command/Telemetry interface를 제공하고 지상국에서는 Telemetry Manager를 통하여 Tele-command/Telemetry를 통합하여 사용 할 수 있다.
가상머신이 운용될 경우에 각 가상머신에 따라 텔레메트리와 텔레커맨드를 분리하지 않고 하나의 텔레메트리, 텔레커맨드를 사용할 수 있도록 하는 방법을 사용한다. 이 방법은 각각의 게스트(guest) 가상머신 소프트웨어에서는 텔레메트리와 텔레커맨드 모듈의 수정이 필요 없으며 가상화 모듈에서 각각의 가상장치에게 지상으로의 텔레커맨드를 수신받아 가상머신의 상태와 특성에 맞게 명령어를 분리하여 전달하고, 각각의 가상머신으로 받은 데이터는 통합하여 텔레메트리를 통해 지상으로 송신한다. 이 방법을 사용하면 지상국 사용자 입장에서는 각각의 가상머신을 고려하여 텔레커맨드와 텔레메트리를 사용할 필요가 없다. 왜냐하면 가상화 기술이 적용된 위성탑재 소프트웨어에서 두 개 이상의 가상머신의 입력과 출력을 자동으로 처리해 주기 때문이다.
생략

Claims (1)

  1. 가상환경에서 가상머신을 위한 명령어 전달 및 결과 수신 방법
KR1020120055358A 2012-05-24 2012-05-24 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법 KR20130131652A (ko)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020120055358A KR20130131652A (ko) 2012-05-24 2012-05-24 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020120055358A KR20130131652A (ko) 2012-05-24 2012-05-24 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법

Publications (1)

Publication Number Publication Date
KR20130131652A true KR20130131652A (ko) 2013-12-04

Family

ID=49980724

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020120055358A KR20130131652A (ko) 2012-05-24 2012-05-24 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법

Country Status (1)

Country Link
KR (1) KR20130131652A (ko)

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9876563B1 (en) 2016-10-19 2018-01-23 Vector Launch Inc. Virtualization-enabled satellite platforms
CN107797796A (zh) * 2017-09-25 2018-03-13 上海卫星工程研究所 卫星系统状态图形化编辑及显示终端
US9960837B1 (en) 2017-07-19 2018-05-01 Vector Launch Inc. Pseudo-geosynchronous configurations in satellite platforms
US9991951B2 (en) 2016-10-19 2018-06-05 Vector Launch Inc. Peer state transfer among satellite devices
US9998207B1 (en) 2017-07-19 2018-06-12 Vector Launch Inc. Orbital network layering in satellite platforms
US10069935B1 (en) 2017-07-19 2018-09-04 Vector Launch Inc. Role-specialization in clustered satellite platforms
US20190028394A1 (en) * 2017-07-19 2019-01-24 Vector Launch Inc. Quality of service management in a satellite platform
US10491710B2 (en) 2017-07-19 2019-11-26 Vector Launch Inc. Role-specialization in spaceborne and airborne computing platforms
US10530468B2 (en) 2016-10-19 2020-01-07 Vector Launch Inc. State transfer among virtualized nodes in spaceborne or airborne systems
US10630378B2 (en) 2018-02-09 2020-04-21 Lockheed Martin Corporation Bandwidth optimizing range adjustments among satellites
US10805001B2 (en) 2016-10-19 2020-10-13 Lockheed Martin Corporation State transfer among spaceborne and airborne devices
CN115549771A (zh) * 2022-12-01 2022-12-30 银河航天(北京)通信技术有限公司 基于分段层对虚拟信道进行调度的方法、装置及存储介质

Cited By (26)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10651926B2 (en) 2016-10-19 2020-05-12 Lockheed Martin Corporation State transfer among satellite platforms
US10250319B2 (en) 2016-10-19 2019-04-02 Vector Launcy Inc. Task transfer among satellite devices
US10305582B2 (en) 2016-10-19 2019-05-28 Vector Launch Inc. State transfer among satellite platforms
US10805001B2 (en) 2016-10-19 2020-10-13 Lockheed Martin Corporation State transfer among spaceborne and airborne devices
US10659149B2 (en) 2016-10-19 2020-05-19 Lockheed Martin Corporation Virtualized software payloads on satellite devices
US9876563B1 (en) 2016-10-19 2018-01-23 Vector Launch Inc. Virtualization-enabled satellite platforms
US10084534B2 (en) 2016-10-19 2018-09-25 Vector Launch Inc. State transfer among virtualization-enabled satellite platforms
US10530468B2 (en) 2016-10-19 2020-01-07 Vector Launch Inc. State transfer among virtualized nodes in spaceborne or airborne systems
US9991951B2 (en) 2016-10-19 2018-06-05 Vector Launch Inc. Peer state transfer among satellite devices
US20190028394A1 (en) * 2017-07-19 2019-01-24 Vector Launch Inc. Quality of service management in a satellite platform
US10069935B1 (en) 2017-07-19 2018-09-04 Vector Launch Inc. Role-specialization in clustered satellite platforms
US10270521B2 (en) 2017-07-19 2019-04-23 Vector Launch Inc. Pseudo-geosynchronous communications in satellite platforms
US10306019B2 (en) 2017-07-19 2019-05-28 Vector Launch Inc. Variable role-specialization among computing devices of computing platforms
US9960837B1 (en) 2017-07-19 2018-05-01 Vector Launch Inc. Pseudo-geosynchronous configurations in satellite platforms
WO2019017980A1 (en) 2017-07-19 2019-01-24 Vector Launch Inc. QUALITY OF SERVICE MANAGEMENT IN A SATELLITE PLATFORM
EP3656066A4 (en) * 2017-07-19 2021-04-21 Lockheed Martin Corporation QUALITY OF SERVICE MANAGEMENT IN A SATELLITE PLATFORM
US10608732B2 (en) 2017-07-19 2020-03-31 Vector Launch Inc. Communications in layered orbital networks
US10965779B2 (en) 2017-07-19 2021-03-30 Lockheed Martin Corporation Role-specialization in spaceborne and airborne computing platforms
US10225001B2 (en) 2017-07-19 2019-03-05 Vector Launch Inc. Orbital network layering
US9998207B1 (en) 2017-07-19 2018-06-12 Vector Launch Inc. Orbital network layering in satellite platforms
US10659564B2 (en) 2017-07-19 2020-05-19 Lockheed Martin Corporation Role differentiation for task servicing in computing platforms
US10757027B2 (en) * 2017-07-19 2020-08-25 Lockheed Martin Corporation Quality of service management in a satellite platform
US10491710B2 (en) 2017-07-19 2019-11-26 Vector Launch Inc. Role-specialization in spaceborne and airborne computing platforms
CN107797796A (zh) * 2017-09-25 2018-03-13 上海卫星工程研究所 卫星系统状态图形化编辑及显示终端
US10630378B2 (en) 2018-02-09 2020-04-21 Lockheed Martin Corporation Bandwidth optimizing range adjustments among satellites
CN115549771A (zh) * 2022-12-01 2022-12-30 银河航天(北京)通信技术有限公司 基于分段层对虚拟信道进行调度的方法、装置及存储介质

Similar Documents

Publication Publication Date Title
KR20130131652A (ko) 우주용 가상환경에서 명령어 전달과 결과 수신 대한 방법
WO2016109154A8 (en) Trusted computing
US9417904B2 (en) Cyber-physical system and method of monitoring virtual machine thereof
EP4202677A1 (en) Optimizing deployment and security of microservices
CN108124475B (zh) 虚拟系统蓝牙通信方法及装置、虚拟系统、存储介质及电子设备
WO2012024508A3 (en) Systems and methods for securing virtual machine computing environments
MX2017007288A (es) Sistema de control de acceso con datos de tarjeta virtual.
US9507617B1 (en) Inter-virtual machine communication using pseudo devices
WO2013003227A8 (en) System and methods for driverless operation of usb device
US10225349B2 (en) Software development kit for aircraft tablet device and airborne application server
US10169075B2 (en) Method for processing interrupt by virtualization platform, and related device
MX2017007292A (es) Programacion remota para sistema de control de acceso con datos de tarjeta virtual.
GB2508553A (en) Protecting memory of a virtual guest
WO2014110167A3 (en) Integrated machine learning for a data management product
GB2530950A (en) Utilizing client resources during mobility operations
TW200701007A (en) Method, system and program product for differentiating between virtual hosts on bus transactions and associating allowable memory access for an input/output adapter that supports virtualization
KR20130068588A (ko) 호스트 기반 단말 가상화 환경에서 공유 메모리를 이용한 입출력 디바이스 가상화 장치 및 방법
GB2497458A (en) Enabling control to a hypervisor in a cloud computing environment
EP4354289A2 (en) Extensible computing architecture for vehicles
JP2010523383A5 (ko)
RU2013118346A (ru) Дистанционный концентратор данных
US20160050282A1 (en) Method for extending hybrid high availability cluster across network
MX2021010584A (es) Inicio de un invitado seguro utilizando un mecanismo de carga de programa inicial.
CN106142087A (zh) 一种基于云计算的智能机器人系统及其控制方法
CN103577250A (zh) 一种应用于虚拟机的设备直通方法