KR20170124189A - Hmi graphic runtime script providing method - Google Patents

Hmi graphic runtime script providing method Download PDF

Info

Publication number
KR20170124189A
KR20170124189A KR1020160053764A KR20160053764A KR20170124189A KR 20170124189 A KR20170124189 A KR 20170124189A KR 1020160053764 A KR1020160053764 A KR 1020160053764A KR 20160053764 A KR20160053764 A KR 20160053764A KR 20170124189 A KR20170124189 A KR 20170124189A
Authority
KR
South Korea
Prior art keywords
graphic
module
runtime
terminal device
hmi
Prior art date
Application number
KR1020160053764A
Other languages
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 엘에스산전 주식회사
Priority to KR1020160053764A priority Critical patent/KR20170124189A/en
Publication of KR20170124189A publication Critical patent/KR20170124189A/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T11/002D [Two Dimensional] image generation
    • G06T11/60Editing figures and text; Combining figures or text
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F3/00Input arrangements for transferring data to be processed into a form capable of being handled by the computer; Output arrangements for transferring data from processing unit to output unit, e.g. interface arrangements
    • G06F3/01Input arrangements or combined input and output arrangements for interaction between user and computer
    • G06F3/048Interaction techniques based on graphical user interfaces [GUI]
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/44Arrangements for executing specific programs
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2200/00Indexing scheme for image data processing or generation, in general
    • G06T2200/28Indexing scheme for image data processing or generation, in general involving image processing hardware
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2207/00Indexing scheme for image analysis or image enhancement
    • G06T2207/30Subject of image; Context of image processing
    • G06T2207/30108Industrial image inspection
    • G06T2207/30164Workpiece; Machine component
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06TIMAGE DATA PROCESSING OR GENERATION, IN GENERAL
    • G06T2210/00Indexing scheme for image generation or computer graphics
    • G06T2210/32Image data format

Abstract

A method for providing an HMI graphic runtime script according to an embodiment of the present invention includes the steps of: receiving a monitoring screen request message from a terminal device; extracting a specific graphic runtime module among a plurality of graphic runtime modules according to the monitoring screen request message; generating an HMI graphic runtime script by combining the specific graphic runtime module; and transmitting the graphical runtime script to the terminal device. Therefore, the present invention has an advantage that a user can access an HMI monitoring screen through an optimized graphic runtime by dynamically generating the HMI graphic runtime script according to the type of the terminal device and providing the generated HMI graphic runtime script to the terminal device.

Description

HMI 그래픽 런타임 스크립트 제공 방법{HMI GRAPHIC RUNTIME SCRIPT PROVIDING METHOD}[0001] HMI GRAPHIC RUNTIME SCRIPT PROVIDING METHOD [0002]

본 발명의 일 실시예는 HMI 그래픽 런타임 스크립트 제공 방법에 관한 것이다.
One embodiment of the present invention relates to a method for providing an HMI graphical run-time script.

산업현장에서 활용되는 HMI 시스템은 작업 공정에 연관된 데이터를 인간이 인지할 수 있는 형태로 나타내고, 이를 통해 해당 공정을 제어할 수 있도록 돕는 소프트웨어를 말한다.The HMI system used in the industrial field refers to software that displays data related to the work process in a human-recognizable form and controls the corresponding process.

HMI 시스템은 공정에서 발생하는 각종 데이터와 이를 이용한 추세 분석 기능 등을 제공한다. 이런 정보는 해당 공정을 단순화시킨 다이어그램 형태로 운영자에게 제공되므로, 운영자는 전체 공정이 어떤 방식으로 동작하고 제어되는지를 간단히 알 수 있게 된다. The HMI system provides various data generated in the process and trend analysis function using it. This information is provided to the operator in the form of a simplified diagram of the process so that the operator can simply see how the entire process is operated and controlled.

HMI 시스템은 대개 그래픽 관련 작업을 담당하는 감시화면 작성 프로그램을 포함하고 있다. 이를 통해 운영자나 시스템 유지보수 담당자가 각 공정과 장비가 어떤 방식으로 HMI 시스템에 표시될지를 직접 바꾸고 결정할 수 있다.The HMI system usually includes a surveillance screening program that is responsible for graphics-related tasks. This allows the operator or system maintenance personnel to directly change and determine how each process and equipment will be displayed on the HMI system.

이러한 HMI 시스템을 웹을 통하여 서비스할 경우, 웹 브라우저에서 실행되는 자바스크립트 기반의 그래픽 엔진은 데스크톱과 모바일 구분 없이 동일한 형태로 다운로드 되어 실행된다. When the HMI system is serviced through the Web, the JavaScript-based graphics engine running in the web browser is downloaded and executed in the same form without any discrimination between the desktop and the mobile.

즉, 가볍고 단순한 화면을 표시하기 위한 모바일 장치에 데스크톱을 고려하여 작성된 고성능의 무거운 HMI 그래픽 런타임 스크립트가 실행되는 경우가 발생하기도 한다.In other words, high-performance, heavy-duty HMI graphics run-time scripts written in consideration of the desktop on a mobile device for displaying lightweight and simple screens may be executed.

종래와 같이, 모바일 기기와 데스크톱이 하나의 HMI 그래픽 런타임 스크립트를 공용하기 때문에 모바일 기기에서는 모바일에서 사용하지 않는 고급 기능을 포함한 HMI 그래픽 런타임 스크립트를 전송 받고 실행하기 위하여 많은 시간을 기다리게 되며, 실행 시에도 많은 자원을 사용하게 된다는 문제점이 발생한다.
As is conventional, mobile devices and desktops share a single HMI graphical runtime script, so mobile devices will wait a lot of time to send and execute HMI graphical runtime scripts, including advanced features not used in mobile, There is a problem that a lot of resources are used.

본 발명은 단말 장치의 종류에 따라 동적으로 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 사용자가 최적화된 그래픽 런타임을 통하여 HMI 감시 화면에 접근할 수 있도록 하는 HMI 그래픽 런타임 스크립트 제공 방법을 제공하는 것을 목적으로 한다.The present invention provides an HMI graphic runtime script providing method that enables a user to access an HMI monitoring screen through an optimized graphic runtime by dynamically generating an HMI graphic runtime script according to the type of the terminal device and providing the script to the terminal device The purpose.

또한, 본 발명은 단말 장치의 종류에 따라 모듈을 추출한 후, 모듈을 이용하여 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 단말 장치의 종류 별로 HMI 그래픽 런타임 스크립트를 생성하지 않아도 되는 HMI 그래픽 런타임 스크립트 제공 방법을 제공하는 것을 목적으로 한다.
In addition, the present invention extracts a module according to the type of the terminal device, generates an HMI graphic runtime script using the module, and provides the script to the terminal device, thereby generating an HMI graphic runtime script And a method of providing the same.

본 발명의 목적들은 이상에서 언급한 목적으로 제한되지 않으며, 언급되지 않은 본 발명의 다른 목적 및 장점들은 하기의 설명에 의해서 이해될 수 있고, 본 발명의 실시예에 의해 보다 분명하게 이해될 것이다. 또한, 본 발명의 목적 및 장점들은 특허 청구 범위에 나타낸 수단 및 그 조합에 의해 실현될 수 있음을 쉽게 알 수 있을 것이다.
The objects of the present invention are not limited to the above-mentioned objects, and other objects and advantages of the present invention which are not mentioned can be understood by the following description and more clearly understood by the embodiments of the present invention. It will also be readily apparent that the objects and advantages of the invention may be realized and attained by means of the instrumentalities and combinations particularly pointed out in the appended claims.

이러한 목적을 달성하기 위한 HMI 그래픽 런타임 스크립트 제공 방법은 단말 장치로부터 감시 화면 요청 메시지를 수신하는 단계, 상기 감시 화면 요청 메시지에 따라 복수의 그래픽 런타임 모듈 중 특정 그래픽 런타임 모듈을 추출하는 단계, 상기 특정 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하는 단계 및 상기 그래픽 런타임 스크립트를 상기 단말 장치에 전송하는 단계를 포함한다.
A method for providing an HMI graphic runtime script for achieving this object includes receiving a monitor screen request message from a terminal device, extracting a specific graphic runtime module from among a plurality of graphic runtime modules according to the monitor screen request message, Generating an HMI graphic runtime script by combining the runtime modules, and transmitting the graphical runtime script to the terminal device.

전술한 바와 같은 본 발명에 의하면, 단말 장치의 종류에 따라 동적으로 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 사용자가 최적화된 그래픽 런타임을 통하여 HMI 감시 화면에 접근할 수 있다는 장점이 있다.According to the present invention, the HMI graphic runtime script is dynamically generated according to the type of the terminal device and provided to the terminal device, so that the user can access the HMI monitoring screen through the optimized graphic runtime.

또한, 본 발명은 단말 장치의 종류에 따라 모듈을 추출한 후, 모듈을 이용하여 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 단말 장치의 종류 별로 HMI 그래픽 런타임 스크립트를 생성하지 않아도 된다는 장점이 있다.
Further, the present invention has an advantage in that it does not need to generate an HMI graphic runtime script for each kind of terminal device by extracting a module according to the type of the terminal device, generating an HMI graphic runtime script using the module, and providing it to the terminal device.

도 1은 일반적인 HMI 시스템의 감시 화면을 서로 다른 종류의 단말 장치에 각각 표시하고 있는 상태를 표시하는 도면이다.
도 2는 본 발명의 일 실시예에 따른 HMI 그래픽 런타임 스크립트 제공 시스템을 설명하기 위한 네트워크 구성도이다.
도 3은 본 발명의 다른 일 실시예에 따른 HMI 그래픽 런타임 스크립트 제공 시스템을 설명하기 위한 네트워크 구성도이다.
도 4는 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 방법의 일 실시예를 설명하기 위한 흐름도이다.
도 5는 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 방법의 다른 일 실시예를 설명하기 위한 흐름도이다.
도 6은 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 과정을 설명하기 위한 참조도이다.
1 is a diagram showing a state in which monitoring screens of a general HMI system are displayed on different kinds of terminal devices, respectively.
2 is a network configuration diagram illustrating an HMI graphic runtime script providing system according to an embodiment of the present invention.
3 is a network configuration diagram illustrating an HMI graphic runtime script providing system according to another embodiment of the present invention.
4 is a flowchart illustrating a method of providing an HMI graphic runtime script according to an embodiment of the present invention.
5 is a flowchart illustrating a method of providing an HMI graphic runtime script according to another embodiment of the present invention.
6 is a reference diagram for explaining a process of providing an HMI graphic runtime script according to the present invention.

전술한 목적, 특징 및 장점은 첨부된 도면을 참조하여 상세하게 후술되며, 이에 따라 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자가 본 발명의 기술적 사상을 용이하게 실시할 수 있을 것이다. 본 발명을 설명함에 있어서 본 발명과 관련된 공지 기술에 대한 구체적인 설명이 본 발명의 요지를 불필요하게 흐릴 수 있다고 판단되는 경우에는 상세한 설명을 생략한다. 이하, 첨부된 도면을 참조하여 본 발명에 따른 바람직한 실시예를 상세히 설명하기로 한다. 도면에서 동일한 참조부호는 동일 또는 유사한 구성요소를 가리키는 것으로 사용된다.
The above and other objects, features, and advantages of the present invention will become more apparent by describing in detail exemplary embodiments thereof with reference to the attached drawings, which are not intended to limit the scope of the present invention. In the following description, well-known functions or constructions are not described in detail since they would obscure the invention in unnecessary detail. Hereinafter, preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. In the drawings, the same reference numerals are used to denote the same or similar elements.

본 명세서에서 사용된 용어 중 “런타임”은 HMI 화면 엔지니어링 단계에서 작화된 HMI 화면을 런타임 상에서 실행시켜 객체를 모니터링하는 것으로, 보다 구체적으로 사용자에 의해 선택된 객체에 매핑된 태그의 정보를 이용하여 해당 객체를 모니터링할 수 것을 의미한다. As used herein, the term " runtime " refers to monitoring an object by executing the HMI screen generated at the runtime in the HMI screen engineering step, more specifically, by using the information of the tag mapped to the object selected by the user, Can be monitored.

본 명세서에서 사용된 용어 중 “스크립트”는 제어 대상 기기 및 동작 특성을 객체에 매칭하는 것으로, 보다 구체적으로 객체에 제어 대상 기기를 지시하는 태그 및 특정 동작(예를 들어, 제어, 감시, 수집 등)을 지시하는 태그를 매핑하여 작화한 HMI 화면을 의미한다.
As used herein, the term " script " is used to match a control target device and an operation characteristic to an object. More specifically, a tag and a specific operation (e.g., control, ) To the HMI screen.

도 1은 일반적인 HMI 시스템의 감시 화면을 서로 다른 종류의 단말 장치에 각각 표시하고 있는 상태를 표시하는 도면이다.1 is a diagram showing a state in which monitoring screens of a general HMI system are displayed on different kinds of terminal devices, respectively.

도 1을 참조하면, HMI 그래픽 런타임 스크립트 제공 장치(10)는 단말 장치(20, 30)의 요청에 따라 HMI 그래픽 런타임 스크립트를 단말 장치(20, 30)에 제공한다. 이때, HMI 그래픽 런타임 스크립트 제공 장치(10)는 단말 장치(20, 30)의 종류와 상관없이 미리 생성한 런타임 스크립트를 단말 장치(20, 30)에 제공한다. Referring to FIG. 1, an HMI graphic runtime script providing device 10 provides an HMI graphic runtime script to a terminal device 20, 30 at the request of the terminal device 20, 30. At this time, the HMI graphic runtime script providing apparatus 10 provides the runtime script generated in advance to the terminal apparatuses 20 and 30 irrespective of the types of the terminal apparatuses 20 and 30.

상기의 미리 생성한 HMI 그래픽 런타임 스크립트는 어느 단말에서 실행되지 모르기 때문에 고급 기능, 핵심 기능, 단순 기능 등을 모두 포함하고 있다. 즉, HMI 그래픽 런타임 스크립트 제공 장치는 성능이 좋은 단말 장치(30)를 기준으로 고성능의 HMI 그래픽 런타임 스크립트를 개발하고, 이를 다양한 성능과 화면 크기를 갖는 단말 장치(20, 30)에 제공함으로써 단말 장치(20, 30)에서 HMI 그래픽 런타임 스크립트를 공용하게 되는 것이다. The previously generated HMI graphic runtime script includes advanced functions, core functions, and simple functions since it is not executed at any terminal. That is, the HMI graphic runtime script providing apparatus develops a high-performance HMI graphic run-time script based on the high-performance terminal apparatus 30 and provides the script to the terminal apparatuses 20 and 30 having various performances and screen sizes, The HMI graphic runtime script is shared by the processors 20 and 30.

HMI 그래픽 런타임 스크립트 제공 장치(10)는 HMI 그래픽 런타임 스크립트를 데스크 탑 등의 단말 장치(30)에 제공하는 경우, 단말 장치(30)는 HMI 그래픽 런타임 스크립트를 실행할 수 있다. When the HMI graphic runtime script providing device 10 provides the HMI graphic runtime script to the terminal device 30 such as a desktop, the terminal device 30 can execute the HMI graphic runtime script.

이에 반하여, HMI 그래픽 런타임 스크립트 제공 장치(10)는 HMI 그래픽 런타임 스크립트를 모바일 기기 등의 단말 장치(20)에 제공하는 경우, 단말 장치(20)는 사용하지 않는 고급 기능을 포함한 HMI 그래픽 런타임 스크립트를 제공받아 실행하기 위하여 많은 시간을 기다리게 되며, 실행 시에도 많은 자원을 사용하게 된다.On the other hand, when the HMI graphic runtime script providing device 10 provides the HMI graphic runtime script to the terminal device 20 such as a mobile device, the terminal device 20 transmits the HMI graphic runtime script including the advanced functions not used You will have to wait a lot of time to get it to run, and it will use a lot of resources at runtime.

또한, HMI 그래픽 런타임 스크립트 각각이 서로 다른 종류의 단말 장치(20, 30)에서 실행되는 중에 문제가 발생하는 경우, 단말 장치(20, 30) 별로 특징이 다르기 때문에 해결 방법이 다르다. 이로 인해, HMI 그래픽 런타임 스크립트를 공용으로 사용하는 경우 어느 하나의 단말 장치(20)의 문제를 해결하고자 코드를 수정한 것으로 인하여 다른 단말 장치(30)에 또 다른 문제가 발생할 수 있다. In addition, when a problem arises while each of the HMI graphic runtime scripts is executed in different types of terminal devices 20 and 30, the resolution differs depending on the terminal devices 20 and 30 because of different features. Accordingly, when the HMI graphic runtime script is commonly used, another problem may arise in the other terminal device 30 because the code is modified to solve the problem of any one of the terminal devices 20.

예를 들어, HMI 그래픽 런타임 스크립트를 공용으로 사용하는 경우 모바일 기기(20)에서 HMI 그래픽 런타임 스크립트를 실행하는 과정에서 문제가 발생하여 문제를 해결하고자 코드를 수정하는 경우, 코드의 수정으로 인하여 데스크 탑(30)에 다른 문제가 발생할 수 있다. For example, when the HMI graphic runtime script is used in common, when a problem occurs in executing the HMI graphic runtime script on the mobile device 20 and the code is modified to solve the problem, Another problem may arise in the memory 30.

종종 이와 같은 문제를 해결하기 위하여, HMI 그래픽 런타임 스크립트 제공 장치는 데스크 탑용 HMI 그래픽 런타임 스크립트 및 모바일 기기용 HMI 그래픽 런타임 스크립트를 각각 제작한 후에, 데스크 탑에는 데스크 탑용 HMI 그래픽 런타임 스크립트를 제공하고, 모바일 기기에는 모바일 기기용 HMI 그래픽 런타임 스크립트를 제공한다. Often, to solve this problem, the HMI graphical runtime script providing device generates the HMI graphic runtime script for the desktop and the HMI graphic runtime script for the mobile device respectively, then provides the desktop HMI graphic runtime script on the desktop, The instrument provides HMI graphic runtime scripts for mobile devices.

이러한 경우, 데스크 탑용 HMI 그래픽 런타임 스크립트 및 모바일 기기용 HMI 그래픽 런타임 스크립트를 각각 작성할 경우, 중복 개발로 인한 비용 상승 및 관리의 문제가 있다.
In such cases, there is a problem of cost increase and management due to redundant development when the HMI graphic runtime script for the desktop and the HMI graphic runtime script for the mobile device are respectively written.

도 2는 본 발명의 일 실시예에 따른 HMI 그래픽 런타임 스크립트 제공 시스템을 설명하기 위한 네트워크 구성도이다. 도 2에 개시된 일 실시예는 사용자의 요청에 따라 단말 장치의 종류에 해당하는 HMI 그래픽 런타임 스크립트를 단말 장치에 제공할 수 있는 일 실시예에 관한 것이다. 2 is a network configuration diagram illustrating an HMI graphic runtime script providing system according to an embodiment of the present invention. The embodiment shown in FIG. 2 relates to an embodiment in which an HMI graphic runtime script corresponding to a type of a terminal device can be provided to a terminal device according to a request of a user.

도 2를 참조하면, HMI 그래픽 런타임 스크립트 제공 시스템은 HMI 그래픽 런타임 스크립트 제공 장치(100) 및 단말 장치(200)를 포함한다. Referring to FIG. 2, the HMI graphic runtime script providing system includes an HMI graphic runtime script providing apparatus 100 and a terminal apparatus 200.

HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치(200)로부터 감시 화면 요청 메시지를 수신하면, 감시 화면 요청 메시지에 포함된 단말 장치의 종류에 따라 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 단말 장치의 종류에 해당하는 그래픽 런타임 모듈을 추출한다. Upon receiving the monitoring screen request message from the terminal device 200, the HMI graphic runtime script providing device 100 displays the type of the terminal device in the graphic runtime module table for each terminal device type according to the type of the terminal device included in the monitoring screen request message Extracts the graphical runtime module corresponding to

상기의 단말 장치 종류 별 그래픽 런타임 모듈 테이블에는 단말 장치 별로 그래픽 런타임 모듈이 저장되어 있는 테이블이다. 그래픽 런타임 모듈은 단순 모듈 그룹, 고급 모듈 그룹, 핵심 모듈 그룹 및 공통 모듈 그룹을 포함한다. In the graphical runtime module table for each terminal device type, a graphical runtime module is stored for each terminal device. The graphical runtime module includes a simple module group, an advanced module group, a core module group, and a common module group.

공통 모듈 그룹은 단말 장치의 종류와 상관없이 모든 단말 장치에서 사용되는 모듈의 집합이다. 예를 들어, 공통 모듈 그룹은 기본 도형, 사용자 도형, 자유 도형 등 벡터 도형을 포함할 수 있다. 이러한 공통 모듈 그룹에 포함된 모듈은 단말 장치(200)의 종류와 상관없이 모든 단말 장치(200)에서 요구되는 모듈일 수 있다.The common module group is a set of modules used in all terminal devices regardless of the type of the terminal device. For example, a common module group may include vector shapes such as basic shapes, user shapes, and free shapes. The module included in the common module group may be a module required by all the terminal devices 200 regardless of the type of the terminal device 200.

핵심 모듈 그룹은 단말 장치의 종류와 상관없이 모든 단말 장치에서 사용되는 모듈의 집합이다. 예를 들어, 핵심 모듈 그룹은 사용자 인터페이스 레이아웃을 구성하고 그래픽 컨버스를 생성하는 모듈, 통신을 지원하는 모듈을 포함할 수 있다. 이러한 핵심 모듈 그룹에 포함된 모듈은 단말 장치(200)의 종류와 상관없이 모든 단말 장치(200)에서 요구되는 모듈일 수 있다.The core module group is a set of modules used in all terminal devices regardless of the type of the terminal device. For example, the core module group may include a module for configuring a user interface layout and generating a graphic converse, and a module for supporting communication. The module included in the core module group may be a module required by all the terminal devices 200 regardless of the type of the terminal device 200.

단순 모듈 그룹은 HMI 그래픽 런타임 스크립트를 생성하는데 사용되지는 않지만 타임 스크립트를 생성할 때 사용되는 모듈의 집합이다. 예를 들어, 단순 모듈 그룹은 단순 트랜드, 단순 알람 뷰어, 단순 스위치 객체, 단순 램프 객체 등을 포함할 수 있다.A simple module group is a set of modules that are not used to generate HMI graphical run-time scripts, but are used when generating time scripts. For example, a simple module group may include a simple trend, a simple alarm viewer, a simple switch object, a simple lamp object, and the like.

고급 모듈 그룹은 HMI 그래픽 런타임 스크립트를 생성할 때 사용되는 모듈 중 사용자의 선택에 따라 사용되거나 사용되지 않을 수 있는 모듈의 집합이다. 예를 들어, 고급 모듈 그룹은 고급 트랜드, 고속 트랜드, 고급 알람 뷰어, 멀티 스위치 객체, N상 램프 객체, 레서피 등을 포함할 수 있다. 이러한 고급 모듈 그룹에 포함된 모듈은 단말 장치(200) 중 데스크 탑에서 요구되는 모듈일 수 있다.An advanced module group is a set of modules that can be used or not used depending on the user's choice of modules used when generating the HMI graphic runtime script. For example, an advanced module group may include an advanced trend, a high-speed trend, an advanced alarm viewer, a multi-switch object, an N-phase lamp object, a recipe, The module included in the advanced module group may be a module required in the desktop of the terminal device 200.

즉, HMI 그래픽 런타임 스크립트 제공 장치(100)는 사용자에 의해 생성된 런타임 그래픽 스크립트를 분석하여 복수의 그래픽 모듈을 추출하고, 복수의 그래픽 모듈 각각의 특징에 따라 분류하여 복수의 서브 그래픽 모듈 그룹을 생성한다. That is, the HMI graphic run-time script providing apparatus 100 analyzes a run-time graphic script generated by a user to extract a plurality of graphic modules, classifies them according to the characteristics of each of the plurality of graphic modules, do.

그런 다음, HMI 그래픽 런타임 스크립트 제공 장치(100)는 복수의 서브 그래픽 모듈 그룹을 적용 가능 단말 장치의 종류에 따라 조합하여 상기 단말 장치 종류 별 그래픽 런타임 모듈 테이블을 구축할 수 있다. Then, the HMI graphic runtime script providing apparatus 100 can construct a graphic runtime module table for each terminal device type by combining a plurality of sub graphic module groups according to the type of the applicable terminal device.

예를 들어, 단말 장치 종류 별 그래픽 런타임 모듈 테이블에는 단말 장치의 종류 A→핵심 모듈 그룹, 공통 모듈 그룹 및 단순 모듈 그룹 각각의 식별자가 대응되어 저장되어 있고, 단말 장치의 종류 B→핵심 모듈 그룹 및 공통 모듈 그룹 각각의 식별자가 대응되어 저장되어 있고, 단말 장치의 종류 C→핵심 모듈 그룹, 공통 모듈 그룹, 단순 모듈 그룹 및 고급 모듈 그룹 각각의 식별자가 대응되어 저장되어 있다. For example, in the graphical runtime module table for each terminal device type, identifiers of types A, core module groups, common module groups, and simple module groups of terminal apparatuses are associated with each other and stored. Identifiers of the common module groups are stored in correspondence with each other, and identifiers of the types C, core module group, common module group, simple module group and advanced module group of the terminal device are corresponded and stored.

이에 따라, HMI 그래픽 런타임 스크립트 제공 장치(100)는 감시 화면 요청 메시지에 포함된 단말 장치의 종류에 따라 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 단말 장치(200)의 종류에 해당하는 그래픽 런타임 모듈을 추출한 후, 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치(200)에 제공할 수 있는 것이다. Accordingly, the HMI graphic runtime script providing apparatus 100 extracts a graphic runtime module corresponding to the type of the terminal device 200 from the graphic runtime module table for each terminal device type according to the type of the terminal device included in the monitor screen request message The graphical runtime module may be combined to generate the HMI graphic runtime script and provide it to the terminal device 200.

예를 들어, HMI 그래픽 런타임 스크립트 제공 장치(100)는 감시 화면 요청 메시지에 포함된 단말 장치의 종류가 A이면, 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 단말 장치의 종류 A에 해당하는 모듈 그룹을 핵심 모듈 그룹, 공통 모듈 그룹 및 단순 모듈 그룹으로 확인하고, 핵심 모듈 그룹, 공통 모듈 그룹 및 단순 모듈 그룹 각각에 해당하는 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치(200)에 제공할 수 있는 것이다. For example, if the type of the terminal device included in the monitoring screen request message is A, the HMI graphic runtime script providing device 100 determines a module group corresponding to the type A of the terminal device in the graphical runtime module table for each terminal device type as a core A module group, a common module group, and a simple module group, and generates an HMI graphic runtime script by combining modules corresponding to each of the core module group, the common module group, and the simple module group, and provides the script to the terminal device 200 will be.

단말 장치(200)는 사용자의 입력에 따라 감시 화면을 HMI 그래픽 런타임 스크립트 제공 장치(100)에 요청하며, HMI 그래픽 런타임 스크립트 제공 장치(100)로부터 HMI 그래픽 런타임 스크립트를 제공받아 실행하여 감시 화면을 표시한다. 이러한 단말 장치(200)는 데스크 탑으로 구현될 수 있다.
The terminal device 200 requests a monitoring screen to the HMI graphic runtime script providing device 100 according to an input of a user and receives and executes an HMI graphic runtime script from the HMI graphic runtime script providing device 100 to display a monitoring screen do. The terminal device 200 may be implemented as a desktop.

도 3은 본 발명의 다른 일 실시예에 따른 HMI 그래픽 런타임 스크립트 제공 시스템을 설명하기 위한 네트워크 구성도이다. 도 3에 개시된 일 실시예는 단말 장치가 접속하면 단말 장치의 종류를 판단하여 단말 장치의 종류에 해당하는 HMI 그래픽 런타임 스크립트를 단말 장치에 제공할 수 있는 일 실시예에 관한 것이다. 3 is a network configuration diagram illustrating an HMI graphic runtime script providing system according to another embodiment of the present invention. An embodiment disclosed in FIG. 3 relates to an embodiment that can determine the type of a terminal device when a terminal device is connected and provide an HMI graphic runtime script corresponding to the type of the terminal device to the terminal device.

도 3을 참조하면, HMI 그래픽 런타임 스크립트 제공 시스템은 HMI 그래픽 런타임 스크립트 제공 장치(100) 및 단말 장치(200)를 포함한다. Referring to FIG. 3, the HMI graphic runtime script providing system includes an HMI graphic runtime script providing apparatus 100 and a terminal device 200.

HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치가 연결되면 단말 장치(200)의 특징을 분석하여 단말 장치의 종류를 확인한다. 이때, 단말 장치(200)의 특징은 단말 장치(200)의 화면 크기, 사양 등을 포함할 수 있다. The HMI graphic runtime script providing apparatus 100 analyzes the characteristics of the terminal apparatus 200 and confirms the type of the terminal apparatus when the terminal apparatus is connected. At this time, the characteristics of the terminal device 200 may include a screen size, a specification, and the like of the terminal device 200.

HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치의 종류에 따라 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 단말 장치의 종류에 해당하는 그래픽 런타임 모듈을 추출한다. 단말 장치 종류 별 그래픽 런타임 모듈 테이블은 도 2에서 설명하였으므로 상세한 설명은 생략하기로 한다.The HMI graphic runtime script providing apparatus 100 extracts a graphic runtime module corresponding to the type of the terminal device from the graphical runtime module table for each terminal device type according to the type of the terminal device. Since the graphic runtime module table for each terminal device type has been described with reference to FIG. 2, a detailed description thereof will be omitted.

그런 다음, HMI 그래픽 런타임 스크립트 제공 장치(100)는 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치(200)에 제공한다. Then, the HMI graphic runtime script providing apparatus 100 combines graphic runtime modules to generate an HMI graphic runtime script and provides it to the terminal device 200.

단말 장치(200)는 HMI 그래픽 런타임 스크립트 제공 장치(100)에 접속하여 HMI 그래픽 런타임 스크립트 제공 장치(100)로부터 HMI 그래픽 런타임 스크립트를 제공받아 실행하여 감시 화면을 표시한다. 이러한 단말 장치(200)는 모바일 기기로 구현될 수 있다.
The terminal device 200 accesses the HMI graphic runtime script providing device 100 and receives and executes the HMI graphic runtime script from the HMI graphic runtime script providing device 100 to display a monitor screen. The terminal device 200 may be implemented as a mobile device.

도 4는 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 방법의 일 실시예를 설명하기 위한 흐름도이다.4 is a flowchart illustrating a method of providing an HMI graphic runtime script according to an embodiment of the present invention.

도 4를 참조하면, HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치로부터 감시 화면 요청 메시지를 수신한다(단계 S410). HMI 그래픽 런타임 스크립트 제공 장치(100)는 감시 화면 요청 메시지에 따라 복수의 그래픽 런타임 모듈 중 특정 그래픽 런타임 모듈을 추출한다(단계 S420). HMI 그래픽 런타임 스크립트 제공 장치(100)는 특정 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성한다(단계 S430). HMI 그래픽 런타임 스크립트 제공 장치(100)는 HMI 그래픽 런타임 스크립트를 단말 장치(200)에 전송한다(단계 S440).Referring to FIG. 4, the HMI graphic runtime script providing apparatus 100 receives a monitor screen request message from a terminal device (step S410). The HMI graphic runtime script providing apparatus 100 extracts a specific graphic runtime module among a plurality of graphic runtime modules according to a monitor screen request message (step S420). The HMI graphic runtime script providing apparatus 100 combines specific graphic runtime modules to generate an HMI graphic runtime script (step S430). The HMI graphic runtime script providing apparatus 100 transmits the HMI graphic runtime script to the terminal apparatus 200 (step S440).

상기와 같이, 본 발명은 단말 장치의 종류에 따라 동적으로 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 사용자가 최적화된 그래픽 런타임을 통하여 HMI 감시 화면에 접근할 수 있도록 한다.
As described above, the present invention generates an HMI graphic runtime script dynamically according to the type of the terminal device and provides the generated script to the terminal device so that the user can access the HMI monitoring screen through the optimized graphic runtime.

도 5는 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 방법의 다른 일 실시예를 설명하기 위한 흐름도이다.5 is a flowchart illustrating a method of providing an HMI graphic runtime script according to another embodiment of the present invention.

도 5를 참조하면, HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치가 연결되면(단계 S510), 단말 장치의 특성을 분석하여 단말 장치의 종류를 확인한다(단계 S520). HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치의 종류에 따라 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 단말 장치의 종류에 해당하는 그래픽 런타임 모듈을 추출한다(단계 S530). Referring to FIG. 5, when the terminal device is connected (step S510), the HMI graphic runtime script providing apparatus 100 analyzes the characteristics of the terminal device and confirms the type of the terminal device (step S520). The HMI graphic runtime script providing apparatus 100 extracts a graphic runtime module corresponding to the type of the terminal device from the graphical runtime module table for each terminal device type according to the type of the terminal device (step S530).

HMI 그래픽 런타임 스크립트 제공 장치(100)는 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하여(단계 S540), 단말 장치(200)에 제공한다(단계 S550).The HMI graphic runtime script providing apparatus 100 combines graphic runtime modules to generate an HMI graphic runtime script (step S540) and provides it to the terminal device 200 (step S550).

상기와 같이, 본 발명은 단말 장치의 종류에 따라 동적으로 HMI 그래픽 런타임 스크립트를 생성하여 단말 장치에 제공함으로써 사용자가 최적화된 그래픽 런타임을 통하여 HMI 감시 화면에 접근할 수 있도록 한다.
As described above, the present invention generates an HMI graphic runtime script dynamically according to the type of the terminal device and provides the generated script to the terminal device so that the user can access the HMI monitoring screen through the optimized graphic runtime.

도 6은 본 발명에 따른 HMI 그래픽 런타임 스크립트 제공 과정을 설명하기 위한 참조도이다.6 is a reference diagram for explaining a process of providing an HMI graphic runtime script according to the present invention.

도 6을 참조하면, HMI 그래픽 런타임 스크립트 제공 장치(100)는 사용자에 의해 생성된 런타임 그래픽 스크립트를 분석하여 복수의 그래픽 모듈을 추출한다. 그런 다음, HMI 그래픽 런타임 스크립트 제공 장치(100)는 복수의 서브 그래픽 모듈 그룹을 적용 가능 단말 장치의 종류에 따라 조합하여 단말 장치 종류 별 그래픽 런타임 모듈 테이블을 생성하여 저장한다. Referring to FIG. 6, the HMI graphic runtime script providing apparatus 100 analyzes a runtime graphic script generated by a user to extract a plurality of graphic modules. Then, the HMI graphic runtime script providing apparatus 100 generates and stores a graphical runtime module table for each terminal device type by combining a plurality of sub graphic module groups according to the types of applicable terminal apparatuses.

HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치(200_1)로부터 감시 화면이 요청되면, 단말 장치(200_1)의 종류에 따라 복수의 그래픽 런타임 모듈 중 특정 그래픽 런타임 모듈을 추출하고, 특정 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성한 후, 그래픽 런타임 스크립트를 단말 장치(200_1)에 전송한다.When the monitoring screen is requested from the terminal device 200_1, the HMI graphic runtime script providing device 100 extracts a specific graphic runtime module from among a plurality of graphic runtime modules according to the type of the terminal device 200_1, And generates an HMI graphic runtime script, and then transmits the graphic runtime script to the terminal device 200_1.

즉, HMI 그래픽 런타임 스크립트 제공 장치(100)는 도 6과 같이 단말 장치(200_1)의 종류에 따라 복수의 그래픽 런타임 모듈 중 핵심 모듈 그룹의 모듈, 공통 모듈 그룹의 모듈 및 단순 모듈 그룹의 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성한 후, 그래픽 런타임 스크립트를 단말 장치(200_1)에 전송한다.That is, the HMI graphic run-time script providing apparatus 100 may combine the module of the core module group, the module of the common module group, and the module of the simple module group among a plurality of graphic runtime modules according to the type of the terminal device 200_1 To generate the HMI graphic runtime script, and then transmits the graphic runtime script to the terminal device 200_1.

또한, HMI 그래픽 런타임 스크립트 제공 장치(100)는 단말 장치(200_2)로부터 감시 화면이 요청되면, 단말 장치(200_2)의 종류에 따라 복수의 그래픽 런타임 모듈 중 특정 그래픽 런타임 모듈을 추출하고, 특정 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성한 후, 그래픽 런타임 스크립트를 단말 장치(200_1)에 전송한다.When the monitoring screen is requested from the terminal device 200_2, the HMI graphic runtime script providing device 100 extracts a specific graphic runtime module among the plurality of graphic runtime modules according to the type of the terminal device 200_2, Modules are combined to generate the HMI graphic runtime script, and then the graphic runtime script is transmitted to the terminal device 200_1.

즉, HMI 그래픽 런타임 스크립트 제공 장치(100)는 도 6과 같이 단말 장치(200_2)의 종류에 따라 복수의 그래픽 런타임 모듈 중 핵심 모듈 그룹의 모듈, 공통 모듈 그룹의 모듈, 단순 모듈 그룹 및 고급 모듈 그룹의 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성한 후, 그래픽 런타임 스크립트를 단말 장치(200_2)에 전송한다.
That is, the HMI graphic runtime script providing apparatus 100 may be configured as a module of a core module group, a module of a common module group, a module group of a simple module, and a module group of an advanced module group among a plurality of graphic runtime modules according to the type of the terminal device 200_2 Generates the HMI graphic runtime script, and transmits the graphic runtime script to the terminal device 200_2.

전술한 본 발명은, 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자에게 있어 본 발명의 기술적 사상을 벗어나지 않는 범위 내에서 여러 가지 치환, 변형 및 변경이 가능하므로 전술한 실시예 및 첨부된 도면에 의해 한정되는 것이 아니다.
While the present invention has been described in connection with what is presently considered to be practical exemplary embodiments, it is to be understood that the invention is not limited to the disclosed embodiments, but, on the contrary, But the present invention is not limited thereto.

Claims (8)

HMI 그래픽 런타임 스크립트 제공 방법에 있어서,
단말 장치로부터 감시 화면 요청 메시지를 수신하는 단계;
상기 감시 화면 요청 메시지에 따라 복수의 그래픽 런타임 모듈 중 특정 그래픽 런타임 모듈을 추출하는 단계;
상기 특정 그래픽 런타임 모듈을 조합하여 HMI 그래픽 런타임 스크립트를 생성하는 단계; 및
상기 그래픽 런타임 스크립트를 상기 단말 장치에 전송하는 단계를 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
A method for providing an HMI graphical runtime script,
Receiving a monitoring screen request message from a terminal device;
Extracting a specific graphic runtime module among a plurality of graphic runtime modules according to the monitor screen request message;
Generating an HMI graphic runtime script by combining the specific graphic runtime module; And
And transmitting the graphical run-time script to the terminal device
How to provide HMI graphical runtime scripts.
제1항에 있어서,
상기 복수의 그래픽 모듈 중 특정 그래픽 모듈을 추출하는 단계는
상기 감시 화면 요청 메시지에 포함된 단말 장치의 종류에 따라 단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 상기 단말 장치의 종류에 해당하는 그래픽 런타임 모듈을 추출하는 단계를 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
The method according to claim 1,
The step of extracting a specific graphic module among the plurality of graphic modules
And extracting a graphic runtime module corresponding to the type of the terminal device from the graphical runtime module table for each terminal device type according to the type of the terminal device included in the monitor screen request message
How to provide HMI graphical runtime scripts.
제1항에 있어서,
상기 복수의 그래픽 모듈 중 특정 그래픽 모듈을 추출하는 단계는
상기 단말 장치가 연결되면 상기 단말 장치의 특징을 분석하여 상기 단말 장치의 종류를 확인하는 단계; 및
단말 장치 종류 별 그래픽 런타임 모듈 테이블에서 상기 단말 장치의 종류에 해당하는 그래픽 런타임 모듈을 추출하는 단계를 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
The method according to claim 1,
The step of extracting a specific graphic module among the plurality of graphic modules
Analyzing a characteristic of the terminal apparatus and verifying the type of the terminal apparatus when the terminal apparatus is connected; And
And extracting a graphic runtime module corresponding to the type of the terminal device from the graphic runtime module table for each terminal device type
How to provide HMI graphical runtime scripts.
제1항에 있어서,
사용자에 의해 생성된 런타임 그래픽 스크립트를 분석하여 복수의 그래픽 모듈을 추출하는 단계; 및
상기 복수의 그래픽 모듈 각각의 특징에 따라 분류하여 복수의 서브 그래픽 모듈 그룹을 생성하는 단계를 포함하는
상기 복수의 서브 그래픽 모듈 그룹을 이용하여 상기 단말 장치 종류 별 그래픽 런타임 모듈 테이블을 생성하는 단계를 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
The method according to claim 1,
Analyzing a runtime graphics script generated by a user to extract a plurality of graphic modules; And
Generating a plurality of sub-graphic module groups by classifying the plurality of graphic modules according to the characteristics of each of the plurality of graphic modules
And generating a graphics runtime module table for each terminal device type using the plurality of sub graphic module groups
How to provide HMI graphical runtime scripts.
제4항에 있어서,
상기 복수의 서브 그래픽 모듈 그룹을 이용하여 상기 단말 장치 종류 별 그래픽 런타임 모듈 테이블을 생성하는 단계는
상기 복수의 서브 그래픽 모듈 그룹을 적용 가능 단말 장치의 종류에 따라 조합하여 상기 단말 장치 종류 별 그래픽 런타임 모듈 테이블을 생성하는 단계를 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
5. The method of claim 4,
The step of generating the graphical runtime module table for each terminal device type using the plurality of sub graphic module groups
And generating the graphical runtime module table for each terminal device type by combining the plurality of sub graphic module groups according to the types of applicable terminal devices
How to provide HMI graphical runtime scripts.
제4항에 있어서,
상기 복수의 그래픽 모듈 각각의 특징에 따라 분류하여 복수의 서브 그래픽 모듈 그룹을 생성하는 단계는
상기 복수의 그래픽 모듈 각각의 특징에 따라 분류하여 단순 모듈 그룹, 고급 모듈 그룹, 핵심 모듈 그룹 및 공통 모듈 그룹을 생성하는
HMI 그래픽 런타임 스크립트 제공 방법.
5. The method of claim 4,
The step of generating a plurality of sub graphic module groups by classifying according to the characteristics of each of the plurality of graphic modules
A simple module group, an advanced module group, a core module group, and a common module group are classified according to the characteristics of each of the plurality of graphic modules
How to provide HMI graphical runtime scripts.
제6항에 있어서,
상기 단순 모듈 그룹은 HMI 그래픽 런타임 스크립트를 생성하는데 사용되지 않지만 타임 스크립트를 생성할 때 사용되는 모듈의 집합이고,상기 고급 모듈 그룹은 HMI 그래픽 런타임 스크립트를 생성할 때 사용되는 모듈 중 사용자의 선택에 따라 사용되거나 사용되지 않을 수 있는 모듈이고,
상기 공통 모듈 그룹 및 상기 핵심 모듈 그룹은 단말 장치의 종류와 상관없이 모든 단말 장치에서 사용되는 모듈의 집합인
HMI 그래픽 런타임 스크립트 제공 방법.
The method according to claim 6,
The simple module group is a set of modules which are not used for generating the HMI graphic runtime script but are used when generating the time script, and the advanced module group is a module used for generating the HMI graphic runtime script, A module that may or may not be used,
Wherein the common module group and the core module group are a set of modules used in all the terminal devices regardless of the type of the terminal device
How to provide HMI graphical runtime scripts.
제7항에 있어서,
상기 단순 모듈 그룹은 단순 트랜드, 단순 알람 뷰어, 단순 스위치 객체 및 단순 램프 객체 중 적어도 하나를 포함하고,
상기 고급 모듈 그룹은 고급 트랜드, 고속 트랜드, 고급 알람 뷰어, 멀티 스위치 객체, N상 램프 객체 및 레서피 중 적어도 하나를 포함하고,
상기 핵심 모듈 그룹은 사용자 인터페이스 레이아웃을 구성하고 그래픽 컨버스를 생성하는 모듈 및 통신을 지원하는 모듈 중 적어도 하나를 포함하고,
상기 공통 모듈 그룹은 기본 도형, 사용자 도형 및 자유 도형 중 적어도 하나의 벡터 도형을 포함하는
HMI 그래픽 런타임 스크립트 제공 방법.
8. The method of claim 7,
Wherein the simple module group includes at least one of a simple trend, a simple alarm viewer, a simple switch object, and a simple lamp object,
Wherein the advanced module group comprises at least one of an advanced trend, a high-speed trend, an advanced alarm viewer, a multi-switch object, an N-phase ramp object and a recipe,
Wherein the core module group comprises at least one of a module for constructing a user interface layout, a module for generating graphic converse, and a module for supporting communication,
Wherein the common module group includes at least one of a basic figure, a user figure, and a free figure
How to provide HMI graphical runtime scripts.
KR1020160053764A 2016-05-02 2016-05-02 Hmi graphic runtime script providing method KR20170124189A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020160053764A KR20170124189A (en) 2016-05-02 2016-05-02 Hmi graphic runtime script providing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020160053764A KR20170124189A (en) 2016-05-02 2016-05-02 Hmi graphic runtime script providing method

Publications (1)

Publication Number Publication Date
KR20170124189A true KR20170124189A (en) 2017-11-10

Family

ID=60386783

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020160053764A KR20170124189A (en) 2016-05-02 2016-05-02 Hmi graphic runtime script providing method

Country Status (1)

Country Link
KR (1) KR20170124189A (en)

Similar Documents

Publication Publication Date Title
EP2966617B1 (en) System comprising image data generating device and portable terminal device
EP2406693B1 (en) A method for control in a process control system implemented in part by one or more computer implemented run-time processes
US20090271012A1 (en) Method or System for Displaying an Internet Page on a Visualization Device of an Industrial Automation Device
US20140032699A1 (en) Remote user interface in a terminal server environment
KR20220008736A (en) Robustness determining method, device, electronic equipment and readable storage medium
CN111416756B (en) Protocol testing method, device, computer equipment and storage medium
US11199834B2 (en) Persistent authentication in dynamic automation visualization content delivery
US20190102456A1 (en) Reduced data set automation visualization content
US20130086138A1 (en) Implementing a java method
CN111669447A (en) Page display method, device, equipment and medium
CN113900834A (en) Data processing method, device, equipment and storage medium based on Internet of things technology
CN110989956A (en) Multi-screen information interaction method and device, storage medium and computer equipment
CN112379963B (en) Remote application window control method and device and computer equipment
CN107911388B (en) Method and system for supervising mobile terminal application
CN112785746A (en) Intelligent inspection method, device, equipment and storage medium
JP3371418B2 (en) Plant monitoring equipment
US20130232509A1 (en) Dynamic user interface aggregation through smart eventing with non-instantiated content
JP2002108600A (en) Terminal device for control system and recording medium and control system
KR20170124189A (en) Hmi graphic runtime script providing method
CN111736539B (en) Monitoring data display method, device, system, server and storage medium
CN110515689B (en) Graphical user interface implementation system and method for fortress machine RDP CS operation and maintenance
CN114065248A (en) User access right control method and device, electronic equipment and storage medium
CN102387118B (en) A kind of data output method and device
CN112671814A (en) Cross-platform equipment development method, device and system
KR20150078800A (en) HMI system based on cloud