WO2017018670A1 - 이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법 - Google Patents

이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법 Download PDF

Info

Publication number
WO2017018670A1
WO2017018670A1 PCT/KR2016/006842 KR2016006842W WO2017018670A1 WO 2017018670 A1 WO2017018670 A1 WO 2017018670A1 KR 2016006842 W KR2016006842 W KR 2016006842W WO 2017018670 A1 WO2017018670 A1 WO 2017018670A1
Authority
WO
WIPO (PCT)
Prior art keywords
plc
information
program file
format
facility information
Prior art date
Application number
PCT/KR2016/006842
Other languages
English (en)
French (fr)
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 WO2017018670A1 publication Critical patent/WO2017018670A1/ko

Links

Images

Classifications

    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B19/00Programme-control systems
    • G05B19/02Programme-control systems electric
    • G05B19/04Programme control other than numerical control, i.e. in sequence controllers or logic controllers
    • G05B19/05Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts

Definitions

  • the present invention relates to a programmable logic controller (PLC) used for control and monitoring of an automated process, and more particularly, to generate heterogeneous PLC facility information as PLC facility information of the same format for easy interworking with a human machine interface (HMI). It is about technology to do.
  • PLC programmable logic controller
  • PLC, relay, timer, counter, etc. in the control panel are implemented using semiconductor devices such as LSI, TR, etc., and are equipped with memory to perform functions such as logic sequence, timing, counter operation, and various kinds of machines or processors.
  • Digital controller for control is implemented using semiconductor devices such as LSI, TR, etc., and are equipped with memory to perform functions such as logic sequence, timing, counter operation, and various kinds of machines or processors.
  • the logic of the PLC is used to control the operation of machines, robots and equipment that are physically connected to the PLC according to the flow of logic written by the user, downloaded to the PLC, and woven together. It is mainly used in the control of conveyors, drain pumps, unloading equipment control, and compressors in a wide range of manufacturing industries such as steelmaking, steelmaking, chemical, automobiles, and machinery. Since the memory capacity used varies depending on the input / output and the number of internal contacts, the controllers are assigned according to the size and characteristics of each process in the process of several stages such as in the automobile automated production process.
  • HMI Human Machine Interface
  • the PLC facility information used in the automated process and the PLC facility drawing image output through the HMI must be mapped.
  • FIG. 1 is a flowchart illustrating a PLC interworking process and an HMI interworking process.
  • an I / O design step is a step in which a control scale is calculated in consideration of a construction method and an input / output design of a control target is performed.
  • the PLC area step is a step where programming a PLC program that controls or monitors the entire process by creating logic with designed I / O.
  • the HMI area step is a step in which monitoring and control targets are selected from the PLC facility information.
  • PLC & HMI interworking step uses PLC software used for programming PLC program to check PLC equipment information individually and compare 1: 1 with the relevant PLC equipment and HMI design screen by comparing with HMI design screen. It's a step.
  • PLC facility information is different in file format and expression method for each manufacturer of PLC. For this reason, the operator who connects HMI and PLC facility should have software of each manufacturer to check PLC facility information and know the software platform of each manufacturer. However, this has a problem that it is difficult to grasp all manufacturers' software platforms in reality.
  • the problem to be solved by the present invention to solve the problems of the prior art proposes a method for generating heterogeneous PLC facility information into a module having a set format for easy interworking with the HMI (Human Machine Interface).
  • HMI Human Machine Interface
  • a method of generating heterogeneous PLC facility information in a module having the same format including: identifying at least one type of PLC capable of executing a programmable logic controller (PLC) program file through extension analysis; In accordance with whether or not the internal information of the executable PLC program file and the internal setting information of the PLC program file defined for execution in the identified PLC, each of the at least one PLC equipment information in the executable PLC program file in the set format Checking whether it is convertible; And generating at least one PLC facility information in the executable PLC program file into a module having the format, when the internal information of the executable PLC program file and the internal setting information of the prescribed PLC program file match. It includes.
  • PLC programmable logic controller
  • the above-described format includes information on whether PLC equipment is linked to HMI (Human Machine Interface) information field, PLC type information field, PLC equipment use information field in PLC program created in Structured text structure, process group information field to which PLC equipment belongs.
  • a PLC facility information annotation field At least one of a PLC facility information annotation field, a data type information field of the module, a PLC symbol field including an operation information performed in a process to which a PLC facility belongs, and a PLC facility name, and an address information field of a database in which the PLC symbol is stored. It may include.
  • the generating of at least one PLC facility information in the executable PLC program file into a module having the format may include: generating the PLC facility information using the matching table between the format of the PLC facility information and the set format. Can be created as a module with
  • the heterogeneous PLC facility information may be generated and provided as a module having a predetermined format for easy interworking with a HMI (Human Machine Interface). Therefore, the operator does not have to know how to express PLC facility information by PLC type in order to link HMI and PLC facility information.
  • HMI Human Machine Interface
  • FIG. 1 is a diagram illustrating a process of interworking a conventional HMI and PLC facility information.
  • FIG. 2 is a flowchart illustrating a method for generating heterogeneous PLC facility information into modules of the same format according to an embodiment of the present invention.
  • FIG. 3 is a diagram illustrating a PLC program file.
  • FIG. 4 is a diagram illustrating the PLC equipment information.
  • FIG. 5 is a diagram illustrating a module according to an embodiment of the present invention.
  • first, second, etc. are used herein to describe various members, regions, and / or portions, it is obvious that these members, components, regions, layers, and / or portions should not be limited by these terms. Do. These terms do not imply any particular order, up or down, or superiority, and are only used to distinguish one member, region or region from another member, region or region. Accordingly, the first member, region, or region described below may refer to the second member, region, or region without departing from the teachings of the present invention.
  • FIG. 2 is a flowchart illustrating a method for generating heterogeneous PLC facility information into modules of the same format according to an embodiment of the present invention.
  • a method of generating heterogeneous PLC facility information into a module having the same format includes a method of representing PLC facility information different for each PLC type in a process in which an operator interoperates PLC facility information with a HMI (Human Machine Interface). For this reason, it is a method of generating heterogeneous PLC facility information into a module having a set format in order to inconvenience the need to grasp the representation of the PLC facility information.
  • HMI Human Machine Interface
  • Such a method of generating heterogeneous PLC facility information according to an embodiment of the present invention as a module having the same format may be performed in a personal computer (PC) or a server.
  • PC personal computer
  • the type of at least one PLC capable of executing a programmable logic controller (PLC) program file is checked through extension analysis (S10).
  • the extension of the PLC program file may be AWL or SDF (text based file).
  • the extension of the PLC program file may be CSV (Excel-based file).
  • the PLC program file extension may be L5K, CSV (Text, Excel-based file).
  • the extension of the PLC program file may be CXR (XML-based file).
  • the extension of the PLC program file may be CSV (Excel-based file).
  • At least one PLC facility information in the executable PLC program file is set, respectively, whether or not the internal information of the executable PLC program file matches the internal setting information of the PLC program file defined for execution in the identified PLC.
  • the internal information of the executable PLC program file may be internal information 50 in the PLC program when the PLC program file is executed in the PLC of Siemens, as illustrated in FIG. 3.
  • the internal information 50 may include DB information and version used in the PLC program.
  • the PLC program shown in FIG. 3 includes program logic in which not only the internal information 50 but also at least one PLC facility information is to be performed, that is, SPARE1: BOOL; SPARE2: BOOL; ........
  • the PLC facility information included in the PLC program shown in FIG. 3 may include information as shown in FIG. 4, respectively.
  • the symbol includes the operation information and the name of the PLC equipment to be performed in the process to which the PLC equipment belongs, Address is the address of the database where the PLC equipment information is stored, and Data Type is the data type information of the PLC equipment information (for example, BOOL). ), Comment indicates PLC facility comment information, and Logic indicates PLC facility usage information in a PLC program written in a structured text structure.
  • each of the at least one PLC facility information in the executable PLC program file is generated as a module having the format. (S30).
  • the PLC facility information is linked to the PLC (Human Machine Interface) information HMI field (Assign), PLC type information field (PLC), and the PLC program in the structured text structure. It is performed in the equipment use information field (Logic), the process group information field (PLC) to which the PLC equipment belongs, the PLC equipment information comment field (Comment), the data type information field (Data Type) of the module, and the process to which the PLC equipment belongs. It may include at least one of a PLC symbol field (Symbol) including the operation information and the PLC equipment name, the address information field (Address) of the database in which the PLC symbol is stored.
  • PLC symbol field Symbol
  • Address address information field
  • the matching table between the format of the PLC facility information and the set format may be used.
  • the Logic, Comment, Data Type, Symbol, and Address may be identified from the PLC symbol information shown in FIG. 4, and the Assign may be set to False (not connected to the HMI) when the module is created. In case of future connection with HMI, it may be changed to True state.
  • the PLC may be identified through the steps S10 and S20.
  • the group indicates process group information to which the PLC facility belongs. For example, the group may be generated by a combination of a data type and a symbol in the PLC facility information in FIG. 4.
  • the invention can be used for the control and monitoring of automated processes.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)

Abstract

이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법이 개시된다. 본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법은, 확장자 분석을 통하여 PLC(Programmable Logic Controller) 프로그램 파일이 실행가능한 적어도 하나의 PLC의 종류를 확인하는 단계; 상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 확인된 PLC에서 실행되기 위해서 규정된 PLC 프로그램 파일의 내부설정정보 간 일치 여부로, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 설정된 포맷으로 변환가능한지를 확인하는 단계; 및 상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 규정된 PLC 프로그램 파일의 내부설정정보가 일치하는 경우, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하는 단계를 포함한다.

Description

이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법
본 발명은 자동화 공정의 제어 및 감시에 이용되는 PLC(Programmable Logic Controller)에 관한 것으로, 더욱 자세하게는 HMI(Human Machine Interface)와의 용이한 연동을 위해 이기종 PLC 설비정보를 동일 포맷의 PLC 설비정보로 생성하는 기술에 관한 것이다.
PLC는 제어반 내의 릴레이, 타이머, 카운터 등의 기능이 LSI, TR 등의 반도체 소자를 이용하여 구현되고 로직 시퀀스, 타이밍, 카운터 연산과 같은 기능을 수행하기 위하여 메모리를 구비하며 여러 종류의 기계나 프로세서를 제어하기 위한 디지털 컨트롤러이다.
PLC의 로직은 사용자에 의해 작성되어 PLC에 다운로드 된 후 짜여 진 논리의 흐름에 따라 PLC와 물리적으로 연결되어 있는 기계, 로봇, 설비들의 동작을 제어하는데 사용된다. 주로 사용되는 분야로는 제철, 제강, 화학, 자동차, 기계 등의 제조 산업 전반의 넓은 범위에서 컨베이어, 배수 펌프, 하역 설비 제어, 압축기 등의 제어에 사용된다. 입출력 그리고 내부 접점의 수에 따라 사용되는 메모리 용량이 다르기 때문에 자동차 자동화 생산공정에서와 같은 여러 단계의 프로세스를 진행하는 곳에서는 공정별 크기와 특성에 따라 컨트롤러의 할당이 이루어지고 있다.
이러한 설비의 자동화와 고 능률화의 요구에 따라 PLC의 적용범위는 점차 확대되고 있다.
PLC가 사용되는 자동화 공정의 상태를 표현해 주는 기술로 HMI(Human Machine Interface)가 있다. HMI는 작업 공정에 연관된 데이터를 인간이 인지할 수 있는 형태로 나타내고 이를 통해 관리자 또는 작업자가 해당 작업 공정을 제어할 수 있도록 도와주는 도구를 나타낸다.
HMI를 통해서 관리자 또는 작업자가 공정조작, 각종 센서, 기타 공정 디바이스의 정보를 가시적으로 확인할 수 있도록 하기 위해서는 먼저 자동화 공정에 사용된 PLC 설비정보와 HMI를 통해 출력되는 PLC 설비 작화 이미지가 매핑 되어야 한다.
이에 대한 과정이 도 1에 도시되어 있다. 도 1은 PLC 설비정보와 HMI 연동과정에 대한 흐름도이다.
도 1을 참조하면, I/O 설계 단계는 공법을 고려하여 제어 규모를 산정하고 제어 대상의 입출력의 설계가 이루어지는 단계이다. PLC 영역 단계는 설계된 I/O를 가지고 로직(Logic)을 작성하여 전체 공정을 제어 또는 감시하는 PLC 프로그램을 프로그래밍이 이루어지는 단계이다. HMI 영역 단계는 PLC 설비 정보 중 모니터링 및 제어 대상이 선정되어 작화 되는 단계이다. 마지막으로 PLC & HMI 연동 단계는 PLC 프로그램의 프로그래밍에 이용된 PLC 소프트웨어를 이용하여 PLC 설비정보를 개별적으로 확인하고 HMI 작화 화면과 비교하여 해당 PLC 설비와 HMI 작화 화면 중 관련부분을 1:1 연결을 하는 단계이다.
PLC 설비정보는 PLC의 각 제조사별로 파일 포맷 형태와 표현방법이 서로 상이하다. 이로 인해서 HMI와 PLC 설비를 연동하는 작업자는 PLC 설비 정보를 확인하기 위해서 각 제조사의 소프트웨어를 구비하고 있어야 하며 각 제조사의 소프트웨어 플랫폼을 파악하고 있어야 한다. 하지만 이는 현실적으로 각 제조사의 소프트웨어 플랫폼을 모두 파악하기가 어려운 문제점이 있다.
따라서 PLC 각 제조사의 소프트웨어를 구비하지 않아도 되며 해당 제조사의 소프트웨어 플랫폼을 파악하고 있는 전문가의 도움 없이도 PLC 설비정보를 파악할 수 있는 방법이 요구되고 있는 실정이다.
이러한 종래 기술의 문제점을 해결하기 위한 것으로 본 발명의 해결하고자 하는 과제는 HMI(Human Machine Interface)와의 용이한 연동을 위해 이기종 PLC 설비정보를 설정된 포맷을 갖는 모듈로 생성하는 방법을 제안한다.
본 발명의 해결 과제는 이상에서 언급한 해결 과제로 제한되지 않으며, 언급되지 않은 또 다른 해결 과제들은 아래의 기재로부터 당업자에게 명확하게 이해될 수 있을 것이다.
본 발명의 일 양상에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법은, 확장자 분석을 통하여 PLC(Programmable Logic Controller) 프로그램 파일이 실행가능한 적어도 하나의 PLC의 종류를 확인하는 단계; 상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 확인된 PLC에서 실행되기 위해서 규정된 PLC 프로그램 파일의 내부설정정보 간 일치 여부로, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 설정된 포맷으로 변환가능한지를 확인하는 단계; 및 상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 규정된 PLC 프로그램 파일의 내부설정정보가 일치하는 경우, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하는 단계를 포함한다.
상기 설정된 포맷은, PLC 설비정보를 HMI(Human Machine Interface)와의 연동 여부 정보 필드, PLC 종류정보 필드, Structured text 구조로 작성된 PLC 프로그램에서 PLC 설비의 사용 유무 정보 필드, PLC 설비가 속한 공정 그룹정보 필드, PLC 설비정보 주석 필드, 상기 모듈의 데이터 타입정보 필드, PLC 설비가 속한 공정에서 수행하는 동작정보 및 PLC 설비명칭을 포함하는 PLC 심볼 필드, 상기 PLC 심볼이 저장된 데이터베이스의 어드레스 정보 필드 중 적어도 하나를 포함할 수 있다.
상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하는 단계는, 상기 PLC 설비정보의 포맷과 상기 설정된 포맷 간 매칭 테이블을 이용하여 상기 PLC 설비정보를 상기 설정된 포맷을 갖는 모듈로 생성할 수 있다.
본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법에 따르면, HMI(Human Machine Interface)와의 용이한 연동을 위해 이기종 PLC 설비정보를 설정된 포맷을 갖는 모듈로 생성하여 제공함으로써, 작업자가 HMI와 PLC 설비정보를 연동하기 위해서 PLC 기종별로 PLC 설비정보를 표현하는 방식을 일일이 파악하지 않아도 된다.
도 1은 종래 HMI와 PLC 설비정보를 연동하는 과정을 나타낸 도면이다.
도 2는 본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법에 대한 플로차트이다.
도 3은 PLC 프로그램 파일을 예시한 도면이다.
도 4는 PLC 설비정보를 예시한 도면이다.
도 5는 본 발명의 실시예에 따른 모듈을 예시한 도면이다.
이하, 첨부된 도면을 참조하여 본 발명의 바람직한 실시예를 상세히 설명하기로 한다. 
본 발명의 실시예들은 당해 기술 분야에서 통상의 지식을 가진 자에게 본 발명을 더욱 완전하게 설명하기 위하여 제공되는 것이며, 아래의 실시예들은 여러 가지 다른 형태로 변형될 수 있으며, 본 발명의 범위가 아래의 실시예들로 한정되는 것은 아니다. 오히려, 이들 실시예는 본 개시를 더욱 충실하고 완전하게 하며 당업자에게 본 발명의 사상을 완전하게 전달하기 위하여 제공되는 것이다. 
본 명세서에서 사용된 용어는 특정 실시예를 설명하기 위하여 사용되며, 본 발명을 제한하기 위한 것이 아니다. 본 명세서에서 사용된 바와 같이 단수 형태는 문맥상 다른 경우를 분명히 지적하는 것이 아니라면, 복수의 형태를 포함할 수 있다. 또한, 본 명세서에서 사용되는 경우 "포함한다(comprise)" 및/또는"포함하는(comprising)"은 언급한 형상들, 숫자, 단계, 동작, 부재, 요소 및/또는 이들 그룹의 존재를 특정하는 것이며, 하나 이상의 다른 형상, 숫자, 동작, 부재, 요소 및/또는 그룹들의 존재 또는 부가를 배제하는 것이 아니다. 본 명세서에서 사용된 바와 같이, 용어 "및/또는"은 해당 열거된 항목 중 어느 하나 및 하나 이상의 모든 조합을 포함한다. 
본 명세서에서 제1, 제2 등의 용어가 다양한 부재, 영역 및/또는 부위들을 설명하기 위하여 사용되지만, 이들 부재, 부품, 영역, 층들 및/또는 부위들은 이들 용어에 의해 한정되어서는 안됨은 자명하다. 이들 용어는 특정 순서나 상하, 또는 우열을 의미하지 않으며, 하나의 부재, 영역 또는 부위를 다른 부재, 영역 또는 부위와 구별하기 위하여만 사용된다. 따라서, 이하 상술할 제1 부재, 영역 또는 부위는 본 발명의 가르침으로부터 벗어나지 않고서도 제2 부재, 영역 또는 부위를 지칭할 수 있다.
이하, 본 발명의 실시예들은 본 발명의 실시예들을 개략적으로 도시하는 도면들을 참조하여 설명한다. 도면들에 있어서, 예를 들면, 제조 기술 및/또는 공차에 따라, 도시된 형상의 변형들이 예상될 수 있다. 따라서, 본 발명의 실시예는 본 명세서에 도시된 영역의 특정 형상에 제한된 것으로 해석되어서는 아니 되며, 예를 들면 제조상 초래되는 형상의 변화를 포함하여야 한다.
도 2는 본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법에 대한 흐름도이다.
본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷을 갖는 모듈로 생성하는 방법은, 작업자가 PLC 설비정보를 HMI(Human Machine Interface)와 연동하는 과정에서 PLC 기종별로 상이한 PLC 설비정보의 표현방식으로 인해서 이러한 PLC 설비정보의 표현방식을 파악해야하는 불편하기 위해서, 이기종 PLC 설비정보를 설정된 포맷을 갖는 모듈로 생성하는 방법이다.
이러한 본 발명의 실시예에 따른 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법의 수행은, PC(Personal Computer) 또는 서버(Server) 등에서 수행될 수 있다.
도 2를 참조하면 확장자 분석을 통하여 PLC(Programmable Logic Controller) 프로그램 파일이 실행가능한 적어도 하나의 PLC의 종류를 확인한다(S10).
즉, PLC 프로그램의 파일의 확장자를 분석하여서 해당 PLC 프로그램이 어떤 PLC 기종에서 실행될 수 있는지를 파악하는 것이다.
예를 들어 PLC의 제조사가 지멘스(Siemens)사인 경우 PLC 프로그램 파일의 확장자는 AWL, SDF(text 기반 파일)일 수 있다.
PLC의 제조사가 미쯔비스(Mitsubishi)사인 경우 PLC 프로그램 파일의 확장자는 CSV(Excel 기반 파일)일 수 있다.
PLC의 제조사가 Allen-Bardley사인 경우 PLC 프로그램 파일의 확장자는 L5K, CSV(Text, Excel 기반 파일)일 수 있다.
PLC의 제조사가 OMRON사인 경우 PLC 프로그램 파일의 확장자는 CXR(XML 기반 파일)일 수 있다.
PLC의 제조사가 Fuji사인 경우 PLC 프로그램 파일의 확장자는 CSV(Excel 기반 파일)일 수 있다.
이후,상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 확인된 PLC에서 실행되기 위해서 규정된 PLC 프로그램 파일의 내부설정정보 간 일치 여부로, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 설정된 포맷으로 변환가능한지를 확인한다(S20).
이때 상기 실행가능한 PLC 프로그램의 파일의 내부정보는, 실시예로 도 3에 예시된 바와 같이, PLC 프로그램 파일이 지멘스 사의 PLC에 실행되는 경우 해당 PLC 프로그램 내의 내부정보(50)일 수 있다. 이때 내부정보(50)는 PLC 프로그램에서 사용된 DB 정보와 버전(version)을 포함할 수 있다.
즉 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 설정된 포맷으로 변환가능한지 여부는 상기 내부정보(50)와 상기 확인된 PLC, 즉 지멘스사의 PLC에서 실행되기 위해서 규정된 PLC 프로그램 파일의 내부설정정보가 일치하는지 여부로 확인할 수 있다.
한편, 도 3에 도시된 PLC 프로그램에는 내부정보(50)뿐만 아니라 적어도 하나의 PLC 설비정보가 수행될 프로그램 로직, 즉 SPARE1 : BOOL; SPARE2 : BOOL;........등을 포함한다.
도 3에 도시된 PLC 프로그램에 포함된 PLC 설비정보들은 각각 도 4에 도시된 바와 같은 정보들을 포함할 수 있다. Symbol은 PLC 설비가 속한 공정에서 수행하는 동작정보 및 PLC 설비명칭을 포함하고, Address는 PLC 설비정보가 저장된 데이터베이스의 어드레스(address)이고, Data Type은 PLC 설비정보의 데이터 타입정보(예를 들어 BOOL), Comment는 PLC 설비주석정보, Logic은 Structured text 구조로 작성된 PLC 프로그램에서 PLC 설비의 사용 유무 정보를 나타낸다.
이후, 상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 규정된 PLC 프로그램 파일의 내부설정정보가 일치하는 경우, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성한다(S30).
이때, 설정된 포맷은, 도 5에 도시된 바와 같이, PLC 설비정보를 HMI(Human Machine Interface)와의 연동 여부 정보 필드(Assign), PLC 종류정보 필드(PLC), Structured text 구조로 작성된 PLC 프로그램에서 PLC 설비의 사용 유무 정보 필드(Logic), PLC 설비가 속한 공정 그룹정보 필드(Group), PLC 설비정보 주석 필드(Comment), 상기 모듈의 데이터 타입정보 필드(Data Type), PLC 설비가 속한 공정에서 수행하는 동작정보 및 PLC 설비명칭을 포함하는 PLC 심볼 필드(Symbol), 상기 PLC 심볼이 저장된 데이터베이스의 어드레스 정보 필드(Address) 중 적어도 하나를 포함할 수 있다.
그리고, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하기 위해서, 상기 PLC 설비정보의 포맷과 상기 설정된 포맷 간 매칭 테이블을 이용할 수 있다. 실시예로 도 4에 도시된 PLC 설비정보에 포함된 항목과 도 5에 도시된 모듈에 포함된 항목이 매칭된 테이블을 나타낸다.
도 5에서 Logic, Comment, Data Type, Symbol, Address는 도 4에 도시된 PLC 심볼정보에서 파악될 수 있으며, Assign은 상기 모듈이 생성될 당시에 False(HMI와 연결하지 않음) 상태로 설정될 수 있으며 향후 HMI와 연결되는 경우 True 상태로 변경될 수 있다. PLC는 상기 S10, S20단계를 통해서 파악될 수 있다. Group은 PLC 설비가 속한 공정 그룹정보를 나타내는 것으로, 예를 들어 도 4에서 PLC 설비 정보에서 Data Type과 Symbol의 조합으로 생성될 수 있다.
이제까지 본 발명에 대하여 실시예들을 중심으로 살펴보았다. 본 발명이 속하는 기술분야에서 통상의 지식을 가진 자는 본 발명의 본질적인 특성에서 벗어나지 않는 범위에서 변형된 형태로 구현될 수 있음을 이해할 수 있을 것이다. 그러므로 개시된 실시예들은 한정적인 관점이 아니라 설명적인 관점에서 고려되어야 한다. 따라서 본 발명의 범위는 전술한 실시예에 한정되지 않고 특허청구범위에 기재된 내용 및 그와 동등한 범위 내에 있는 다양한 실시 형태가 포함되도록 해석되어야 할 것이다.
본 발명은 자동화 공정의 제어 및 감시에 이용될 수 있다.

Claims (3)

  1. 확장자 분석을 통하여 PLC(Programmable Logic Controller) 프로그램 파일이 실행가능한 적어도 하나의 PLC의 종류를 확인하는 단계;
    상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 확인된 PLC에서 실행되기 위해서 규정된 PLC 프로그램 파일의 내부설정정보 간 일치 여부로, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 설정된 포맷으로 변환가능한지를 확인하는 단계; 및
    상기 실행가능한 PLC 프로그램 파일의 내부정보와 상기 규정된 PLC 프로그램 파일의 내부설정정보가 일치하는 경우, 상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하는 단계를 포함하는, 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법.
  2. 청구항 1에 있어서,
    상기 설정된 포맷은, PLC 설비정보를 HMI(Human Machine Interface)와의 연동 여부 정보 필드, PLC 종류정보 필드, Structured text 구조로 작성된 PLC 프로그램에서 PLC 설비의 사용 유무 정보 필드, PLC 설비가 속한 공정 그룹정보 필드, PLC 설비정보 주석 필드, 상기 모듈의 데이터 타입정보 필드, PLC 설비가 속한 공정에서 수행하는 동작정보 및 PLC 설비명칭을 포함하는 PLC 심볼 필드, 상기 PLC 심볼이 저장된 데이터베이스의 어드레스 정보 필드 중 적어도 하나를 포함하는, 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법.
  3. 청구항 2에 있어서,
    상기 실행가능한 PLC 프로그램 파일 내 적어도 하나의 PLC 설비정보를 각각 상기 포맷을 갖는 모듈로 생성하는 단계는,
    상기 PLC 설비정보의 포맷과 상기 설정된 포맷 간 매칭 테이블을 이용하여 상기 PLC 설비정보를 상기 설정된 포맷을 갖는 모듈로 생성하는, 이기종 PLC 설비정보를 동일 포맷의 모듈로 생성하는 방법.
PCT/KR2016/006842 2015-07-29 2016-06-27 이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법 WO2017018670A1 (ko)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
KR1020150106992A KR20170015581A (ko) 2015-07-29 2015-07-29 이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법
KR10-2015-0106992 2015-07-29

Publications (1)

Publication Number Publication Date
WO2017018670A1 true WO2017018670A1 (ko) 2017-02-02

Family

ID=57885127

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/KR2016/006842 WO2017018670A1 (ko) 2015-07-29 2016-06-27 이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법

Country Status (2)

Country Link
KR (1) KR20170015581A (ko)
WO (1) WO2017018670A1 (ko)

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000341357A (ja) * 1999-05-27 2000-12-08 Mitsubishi Electric Corp 通信制御装置、計測制御システム、及び記録媒体
KR100904557B1 (ko) * 2008-11-20 2009-06-25 주식회사 이글루시큐리티 이기종 방화벽 통합관리시스템 및 방법
KR20120095512A (ko) * 2011-02-21 2012-08-29 성균관대학교산학협력단 Fbn 기반의 plc 코드를 범용 프로그램 코드로 변환하는 방법 및 시스템
KR20120095513A (ko) * 2011-02-21 2012-08-29 성균관대학교산학협력단 Plc 기반 제어 코드를 xml 인터페이스를 이용하여 범용 프로그램 코드로 변환하는 방법 및 프레임워크 시스템
KR20130058057A (ko) * 2011-04-01 2013-06-03 지멘스 악티엔게젤샤프트 프로그램가능 로직 제어기 상의 파일 시스템을 위한 방법들 및 장치

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR101276745B1 (ko) 2012-01-10 2013-06-19 쓰리코주식회사 이기종 피엘씨 시스템과 에이치엠아이 시스템 간의 통신을 수행하는 범용 오피씨 통신드라이브

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2000341357A (ja) * 1999-05-27 2000-12-08 Mitsubishi Electric Corp 通信制御装置、計測制御システム、及び記録媒体
KR100904557B1 (ko) * 2008-11-20 2009-06-25 주식회사 이글루시큐리티 이기종 방화벽 통합관리시스템 및 방법
KR20120095512A (ko) * 2011-02-21 2012-08-29 성균관대학교산학협력단 Fbn 기반의 plc 코드를 범용 프로그램 코드로 변환하는 방법 및 시스템
KR20120095513A (ko) * 2011-02-21 2012-08-29 성균관대학교산학협력단 Plc 기반 제어 코드를 xml 인터페이스를 이용하여 범용 프로그램 코드로 변환하는 방법 및 프레임워크 시스템
KR20130058057A (ko) * 2011-04-01 2013-06-03 지멘스 악티엔게젤샤프트 프로그램가능 로직 제어기 상의 파일 시스템을 위한 방법들 및 장치

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
PARK, HO CHUL ET AL.: "Generation Mechanism of a HMI Information for Compatible with Heterogeneous PLCs", KOREA COMPUTER CONGRESS 2015, 26 June 2015 (2015-06-26), pages 1279 - 1281 *

Also Published As

Publication number Publication date
KR20170015581A (ko) 2017-02-09

Similar Documents

Publication Publication Date Title
CN107710149B (zh) 利用连接性模型生成plc代码的方法和系统
US7974725B2 (en) Integrated testing system and method for validation of a manufacturing automation system
JP6127755B2 (ja) 情報処理装置、情報処理装置の制御方法および制御プログラム
US20060142873A1 (en) Method to increase the safety integrity level of a control system
US7308327B2 (en) Method of application protocol monitoring for programmable logic controllers
US20190179290A1 (en) Process design device, procedure generation device, method of controlling process design device, and recording medium
US20150088286A1 (en) Method and Apparatus for Automatically Creating an Executable Safety Function for a Device
CN105468378A (zh) 一种软件持续集成配置管理方法和系统
US20230153486A1 (en) Method and device for simulation
WO2012148041A1 (en) Method of alarming abnormal state of automated manufacturing system based on plc signal pattern
CN102968371A (zh) 测试java api单元组件的方法及装置
US20220171858A1 (en) Controller system, support device, and evaluation method
CN105431790A (zh) 编程装置
CN113260935A (zh) 对模块化技术系统进行计算机辅助仿真的方法和设备
CN110780590A (zh) 用于为机器的多通道控制提供安全控制参数的技术
EP2469416A1 (en) Test bed for an AUTOSAR software component and method for checking an AUTOSAR software component
Hoffmann On Virtual Commissioning of Manufacturing Systems: Proposals for a systematic VC simulation study methodology and a new simulation model building approach
WO2017018670A1 (ko) 이기종 plc 설비정보를 동일 포맷의 모듈로 생성하는 방법
Böhm et al. Challenges in the Engineering of Adaptable and Flexible Industrial Factories.
US20130238104A1 (en) System design device
US20090182442A1 (en) Framework for results interpretation and guided refinement of specifications for plc logic verification
CN114245883B (zh) 程序开发装置、工程制作方法以及存储介质
CN116390835A (zh) 系统控制装置、机器人控制方法、终端装置、终端控制方法以及机器人控制系统
Jamro et al. Communication performance tests in distributed control systems
US11474496B2 (en) System and method for creating a human-machine interface

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 16830703

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16830703

Country of ref document: EP

Kind code of ref document: A1