KR102478005B1 - Plc 사용자 프로그램 분석 방법 - Google Patents
Plc 사용자 프로그램 분석 방법 Download PDFInfo
- Publication number
- KR102478005B1 KR102478005B1 KR1020160051942A KR20160051942A KR102478005B1 KR 102478005 B1 KR102478005 B1 KR 102478005B1 KR 1020160051942 A KR1020160051942 A KR 1020160051942A KR 20160051942 A KR20160051942 A KR 20160051942A KR 102478005 B1 KR102478005 B1 KR 102478005B1
- Authority
- KR
- South Korea
- Prior art keywords
- user program
- program
- user
- memory
- plc
- Prior art date
- Legal status (The legal status 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 status listed.)
- Active
Links
- 238000004458 analytical method Methods 0.000 title description 2
- 238000000605 extraction Methods 0.000 claims description 22
- 238000000034 method Methods 0.000 claims description 10
- 230000006870 function Effects 0.000 claims description 9
- 238000005457 optimization Methods 0.000 description 9
- 238000010586 diagram Methods 0.000 description 8
- 239000000284 extract Substances 0.000 description 8
- 230000005540 biological transmission Effects 0.000 description 3
- 238000003491 array Methods 0.000 description 2
- 238000013500 data storage Methods 0.000 description 2
- 229910052709 silver Inorganic materials 0.000 description 2
- 239000004332 silver Substances 0.000 description 2
- 238000004364 calculation method Methods 0.000 description 1
- 230000003247 decreasing effect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 230000010354 integration Effects 0.000 description 1
- 238000012423 maintenance Methods 0.000 description 1
- 238000012986 modification Methods 0.000 description 1
- 230000004048 modification Effects 0.000 description 1
- 239000004065 semiconductor Substances 0.000 description 1
- 238000006467 substitution reaction Methods 0.000 description 1
Images
Classifications
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/05—Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/05—Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
- G05B19/056—Programming the PLC
-
- G—PHYSICS
- G05—CONTROLLING; REGULATING
- G05B—CONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
- G05B19/00—Programme-control systems
- G05B19/02—Programme-control systems electric
- G05B19/04—Programme control other than numerical control, i.e. in sequence controllers or logic controllers
- G05B19/05—Programmable logic controllers, e.g. simulating logic interconnections of signals according to ladder diagrams or function charts
- G05B19/058—Safety, monitoring
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Programmable Controllers (AREA)
Abstract
Description
도 2는 종래 기술에 따른 PLC 사용자 프로그램 작성 방법의 순서도.
도 3은 본 발명에 따른 PLC 사용자 프로그램 분석 장치의 블록도.
도 4는 본 발명에 따른 PLC 사용자 프로그램 분석 장치의 사용자 프로그램 분석부의 블록도.
도 5는 본 발명에 따른 PLC 사용자 프로그램 분석 장치에서 작성되는 사용자 프로그램의 예시도.
도 6 내지 도 9는 본 발명에 따른 PLC 사용자 프로그램 분석 장치의 메모리 정보 추출부를 설명하기 위한 사용자 프로그램의 메모리 사용 빈도수 그래프.
도 10은 본 발명에 따른 PLC 사용자 프로그램 분석 장치의 가이드 제공부를 설명하기 위한 예시도.
도 11은 본 발명에 따른 PLC 사용자 프로그램 분석 방법의 순서도.
Claims (7)
- 사용자 프로그램 분할부가 사용자 프로그램을 분할하는 단계와,
로직특징 추출부가 분할된 사용자 프로그램에서 중복되는 로직특징을 추출하는 단계, 및
상기 중복되는 로직특징을 기반으로 가이드 제공부가 사용자 프로그램 작성 가이드를 제공하는 단계를 포함하며,
상기 분할된 사용자 프로그램에서 메모리 정보 추출부가 메모리 사용 빈도수를 추출하는 단계, 및
상기 메모리 사용 빈도수가 연속적이면 사용자가 메모리를 할당하고 있음을 가이드 제공부가 사용자 프로그램 작성 가이드에 제공하는 단계를 포함하는 PLC 사용자 프로그램 분석 방법.
- 제1항에 있어서,
상기 사용자 프로그램 분할부가 사용자 프로그램을 분할하는 단계는,
사용자 프로그램 분할부가 사용자 프로그램을 논리적 분할 단위인 프로그램 블록과, 프로그램 블록 내에서 독립적인 실행 단위인 렁으로 분할하는 단계를 포함하는 PLC 사용자 프로그램 분석 방법.
- 제2항에 있어서,
상기 중복되는 로직특징을 기반으로 가이드 제공부가 사용자 프로그램 작성 가이드를 제공하는 단계는,
상기 로직의 유사성이 상기 프로그램 블록간에 존재하는지, 상기 프로그램 블록 내의 렁에 존재하는지에 대한 정보를 제공하는 단계를 포함하는 PLC 사용자 프로그램 분석 방법.
- 삭제
- 제1항에 있어서,
상기 분할된 사용자 프로그램에서 메모리 정보 추출부가 메모리 대역폭을 추출하는 단계, 및
상기 메모리 사용 빈도수가 불연속적이면 사용자가 메모리를 자동으로 할당하거나 메모리를 취합하는 기능을 활용하고 있음을 가이드 제공부가 사용자 프로그램 작성 가이드에 제공하는 단계를 더 포함하는 PLC 사용자 프로그램 분석 방법.
- 제1항 내지 제4항, 및 제6항 중 어느 한 항에 있어서,
상기 분할된 사용자 프로그램에서 명령어 추출부가 명령어를 추출하는 단계와,
추출된 명령어로 상기 사용자 프로그램에서 사용되는 명령어 빈도수와, 상기 사용자 프로그램의 예상 실행 시간, 및 메모리 소비 정보를 분석하는 단계, 및
상기 사용자로부터 용량 우선 옵션과 성능 우선 옵션 중 하나의 선택을 입력받아, 상기 명령어 빈도수로 사용자 프로그램에서 반복되는 유사 명령어를 라이브러리로 생성하여 사용자 프로그램의 용량을 감소시키는 용량 우선 옵션과, 라이브러리로 생성된 명령어를 반복되는 유사 명령어로 변경하여 사용자 프로그램의 성능을 증가시키는 성능 우선 옵션을 제공하는 단계를 더 포함하는 PLC 사용자 프로그램 분석 방법.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020160051942A KR102478005B1 (ko) | 2016-04-28 | 2016-04-28 | Plc 사용자 프로그램 분석 방법 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR1020160051942A KR102478005B1 (ko) | 2016-04-28 | 2016-04-28 | Plc 사용자 프로그램 분석 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
KR20170122941A KR20170122941A (ko) | 2017-11-07 |
KR102478005B1 true KR102478005B1 (ko) | 2022-12-14 |
Family
ID=60384905
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
KR1020160051942A Active KR102478005B1 (ko) | 2016-04-28 | 2016-04-28 | Plc 사용자 프로그램 분석 방법 |
Country Status (1)
Country | Link |
---|---|
KR (1) | KR102478005B1 (ko) |
Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002099312A (ja) * | 2000-09-22 | 2002-04-05 | Mitsubishi Electric Corp | プログラマブルコントローラおよび制御プログラム開発支援装置 |
Family Cites Families (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR101602993B1 (ko) * | 2012-08-23 | 2016-03-11 | 엘에스산전 주식회사 | 프로그래밍 언어 오류 검색 장치 |
-
2016
- 2016-04-28 KR KR1020160051942A patent/KR102478005B1/ko active Active
Patent Citations (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2002099312A (ja) * | 2000-09-22 | 2002-04-05 | Mitsubishi Electric Corp | プログラマブルコントローラおよび制御プログラム開発支援装置 |
Also Published As
Publication number | Publication date |
---|---|
KR20170122941A (ko) | 2017-11-07 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP7019589B2 (ja) | リアルタイムデータフロープログラミングのための効率的な状態機械 | |
US8966462B2 (en) | Memory management parameters derived from system modeling | |
US9043788B2 (en) | Experiment manager for manycore systems | |
US9377998B2 (en) | Code generation for control design | |
US6996517B1 (en) | Performance technology infrastructure for modeling the performance of computer systems | |
CN110990019B (zh) | 一种Java类分析方法、装置、存储介质及电子设备 | |
US20130080760A1 (en) | Execution Environment with Feedback Loop | |
CN110716715A (zh) | 一种应用程序开发方法、装置、设备及介质 | |
De Farias et al. | COMFIT: A development environment for the Internet of Things | |
US20100037213A1 (en) | Grammar-based generation of types and extensions | |
CN110750582B (zh) | 数据处理方法、装置和系统 | |
CN104657189A (zh) | 混合式动态码编译装置、方法及其服务系统 | |
CN117420985B (zh) | 一种使用JavaScript封装安卓服务功能的方法 | |
CN107463421B (zh) | 一种静态流程模型的编译执行方法及系统 | |
CN112540767A (zh) | 程序代码的生成方法、装置、电子设备及存储介质 | |
CN119862833A (zh) | 基于物联网的异构芯片设计方法及系统 | |
CN109144648B (zh) | 统一地执行特征抽取的方法及系统 | |
KR102478005B1 (ko) | Plc 사용자 프로그램 분석 방법 | |
CN110297639B (zh) | 用于检测代码的方法和装置 | |
WO2017135219A1 (ja) | 設計支援装置、設計支援方法、および設計支援プログラムを格納した記録媒体 | |
EP4254113A1 (en) | Information processing system, information processing method and information processing program | |
CN116541643A (zh) | 函数运行时间的计算方法、装置、存储介质及电子设备 | |
CN114168150B (zh) | 应用程序编译方法、装置、电子设备及存储介质 | |
CN105512154A (zh) | 一种基于嵌入式数据库的环保数据采集方法及系统 | |
KR20150122924A (ko) | 자바스크립트 성능 평가 장치 및 성능 평가 방법 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PA0109 | Patent application |
Patent event code: PA01091R01D Comment text: Patent Application Patent event date: 20160428 |
|
PG1501 | Laying open of application | ||
A201 | Request for examination | ||
PA0201 | Request for examination |
Patent event code: PA02012R01D Patent event date: 20201230 Comment text: Request for Examination of Application Patent event code: PA02011R01I Patent event date: 20160428 Comment text: Patent Application |
|
E902 | Notification of reason for refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Notification of reason for refusal Patent event date: 20220125 Patent event code: PE09021S01D |
|
E90F | Notification of reason for final refusal | ||
PE0902 | Notice of grounds for rejection |
Comment text: Final Notice of Reason for Refusal Patent event date: 20220706 Patent event code: PE09021S02D |
|
E701 | Decision to grant or registration of patent right | ||
PE0701 | Decision of registration |
Patent event code: PE07011S01D Comment text: Decision to Grant Registration Patent event date: 20221201 |
|
GRNT | Written decision to grant | ||
PR0701 | Registration of establishment |
Comment text: Registration of Establishment Patent event date: 20221212 Patent event code: PR07011E01D |
|
PR1002 | Payment of registration fee |
Payment date: 20221212 End annual number: 3 Start annual number: 1 |
|
PG1601 | Publication of registration |