KR101623130B1 - Parallel process system for structure model visualization and method thereof - Google Patents

Parallel process system for structure model visualization and method thereof Download PDF

Info

Publication number
KR101623130B1
KR101623130B1 KR1020140116765A KR20140116765A KR101623130B1 KR 101623130 B1 KR101623130 B1 KR 101623130B1 KR 1020140116765 A KR1020140116765 A KR 1020140116765A KR 20140116765 A KR20140116765 A KR 20140116765A KR 101623130 B1 KR101623130 B1 KR 101623130B1
Authority
KR
South Korea
Prior art keywords
shape model
hull
model
information
shape
Prior art date
Application number
KR1020140116765A
Other languages
Korean (ko)
Other versions
KR20160028138A (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 KR1020140116765A priority Critical patent/KR101623130B1/en
Publication of KR20160028138A publication Critical patent/KR20160028138A/en
Application granted granted Critical
Publication of KR101623130B1 publication Critical patent/KR101623130B1/en

Links

Images

Classifications

    • BPERFORMING OPERATIONS; TRANSPORTING
    • B63SHIPS OR OTHER WATERBORNE VESSELS; RELATED EQUIPMENT
    • B63BSHIPS OR OTHER WATERBORNE VESSELS; EQUIPMENT FOR SHIPPING 
    • B63B71/00Designing vessels; Predicting their performance
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F30/00Computer-aided design [CAD]
    • G06F30/10Geometric CAD
    • G06F30/13Architectural design, e.g. computer-aided architectural design [CAAD] related to design of buildings, bridges, landscapes, production plants or roads

Landscapes

  • Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Geometry (AREA)
  • Computer Hardware Design (AREA)
  • Theoretical Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Structural Engineering (AREA)
  • Mathematical Analysis (AREA)
  • Architecture (AREA)
  • Ocean & Marine Engineering (AREA)
  • Chemical & Material Sciences (AREA)
  • Computational Mathematics (AREA)
  • Mechanical Engineering (AREA)
  • Civil Engineering (AREA)
  • Mathematical Optimization (AREA)
  • Pure & Applied Mathematics (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Combustion & Propulsion (AREA)
  • Processing Or Creating Images (AREA)

Abstract

본 발명은 조선 캐드 및 뷰어에서 선체 및 의장 이미지를 불러올 때 적재된 배열을 기준으로 선입선출방식이 아닌 적재된 배열에 담겨있는 데이터의 크기를 기준으로 SJF(Shortest Job First) 스케줄링 방식을 사용하여 불러오는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법에 관한 것으로, 작업자의 요청에 응하여 적어도 하나 이상의 선체 또는 의장 형상 모델정보들에 대해 일괄 리딩 요청정보를 생성시켜 전송하는 형상 모델 요청장치; 및 선체 및 의장 형상 모델정보들을 저장하고 있으며, 형상 모델 요청장치로부터 수신된 일괄 리딩 요청정보에 응하여 저장되어 있는 선체 또는 의장 형상 모델정보를 추출하고 상기 형상 모델 요청장치로 일괄 전송하는 형상 모델 관리 서버를 포함한다. 이에 따라 CAD 데이터의 크기는 계산량과 비례하기 때문에 작업들을 수행시간으로 오름차순 시켜 자연스럽게 고성능을 유지할 수 있도록 유도하는 효과가 있다.The present invention relates to a method and apparatus for loading a hull and a design image in shipbuilding CAD and a viewer using a SJF (Shortest Job First) scheduling method based on the size of data stored in a stacked arrangement rather than a first- The present invention relates to a parallel processing system and method for visualizing a ship model, and more particularly, to a shape model requesting apparatus for generating batch read request information for at least one hull or model shape model information in response to a request from an operator and transmitting the batch read request information. And a shape model management server for storing hull and equipment shape model information and extracting hull or design shape model information stored in response to the batch reading request information received from the shape model requesting device, . Accordingly, since the size of CAD data is proportional to the amount of calculation, there is an effect that it is possible to maintain the high performance naturally by ascending the work to the execution time.

Description

조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법{Parallel process system for structure model visualization and method thereof}Technical Field [0001] The present invention relates to a parallel processing system and a method for visualizing a ship model,

본 발명은 조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법에 관한 것으로, 특히 조선 캐드 및 뷰어에서 선체 및 의장 이미지를 불러올 때 적재된 배열을 기준으로 선입선출방식이 아닌 적재된 배열에 담겨있는 데이터의 크기를 기준으로 SJF(Shortest Job First) 스케줄링 방식을 사용하여 불러오는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법에 관한 것이다.The present invention relates to a parallel processing system and method for visualizing shipboard marine shape model, and more particularly, to a parallel processing system and method for visualizing shipboard marine shape model, The present invention relates to a parallel processing system and method for visualizing a shipbuilding marine shape model retrieved using a shortest job first (SJF) scheduling method based on the size of data.

종래 기술에 따른 조선 CAD를 보면, 보여지고자 하는 선체와 의장 형상을 선택하고, 화면으로 불러들일 경우 사용자에 의해 선택된 선체와 의장의 객체들을 배열(Array)이라는 공간에 차례로 적재하고, DB 서버로 질의를 던지게 된다. In the shipbuilding CAD according to the prior art, when selecting a hull and a design shape to be displayed and loading it into a screen, the objects of the hull and the design selected by the user are sequentially loaded in a space called an array, You will be queried.

이때 순서는 Queue(First In First Out) 스케줄링으로 선체/의장 데이터를 불러와 화면에 보여지게 된다. 이러한 방식으로 형상 모델링을 가져올 경우, 앞쪽에 적재된 데이터가 큰 모델일 경우, 첫 번째 데이터를 완전히 받기 전까지 뒤쪽에 적재된 다른 데이터들은 기다려야 한다. At this time, the order is displayed on the screen by loading the hull / design data by Queue (First In First Out) scheduling. When geometry modeling is introduced in this way, if the frontloaded data is a large model, the other data loaded in the back must wait until the first data is completely received.

그러므로 적재된 배열의 순서 앞쪽에 큰 모델의 선체와 의장 형상이 많을 경우 로딩하는 시간이 필요시간 이상으로 늘어나게 된다는 문제점이 있다.Therefore, there is a problem that the load time increases beyond the required time when there are many hulls and design shapes of a large model in front of the order of the loaded arrangement.

즉, 위의 방식으로 형상 모델링을 가져올 경우, 앞쪽에 적재된 데이터가 큰 모델의 경우, 첫 번째 데이터를 완전히 받기 전까지 뒤쪽에 적재된 다른 데이터들은 기다려야 한다. 불러오고자 하는 선체와 의장 데이터가 많으면 많을수록 로딩하는 시간이 늘어나게 되는 문제점이 있다.In other words, when modeling is performed in the above manner, in the case of a large model loaded on the front side, other data loaded on the rear side must wait until the first data is completely received. The more hull and design data to be loaded, the more time it takes to load.

일반적으로 형상 모델링을 가져올 경우, 2가지 처리속도를 알아야 된다. 즉 데이터 수신(receive) 속도 및 데이터 읽기(read) 및 처리(process) 속도이다.In general, when you bring shape modeling, you need to know two processing speeds. Data receive speed and data read and process speed.

네트워크를 요구하지 않는 프로그램에서 데이터를 불러들일 경우 로컬 드라이브(Local drive)에 있는 데이터를 바로 읽기 때문에 수신(receive)과는 관련이 없다.When you import data from a program that does not require a network, it is not related to receive because it reads the data directly from the local drive.

하지만 조선 CAD의 대부분은 형상 모델을 특정 서버에 두고 쿼리(Query)를 한 후, 네트워크를 통하여 원하는 데이터를 가져오기 때문에 네트워크 속도가 중요하며, 받은 데이터가 크면 커질수록 수신(receive), 리드(read) 및 처리(process) 시간은 늘어난다는 문제점이 있다.However, most of the shipbuilding CAD systems have a shape model on a specific server, query the data, and get the desired data through the network. Therefore, the network speed is important. As the received data becomes larger, ) And the process time is increased.

일반적으로 모델 형상데이터의 경우, 데이터 크기가 커지면, 계산 처리 시간이 늘어나기 때문이다.In general, in the case of the model shape data, the calculation processing time is increased when the data size is large.

한국 공개특허 제 10-2012-0000115 호Korean Patent Publication No. 10-2012-0000115

이와 같은 문제점을 해소시키기 위해 안출된 것으로 본 발명은 조선 캐드 및 뷰어에서 선체 및 의장 이미지를 불러올 때 적재된 배열을 기준으로 선입선출방식이 아닌 적재된 배열에 담겨있는 데이터의 크기를 기준으로 SJF(Shortest Job First) 스케줄링 방식을 사용하여 불러오는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법을 제공하는데, 그 목적이 있다.In order to solve such a problem, the present invention has been devised to solve the above problems, and it is an object of the present invention to provide a system and method for loading a hull and a design image in shipbuilding CAD and a viewer, And to provide a parallel processing system and method for visualizing a shipbuilding ocean shape model called by using a shortest job first scheduling method.

또한, 본 발명은 SJF를 뒷받침하기 위해 멀티쓰레드(Multi thread) 기법을 활용하여 로딩속도를 최적화시키도록 하는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템 및 그 방법을 제공하는데, 그 목적이 있다.It is also an object of the present invention to provide a parallel processing system and method for visualizing a shipboard ocean shape model that optimizes a loading speed by utilizing a multi-thread technique to support SJF.

본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 시스템은 작업자의 요청에 응하여 적어도 하나 이상의 선체 또는 의장 형상 모델정보들에 대해 일괄 리딩 요청정보를 생성시켜 전송하는 형상 모델 요청장치; 및 선체 및 의장 형상 모델정보들을 저장하고 있으며, 형상 모델 요청장치로부터 수신된 일괄 리딩 요청정보에 응하여 저장되어 있는 선체 또는 의장 형상 모델정보를 추출하고 상기 형상 모델 요청장치로 일괄 전송하는 형상 모델 관리 서버를 포함할 수 있다.The parallel processing system for visualizing the ship model of a ship model according to an exemplary embodiment of the present invention includes: a shape model requesting unit for generating and transmitting bulk reading request information to at least one hull or model shape model information in response to a request from an operator; And a shape model management server for storing hull and equipment shape model information and extracting hull or design shape model information stored in response to the batch reading request information received from the shape model requesting device, . ≪ / RTI >

본 발명과 관련된 실시예로서, 형상 모델 관리 서버는 추출된 선체 또는 의장 형상 모델정보를 데이터 크기 순서대로 나열시킨 후 형상 모델 요청장치로 일괄 전송이 이루어지도록 할 수 있다.As an embodiment related to the present invention, the shape model management server may arrange the extracted hull or model shape model information in order of data size, and then perform batch transmission to the shape model request device.

본 발명과 관련된 실시예로서, 형상 모델 요청장치는 조선 캐드 장비 또는 뷰어일 수 있다.As an embodiment related to the present invention, the shape model requesting device may be a shipbuilding CAD equipment or a viewer.

본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 방법은 형상 모델 요청 장치는 선체 또는 의장 형상 모델 리스트를 화면상에 제공하는 단계; 형상 모델 요청 장치는 상기 화면상에 제공되는 선체 또는 의장 형상 모델 리스트를 기반으로 하는 선체 또는 의장 형상 모델 정보를 수집하는 단계; 형상 모델 요청 장치는 수집된 선체 또는 의장 형상 모델 정보를 형상 모델 관리 서버로 일괄 전송하는 단계; 및 형상 모델 요청장치는 데이터 크기가 작은 선체 또는 의장 형상 모델정보부터 출력부를 통해 제공하는 단계를 포함할 수 있다.A method of parallel processing for visualizing a shipboard marine shape model according to an embodiment of the present invention includes the steps of: providing a list of hull or design shape models on a screen; The shape model requesting apparatus collects hull or equipment shape model information based on a hull or a design model list provided on the screen; The shape model requesting device collectively transmitting the collected hull or design shape model information to the shape model management server; And the shape model requesting device may include providing, through the output unit, hull or design shape model information having a small data size.

본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 방법은 형상 모델 관리 서버는 형상 모델 요청장치로부터 일괄 전송되는 선체 또는 의장 형상 모델 정보를 수신받는 단계; 형상 모델 관리 서버는 수신된 선체 또는 의장 형상 모델 정보를 데이터베이스로부터 읽어들이는 단계; 형상 모델 관리 서버는 읽어들인 선체 또는 의장 형상 모델 정보의 데이터 크기를 체크하여, 데이터 크기가 작은 순서대로 정렬시키는 단계; 및 형상 모델 관리 서버는 데이터의 크기가 작은 순서대로 정렬된 선체 또는 의장 형상 모델 정보를 형상 모델 요청장치로 전송하는 단계를 포함할 수 있다.A method of parallel processing for visualizing a shipboard marine shape model according to an exemplary embodiment of the present invention includes receiving a hull or model shape information transmitted from a shape model requesting device; The shape model management server includes: reading the received hull or model shape model information from a database; The shape model management server checks the data size of the read hull or model shape model information and arranges the data size in ascending order of the data size; And the shape model management server may include transmitting the hull or equipment shape model information sorted in order of the data size to the shape model requesting device.

본 발명과 관련된 실시예로서, 형상 모델 관리 서버는 데이터의 크기가 작은 순서대로 정렬된 선체 또는 의상 형상 모델 정보를 상기 형상 모델 요청장치로 전송할 수 있다.As an embodiment related to the present invention, the shape model management server may transmit hull or worn shape model information arranged in order of smaller data size to the shape model request apparatus.

본 발명과 관련된 실시예로서, 형상 모델 관리 서버는 데이터의 크기가 작은 순서대로 정렬된 선체 또는 의상 형상 모델 정보를 형상 모델 요청장치로 순차적으로 전송하거나, 또는 일괄전송되도록 할 수 있다.As an embodiment related to the present invention, the shape model management server may sequentially transmit hull or worn shape model information arranged in order of smaller data to the shape model request apparatus, or to transmit the batch information.

본 발명은 조선/해양 CAD 환경상, 형상 모델이 별도의 서버에 저장되어 있으며, 그로부터 로컬까지 다운받는 시간(데이터의 크기)을 통하여 작업시간을 유추 할 수 있었으며, 일반적으로 CAD 데이터의 크기는 계산량과 비례하기 때문에 작업들을 수행시간으로 오름차순 시켜 자연스럽게 고성능을 유지할 수 있도록 유도하는 효과가 있다.According to the present invention, in the shipbuilding / marine CAD environment, the shape model is stored in a separate server, and the working time can be deduced through the time (data size) downloaded from there to the local area. In general, It has the effect of inducing the tasks to be performed in ascending order of execution time so as to maintain high performance naturally.

또한, 본 발명은 하드웨어가 발달하면서 이전의 2D형상을 주로 다루었던 2D CAD 소프트웨어들이 앞다투어 3D 형상과 2D형상을 함께 보여주고 있는 이 시점에서 블록 형상 데이터를 띄우는 시간을 효과적으로 줄일 수 있을 뿐만 아니라 서버가 각 클라이언트(clients)와의 연결(Connect)하는 시간을 줄여 서버의 과부하를 줄일 수 있도록 하는 효과가 있다.In addition, the present invention can effectively reduce the time for displaying the block shape data at the time when the 2D CAD software, which mainly deals with the previous 2D shape, It is possible to reduce the time required to connect to each client (client), thereby reducing the overload of the server.

도 1은 본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 시스템의 구성을 설명하기 위한 도면이다.
도 2는 본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 방법을 설명하기 위한 동작 흐름도이다.
도 3은 본 발명이 적용된 조선 캐드 장비와 형상 모델 관리 서버 상호간에 송수신되는 모델 정보를 도식화한 도면이다.
FIG. 1 is a view for explaining a configuration of a parallel processing system for visualizing shipboard marine shape model according to an embodiment of the present invention.
2 is a flowchart illustrating a parallel processing method for visualizing a ship model of a ship model according to an embodiment of the present invention.
3 is a diagram illustrating model information transmitted and received between the shipbuilding CAD equipment and the shape model management server to which the present invention is applied.

본 발명에서 사용되는 기술적 용어는 단지 특정한 실시 예를 설명하기 위해 사용된 것으로, 본 발명을 한정하려는 의도가 아님을 유의해야 한다. 또한, 본 발명에서 사용되는 기술적 용어는 본 발명에서 특별히 다른 의미로 정의되지 않는 한, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에 의해 일반적으로 이해되는 의미로 해석되어야 하며, 과도하게 포괄적인 의미로 해석되거나, 과도하게 축소된 의미로 해석되지 않아야 한다. 또한, 본 발명에서 사용되는 기술적인 용어가 본 발명의 사상을 정확하게 표현하지 못하는 잘못된 기술적 용어일 때에는, 당업자가 올바르게 이해할 수 있는 기술적 용어로 대체되어 이해되어야 할 것이다. 또한, 본 발명에서 사용되는 일반적인 용어는 사전에 정의되어 있는 바에 따라, 또는 전후 문맥상에 따라 해석되어야 하며, 과도하게 축소된 의미로 해석되지 않아야 한다.It is noted that the technical terms used in the present invention are used only to describe specific embodiments and are not intended to limit the present invention. In addition, the technical terms used in the present invention should be construed in a sense generally understood by a person having ordinary skill in the art to which the present invention belongs, unless otherwise defined in the present invention, Should not be construed to mean, or be interpreted in an excessively reduced sense. In addition, when a technical term used in the present invention is an erroneous technical term that does not accurately express the concept of the present invention, it should be understood that technical terms can be understood by those skilled in the art. In addition, the general terms used in the present invention should be interpreted according to a predefined or prior context, and should not be construed as being excessively reduced.

또한, 본 발명에서 사용되는 단수의 표현은 문맥상 명백하게 다르게 뜻하지 않는 한 복수의 표현을 포함한다. 본 발명에서, "구성된다" 또는 "포함한다" 등의 용어는 발명에 기재된 여러 구성 요소들, 또는 여러 단계를 반드시 모두 포함하는 것으로 해석되지 않아야 하며, 그 중 일부 구성 요소들 또는 일부 단계들은 포함되지 않을 수도 있고, 또는 추가적인 구성 요소 또는 단계들을 더 포함할 수 있는 것으로 해석되어야 한다.Furthermore, the singular expressions used in the present invention include plural expressions unless the context clearly dictates otherwise. In the present invention, terms such as "comprising" or "comprising" and the like should not be construed as encompassing various elements or stages of the invention, Or may further include additional components or steps.

이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 실시 예를 상세히 설명하되, 도면 부호에 관계없이 동일하거나 유사한 구성 요소는 동일한 참조 번호를 부여하고 이에 대한 중복되는 설명은 생략하기로 한다.Hereinafter, exemplary embodiments of the present invention will be described in detail with reference to the accompanying drawings, wherein like reference numerals refer to like or similar elements throughout the several views, and redundant description thereof will be omitted.

또한, 본 발명을 설명함에 있어서 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 흐릴 수 있다고 판단되는 경우 그 상세한 설명을 생략한다. 또한, 첨부된 도면은 본 발명의 사상을 쉽게 이해할 수 있도록 하기 위한 것일 뿐, 첨부된 도면에 의해 본 발명의 사상이 제한되는 것으로 해석되어서는 아니 됨을 유의해야 한다.In the following description, well-known functions or constructions are not described in detail since they would obscure the invention in unnecessary detail. It is to be noted that the accompanying drawings are only for the purpose of facilitating understanding of the present invention, and should not be construed as limiting the scope of the present invention with reference to the accompanying drawings.

도 1은 본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 시스템의 구성을 설명하기 위한 도면이다. FIG. 1 is a view for explaining a configuration of a parallel processing system for visualizing shipboard marine shape model according to an embodiment of the present invention.

도 1에 도시된 바와 같이 조선해양 형상 모델 가시화를 위한 병렬처리 시스템은 형상 모델 요청장치(100)와, 형상 모델 관리 서버(200)와, 형상 모델 요청장치(100) 및 형상 모델 관리 서버(200) 상호간에 통신 환경을 지원하는 통신망(300)으로 이루어진다.As shown in FIG. 1, the parallel processing system for visualizing the ship model is a shape model requesting apparatus 100, a shape model managing server 200, a shape model requesting apparatus 100, and a shape model managing server 200 And a communication network 300 that supports a communication environment.

형상 모델 요청장치(100)는 작업자의 요청에 응하여 적어도 하나 이상의 선체 또는 의장 형상 모델정보들에 대해 일괄 리딩 요청정보를 생성시켜 전송한다.The shape model requesting apparatus 100 generates batch read request information for at least one hull or equipment model information in response to a request from an operator and transmits the batch read request information.

형상 모델 요청장치(100)는 형상 모델 관리 서버(200)로부터 수신되는 선체 또는 의장 형상 모델정보가 수신시 데이터 크기 순서로 정렬되어 수신되는지의 여부를 체크하고, 데이터 크기 순서로 정렬되지 않은 경우 수신되는 선체 또는 의장 형상 모델정보의 데이트 크기 순서로 정렬시켜 저장한 후 정렬 순서대로 화면상에 출력시킨다.The shape model requesting apparatus 100 checks whether or not hull or design model information received from the shape model management server 200 is sorted and received in the order of data size upon receipt, And then stores the data in the sorting order on the screen.

형상 모델 요청장치(100)는 조선 캐드 장비 또는 뷰어 등을 포함한다.The shape model requesting apparatus 100 includes a shipbuilding CAD equipment or a viewer.

형상 모델 요청장치(100)는 입력부(110), 출력부(120), 저장부(130), 제어부(140), 통신부(150)로 이루어진다.The shape model request apparatus 100 includes an input unit 110, an output unit 120, a storage unit 130, a control unit 140, and a communication unit 150.

입력부(110)는 출력부(120)를 통해 제공되는 조선 캐드 프로그램 실행 아이콘 또는 뷰어 아이콘 실행 요청신호를 입력받고, 조선 캐드 프로그램 또는 뷰어 프로그램을 통해 입력되는 선체 또는 의장 형상 모델정보 선택신호를 입력받는다. 입력부(110)는 마우스, 키보드, 터치패널 등으로 이루어질 수 있다.The input unit 110 receives a shipbuilding CAD program execution icon or a viewer icon execution request signal provided through the output unit 120 and receives a shipbuilding CAD model program information or a design model model information selection signal input through a viewer program . The input unit 110 may be a mouse, a keyboard, a touch panel, or the like.

출력부(120)는 제어부(140)의 제어에 응하여 작업자가 선체 또는 의장 형상 모델 정보를 선택할 수 있도록 사용자 인터페이스 화면상에 캐드 모델정보 또는 2D 또는 3D 정보들을 제공한다.The output unit 120 provides CAD model information or 2D or 3D information on the user interface screen so that the operator can select the hull or design model information according to the control of the control unit 140. [

저장부(130)는 형상 모델 관리 서버(200)로부터 수신되는 형상 모델 데이터를 저장한다.The storage unit 130 stores shape model data received from the shape model management server 200.

제어부(140)는 입력부(110)로부터 조선 캐드 프로그램 실행 아이콘 또는 뷰어 아이콘 실행 요청신호에 응하여 조선 캐드 프로그램 또는 뷰어를 실행시켜 사용자 인터페이스 화면이 출력부(110)를 통해 출력되도록 제어하고, 사용자 인터페이스 화면을 통해 입력되는 선체 또는 의장 형상 모델정보 선택신호를 일괄적으로 형상 모델 관리 서버(200)로 전송하고, 형상 모델 관리 서버(200)로부터 수신되는 선체 또는 의장 형상 모델 데이터를 저장부(130)에 저장시키고, 저장부(130)에 저장된 선체 또는 의상 형상 모델 데이터를 읽어들여 출력부(120)의 사용자 인터페이스 화면을 통해 출력시킨다.The control unit 140 executes a shipbuilding CAD program or a viewer in response to a shipbuilding CAD program execution icon or a viewer icon execution request signal from the input unit 110 to control the user interface screen to be output through the output unit 110, To the shape model management server 200 and transmits the hull or model shape model data received from the shape model management server 200 to the storage unit 130 And reads the hull or ward model data stored in the storage unit 130 and outputs the hull or ward model information through the user interface screen of the output unit 120.

통신부(150)는 형상 모델 요청장치인 조선 캐드장비 또는 뷰어와 형상 모델 관리 서버(200) 상호 간에 데이터를 송수신할 수 있도록 통신환경을 지원한다.The communication unit 150 supports a communication environment for transmitting / receiving data between the shipbuilding CAD equipment or the viewer and the shape model management server 200, which are requesting a shape model.

형상 모델 관리 서버(200)는 선체 및 의장 형상 모델정보들을 저장하고 있으며, 형상 모델 요청장치(100)로부터 수신된 일괄 리딩 요청정보에 응하여 저장되어 있는 선체 또는 의장 형상 모델정보를 추출하고 형상 모델 요청장치(100)로 일괄 전송한다.The shape model management server 200 stores the hull and model shape model information and extracts the hull or design shape model information stored in response to the batch reading request information received from the shape model request apparatus 100, To the device (100).

형상 모델 관리 서버(200)는 추출된 선체 또는 의장 형상 모델정보를 데이터 크기 순서대로 나열시킨 후 형상 모델 요청장치(100)로 일괄 전송이 이루어지도록 한다.The shape model management server 200 arranges the extracted hull or model shape model information in order of data size, and then performs batch transfer to the shape model request apparatus 100. [

상기와 같이 구성된 조선해양 형상 모델 가시화를 위한 병렬처리 시스템의 병렬처리 방법에 대해서 설명하면 다음과 같다.A parallel processing method of the parallel processing system for visualization of the shipboard marine shape model constructed as described above will be described below.

도 2는 본 발명의 실시예에 따른 조선해양 형상 모델 가시화를 위한 병렬처리 방법을 설명하기 위한 동작 흐름도이다. 도 3은 본 발명이 적용된 조선 캐드 장비와 형상 모델 관리 서버 상호 간에 송수신되는 모델 정보를 도식화한 도면이다.2 is a flowchart illustrating a parallel processing method for visualizing a ship model of a ship model according to an embodiment of the present invention. 3 is a diagram illustrating model information transmitted and received between the shipbuilding CAD equipment to which the present invention is applied and the shape model management server.

도 2에 도시된 바와 같이 형상 모델 요청장치(100)의 제어부(140)는 입력부(110)를 통해 입력되는 작업자의 요청에 응하여 출력부(120)로 선체 또는 의장 형상 모델 리스트를 제공한다.2, the control unit 140 of the shape model requesting apparatus 100 provides a hull or a design model list to the output unit 120 in response to an operator's request input through the input unit 110. FIG.

형상 모델 요청장치(100)의 제어부(140)는 출력부(120)를 통해 제공되는 선체 또는 의장 형상 모델 리스트 중 선택된 선체 또는 의상 형상 모델정보를 수집한다.The control unit 140 of the shape model request apparatus 100 collects selected hull or garment shape model information from the hull or model shape model list provided through the output unit 120. [

형상 모델 요청장치(100)의 제어부(140)는 이렇게 선택된 선체 또는 의장 형상 모델 정보를 통신부(150)를 통해 일괄 전송하고, 선체 또는 의장 형상 모델 정보는 통신망(300)을 경유하여 형상 모델 관리 서버(200)로 일괄 전송된다.The control unit 140 of the shape model request apparatus 100 collectively transmits the selected hull or model shape model information through the communication unit 150 and the hull or equipment shape model information is transmitted to the shape model management server 120 via the communication network 300. [ (200).

형상 모델 관리 서버(200)는 수신된 선체 또는 의장 형상 모델 정보를 데이터베이스로부터 읽어들이고, 읽어들인 선체 또는 의장 형상 모델 정보들에 대해 도 3에 도시된 바와 같이 데이터 크기를 체크한 후 데이터 크기가 작은 순서대로 정렬시키고, 정렬된 선체 또는 의장 형상 모델 데이터를 통신망(300)을 통해 형상 모델 요청장치(100)로 전송한다.The shape model management server 200 reads the received hull or model shape information from the database and checks the data size of the read hull or model shape information as shown in FIG. And transmits the aligned hull or model shape model data to the shape model request apparatus 100 via the communication network 300. [

그러면 형상 모델 요청장치(100)는 도 3에 도시된 바와 같이 수신된 선체 또는 의장 형상 모델 데이터들 중 작은 크기의 선체 또는 의장 형상 모델 데이터를 먼저 로드시켜 출력부(120)를 통해 출력시킨다.3, the shape model requesting apparatus 100 loads the hull or the design shape model data of a small size among the received hull or model shape model data and outputs the hull or the design shape model data through the output unit 120. [

이때, 형상 모델 관리 서버(200)는 데이터의 크기가 작은 순서대로 정렬된 선체 또는 의상 형상 모델 정보를 형상 모델 요청장치(100)로 순차적으로 전송하거나, 또는 일괄전송되도록 한다.At this time, the shape model management server 200 sequentially transmits the hull or worn shape model information arranged in the ascending order of the data size to the shape model request apparatus 100, or transmits the batch information.

전술한 내용은 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자라면 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 수정 및 변형이 가능할 것이다. 따라서, 본 발명에 개시된 실시예들은 본 발명의 기술 사상을 한정하기 위한 것이 아니라 설명하기 위한 것이고, 이러한 실시예에 의하여 본 발명의 기술 사상의 범위가 한정되는 것은 아니다. 본 발명의 보호 범위는 아래의 청구범위에 의하여 해석되어야 하며, 그와 동등한 범위 내에 있는 모든 기술 사상은 본 발명의 권리범위에 포함되는 것으로 해석되어야 할 것이다.It will be apparent to those skilled in the art that various modifications and variations can be made in the present invention without departing from the spirit or essential characteristics thereof. Therefore, the embodiments disclosed in the present invention are intended to illustrate rather than limit the scope of the present invention, and the scope of the technical idea of the present invention is not limited by these embodiments. The scope of protection of the present invention should be construed according to the following claims, and all technical ideas within the scope of equivalents should be construed as falling within the scope of the present invention.

100 : 형상 모델 요청장치(조선 캐드장비 또는 뷰어)
110 : 입력부
120 : 출력부
130 : 저장부
140 : 제어부
150 : 통신부
200 : 형상 모델 관리서버
100: Shape model request device (shipbuilding CAD equipment or viewer)
110: input unit
120: Output section
130:
140:
150:
200: shape model management server

Claims (7)

작업자의 요청에 응하여 적어도 하나 이상의 선체 또는 의장 형상 모델정보들에 대해 일괄 리딩 요청정보를 생성시켜 전송하는 형상 모델 요청장치; 및
선체 및 의장 형상 모델정보들을 저장하고 있으며, 상기 형상 모델 요청장치로부터 수신된 일괄 리딩 요청정보에 응하여 저장되어 있는 선체 또는 의장 형상 모델정보를 추출하고 상기 형상 모델 요청장치로 일괄 전송하는 형상 모델 관리 서버를 포함하되,
상기 형상 모델 관리 서버는 상기 형상 모델 요청 장치로부터 수신된 선체 또는 의장 형상 모델 정보를 데이터베이스로부터 읽어들인 선체 또는 의장 형상 모델 정보의 데이터 크기를 체크하여 데이터 크기가 작은 순서대로 정렬시키고, 데이터의 크기가 작은 순서대로 정렬시킨 선체 또는 의장 형상 모델정보를 전송하고,
상기 형상 모델 요청장치는 상기 형상 모델 관리 서버로부터 수신되는 선체 또는 의장 형상 모델정보가 수신시 데이터 크기 순서로 정렬되어 수신되는지의 여부를 체크하고, 데이터 크기 순서로 정렬되지 않은 경우 수신되는 선체 또는 의장 형상 모델정보의 데이터 크기 순서로 정렬시켜 저장한 후 정렬 순서대로 출력부를 통해 출력하는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템.
A shape model requesting device for generating and transmitting batch lead request information to at least one hull or equipment model information in response to a request from an operator; And
A shape model management server for storing hull and equipment shape model information and extracting hull or equipment shape model information stored in response to the batch reading request information received from the shape model requesting device, , ≪ / RTI &
The shape model management server checks data sizes of hull or design model information read from a database of hull or design model information received from the shape model requesting device, arranges them in the order of smaller data size, The hull or the design shape model information arranged in a small order is transmitted,
Wherein the shape model requesting device checks whether the hull or design model information received from the shape model management server is sorted and received in the order of data size upon receipt, A parallel processing system for visualization of the ship model of the ship model by sorting and storing in order of the data size of the shape model information and outputting it through the output unit in the order of sorting.
삭제delete 제 1 항에 있어서,
상기 형상 모델 요청장치는 조선 캐드 장비 또는 뷰어인 것을 특징으로 하는 조선해양 형상 모델 가시화를 위한 병렬처리 시스템.
The method according to claim 1,
Wherein the shape model requesting device is a shipbuilding CAD equipment or a viewer.
삭제delete 형상 모델 관리 서버는 형상 모델 요청장치로부터 일괄 전송되는 선체 또는 의장 형상 모델 정보를 수신받는 단계;
상기 형상 모델 관리 서버는 수신된 선체 또는 의장 형상 모델 정보를 데이터베이스로부터 읽어들이는 단계;
상기 형상 모델 관리 서버는 읽어들인 선체 또는 의장 형상 모델 정보의 데이터 크기를 체크하여, 데이터 크기가 작은 순서대로 정렬시키는 단계; 및
상기 형상 모델 관리 서버는 데이터의 크기가 작은 순서대로 정렬시킨 선체 또는 의장 형상 모델 정보를 상기 형상 모델 요청장치로 전송하는 단계를 포함하되,
상기 전송하는 단계 이후에,
상기 형상 모델 요청장치는 상기 형상 모델 관리 서버로부터 수신되는 선체 또는 의장 형상 모델정보가 수신시 데이터 크기 순서로 정렬되어 수신되는지의 여부를 체크하는 단계;
상기 형상 모델 요청장치는 상기 체크하는 단계의 체크결과, 데이터 크기 순서로 정렬되지 않은 경우 수신되는 선체 또는 의장 형상 모델정보의 데이터 크기 순서로 정렬시켜 저장하는 단계; 및
상기 형상 모델 요청장치는 정렬시켜 저장된 데이터 크기 순서대로 선체 또는 의장 형상 모델정보를 출력부를 통해 출력하는 단계를 포함하는 조선해양 형상 모델 가시화를 위한 병렬처리 방법.
The shape model management server includes: receiving the hull or model shape model information transmitted collectively from the shape model request device;
Wherein the shape model management server comprises: reading the received hull or model shape information from a database;
The shape model management server checks the data size of the read hull or model shape model information and arranges the data size in ascending order of the data size; And
Wherein the shape model management server includes transmitting the hull or design model information to the shape model requesting device in the order of smaller data size,
After the transmitting step,
Wherein the shape model requesting device comprises: checking whether or not hull or design model information received from the shape model management server is received and arranged in order of data size upon receipt;
Wherein the shape model requesting device arranges and stores the data in a data size order of the received hull or design model information when the check result of the checking step indicates that the data is not sorted in the data size order; And
And the shape model requesting device includes a step of outputting the hull or model shape model information through an output unit in the order of data size sorted and stored.
삭제delete 제 5 항에 있어서,
상기 형상 모델 관리 서버는 데이터의 크기가 작은 순서대로 정렬된 선체 또는 의상 형상 모델 정보를 상기 형상 모델 요청장치로 순차적으로 전송하거나, 또는 일괄전송되도록 하는 것을 특징으로 하는 조선해양 형상 모델 가시화를 위한 병렬처리 방법.
6. The method of claim 5,
Wherein the shape model management server sequentially transmits hull or worn shape model information arranged in order of smaller data size to the shape model request apparatus or transmits the batch information in parallel. Processing method.
KR1020140116765A 2014-09-03 2014-09-03 Parallel process system for structure model visualization and method thereof KR101623130B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140116765A KR101623130B1 (en) 2014-09-03 2014-09-03 Parallel process system for structure model visualization and method thereof

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140116765A KR101623130B1 (en) 2014-09-03 2014-09-03 Parallel process system for structure model visualization and method thereof

Publications (2)

Publication Number Publication Date
KR20160028138A KR20160028138A (en) 2016-03-11
KR101623130B1 true KR101623130B1 (en) 2016-05-20

Family

ID=55582820

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140116765A KR101623130B1 (en) 2014-09-03 2014-09-03 Parallel process system for structure model visualization and method thereof

Country Status (1)

Country Link
KR (1) KR101623130B1 (en)

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100973419B1 (en) * 2008-06-11 2010-07-30 인하대학교 산학협력단 Method and apparatus for arbitrating a bus

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20120000115A (en) 2010-06-25 2012-01-02 조동혁 The ss code or service which can recognize by camera sensor or direct input by user's hand

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100973419B1 (en) * 2008-06-11 2010-07-30 인하대학교 산학협력단 Method and apparatus for arbitrating a bus

Also Published As

Publication number Publication date
KR20160028138A (en) 2016-03-11

Similar Documents

Publication Publication Date Title
US10417803B2 (en) Multiple-pass rendering of a digital three-dimensional model of a structure
CN103262002B (en) Optimization system call request communicates
US10133597B2 (en) Intelligent GPU scheduling in a virtualization environment
KR101506629B1 (en) Method of improvement efficiency of Massive Data Processing system Collaboration System For Production During Process of Vessel's Construction
US10867083B2 (en) Technique for generating approximate design solutions
EP3255553B1 (en) Transmission control method and device for direct memory access
US9378533B2 (en) Central processing unit, GPU simulation method thereof, and computing system including the same
CN104834599A (en) WEB security detection method and device
CN104137075A (en) Resource allocation method and apparatus of gpu
CN107526645A (en) A kind of communication optimization method and system
CN111966361B (en) Method, device, equipment and storage medium for determining model to be deployed
US10675538B2 (en) Program, electronic device, system, and method for determining resource allocation for executing rendering while predicting player's intent
CN111897660A (en) Model deployment method, model deployment device and terminal equipment
CN109416688B (en) Method and system for flexible high performance structured data processing
US20110057928A1 (en) Graph creation method and graph creation device
KR101623130B1 (en) Parallel process system for structure model visualization and method thereof
EP3474224A1 (en) Graphics processing method and device
CN105683914B (en) The method and apparatus for improving the performance of the chain type task in graphics processing unit
CN109472735B (en) Accelerator, method and accelerating system for realizing fabric defect detection neural network
US20150277858A1 (en) Performance evaluation device, method, and medium for information system
CN110837412A (en) Method, device, equipment and storage medium for judging operation ready state
KR101131636B1 (en) Command synchronisation
KR101654237B1 (en) Model information transformation system and method
US20180060315A1 (en) Performing file system maintenance
KR20150042627A (en) Pipeline system including feedback route and operating method of the same

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20190514

Year of fee payment: 4