WO2024128344A1 - Facility interworking and data visualization method using asset administration shell information model - Google Patents

Facility interworking and data visualization method using asset administration shell information model Download PDF

Info

Publication number
WO2024128344A1
WO2024128344A1 PCT/KR2022/020328 KR2022020328W WO2024128344A1 WO 2024128344 A1 WO2024128344 A1 WO 2024128344A1 KR 2022020328 W KR2022020328 W KR 2022020328W WO 2024128344 A1 WO2024128344 A1 WO 2024128344A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
information
equipment
visualization
screen
Prior art date
Application number
PCT/KR2022/020328
Other languages
French (fr)
Korean (ko)
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 한국전자기술연구원
Publication of WO2024128344A1 publication Critical patent/WO2024128344A1/en

Links

Images

Definitions

  • the present invention relates to smart manufacturing technology, and more specifically, to a method of efficiently linking equipment and visualizing equipment data to monitor equipment in a smart manufacturing factory.
  • the present invention was created to solve the above problems, and the purpose of the present invention is to efficiently link various operation data of manufacturing equipment and automatically generate a visualization screen by utilizing the asset management shell information model, which is an international standard. It provides a method for doing so.
  • the equipment data visualization method includes adding a data visualization submodel containing the information necessary to create a screen for visualizing equipment data to the asset management shell for equipment at the manufacturing site. step; It includes the step of creating a data visualization screen for equipment using the data visualization submodel of the asset management shell.
  • the data visualization submodel includes a first submodel element containing connection information for connecting to a data server of the equipment required to acquire data from the equipment; and a second submodel element containing information about a visualization screen to display equipment data.
  • Connection information may include the device's data server address and port number information.
  • Information about the visualization screen may include screen information including information about the title, layout style, and availability of modifications of the data visualization screen, and panel information, which is information about the panels that make up the data visualization screen.
  • Panel information may include panel name, panel type, panel title, panel location information on the data visualization screen, and data information to be displayed on the panel.
  • the generating step includes extracting a first submodel element and a second submodel element from the data visualization submodel; and registering the data server of the equipment as a data source using the connection information included in the extracted first submodel element.
  • the generating step includes configuring a visualization screen based on screen information included in the extracted second submodel element; It may further include configuring panels in the visualization screen based on panel information included in the extracted second submodel element.
  • the creation step may further include linking data sources registered in the panel to display data on the panel in real time.
  • the equipment data visualization method according to the present invention may further include modifying a data visualization submodel.
  • an information model creation unit that adds a data visualization submodel containing information necessary for creating a screen for visualizing data of the equipment to an asset management shell for equipment at a manufacturing site; and a visualization screen generator that generates a data visualization screen for equipment using a data visualization submodel of the asset management shell.
  • extracting information from a data visualization submodel containing information necessary for creating a screen for data visualization of equipment in an asset management shell for equipment at a manufacturing site registering the data server of the device as a data source using connection information for connecting to the data server of the device required to acquire data from the device among the extracted information; and generating a data visualization screen for the equipment using information on a visualization screen to display equipment data among the extracted information.
  • an extraction unit that extracts information from a data visualization submodel containing information necessary for creating a screen for visualizing equipment data in an asset management shell for equipment at a manufacturing site;
  • a register that registers the data server of the device as a data source using connection information for connecting to the data server of the device necessary to acquire data from the device among the extracted information; and
  • a generator that generates a data visualization screen for the equipment using information about a visualization screen to display equipment data among the extracted information.
  • An equipment data visualization system comprising a.
  • a new asset management shell information model including connection information of manufacturing equipment and setting information for configuring a visualization screen is newly defined, and asset management shell information is extracted with reference to this,
  • versatility and reusability can be improved by configuring a visualization screen based on the asset management shell information model, which is an international standard, and the assets of equipment that are predefined and provided in the design and production stages
  • asset management shell information model which is an international standard
  • assets of equipment that are predefined and provided in the design and production stages
  • Figures 1 and 2 Examples of typical data visualization screens and panel configurations
  • An embodiment of the present invention presents a method of equipment linkage and data visualization using the asset management shell information model.
  • a new asset management shell information model that includes equipment connection information and setting information for configuring visualization screens, and refer to this to extract asset management shell information, register and link equipment, and automatically create visualization layouts to automatically create equipment. It is a technology that can efficiently visualize operational data.
  • Visualization applications recently used in manufacturing sites provide a way to express information such as the status of manufacturing equipment and process status in various panels (graphs, tables, numbers, etc.) as shown in Figures 1 and 2 so that information such as the status of manufacturing equipment and process status can be viewed at a glance. .
  • the field manager can easily control the equipment A data visualization screen that can monitor the status of data will be built and can be easily placed or manipulated according to the method supported by the visualization system.
  • a new data visualization information model required to visualize equipment data based on the asset management shell information model standard is defined, and a method of automatically generating a visualization screen for the equipment is provided with reference to this. present.
  • Figure 3 is a diagram showing the configuration of an asset management shell-based data visualization system according to an embodiment of the present invention.
  • the data visualization system according to an embodiment of the present invention includes an information model creation unit 110 and a visualization screen creation unit 120.
  • the information model generator 110 provides connection information that can be linked to the data of the equipment in the data visualization system in the asset management shell where unique information (model name, manufacturer, specifications, etc.) of the manufacturing equipment is stored and for constructing a visualization screen of the equipment. Add meta information.
  • the visualization screen creation unit 120 extracts the corresponding information from the asset management shell to which connection information and meta information have been added by the information model creation unit 110, sets a data source for configuring a visualization screen (dashboard), and , automatically creates a visualization screen for the asset.
  • Asset Management Shell is a standard that defines a modeling method to digitize the unique information of the manufacturing equipment that makes up a smart factory and all data generated from the equipment.
  • the international standard IEC 63278 specifies a submodel (SM) structure that can include the necessary properties according to the domain and classification of the data, and a submodel element (SubmodelElement) that expresses the data appropriately according to the nature of the properties. (hereinafter referred to as SME) is provided.
  • SME submodel element
  • a standardized SM composed of necessary attributes serves as a standard for linking or utilizing necessary data between systems.
  • Figure 4 illustrates the submodel structure.
  • SMEs used in the embodiment of the present invention are as follows.
  • SMC SubmodelElementCollection
  • DataVisualization SM is newly defined based on the asset management shell standard to provide the information necessary for configuring the data visualization screen of the equipment.
  • DataVisualization SM consists of 1 Datasources SMC, which is source information to retrieve data to be displayed on the screen, and 2 Dashboard SMC, which is information on the type and arrangement of panels to display connected data.
  • Datasource SMC is a group of submodel elements that contain connection information for connecting to the data server of the equipment needed to acquire data from manufacturing equipment.
  • FIG. 5 shows the configuration of Datasource SMC.
  • the Datasource SMC includes serverAddress, which contains the device's data server address and port number information.
  • interface connection information is required to connect to the data server owned by the actual device, such as the OPC UA server of the actual device.
  • the connection information consists of the data server address and port number of the actual device.
  • Dashboard SMC is a group of submodel elements that contain information about the visualization screen that will display equipment data.
  • Figure 6 shows the configuration of Dashboard SMC. As shown, Dashboard SMC includes basicInfo SMC and panels SMC.
  • basicInfo SMC is information about the data visualization screen (dashboard), and panels SMC is information about individual panels.
  • the data visualization screen consists of multiple panels, and the panels show data values received from actual equipment.
  • basicInfo SMC is information about the title of the visualization screen, the layout style of the visualization screen, and whether the visualization screen is editable.
  • the panels SMC is information about the panel name (text), panel type (type), panel title (title), panel position (position), and target node (targetNode).
  • the target node is information for acquiring the data of the target device that you want to visualize on the panel, and is a node ID that indicates the data to be read among various data held by the target device.
  • On the visualization screen data generated from actual equipment can be read based on the target node ID and changing data can be displayed.
  • the asset management shell information model can be newly constructed by configuring the information of the server that will be linked with the actual equipment and the information of the panel that can visualize the data.
  • Figure 7 illustrates the modeling results of DataVisualization SM.
  • the visualization screen generator 120 uses the data visualization submodel of the asset management shell generated by the information model generator 110 to automatically generate a data visualization screen for the corresponding equipment.
  • the visualization screen creation unit 120 includes 1 an asset management shell model extraction unit 121, 2 a data source registration and linking unit 122, and 3 a layout creation unit 123.
  • the operation process of the visualization screen generator 120 is shown in FIG. 8.
  • the asset management shell model extraction unit 121 extracts Datasources SMC and Dashboard SMC from DataVisualization SM.
  • the method of extracting data from the asset management shell model file uses xPath, an XML Path Language, and finds the path of each node and extracts it.
  • Datasources SMC you can extract the address, port number, and authentication information of servers that can be linked with actual equipment, and in Dashboard SMC, you can extract information on each panel and the target node ID of the server to be displayed on the panel.
  • the extracted data is delivered to the data source registration and linking unit 122 and the layout creation unit 122 using the internal API.
  • Steps S210 to S230 of Figure 8 correspond to the asset management shell model extraction process.
  • the data source registration and linking unit 122 is a process of registering the data server of the equipment as a data source using the connection information extracted in step S220.
  • Data source registration is the section that processes the logic to link data with actual equipment. To link with a data server operated on actual equipment, you can connect to the server using a plug-in that supports the protocol. Therefore, you need to find the relevant plug-in, link it with the plug-in, and register the information of the server you will actually connect to in the data source.
  • the entire list of plug-in information within the data visualization system is retrieved and the presence or absence of plug-ins that can interoperate with OPC UA is checked through the filter function. If a plugin exists, it receives a unique ID value determined by the internal visualization system. If the plugin does not exist, the unique ID of the plugin is not sent in the API response, so the user proceeds to install the plugin.
  • a list of data sources already registered within the data visualization system is retrieved. Compare the name of the data source you wish to newly register with the name of the previously registered data source, and if there is a duplicate name, add a number after the name to obtain a new data source name.
  • a new data source is created using two pieces of information: the unique ID of the plug-in you want to use and the name of the data source.
  • the created data source has a unique ID to distinguish it.
  • Steps S240 to S270 of Figure 8 correspond to the asset management shell model extraction process.
  • the layout creation unit 123 configures a visualization screen based on the visualization screen information of the basicInfo SMC, and configures panels within the visualization screen from the panel information of the panels SMC to read in conjunction with actual equipment. Data is displayed to the user through each panel. This is done through the three steps below.
  • a new model schema to be applied to the visualization system is created based on basicInfo SMC and panels SMC information extracted from Dashboard SMC.
  • the newly created model schema is a model structure that combines the information of the new data source created during the previous data source registration process and the existing panel information.
  • the data visualization system can finally refresh the screen (page) and output the completed screen.
  • each panel inside the completed screen sends a query to the actual server in conjunction with the plug-in based on information from the previously registered data source, receives a response at each set cycle, and displays the data on the screen in real time.
  • Steps S280 and S290 in Figure 8 correspond to the asset management shell model extraction process.
  • a new sub-model of the asset management shell including equipment connection information and setting information for configuring the visualization screen is newly defined, and information extraction, equipment registration and linking, and visualization layout are automatically created with reference to this, thereby Operational data can be visualized efficiently.
  • the visualization screen is configured based on the asset management shell information model, which is an international standard, to improve versatility and reusability, and the asset management shell modeling information of equipment that is predefined and provided in the design and production stages can be used by application developers to By enabling analysis, it shortens visualization application development time and increases work efficiency. It also allows for easy modification and arrangement of visualization screens configured according to usage patterns, thereby increasing the usability of field managers and meeting international standards in the manufacturing field. Using standards-compliant information models and communication protocols, interoperability with existing systems within the manufacturing plant can be ensured.
  • a computer-readable recording medium can be any data storage device that can be read by a computer and store data.
  • computer-readable recording media can be ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, etc.
  • computer-readable codes or programs stored on a computer-readable recording medium may be transmitted through a network connected between computers.

Landscapes

  • Engineering & Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Human Resources & Organizations (AREA)
  • Strategic Management (AREA)
  • Theoretical Computer Science (AREA)
  • Economics (AREA)
  • Entrepreneurship & Innovation (AREA)
  • Quality & Reliability (AREA)
  • General Business, Economics & Management (AREA)
  • Marketing (AREA)
  • Tourism & Hospitality (AREA)
  • Manufacturing & Machinery (AREA)
  • Data Mining & Analysis (AREA)
  • General Engineering & Computer Science (AREA)
  • Databases & Information Systems (AREA)
  • Operations Research (AREA)
  • Automation & Control Theory (AREA)
  • Game Theory and Decision Science (AREA)
  • Educational Administration (AREA)
  • Development Economics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)
  • Health & Medical Sciences (AREA)
  • General Health & Medical Sciences (AREA)
  • Primary Health Care (AREA)

Abstract

Provided is a facility interworking and data visualization method using an asset administration shell information model. The facility data visualization method according to an embodiment of the present invention: adds, to an asset administration shell for facilities in a manufacturing site, a data visualization sub-model including information required for screen generation for visualizing data of the facilities, and generates a data visualization screen for the facilities by using the data visualization sub-model of the asset administration shell. Accordingly, operation data of the facilities may be efficiently interworked and the visualization screen may be automatically generated by: defining a new asset administration shell information model including connection information about the manufacturing facilities and configuration information for configuring the visualization screen; extracting information about the asset administration shell with reference to the new asset administration shell information model; registering and interworking the facilities; and automatically generating a visualization layout.

Description

자산관리쉘 정보 모델을 활용한 장비 연동 및 데이터 시각화 방법Equipment linkage and data visualization method using asset management shell information model
본 발명은 스마트 제조 기술에 관한 것으로, 더욱 상세하게는 스마트 제조 공장에서 장비들을 모니터링하기 위해 장비들을 효율적으로 연동하고 장비 데이터를 시각화하는 방법에 관한 것이다.The present invention relates to smart manufacturing technology, and more specifically, to a method of efficiently linking equipment and visualizing equipment data to monitor equipment in a smart manufacturing factory.
제조 현장에서 관리자는 빠른 상황 판단 및 작업 진행을 위해 운용하는 장비의 데이터를 실시간으로 파악해야 할 필요가 있다. 이를 위해 기존 스마트 공장에서는 특정 벤더사의 솔루션을 사용하거나 사용 환경에 특화된 데이터 시각화 시스템을 별도로 제작해 왔다.At the manufacturing site, managers need to understand the data of the equipment they operate in real time in order to quickly judge the situation and proceed with work. To this end, existing smart factories have used solutions from specific vendors or developed separate data visualization systems specialized for the usage environment.
그러나 특정 벤더사의 솔루션을 사용하는 경우 타사의 시스템과의 연동에 제약이 있거나 해당 벤더사에 의존성이 높아지는 단점이 있으며, 사용 환경에 특화된 시각화 시스템을 별도 제작하는 경우 개발 완료 이후 추가 요구사항이 발생하면 이를 반영이 어려운 문제가 발생한다.However, when using a specific vendor's solution, there are disadvantages such as limitations in linking with other companies' systems or increased dependency on the vendor. If a visualization system specialized for the usage environment is separately produced, if additional requirements arise after development is completed, Problems that are difficult to reflect arise.
특히나 IT 시스템에 대한 이해도가 낮은 제조 현장 관리자의 특성 상, 솔루션이나 시스템에 대한 이해도가 낮고 관리자의 의도대로 직접적인 수정이 어려워, 종국에는 해당 시스템의 활용률이 낮아지고 업무 효율성의 저하를 초래한다.In particular, due to the characteristics of manufacturing site managers who have a low understanding of IT systems, their understanding of solutions or systems is low and it is difficult to directly modify them as intended by managers, ultimately leading to lower utilization of the system and lower work efficiency.
본 발명은 상기와 같은 문제점을 해결하기 위하여 안출된 것으로서, 본 발명의 목적은, 국제 표준 규격인 자산관리쉘 정보 모델을 활용하여 제조 장비의 다양한 운영 데이터를 효율적으로 연동하고 자동으로 시각화 화면을 생성하는 방법을 제공함에 있다.The present invention was created to solve the above problems, and the purpose of the present invention is to efficiently link various operation data of manufacturing equipment and automatically generate a visualization screen by utilizing the asset management shell information model, which is an international standard. It provides a method for doing so.
상기 목적을 달성하기 위한 본 발명의 일 실시예에 따른 장비 데이터 시각화 방법은 제조 현장의 장비에 대한 자산관리쉘에 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델을 추가하는 단계; 자산관리쉘의 데이터 시각화 서브모델을 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 단계;를 포함한다. The equipment data visualization method according to an embodiment of the present invention to achieve the above object includes adding a data visualization submodel containing the information necessary to create a screen for visualizing equipment data to the asset management shell for equipment at the manufacturing site. step; It includes the step of creating a data visualization screen for equipment using the data visualization submodel of the asset management shell.
데이터 시각화 서브모델은, 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 수록한 제1 서브모델 엘리먼트; 및 장비의 데이터를 표시할 시각화 화면에 대한 정보를 수록한 제2 서브모델 엘리먼트;를 포함할 수 있다.The data visualization submodel includes a first submodel element containing connection information for connecting to a data server of the equipment required to acquire data from the equipment; and a second submodel element containing information about a visualization screen to display equipment data.
연결 정보는, 장비의 데이터 서버 주소 및 포트번호 정보를 포함할 수 있다.Connection information may include the device's data server address and port number information.
시각화 화면에 대한 정보는, 데이터 시각화 화면의 제목, 레이아웃 스타일 및 수정 가능 여부에 대한 정보를 포함하는 화면 정보 및 데이터 시각화 화면을 구성하는 패널들에 대한 정보들인 패널 정보들을 포함할 수 있다.Information about the visualization screen may include screen information including information about the title, layout style, and availability of modifications of the data visualization screen, and panel information, which is information about the panels that make up the data visualization screen.
패널 정보는, 패널 이름, 패널 타입, 패널 제목, 데이터 시각화 화면 상에서 패널의 위치 정보, 패널에 표시할 데이터 정보를 포함할 수 있다.Panel information may include panel name, panel type, panel title, panel location information on the data visualization screen, and data information to be displayed on the panel.
생성 단계는, 데이터 시각화 서브모델에서 제1 서브모델 엘리먼트와 제2 서브모델 엘리먼트를 추출하는 단계; 및 추출된 제1 서브모델 엘리먼트에 수록된 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 단계;를 포함할 수 있다.The generating step includes extracting a first submodel element and a second submodel element from the data visualization submodel; and registering the data server of the equipment as a data source using the connection information included in the extracted first submodel element.
생성 단계는, 추출된 제2 서브모델 엘리먼트에 수록된 화면 정보를 기초로 시각화 화면을 구성하는 단계; 추출된 제2 서브모델 엘리먼트에 수록된 패널 정보들을 기초로 시각화 화면 내에 패널들을 구성하는 단계;를 더 포함할 수 있다.The generating step includes configuring a visualization screen based on screen information included in the extracted second submodel element; It may further include configuring panels in the visualization screen based on panel information included in the extracted second submodel element.
생성 단계는, 패널에 등록한 데이터 소스를 연동시켜, 패널에 실시간으로 데이터를 표출하는 단계;를 더 포함할 수 있다.The creation step may further include linking data sources registered in the panel to display data on the panel in real time.
본 발명에 따른 장비 데이터 시각화 방법은 데이터 시각화 서브모델을 수정하는 단계;를 더 포함할 수 있다.The equipment data visualization method according to the present invention may further include modifying a data visualization submodel.
본 발명의 다른 측면에 따르면, 제조 현장의 장비에 대한 자산관리쉘에 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델을 추가하는 정보 모델 생성부; 및 자산관리쉘의 데이터 시각화 서브모델을 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 시각화 화면 생성부;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 시스템이 제공된다.According to another aspect of the present invention, an information model creation unit that adds a data visualization submodel containing information necessary for creating a screen for visualizing data of the equipment to an asset management shell for equipment at a manufacturing site; and a visualization screen generator that generates a data visualization screen for equipment using a data visualization submodel of the asset management shell.
본 발명의 또다른 측면에 따르면, 제조 현장의 장비에 대한 자산관리쉘에서 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델에서 정보를 추출하는 단계; 추출된 정보 중 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 단계; 및 추출된 정보 중 장비의 데이터를 표시할 시각화 화면에 대한 정보를 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 단계;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법이 제공된다.According to another aspect of the present invention, extracting information from a data visualization submodel containing information necessary for creating a screen for data visualization of equipment in an asset management shell for equipment at a manufacturing site; registering the data server of the device as a data source using connection information for connecting to the data server of the device required to acquire data from the device among the extracted information; and generating a data visualization screen for the equipment using information on a visualization screen to display equipment data among the extracted information.
본 발명의 또다른 측면에 따르면, 제조 현장의 장비에 대한 자산관리쉘에서 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델에서 정보를 추출하는 추출부; 추출된 정보 중 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 등록부; 및 추출된 정보 중 장비의 데이터를 표시할 시각화 화면에 대한 정보를 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 생성부;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 시스템이 제공된다. According to another aspect of the present invention, an extraction unit that extracts information from a data visualization submodel containing information necessary for creating a screen for visualizing equipment data in an asset management shell for equipment at a manufacturing site; A register that registers the data server of the device as a data source using connection information for connecting to the data server of the device necessary to acquire data from the device among the extracted information; and a generator that generates a data visualization screen for the equipment using information about a visualization screen to display equipment data among the extracted information. An equipment data visualization system comprising a.
이상 설명한 바와 같이, 본 발명의 실시예들에 따르면, 제조 장비의 연결 정보, 시각화 화면 구성을 위한 설정 정보를 포함하는 자산관리쉘 정보 모델을 신규로 정의하고, 이를 참조하여 자산관리쉘 정보 추출, 장비 등록 및 연동, 시각화 레이아웃을 자동 생성함으로써 장비의 운용 데이터를 효율적으로 연동하고 자동으로 시각화 화면을 생성할 수 있게 된다.As described above, according to embodiments of the present invention, a new asset management shell information model including connection information of manufacturing equipment and setting information for configuring a visualization screen is newly defined, and asset management shell information is extracted with reference to this, By automatically creating equipment registration and linkage and visualization layouts, it is possible to efficiently link equipment operation data and automatically create visualization screens.
특히 본 발명의 실시예들에 따르면, 국제 표준 규격인 자산관리쉘 정보 모델을 기반으로 시각화 화면을 구성하여 범용성 및 재사용성을 향상시킬 수 있고, 설계 및 생산 단계에서 기정의되어 제공되는 장비의 자산관리쉘 모델링 정보를 어플리케이션 개발자가 사전에 분석할 수 있도록 함으로써 시각화 어플리케이션 개발 시간 단축 및 업무 효율을 증대시킬 수 있다.In particular, according to embodiments of the present invention, versatility and reusability can be improved by configuring a visualization screen based on the asset management shell information model, which is an international standard, and the assets of equipment that are predefined and provided in the design and production stages By allowing application developers to analyze management shell modeling information in advance, visualization application development time can be shortened and work efficiency can be increased.
뿐만 아니라 본 발명의 실시예들에 따르면, 사용 패턴에 따라 구성된 시각화 화면의 수정 및 배치가 쉽게 가능하여 현장 관리자의 활용성을 증대시킬 수 있고, 제조 분야의 국제 표준 규격과 사실상 표준을 준수하는 정보 모델과 통신 프로토콜을 사용하여 제조 공장 내 기존 시스템과의 상호운용성을 보장할 수 있다.In addition, according to embodiments of the present invention, it is possible to easily modify and arrange visualization screens configured according to usage patterns, thereby increasing the usability of field managers, and providing information that complies with international standards and de facto standards in the manufacturing field. Models and communication protocols can be used to ensure interoperability with existing systems within the manufacturing plant.
도 1 및 도 2. 일반적인 데이터 시각화 화면 및 패널 구성 예시Figures 1 and 2. Examples of typical data visualization screens and panel configurations
도 3. 자산관리쉘 기반 데이터 시각화 시스템Figure 3. Asset management shell-based data visualization system
도 4. Technical Data Submodel 예시Figure 4. Example of Technical Data Submodel
도 5. Datasource SMC의 구성Figure 5. Configuration of Datasource SMC
도 6. Dashboard SMC의 구성Figure 6. Configuration of Dashboard SMC
도 7. DataVisualization SM의 모델링 결과 예시Figure 7. Example modeling results of DataVisualization SM
도 8. 데이터 시각화 화면 생성 과정을 나타낸 플로우 차트Figure 8. Flow chart showing the data visualization screen creation process
이하에서는 도면을 참조하여 본 발명을 보다 상세하게 설명한다.Hereinafter, the present invention will be described in more detail with reference to the drawings.
본 발명의 실시예에서는 자산관리쉘 정보 모델을 활용한 장비 연동 및 데이터 시각화 방법을 제시한다. 구체적으로, 장비의 연결 정보, 시각화 화면 구성을 위한 설정 정보를 포함하는 자산관리쉘 정보 모델을 신규로 정의하고, 이를 참조하여 자산관리쉘 정보 추출, 장비 등록 및 연동, 시각화 레이아웃을 자동 생성함으로써 장비의 운용 데이터를 효율적으로 시각화 할 수 있는 기술이다.An embodiment of the present invention presents a method of equipment linkage and data visualization using the asset management shell information model. Specifically, we define a new asset management shell information model that includes equipment connection information and setting information for configuring visualization screens, and refer to this to extract asset management shell information, register and link equipment, and automatically create visualization layouts to automatically create equipment. It is a technology that can efficiently visualize operational data.
1. 개요1. Overview
최근 제조 현장에서 활용되는 시각화 어플리케이션은 제조 장비의 상태, 공정의 현황 등의 정보를 한눈에 볼 수 있게 도 1이나 도 2와 같이 다양한 패널(그래프, 표, 수치 등)로 표현하는 방법을 제공한다.Visualization applications recently used in manufacturing sites provide a way to express information such as the status of manufacturing equipment and process status in various panels (graphs, tables, numbers, etc.) as shown in Figures 1 and 2 so that information such as the status of manufacturing equipment and process status can be viewed at a glance. .
데이터 시각화 화면(대시보드)을 구성하기 위해서는 공장에서 발생하는 다양한 데이터를 연동하고, 원하는 데이터를 적절하게 표현하는 패널들을 추가하고 설정하는 작업이 필요하다. 다만, 이 과정은 주로 데이터 시각화 어플리케이션 초기 구축 단계에 이뤄지는 과정이므로, 개발 완료 후 현장 환경의 변화, 관심 지표의 변경 등이 발생하여 화면의 추가 수정이 필요한 경우 현장 관리자가 대응하기 어려운 실정이다.In order to construct a data visualization screen (dashboard), it is necessary to link various data generated in the factory and add and set panels that appropriately express the desired data. However, since this process is mainly carried out in the initial construction stage of a data visualization application, it is difficult for the field manager to respond if additional modifications to the screen are required due to changes in the field environment or indicators of interest after development is completed.
만일 장비 제조사에서 장비의 정보를 담은 디지털 정보 모델을 제공하고, 그 안에 해당 장비와 연결할 수 있는 인터페이스 설정 정보와 장비를 위해 사전 구성된 시각화 화면 구성 정보를 함께 제공한다면, 현장 관리자는 간단한 조작으로 해당 장비의 상태 모니터링을 할 수 있는 데이터 시각화 화면을 구축하고, 시각화 시스템에서 지원하는 방법에 따라 간단하게 배치나 조작이 가능할 것이다.If the equipment manufacturer provides a digital information model containing the equipment information, along with interface setting information that can be connected to the equipment and pre-configured visualization screen configuration information for the equipment, the field manager can easily control the equipment A data visualization screen that can monitor the status of data will be built and can be easily placed or manipulated according to the method supported by the visualization system.
이에 착안하여 본 발명의 실시예에서는 자산관리쉘 정보 모델 규격을 기반으로 장비의 데이터를 시각화하기 위해 필요한 새로운 데이터 시각화 정보모델을 정의하고, 이를 참조하여 해당 장비를 위한 시각화 화면을 자동 생성하는 방법을 제시한다.Inspired by this, in an embodiment of the present invention, a new data visualization information model required to visualize equipment data based on the asset management shell information model standard is defined, and a method of automatically generating a visualization screen for the equipment is provided with reference to this. present.
2. 자산관리쉘 기반 데이터 시각화 시스템2. Asset management shell-based data visualization system
도 3은 본 발명의 일 실시예에 따른 자산관리쉘 기반 데이터 시각화 시스템의 구성을 도시한 도면이다. 본 발명의 실시예에 따른 데이터 시각화 시스템은 도시된 바와 같이, 정보 모델 생성부(110)와 시각화 화면 생성부(120)를 포함하여 구성된다.Figure 3 is a diagram showing the configuration of an asset management shell-based data visualization system according to an embodiment of the present invention. As shown, the data visualization system according to an embodiment of the present invention includes an information model creation unit 110 and a visualization screen creation unit 120.
정보 모델 생성부(110)는 제조 장비의 고유 정보(모델명, 제조사, 사양 등)가 저장되는 자산관리쉘에 데이터 시각화 시스템에서 장비의 데이터에 연동할 수 있는 연결 정보와 장비의 시각화 화면 구성을 위한 메타 정보를 추가한다.The information model generator 110 provides connection information that can be linked to the data of the equipment in the data visualization system in the asset management shell where unique information (model name, manufacturer, specifications, etc.) of the manufacturing equipment is stored and for constructing a visualization screen of the equipment. Add meta information.
시각화 화면 생성부(120)는 정보 모델 생성부(110)에 의해 연결 정보와 메타 정보가 추가된 자산관리쉘에서 해당 정보를 추출하여, 시각화 화면(대시보드)을 구성하기 위한 데이터 소스를 설정하고, 해당 자산의 시각화 화면을 자동으로 생성한다.The visualization screen creation unit 120 extracts the corresponding information from the asset management shell to which connection information and meta information have been added by the information model creation unit 110, sets a data source for configuring a visualization screen (dashboard), and , automatically creates a visualization screen for the asset.
정보 모델 생성부(110)와 시각화 화면 생성부(120)의 세부 기능에 대해 이하에서 보다 상세히 설명한다.Detailed functions of the information model creation unit 110 and the visualization screen creation unit 120 will be described in more detail below.
3. 정보 모델 생성부3. Information model creation unit
자산관리쉘은 스마트 공장을 구성하는 제조 장비가 가지는 고유한 정보와 장비에서 발생하는 모든 데이터를 디지털화하기 위한 모델링 방법을 정의한 표준 규격이다.Asset Management Shell is a standard that defines a modeling method to digitize the unique information of the manufacturing equipment that makes up a smart factory and all data generated from the equipment.
국제 표준 IEC 63278 규격에서는 데이터의 도메인과 분류에 따라 필요한 속성(Property)들을 포함할 수 있는 서브모델(Submodel, 이하 SM) 구조와 속성의 성격에 따라 적절하게 데이터를 표현하는 서브모델 엘리먼트(SubmodelElement, 이하 SME)를 제공한다. 필요한 속성들로 구성된 규격화된 SM은 시스템 간 필요한 데이터를 연계하거나 활용할 수 있는 기준이 된다. 도 4에는 서브모델 구조를 예시하였다.The international standard IEC 63278 specifies a submodel (SM) structure that can include the necessary properties according to the domain and classification of the data, and a submodel element (SubmodelElement) that expresses the data appropriately according to the nature of the properties. (hereinafter referred to as SME) is provided. A standardized SM composed of necessary attributes serves as a standard for linking or utilizing necessary data between systems. Figure 4 illustrates the submodel structure.
표준 규격에서 사용 목적과 용도에 따라 다양한 종류의 SME가 정의되어 있다. 그 중 본 발명의 실시예에서 사용되는 SME는 다음과 같다.In the standard specifications, various types of SMEs are defined depending on the purpose and purpose of use. Among them, SMEs used in the embodiment of the present invention are as follows.
- SubmodelElementCollection(이하 SMC): 여러 SME를 그룹화하여 단계 구조를 만들어 주는 SME- SubmodelElementCollection (hereinafter SMC): SME that groups several SMEs to create a step structure
- Property: 속성에 대한 이름과 값 등을 담은 SME- Property: SME containing the name and value of the property
이를 기반으로 본 발명의 실시예에서는 장비의 데이터 시각화 화면 구성을 위해 필요한 정보를 제공하기 위해 자산관리쉘 규격을 기반으로 DataVisualization SM을 신규로 정의한다.Based on this, in the embodiment of the present invention, DataVisualization SM is newly defined based on the asset management shell standard to provide the information necessary for configuring the data visualization screen of the equipment.
이는 정보 모델 생성부(110)가 제조 현장의 장비에 대한 자산관리쉘에 장비의 데이터 시각화 화면 생성에 필요한 정보를 수록한 서브모델을 신규로 추가하는 것으로 볼 수도 있다.This can be viewed as the information model creation unit 110 adding a new sub-model containing information necessary for creating a data visualization screen for the equipment to the asset management shell for equipment at the manufacturing site.
DataVisualization SM은, ① 화면에 출력할 데이터를 가져올 소스 정보인 Datasources SMC와 ② 연결된 데이터를 보여줄 패널의 종류 및 배치 정보인 Dashboard SMC로 구성된다.DataVisualization SM consists of ① Datasources SMC, which is source information to retrieve data to be displayed on the screen, and ② Dashboard SMC, which is information on the type and arrangement of panels to display connected data.
① Datasource SMC는 제조 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 수록한 서브모델 엘리먼트들의 그룹이다.① Datasource SMC is a group of submodel elements that contain connection information for connecting to the data server of the equipment needed to acquire data from manufacturing equipment.
도 5에는 Datasource SMC의 구성을 나타내었다. 도시된 바와 같이 Datasource SMC는 장비의 데이터 서버 주소 및 포트번호 정보를 수록한 serverAddress를 포함한다.Figure 5 shows the configuration of Datasource SMC. As shown, the Datasource SMC includes serverAddress, which contains the device's data server address and port number information.
데이터 시각화 시스템에서 장비의 데이터를 가져오기 위해서는 실제 장비가 갖고 있는 데이터 서버, 이를 테면 실제 장비의 OPC UA 서버에 연결하기 위한 인터페이스 연결 정보가 필요하다. 여기서, 연결 정보는 실제 장비의 데이터 서버 주소, 포트번호로 구성된다.In order to retrieve device data from a data visualization system, interface connection information is required to connect to the data server owned by the actual device, such as the OPC UA server of the actual device. Here, the connection information consists of the data server address and port number of the actual device.
② Dashboard SMC는 장비의 데이터를 표시할 시각화 화면에 대한 정보를 수록한 서브모델 엘리먼트들의 그룹이다. 도 6에는 Dashboard SMC의 구성을 나타내었다. 도시된 바와 같이 Dashboard SMC는 basicInfo SMC와 panels SMC를 포함한다.② Dashboard SMC is a group of submodel elements that contain information about the visualization screen that will display equipment data. Figure 6 shows the configuration of Dashboard SMC. As shown, Dashboard SMC includes basicInfo SMC and panels SMC.
basicInfo SMC는 데이터 시각화 화면(대시보드)에 대한 정보이고, panels SMC는 개별 패널들에 정보들이다. 데이터 시각화 화면은 다수의 패널들로 구성되며, 패널들은 실제 장비로부터 받아오는 데이터 값을 보여준다.basicInfo SMC is information about the data visualization screen (dashboard), and panels SMC is information about individual panels. The data visualization screen consists of multiple panels, and the panels show data values received from actual equipment.
도 6에 도시된 바와 같이 basicInfo SMC은 시각화 화면의 제목(title), 시각화 화면의 레이아웃 스타일(style), 시각화 화면의 수정 가능 여부(editable)에 대한 정보이다.As shown in FIG. 6, basicInfo SMC is information about the title of the visualization screen, the layout style of the visualization screen, and whether the visualization screen is editable.
또한 panels SMC는 패널의 이름(text), 패널의 타입(type), 패널의 제목(title), 패널의 위치(position), 타겟 노드(targetNode)에 대한 정보이다.Additionally, the panels SMC is information about the panel name (text), panel type (type), panel title (title), panel position (position), and target node (targetNode).
타겟 노드(targetNode)는 패널에 시각화 하고자 하는 대상 장비의 데이터를 를 취득하기 위한 정보로, 대상 장비가 갖고 있는 여러 데이터 중 읽어올 데이터를 나타내는 노드 아이디이다. 시각화 화면에서는 타겟 노드 아이디를 기반으로 실제 장비에서 발생하는 데이터를 읽어오고 변화하는 데이터를 나타낼 수 있다.The target node (targetNode) is information for acquiring the data of the target device that you want to visualize on the panel, and is a node ID that indicates the data to be read among various data held by the target device. On the visualization screen, data generated from actual equipment can be read based on the target node ID and changing data can be displayed.
이와 같이 자산관리쉘 규격을 기반으로 실제 장비와 연동할 서버의 정보와 데이터를 시각화 할 수 있는 패널의 정보를 구성하여 자산관리쉘 정보 모델을 새롭게 구성할 수 있다. 도 7에는 DataVisualization SM의 모델링 결과를 예시하였다.In this way, based on the asset management shell standard, the asset management shell information model can be newly constructed by configuring the information of the server that will be linked with the actual equipment and the information of the panel that can visualize the data. Figure 7 illustrates the modeling results of DataVisualization SM.
4. 시각화 화면 생성부4. Visualization screen creation unit
시각화 화면 생성부(120)는 정보 모델 생성부(110)에서 생성된 자산관리쉘의 데이터 시각화 서브모델을 이용하여, 해당 장비에 대한 데이터 시각화 화면을 자동으로 생성한다.The visualization screen generator 120 uses the data visualization submodel of the asset management shell generated by the information model generator 110 to automatically generate a data visualization screen for the corresponding equipment.
시각화 화면 생성부(120)는 도 3에 도시된 바와 같이 ① 자산관리쉘 모델 추출부(121), ② 데이터 소스 등록 및 연동부(122) 및 ③ 레이아웃 생성부(123)를 포함하여 구성된다. 시각화 화면 생성부(120)의 동작 과정은 도 8에 나타내었다.As shown in FIG. 3, the visualization screen creation unit 120 includes ① an asset management shell model extraction unit 121, ② a data source registration and linking unit 122, and ③ a layout creation unit 123. The operation process of the visualization screen generator 120 is shown in FIG. 8.
4.1 자산관리쉘 모델 추출부4.1 Asset management shell model extraction unit
자산관리쉘 모델 추출부(121)는 DataVisualization SM에서 Datasources SMC와 Dashboard SMC를 추출한다. 자산관리쉘 모델 파일에서 데이터를 추출하는 방식은 XML Path Language인 xPath를 사용하며 각 노드의 경로를 찾아 해당 추출한다.The asset management shell model extraction unit 121 extracts Datasources SMC and Dashboard SMC from DataVisualization SM. The method of extracting data from the asset management shell model file uses xPath, an XML Path Language, and finds the path of each node and extracts it.
Datasources SMC에서는 실제 장비와 연동할 수 있는 서버의 주소, 포트번호, 인증정보를 추출할 수 있고, Dashboard SMC에서는 각 패널의 정보와 패널에 표시될 서버의 타겟 노드 아이디를 추출할 수 있다. 추출된 데이터는 내부 API를 이용하여 데이터 소스 등록 및 연동부(122)와 레이아웃 생성부(122)로 전달된다.In Datasources SMC, you can extract the address, port number, and authentication information of servers that can be linked with actual equipment, and in Dashboard SMC, you can extract information on each panel and the target node ID of the server to be displayed on the panel. The extracted data is delivered to the data source registration and linking unit 122 and the layout creation unit 122 using the internal API.
도 8의 S210단계 내지 S230단계가 자산관리쉘 모델 추출 과정에 해당한다.Steps S210 to S230 of Figure 8 correspond to the asset management shell model extraction process.
4.2 데이터 소스 등록 및 연동부4.2 Data source registration and integration unit
데이터 소스 등록 및 연동부(122)는 S220단게에서 추출된 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 과정이다.The data source registration and linking unit 122 is a process of registering the data server of the equipment as a data source using the connection information extracted in step S220.
데이터 소스 등록은 실제 장비과 데이터를 연동하기 위한 로직을 처리하는 구간이다. 실제 장비에서 운용하는 데이터 서버와 연동하기 위해서는 해당 프로토콜을 지원하는 플러그인을 사용하여 서버에 접속할 수 있다. 따라서 해당 플러그인을 찾고, 그 플러그인과 연동하여 실제 접속할 서버의 정보를 데이터 소스에 등록해야 한다.Data source registration is the section that processes the logic to link data with actual equipment. To link with a data server operated on actual equipment, you can connect to the server using a plug-in that supports the protocol. Therefore, you need to find the relevant plug-in, link it with the plug-in, and register the information of the server you will actually connect to in the data source.
보다 상세하게, 첫 번째 단계로, 데이터 시각화 시스템 내부의 전체 플러그인 정보 리스트를 불러와 OPC UA와 연동할 수 있는 플러그인의 존재여부를 필터기능을 통해 확인한다. 플러그인이 존재하면 내부 시각화 시스템에서 정해놓은 고유 아이디 값을 받아온다. 만약, 플러그인이 존재하지 않는다면 API 응답에 플러그인의 고유 아이디가 전송되지 않으므로 사용자는 플러그인 설치를 진행한다. More specifically, as a first step, the entire list of plug-in information within the data visualization system is retrieved and the presence or absence of plug-ins that can interoperate with OPC UA is checked through the filter function. If a plugin exists, it receives a unique ID value determined by the internal visualization system. If the plugin does not exist, the unique ID of the plugin is not sent in the API response, so the user proceeds to install the plugin.
두 번째 단계로, 데이터 시각화 시스템 내부에 이미 등록되어있는 데이터 소스의 리스트를 받아온다. 신규로 등록하고자 하는 데이터 소스의 이름과 기존에 등록되어 있는 데이터 소스의 이름을 비교하여 중복되는 이름이 존재한다면 해당 이름 뒤에 숫자를 붙여 새로운 데이터 소스 이름을 받아온다.In the second step, a list of data sources already registered within the data visualization system is retrieved. Compare the name of the data source you wish to newly register with the name of the previously registered data source, and if there is a duplicate name, add a number after the name to obtain a new data source name.
세 번째 단계로, 앞서 데이터 소스 및 플러그인의 중복 검사가 오류 없이 끝나면 사용하고자 하는 플러그인의 고유 아이디, 데이터 소스의 이름 두가지 정보를 통해 새로운 데이터 소스를 생성한다. 생성된 데이터 소스는 구분할 수 있는 고유의 아이디를 가진다.In the third step, if the redundancy check of the data source and plug-in is completed without errors, a new data source is created using two pieces of information: the unique ID of the plug-in you want to use and the name of the data source. The created data source has a unique ID to distinguish it.
네 번째 단계로, 해당 고유 아이디를 기준으로 데이터 소스 정보에 실제 연동하고자 하는 서버의 주소, 포트번호, 인증 정보를 업데이트한다.In the fourth step, update the address, port number, and authentication information of the server you want to actually link to the data source information based on the unique ID.
마지막 단계로, 앞서 모델 추출부에서 추출된 서버 정보를 기반으로 실제 자산과 연동하기 위한 플러그인을 찾고, 해당 플러그인을 기반으로 실제 연동할 서버의 정보를 연동하여 데이터 소스를 생성할 수 있다.As a final step, you can find a plug-in to link with the actual asset based on the server information previously extracted from the model extraction unit, and create a data source by linking the information of the server to be actually linked based on the plug-in.
도 8의 S240단계 내지 S270단계가 자산관리쉘 모델 추출 과정에 해당한다.Steps S240 to S270 of Figure 8 correspond to the asset management shell model extraction process.
4.3 레이아웃 생성부4.3 Layout creation unit
레이아웃 생성부(123)는 데이터 시각화 화면을 생성하기 위해 basicInfo SMC의 시각화 화면 정보를 기초로 시각화 화면을 구성하고, panels SMC의 패널 정보들로부터 시각화 화면 내에 패널들을 구성하여 실제 장비와 연동하여 읽어오는 데이터를 각 패널을 통해 사용자에게 보여준다. 이는 아래 3단계를 통해 수행된다.In order to create a data visualization screen, the layout creation unit 123 configures a visualization screen based on the visualization screen information of the basicInfo SMC, and configures panels within the visualization screen from the panel information of the panels SMC to read in conjunction with actual equipment. Data is displayed to the user through each panel. This is done through the three steps below.
첫 번째 단계로, Dashboard SMC에서 추출된 basicInfo SMC와 panels SMC 정보를 기반으로 시각화 시스템에 적용될 신규 모델 스키마를 생성한다. 여기서, 신규로 생성된 모델 스키마는 이전의 데이터 소스 등록 과정에서 생성된 새로운 데이터 소스의 정보와 기존의 패널 정보를 조합한 모델 구조이다.In the first step, a new model schema to be applied to the visualization system is created based on basicInfo SMC and panels SMC information extracted from Dashboard SMC. Here, the newly created model schema is a model structure that combines the information of the new data source created during the previous data source registration process and the existing panel information.
두 번째 단계로, 신규로 생성된 모델을 API를 이용해 대시보드로 등록하면 최종적으로 데이터 시각화 시스템은 해당 화면(페이지)를 새로고침하여 완성된 화면을 출력할 수 있다.In the second step, when the newly created model is registered as a dashboard using the API, the data visualization system can finally refresh the screen (page) and output the completed screen.
세 번째 단계로, 완성된 화면 내부 각 패널은 앞서 등록한 데이터 소스의 정보를 기반으로 플러그인과 연동하여 실제 서버에 쿼리를 전송하고 설정된 주기별로 값을 응답받아 실시간으로 데이터를 연동하여 화면에 표출한다.In the third step, each panel inside the completed screen sends a query to the actual server in conjunction with the plug-in based on information from the previously registered data source, receives a response at each set cycle, and displays the data on the screen in real time.
도 8의 S280단계 및 S290단계가 자산관리쉘 모델 추출 과정에 해당한다.Steps S280 and S290 in Figure 8 correspond to the asset management shell model extraction process.
5. 변형예5. Variation example
지금까지 자산관리쉘 정보 모델을 활용한 장비 연동 및 데이터 시각화 방법에 대해 바람직한 실시예를 들어 상세히 설명하였다.So far, the equipment linkage and data visualization method using the asset management shell information model has been explained in detail with preferred embodiments.
위 실시예에서는 장비의 연결 정보, 시각화 화면 구성을 위한 설정 정보를 포함하는 자산관리쉘의 서브 모델을 신규로 정의하고, 이를 참조하여 정보 추출, 장비 등록 및 연동, 시각화 레이아웃을 자동 생성함으로써 장비의 운용 데이터를 효율적으로 시각화 할 수 있도록 하였다.In the above embodiment, a new sub-model of the asset management shell including equipment connection information and setting information for configuring the visualization screen is newly defined, and information extraction, equipment registration and linking, and visualization layout are automatically created with reference to this, thereby Operational data can be visualized efficiently.
시각화 화면 구성을 변경하고자 하는 경우에는 DataVisualization SM의 Dashboard SMC의 내용을 수정하여 패널의 위치나 타겟 노드 등을 자유롭게 변경할 수 있음은 물론, Datasource SMC의 내용을 수정하여 연결 정보를 변경할 수도 있다.If you want to change the visualization screen configuration, you can freely change the panel location or target node by modifying the contents of DataVisualization SM's Dashboard SMC, as well as change the connection information by modifying the contents of Datasource SMC.
이를 통해, 국제 표준 규격인 자산관리쉘 정보 모델을 기반으로 시각화 화면을 구성하여 범용성 및 재사용성을 향상시키고, 설계 및 생산 단계에서 기정의되어 제공되는 장비의 자산관리쉘 모델링 정보를 어플리케이션 개발자가 사전에 분석할 수 있도록 함으로써 시각화 어플리케이션 개발 시간 단축 및 업무 효율을 증대시키며, 사용 패턴에 따라 구성된 시각화 화면의 수정 및 배치가 쉽게 가능하여 현장 관리자의 활용성을 증대시키고, 제조 분야의 국제 표준 규격과 사실상 표준을 준수하는 정보 모델과 통신 프로토콜을 사용하여 제조 공장 내 기존 시스템과의 상호운용성을 보장할 수 있게 된다.Through this, the visualization screen is configured based on the asset management shell information model, which is an international standard, to improve versatility and reusability, and the asset management shell modeling information of equipment that is predefined and provided in the design and production stages can be used by application developers to By enabling analysis, it shortens visualization application development time and increases work efficiency. It also allows for easy modification and arrangement of visualization screens configured according to usage patterns, thereby increasing the usability of field managers and meeting international standards in the manufacturing field. Using standards-compliant information models and communication protocols, interoperability with existing systems within the manufacturing plant can be ensured.
한편, 본 실시예에 따른 장치와 방법의 기능을 수행하게 하는 컴퓨터 프로그램을 수록한 컴퓨터로 읽을 수 있는 기록매체에도 본 발명의 기술적 사상이 적용될 수 있음은 물론이다. 또한, 본 발명의 다양한 실시예에 따른 기술적 사상은 컴퓨터로 읽을 수 있는 기록매체에 기록된 컴퓨터로 읽을 수 있는 코드 형태로 구현될 수도 있다. 컴퓨터로 읽을 수 있는 기록매체는 컴퓨터에 의해 읽을 수 있고 데이터를 저장할 수 있는 어떤 데이터 저장 장치이더라도 가능하다. 예를 들어, 컴퓨터로 읽을 수 있는 기록매체는 ROM, RAM, CD-ROM, 자기 테이프, 플로피 디스크, 광디스크, 하드 디스크 드라이브, 등이 될 수 있음은 물론이다. 또한, 컴퓨터로 읽을 수 있는 기록매체에 저장된 컴퓨터로 읽을 수 있는 코드 또는 프로그램은 컴퓨터간에 연결된 네트워크를 통해 전송될 수도 있다.Meanwhile, of course, the technical idea of the present invention can be applied to a computer-readable recording medium containing a computer program that performs the functions of the device and method according to this embodiment. Additionally, the technical ideas according to various embodiments of the present invention may be implemented in the form of computer-readable code recorded on a computer-readable recording medium. A computer-readable recording medium can be any data storage device that can be read by a computer and store data. For example, of course, computer-readable recording media can be ROM, RAM, CD-ROM, magnetic tape, floppy disk, optical disk, hard disk drive, etc. Additionally, computer-readable codes or programs stored on a computer-readable recording medium may be transmitted through a network connected between computers.
또한, 이상에서는 본 발명의 바람직한 실시예에 대하여 도시하고 설명하였지만, 본 발명은 상술한 특정의 실시예에 한정되지 아니하며, 청구범위에서 청구하는 본 발명의 요지를 벗어남이 없이 당해 발명이 속하는 기술분야에서 통상의 지식을 가진자에 의해 다양한 변형실시가 가능한 것은 물론이고, 이러한 변형실시들은 본 발명의 기술적 사상이나 전망으로부터 개별적으로 이해되어져서는 안될 것이다.In addition, although preferred embodiments of the present invention have been shown and described above, the present invention is not limited to the specific embodiments described above, and the technical field to which the invention pertains without departing from the gist of the present invention as claimed in the claims. Of course, various modifications can be made by those skilled in the art, and these modifications should not be understood individually from the technical idea or perspective of the present invention.

Claims (12)

  1. 제조 현장의 장비에 대한 자산관리쉘에 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델을 추가하는 단계;Adding a data visualization submodel containing information necessary to create a screen for visualizing equipment data to the asset management shell for equipment at the manufacturing site;
    자산관리쉘의 데이터 시각화 서브모델을 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 단계;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.An equipment data visualization method comprising: generating a data visualization screen for equipment using a data visualization submodel of the asset management shell.
  2. 청구항 1에 있어서,In claim 1,
    데이터 시각화 서브모델은,The data visualization submodel is,
    장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 수록한 제1 서브모델 엘리먼트; 및A first submodel element containing connection information for connecting to a data server of the equipment necessary to acquire data from the equipment; and
    장비의 데이터를 표시할 시각화 화면에 대한 정보를 수록한 제2 서브모델 엘리먼트;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A method for visualizing equipment data, comprising a second submodel element containing information about a visualization screen to display equipment data.
  3. 청구항 2에 있어서,In claim 2,
    연결 정보는,Connection information is:
    장비의 데이터 서버 주소 및 포트번호 정보를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A device data visualization method characterized by including data server address and port number information of the device.
  4. 청구항 2에 있어서,In claim 2,
    시각화 화면에 대한 정보는,For information about the visualization screen,
    데이터 시각화 화면의 제목, 레이아웃 스타일 및 수정 가능 여부에 대한 정보를 포함하는 화면 정보 및Screen information, including information about the title of the data visualization screen, its layout style, and whether it can be modified, and
    데이터 시각화 화면을 구성하는 패널들에 대한 정보들인 패널 정보들을 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.An equipment data visualization method characterized by including panel information, which is information about the panels that make up the data visualization screen.
  5. 청구항 4에 있어서,In claim 4,
    패널 정보는,Panel information is:
    패널 이름, 패널 타입, 패널 제목, 데이터 시각화 화면 상에서 패널의 위치 정보, 패널에 표시할 데이터 정보를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.An equipment data visualization method comprising: panel name, panel type, panel title, panel location information on the data visualization screen, and data information to be displayed on the panel.
  6. 청구항 4에 있어서,In claim 4,
    생성 단계는,The creation stage is,
    데이터 시각화 서브모델에서 제1 서브모델 엘리먼트와 제2 서브모델 엘리먼트를 추출하는 단계; 및extracting a first submodel element and a second submodel element from the data visualization submodel; and
    추출된 제1 서브모델 엘리먼트에 수록된 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 단계;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A device data visualization method comprising: registering a data server of the device as a data source using connection information included in the extracted first submodel element.
  7. 청구항 6에 있어서,In claim 6,
    생성 단계는,The creation stage is,
    추출된 제2 서브모델 엘리먼트에 수록된 화면 정보를 기초로 시각화 화면을 구성하는 단계;Constructing a visualization screen based on screen information included in the extracted second submodel element;
    추출된 제2 서브모델 엘리먼트에 수록된 패널 정보들을 기초로 시각화 화면 내에 패널들을 구성하는 단계;를 더 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A method for visualizing equipment data, further comprising configuring panels in a visualization screen based on panel information included in the extracted second submodel element.
  8. 청구항 7에 있어서,In claim 7,
    생성 단계는,The creation stage is,
    패널에 등록한 데이터 소스를 연동시켜, 패널에 실시간으로 데이터를 표출하는 단계;를 더 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A method of visualizing equipment data, further comprising linking data sources registered to the panel and displaying data on the panel in real time.
  9. 청구항 1에 있어서,In claim 1,
    데이터 시각화 서브모델을 수정하는 단계;를 더 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.Equipment data visualization method further comprising: modifying a data visualization submodel.
  10. 제조 현장의 장비에 대한 자산관리쉘에 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델을 추가하는 정보 모델 생성부; 및An information model creation unit that adds a data visualization submodel containing information necessary for creating a screen for visualizing equipment data to the asset management shell for equipment at the manufacturing site; and
    자산관리쉘의 데이터 시각화 서브모델을 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 시각화 화면 생성부;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 시스템.An equipment data visualization system comprising a visualization screen generator that generates a data visualization screen for equipment using the data visualization submodel of the asset management shell.
  11. 제조 현장의 장비에 대한 자산관리쉘에서 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델에서 정보를 추출하는 단계;Extracting information from a data visualization submodel containing information necessary to create a screen for visualizing equipment data in an asset management shell for equipment at a manufacturing site;
    추출된 정보 중 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 단계; 및Registering the data server of the device as a data source using connection information for connecting to the data server of the device required to acquire data from the device among the extracted information; and
    추출된 정보 중 장비의 데이터를 표시할 시각화 화면에 대한 정보를 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 단계;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 방법.A device data visualization method comprising: generating a data visualization screen for the device using information about a visualization screen to display device data among the extracted information.
  12. 제조 현장의 장비에 대한 자산관리쉘에서 장비의 데이터 시각화를 위한 화면 생성에 필요한 정보를 수록한 데이터 시각화 서브모델에서 정보를 추출하는 추출부;An extraction unit that extracts information from a data visualization submodel containing information necessary to create a screen for visualizing equipment data in an asset management shell for equipment at a manufacturing site;
    추출된 정보 중 장비로부터 데이터를 취득하기 위해 필요한 장비의 데이터 서버에 연결하기 위한 연결 정보를 이용하여, 장비의 데이터 서버를 데이터 소스로 등록하는 등록부; 및A register that registers the data server of the device as a data source using connection information for connecting to the data server of the device necessary to acquire data from the device among the extracted information; and
    추출된 정보 중 장비의 데이터를 표시할 시각화 화면에 대한 정보를 이용하여, 장비에 대한 데이터 시각화 화면을 생성하는 생성부;를 포함하는 것을 특징으로 하는 장비 데이터 시각화 시스템.An equipment data visualization system comprising: a generator that generates a data visualization screen for equipment using information on a visualization screen to display equipment data among the extracted information.
PCT/KR2022/020328 2022-12-14 2022-12-14 Facility interworking and data visualization method using asset administration shell information model WO2024128344A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR10-2022-0174533 2022-12-14
KR1020220174533A KR20240092243A (en) 2022-12-14 2022-12-14 Equipment link and data visualization method using asset administration shell information model

Publications (1)

Publication Number Publication Date
WO2024128344A1 true WO2024128344A1 (en) 2024-06-20

Family

ID=91485910

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2022/020328 WO2024128344A1 (en) 2022-12-14 2022-12-14 Facility interworking and data visualization method using asset administration shell information model

Country Status (2)

Country Link
KR (1) KR20240092243A (en)
WO (1) WO2024128344A1 (en)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102280440B1 (en) * 2020-01-15 2021-07-21 한양대학교 에리카산학협력단 Method for generating the Asset Administration Shell(AAS) in a smart manufacturing system
KR20220073919A (en) * 2020-11-27 2022-06-03 한국전자기술연구원 Robot system information modeling and interworking method based on asset administration shell
US20220261490A1 (en) * 2019-06-13 2022-08-18 Endress+Hauser Process Solutions Ag Method for providing a digital twin for a nondigital automation engineering field device
KR102457759B1 (en) * 2020-12-24 2022-10-21 네스트필드(주) Method for collecting data using the Asset Administration Shell(AAS) in a smart manufacturing system
US20220339787A1 (en) * 2019-07-01 2022-10-27 Kuka Deutschland Gmbh Carrying out an application using at least one robot

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20220261490A1 (en) * 2019-06-13 2022-08-18 Endress+Hauser Process Solutions Ag Method for providing a digital twin for a nondigital automation engineering field device
US20220339787A1 (en) * 2019-07-01 2022-10-27 Kuka Deutschland Gmbh Carrying out an application using at least one robot
KR102280440B1 (en) * 2020-01-15 2021-07-21 한양대학교 에리카산학협력단 Method for generating the Asset Administration Shell(AAS) in a smart manufacturing system
KR20220073919A (en) * 2020-11-27 2022-06-03 한국전자기술연구원 Robot system information modeling and interworking method based on asset administration shell
KR102457759B1 (en) * 2020-12-24 2022-10-21 네스트필드(주) Method for collecting data using the Asset Administration Shell(AAS) in a smart manufacturing system

Also Published As

Publication number Publication date
KR20240092243A (en) 2024-06-24

Similar Documents

Publication Publication Date Title
US5847953A (en) System and method for performing class checking of objects in a graphical data flow program
US5784275A (en) System and method for performing interface independent virtual instrumentation functions in a graphical data flow program
Nordstrom et al. Metamodeling-rapid design and evolution of domain-specific modeling environments
CN110782047A (en) Intelligent label system
US5905649A (en) System and method for performing type checking and class propagation of attributes in a graphical data flow program
US9628206B2 (en) Endpoint parameter management architecture for audio mixers
JPH10149398A (en) Map building system and its method
Kung Conceptual modeling in the context of software development
WO2016010230A1 (en) Method for interchanging iec61850 and opc ua and recording medium therefor
WO2015037802A1 (en) System for integrating meta-models
WO2013028009A2 (en) Smart office system, server for operation, and operation method
WO2015037803A1 (en) Method for integrating meta-models
CN110989891B (en) Component deployment method in chart editor, chart editor and related equipment
WO2024128344A1 (en) Facility interworking and data visualization method using asset administration shell information model
WO2020215680A1 (en) Method and apparatus for automatically generating pojo class, and storage medium and computer device
WO2009116748A2 (en) Reserved component container-based software development method and apparatus
WO2015037801A1 (en) System for transforming meta-model
WO2010071384A2 (en) Standardization system and method for robot fabrication and robot service implementation system
CN111431784A (en) Universal MODBUS protocol data analysis method
WO2019235884A1 (en) Medical information conversion method and system for constructing clinical decision system
JPH10161976A (en) On-line business processing system
WO2018034509A1 (en) Website creating method and system implemented in web browser
WO2021095915A1 (en) Method for converting automationml data model into opc ua information model and device therefor
WO2016085213A1 (en) Computer-executable model reverse engineering method and apparatus
WO2015183016A1 (en) Data processing device and method for checking data recorded on memory of data processing device