KR101963491B1 - Scheduling method and system for converting multiple asynchronous data into serial communication - Google Patents

Scheduling method and system for converting multiple asynchronous data into serial communication Download PDF

Info

Publication number
KR101963491B1
KR101963491B1 KR1020170015307A KR20170015307A KR101963491B1 KR 101963491 B1 KR101963491 B1 KR 101963491B1 KR 1020170015307 A KR1020170015307 A KR 1020170015307A KR 20170015307 A KR20170015307 A KR 20170015307A KR 101963491 B1 KR101963491 B1 KR 101963491B1
Authority
KR
South Korea
Prior art keywords
data
asynchronous data
module
scheduling
priority
Prior art date
Application number
KR1020170015307A
Other languages
Korean (ko)
Other versions
KR20180090906A (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 KR1020170015307A priority Critical patent/KR101963491B1/en
Publication of KR20180090906A publication Critical patent/KR20180090906A/en
Application granted granted Critical
Publication of KR101963491B1 publication Critical patent/KR101963491B1/en

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/622Queue service order
    • H04L47/6225Fixed service order, e.g. Round Robin
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L47/00Traffic control in data switching networks
    • H04L47/50Queue scheduling
    • H04L47/62Queue scheduling characterised by scheduling criteria
    • H04L47/6295Queue scheduling characterised by scheduling criteria using multiple queues, one for each individual QoS, connection, flow or priority
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/18Multiprotocol handlers, e.g. single devices capable of handling multiple protocols

Abstract

본 발명은 각기 다른 통신 프로토콜을 가진 모듈들을 하나의 모듈에서 취합할 시 발생하는 실시간성 및 편중성을 해결하기 위해 라운드로빈 과 우선순위 알고리즘을 접목한 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법 및 시스템에 관한 것으로서, 두 개 이상의 비동기식 데이터를 라운드 로빈(Round Robin)방식의 전송시간 분배부분에 우선순위 알고리즘을 적용한 스케줄링 방법은 버퍼카운트 계수 및 우선순위 계수의 매개변수를 이용하여 스케줄링 결과를 도출하는 단계, 도출된 스케줄링 결과값과 기설정된 매개변수 값을 비교하여 모듈별로 상기 가장 높은값을 갖는 모듈의 데이터를 패킷 하는 단계 및 패킷화 된 데이터를 우선적으로 처리하는 단계를 포함한다.
또한, 두 개 이상의 비동기식 데이터를 라운드 로빈(Round Robin)방식의 전송시간 분배부분에 우선순위 알고리즘을 적용한 스케줄링 시스템은 둘 이상의 비동기 데이터를 송신하는 송신부, 송신부로부터 전송된 비동기 데이터를 동기데이터로 변환하여 수신하여 수신부를 포함하여 이루어지고, 상기 수신부는 버퍼, 스케줄링 프로세스 및 패킷화 모듈을 포함한다.
The present invention relates to a scheduling method for converting multiple asynchronous data into serial communication, which combines a round robin and a priority algorithm in order to solve the real-time property and biasedness in collecting modules having different communication protocols from one module, System, a scheduling method in which a priority algorithm is applied to a transmission time distribution part of two or more asynchronous data in a round robin scheme derives a scheduling result using parameters of a buffer count coefficient and a priority coefficient Comparing the derived scheduling result value with a predetermined parameter value, packetizing the data of the module having the highest value for each module, and processing the packetized data preferentially.
In addition, a scheduling system in which a priority algorithm is applied to a transmission time distribution part of two or more asynchronous data in a round robin scheme includes a transmitter for transmitting two or more asynchronous data, an asynchronous data transmitted from the transmitter, And a receiving unit, wherein the receiving unit includes a buffer, a scheduling process, and a packetizing module.

Description

다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법 및 시스템{SCHEDULING METHOD AND SYSTEM FOR CONVERTING MULTIPLE ASYNCHRONOUS DATA INTO SERIAL COMMUNICATION}[0001] SCHEDULING METHOD AND SYSTEM FOR CONVERTING MULTIPLE ASYNCHRONOUS DATA INTO SERIAL COMMUNICATION [0002]

본 발명은 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법 및 시스템으로서, 더욱 상세하게는 각기 다른 통신 프로토콜을 가진 모듈들을 하나의 모듈에서 취합할 시 발생하는 실시간성 및 편중성을 해결하기 위해 라운드로빈 과 우선순위 알고리즘을 접목한 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법 및 시스템에 관한 것이다.The present invention relates to a scheduling method and system for converting multiple asynchronous data into serial communication, and more particularly, to a scheduling method and system for converting multiple asynchronous data into serial communication, And a scheduling method and system for converting multiple asynchronous data into a serial communication.

종래 우선순위 알고리즘은 보통 컴퓨터의 CPU 스케줄링에 사용되는 알고리즘의 일종으로 각 프로세스에 우선순위를 부여하여 순위가 높은 순서대로 처리하는 방법이다(도 1 참조).The conventional priority algorithm is a kind of algorithm used for CPU scheduling of a computer, and priority is given to each process to process in order of priority (see FIG. 1).

또한, 라운드 로빈(Round Robin) 알고리즘 즉, 라운드 로빈 스케줄링은 시분할 시스템을 위해 설계된 선점형 스케줄링의 하나로서, 프로세스들 사이에 우선순위를 두지 않고 순서대로 시간단위(Time Quantum)로 할당하는 방식의 알고리즘이다. FCFS(First come, First service) 방식으로 각 프로세스는 같은 크기의 타임 슬라이스를 할당받는다. 만약, 프로세스가 할당받은 시간 동안 작업을 완료하지 못하면 다음 프로세스로 넘어가고 실행중이던 프로세스는 준비 완료 리스트의 가장 뒤로 보내진다(도 2 참조).In addition, Round Robin algorithm, that is, round robin scheduling, is one of preemptive scheduling designed for time-sharing systems. It employs a method of allocating processes in a time unit (time quantum) to be. FCFS (First Come, First service) method, each process is assigned a time slice of the same size. If the process does not complete the task for the allotted time, the process proceeds to the next process and the running process is sent to the back of the ready list (see FIG. 2).

그러나 종래의 단순 우선순위 알고리즘은 우선순위가 높고 전송속도가 빠른 데이터만 지속적으로 보내 우선순위가 낮은 데이터가 처리 안 될 위험성이 있고, 단순 Round Robin 알고리즘은 우선 시 되어야 할 데이터가 뒤늦게 전송되는 문제점이 있다.However, in the conventional simple priority algorithm, there is a risk that only the data of high priority and the data of the high transmission rate is continuously transmitted, and the data of low priority is not processed. In the simple round robin algorithm, have.

상기의 문제점을 해결하기 위한 본 발명의 목적은 두 개 이상의 비동기식 데이터를 효율적이고 공정하게 처리하기 위해 라운드 로빈(Round Robin) 방식의 전송 시간 분배 부분에 우선순위 알고리즘을 적용한 스케줄링 방법을 제공함에 있다.It is an object of the present invention to solve the above problems and provide a scheduling method in which a priority algorithm is applied to a transmission time distribution portion of a round robin scheme for efficiently and fairly processing two or more asynchronous data.

본 발명에 따른 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법은 버퍼카운트 계수 및 우선순위 계수의 매개변수를 이용하여 스케줄링 결과를 도출하는 단계, 도출된 스케줄링 결과값과 기설정된 매개변수 값을 비교하여 모듈별로 상기 가장 높은값을 갖는 모듈의 데이터를 패킷 하는 단계 및 패킷화 된 데이터를 우선적으로 처리하는 단계를 포함할 수 있다.The scheduling method for converting multiple asynchronous data into serial communication according to the present invention includes deriving a scheduling result using parameters of a buffer count coefficient and a priority coefficient, comparing the derived scheduling result value and a predetermined parameter value And packetizing data of the module having the highest value for each module, and preferentially processing the packetized data.

또한, 우선순위는, Priority(X) = (α * Buffer Count) + (β * RealTime)의 수식으로 계산될 수 있다. 여기서, 버퍼카운트 계수(α) = 0.6, 우선순위 계수(β) = 0.4 으로 할 수 있다.In addition, the priority order can be calculated by the formula of Priority (X) = (? * Buffer Count) + (? * RealTime). Here, the buffer count coefficient alpha = 0.6 and the priority coefficient beta = 0.4.

한편, 본 발명에 따른 두 개 이상의 비동기식 데이터를 라운드 로빈 (Round Robin)방식의 전송시간 분배부분에 우선순위 알고리즘을 적용한 스케줄링 시스템은 둘 이상의 비동기 데이터를 송신하는 송신부, 송신부로부터 전송된 비동기 데이터를 동기데이터로 변환하여 수신하여 수신부를 포함하여 이루어지고, 수신부는 버퍼, 스케줄링 프로세스 및 패킷화 모듈을 포함할 수 있다.Meanwhile, a scheduling system in which two or more asynchronous data according to the present invention are applied to a transmission time distributing part of a round robin scheme includes a transmitting part for transmitting two or more asynchronous data, a transmitting part for transmitting asynchronous data transmitted from the transmitting part, Converting the data into data and receiving the data, and the receiving unit may include a buffer, a scheduling process, and a packetizing module.

또한, 수신부는 송신부의 데이터를 통신하는 모듈마다 하나의 버퍼를 갖고 상기 모듈에서 수신한 데이터를 시리얼 인터페이스로 스케줄링할 수 있다.In addition, the receiving unit has one buffer for each module communicating data of the transmitting unit, and can schedule the data received by the module through the serial interface.

본 발명에 따른 우선순위 알고리즘을 적용한 스케줄링 방법은 두 개 이상의 비동기로 데이터를 수신받는 상황에서 각 데이터를 패킷화 할 때, 데이터의 중요도와 버퍼 카운트 상황에 따라 기존보다 편중되지 않고 실시간성을 보장할 수 있는 스케줄링이 가능한 장점이 있다.In the scheduling method using the priority algorithm according to the present invention, when each data is packetized in a situation in which data is received in two or more asynchronous states, the scheduling method is not biased according to the importance of the data and the buffer count situation, There is an advantage that scheduling can be done.

도 1은 종래의 우선순위 알고리즘을 나타내는 구성도,
도 2는 종래의 라운드 로빈(Round Robin) 알고리즘을 나타내는 구성도,
도 3은 본 발명의 일 실시예에 따른 동작시스템의 구성도이다.
도 4는 본 발명의 일 실시예에 따른 스케줄링 프로세스를 나타내는 개념도 이다.
1 is a block diagram showing a conventional priority algorithm,
2 is a block diagram illustrating a conventional round robin algorithm,
3 is a configuration diagram of an operation system according to an embodiment of the present invention.
4 is a conceptual diagram illustrating a scheduling process according to an embodiment of the present invention.

이하, 첨부한 도면을 참조하여 본 발명의 일 실시예에 따른 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법을 상세히 설명한다.Hereinafter, a scheduling method for converting multiple asynchronous data into serial communication according to an embodiment of the present invention will be described in detail with reference to the accompanying drawings.

제1, 제2등의 용어는 다양한 구성요소들을 설명하는데 사용될 수 있지만, 상기 구성요소들은 상기 용어들에 의해 한정되어서는 안 된다. 상기 용어들은 하나의 구성요소를 다른 구성요소로부터 구별하는 목적으로만 사용된다. 예를 들어, 본 발명의 권리 범위를 벗어나지 않으면서 제1 구성요소는 제2 구성요소로 명명될 수 있고, 유사하게 제2 구성요소도 제1 구성요소로 명명될 수 있다. 및/또는 이라는 용어는 복수의 관련된 기재된 항목들의 조합 또는 복수의 관련된 기재된 항목들 중의 어느 항목을 포함한다.The terms first, second, etc. may be used to describe various components, but the components should not be limited by the terms. The terms are used only for the purpose of distinguishing one component from another. For example, without departing from the scope of the present invention, the first component may be referred to as a second component, and similarly, the second component may also be referred to as a first component. And / or < / RTI > includes any combination of a plurality of related listed items or any of a plurality of related listed items.

어떤 구성요소가 다른 구성요소에 "연결되어" 있다거나 "접속되어" 있다고 언급된 때에는, 그 다른 구성요소에 직접적으로 연결되어 있거나 또는 접속되어 있을 수도 있지만, 중간에 다른 구성요소가 존재할 수도 있다고 이해되어야 할 것이다.It is to be understood that when an element is referred to as being "connected" or "connected" to another element, it may be directly connected or connected to the other element, .

또한, 이하의 설명에서 사용되는 구성요소에 대한 접미사 "모듈" 및 "부"는 단순히 본 명세서 작성의 용이함만이 고려되어 부여되는 것으로서, 그 자체로 특별히 중요한 의미 또는 역할을 부여하는 것은 아니다. 따라서, 상기 "모듈" 및 "부"는 서로 혼용되어 사용될 수도 있다.In addition, suffixes "module" and " part "for the components used in the following description are given merely for convenience of description, and do not give special significance or role in themselves. Accordingly, the terms "module" and "part" may be used interchangeably.

도 3은 본 발명의 일 실시예에 따른 동작시스템의 구성도이다.3 is a configuration diagram of an operation system according to an embodiment of the present invention.

도 3을 참조하면, 본 발명의 동작 시스템은 송신부 및 수신부를 포함하여 이루어질 수 있다.Referring to FIG. 3, the operation system of the present invention may include a transmitter and a receiver.

상기 송신부는 수신부로 데이터를 전소하는 두 개 이상의 비동기 데이터를 가지는 모듈들로 구성된다.The transmitting unit is composed of modules having two or more asynchronous data for transmitting data to the receiving unit.

상기 수신부는 버퍼, 스케줄링 프로세스 및 패킷화 모듈을 포함하여 구성될 수 있다. 즉, 수신부는 송신부와 데이터 통신을 하는 모듈마다 1개의 버퍼를 갖고 각 모듈에서 수신한 데이터를 시리얼 인터페이스로 스케줄링하는 구조로 구성될 수 있다.The receiving unit may include a buffer, a scheduling process, and a packetizing module. That is, the receiving unit may have a structure in which the receiving unit has one buffer for each module that performs data communication with the transmitting unit, and schedules the data received from each module with a serial interface.

송신부(1)의 각 모듈(3)은 메인 시스템인 수신부(2)와 비동기식 데이터 통신을 하며, 각 모듈의 데이터는 보장되어야 할 실시간성이 모두 다르다. 수신부(2)에서는 둘 이상의 모듈에서 비동기의 데이터를 받고, 모듈에서 수집된 데이터를 하나의 통신을 위하여 패킷(6) 형태에 맞도록 재구성한다. 이 과정에서 둘 이상의 비 동기 데이터를 하나의 패킷(6)으로 재구성하여 시리얼 통신을 하기 위해서는 수신된 데이터를 스케줄링하는 프로세스가 적용되어야 한다. Each module 3 of the transmitter 1 performs asynchronous data communication with the receiver 2, which is the main system, and the data of each module are different from each other in real time. The receiving unit 2 receives asynchronous data from two or more modules and reconstructs the data collected by the module to fit the packet 6 for one communication. In this process, a process of scheduling received data must be applied in order to reconstruct two or more asynchronous data into one packet (6) and perform serial communication.

각 모듈의 데이터를 공정하게 처리하기 위해 사용하는 적합한 스케줄링 방법으로 Round Robin 방식의 전송 시간 분배 부분에 우선순위 알고리즘을 적용하였다. 기존의 우선순위 알고리즘과 Round Robin 알고리즘, 두 가지를 병합하여 동시에 적용하면 비 동기적 상황에서 효율적인 스케줄링이 가능하다. As a suitable scheduling method to process each module 's data fairly, priority algorithm was applied to the transmission time distribution part of Round Robin method. If both of the existing priority algorithm and the Round Robin algorithm are combined and applied at the same time, efficient scheduling in non-synchronous situations is possible.

도 4는 본 발명의 일 실시예에 따른 스케줄링 프로세스를 나타내는 개념도 이다.4 is a conceptual diagram illustrating a scheduling process according to an embodiment of the present invention.

도 4를 참조하면, 본 발명의 스케줄링 알고리즘은 버퍼카운트 계수(10)와 우선순위 계수(11), 두 가지 매개변수를 이용한 수식(15)을 통하여 스케줄링 결과(14)를 도출한다.Referring to FIG. 4, the scheduling algorithm of the present invention derives a scheduling result 14 through a buffer count coefficient 10, a priority coefficient 11, and an equation 15 using two parameters.

각 모듈에서 수신받는 데이터의 중요도(12)를 결정하고, 비동기 데이터를 수신함과 동시에 각 모듈에 연결된 버퍼마다 데이터(13)가 쌓이게 된다. 이때, 이미 설정된 매개변수(10, 11)를 이용하여 정해진 수식(15)을 통하여 모듈별로 계산 및 비교하여 가장 높은 값을 갖는 모듈의 데이터를 패킷(6)에 배치한다. 만약, 버퍼 데이터(13)가 소량 쌓여 있다면 상대적으로 중요도(12)가 높은 모듈의 데이터가, 버퍼 데이터(13)가 많이 쌓여 있다면 해당 모듈의 데이터를 먼저 프로세싱하여 패킷화(14)할 것이다. 결과적으로 모듈의 데이터의 중요도(12) 및 버퍼 데이터양(13)에 의하여 최적의 우선순위가 결정되어 각 모듈의 데이터를 공정하게 처리 가능하다. The importance (12) of the data received by each module is determined, and data 13 is accumulated for each buffer connected to each module upon receiving the asynchronous data. At this time, the data of the module having the highest value is calculated and compiled for each module through the predetermined equation (15) using the parameters (10, 11) already set and placed in the packet (6). If the buffer data 13 is accumulated in a small amount, the data of the module having the relatively high priority 12 is accumulated in the buffer data 13. If the buffer data 13 is piled up, the data of the corresponding module will be processed first and packetized 14. As a result, the optimum priority is determined by the importance 12 of the data of the module and the amount of buffer data 13, and the data of each module can be processed fairly.

상기 우선순위는 수식으로 계산될 수 있으며, 아래 수학식 1과 같이 나타낼 수 있다.The priority can be calculated by the following equation and can be expressed by the following equation (1).

[수학식][Mathematical Expression]

Priority(X) = (α * Buffer Count) + (β * RealTime)Priority (X) = (? * Buffer Count) + (? * RealTime)

여기서 버퍼카운트 계수(α) = 0.6, 중요도 계수(β) = 0.4로 설정한다.Here, the buffer count coefficient? = 0.6 and the importance coefficient? = 0.4 are set.

따라서, 버퍼데이터 수가 많은 데이터를 우선으로 처리하고, 그 다음 중요도(RealTime)가 많은 데이터가 다음 우선순위로 처리되는 것이다(도 4참조).Therefore, the data having a large number of buffer data is processed first, and the data having the next greatest priority (RealTime) is processed with the next priority (see FIG. 4).

따라서, 본 발명은 두 개 이상의 비동기로 데이터를 수신받는 상황에서 각 데이터를 패킷화할 때, 데이터의 중요도와 버퍼 카운트 상황에 따라 기존보다 편중되지 않고 실시간성을 보장할 수 있는 스케줄링이 가능한 것이다.Therefore, according to the present invention, when packetizing each data in a situation where data is received in two or more asynchronous states, scheduling can be performed to ensure real-time performance without being biased according to importance of data and buffer count situation.

전술한 기술은 본 발명의 실시예를 구현하는데 요구되는 처리 단계들의 관점에서 본 발명의 실시예들을 기술한 것이다. 이들 단계들은 적당하게 프로그램된 컴퓨터에 의해 수행될 수 있으며, 그 구성은 본 기술분야에 널리 알려졌다. 적당한 컴퓨터는 예를 들면, 널리 알려진 컴퓨터 처리기들, 메모리 유닛들, 저장 디바이스들, 컴퓨터 소프트웨어 및 다른 구성요소들을 사용하여 구현될 수 있다.The foregoing description describes embodiments of the present invention in terms of the processing steps required to implement embodiments of the present invention. These steps may be performed by a suitably programmed computer, the configuration of which is well known in the art. Suitable computers may be implemented using, for example, well-known computer processors, memory units, storage devices, computer software, and other components.

이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진 자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안 될 것이다.While the present invention has been particularly shown and described with reference to exemplary embodiments thereof, it is clearly understood that the same is by way of illustration and example only and is not to be construed as limiting the scope of the invention as defined by the appended claims. It will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the present invention.

1 : 송신부(비동기 데이터) 2 : 수신부(동기 데이터)
3 : 송신부 모듈 4 : 버퍼
5 : 스케줄링 프로세스 6 : 패킷모듈
10 : 버퍼카운트 계수 11 : 중요도 계수
13 : 버퍼 데이터 14 : 패킷화
15 : 우선순위 수식
1: Transmitter (asynchronous data) 2: Receiver (synchronous data)
3: Transmitter module 4: Buffer
5: scheduling process 6: packet module
10: buffer count coefficient 11: importance coefficient
13: buffer data 14: packetization
15: Priority formula

Claims (6)

둘 이상의 비동기 데이터를 송신하는 송신부, 상기 송신부로부터 전송된 비동기 데이터를 동기데이터로 변환하여 수신하는 수신부를 포함하여 이루어지고, 두 개 이상의 비동기식 데이터를 라운드 로빈(Round Robin)방식의 전송시간 분배부분에 우선순위 알고리즘을 적용한 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법으로서,
상기 수신부는 버퍼카운트 계수 및 우선순위 계수의 매개변수를 이용하여 스케줄링 결과를 도출하는 단계;
상기 도출된 스케줄링 결과값과 기설정된 매개변수 값을 비교하여 모듈별로 가장 높은 값을 갖는 모듈의 데이터를 패킷화 하는 단계; 및
상기 패킷화 된 데이터를 우선적으로 처리하는 단계를 포함하여 이루어지고,
상기 우선순위는,
Priority(X) = (α * Buffer Count) + (β * RealTime)
의 수식으로 계산되고, 상기 α는 버퍼카운트 계수, 상기 β는 중요도 계수인 것을 특징으로 하는 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법.
A transmission unit for transmitting at least two asynchronous data; and a reception unit for receiving the asynchronous data transmitted from the transmission unit and converting the asynchronous data into synchronous data, wherein the at least two asynchronous data are divided into a round- A scheduling method for converting multiple asynchronous data to a serial communication using a priority algorithm,
Wherein the receiving unit derives a scheduling result using parameters of a buffer count coefficient and a priority coefficient;
Comparing the derived scheduling result value with a predetermined parameter value to packetize module data having the highest value for each module; And
And preferentially processing the packetized data,
The priority order may be,
Priority (X) = (? * Buffer Count) + (? * RealTime)
, Wherein? Is a buffer count coefficient, and? Is an importance coefficient. The method of claim 1, wherein the?
삭제delete 제1항에 있어서,
상기 버퍼카운트 계수(α) = 0.6으로 설정되는 것을 특징으로 하는 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법.
The method according to claim 1,
Wherein the buffer count coefficient alpha is set to 0.6. ≪ RTI ID = 0.0 > 8. < / RTI >
제1항에 있어서,
상기 중요도 계수(β) = 0.4로 설정되는 것을 특징으로 하는 다중 비동기식 데이터를 시리얼 통신으로 변환하기 위한 스케줄링 방법.
The method according to claim 1,
Wherein the importance coefficient (beta) is set to 0.4. ≪ RTI ID = 0.0 > 11. < / RTI >
삭제delete 삭제delete
KR1020170015307A 2017-02-03 2017-02-03 Scheduling method and system for converting multiple asynchronous data into serial communication KR101963491B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020170015307A KR101963491B1 (en) 2017-02-03 2017-02-03 Scheduling method and system for converting multiple asynchronous data into serial communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020170015307A KR101963491B1 (en) 2017-02-03 2017-02-03 Scheduling method and system for converting multiple asynchronous data into serial communication

Publications (2)

Publication Number Publication Date
KR20180090906A KR20180090906A (en) 2018-08-14
KR101963491B1 true KR101963491B1 (en) 2019-08-01

Family

ID=63230324

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020170015307A KR101963491B1 (en) 2017-02-03 2017-02-03 Scheduling method and system for converting multiple asynchronous data into serial communication

Country Status (1)

Country Link
KR (1) KR101963491B1 (en)

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5793747A (en) * 1996-03-14 1998-08-11 Motorola, Inc. Event-driven cell scheduler and method for supporting multiple service categories in a communication network
KR100839494B1 (en) * 2006-02-28 2008-06-19 삼성전자주식회사 Method and system for bus arbitration

Also Published As

Publication number Publication date
KR20180090906A (en) 2018-08-14

Similar Documents

Publication Publication Date Title
CN107748696B (en) Task scheduling method and terminal equipment
Pop et al. Timing analysis of the FlexRay communication protocol
Pozo et al. A decomposition approach for SMT-based schedule synthesis for time-triggered networks
CN108268317B (en) Resource allocation method and device
Bogatyrev et al. Multipath Redundant Transmission with Packet Segmentation
US20120221810A1 (en) Request management system and method
Hua et al. Scheduling heterogeneous flows with delay-aware deduplication for avionics applications
US20120167103A1 (en) Apparatus for parallel processing continuous processing task in distributed data stream processing system and method thereof
CN103607302A (en) Fault information report method, monitoring equipment and management equipment
CN108833490A (en) A kind of distributed data acquisition system and its method
CN108536530A (en) A kind of multithreading method for scheduling task and device
CN107210970B (en) Method for transmitting data between a source node and a sink node
CN106856459B (en) Message scheduling method and device
CN108768865B (en) Method for generating time-triggered service scheduling table supporting multicast service
KR101963491B1 (en) Scheduling method and system for converting multiple asynchronous data into serial communication
CN107370689B (en) Message load balancing method of 1553B bus
CN108259568B (en) Task allocation method and device, computer readable storage medium and electronic equipment
CN103701587B (en) Multi-interface cryptographic module parallel scheduling method
CN104394095A (en) Data transmission method, data transmission system and source server
CN108462629B (en) System and method for scheduling messages
Du et al. Worst case response time analysis for can messages with offsets
Moser Probabilistic bounds on message delivery for the Totem single-ring protocol
Slastikhin et al. The simulation model of the system with aggregated channels and redundant transmissions on the multiple access level.
CN104618219A (en) Cross-machine-room data synchronizing method and device
US20030072313A1 (en) Packet shaping on a fixed segment scheduler

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
G170 Publication of correction
E701 Decision to grant or registration of patent right