JP2014016995A - Plcデータログの検索のための装置及び方法 - Google Patents
Plcデータログの検索のための装置及び方法 Download PDFInfo
- Publication number
- JP2014016995A JP2014016995A JP2013143572A JP2013143572A JP2014016995A JP 2014016995 A JP2014016995 A JP 2014016995A JP 2013143572 A JP2013143572 A JP 2013143572A JP 2013143572 A JP2013143572 A JP 2013143572A JP 2014016995 A JP2014016995 A JP 2014016995A
- Authority
- JP
- Japan
- Prior art keywords
- data
- search
- value
- plc
- input
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2455—Query execution
-
- 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
-
- 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
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/903—Querying
- G06F16/90335—Query processing
Landscapes
- Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Automation & Control Theory (AREA)
- Computational Linguistics (AREA)
- Data Mining & Analysis (AREA)
- General Engineering & Computer Science (AREA)
- Programmable Controllers (AREA)
Abstract
【解決手段】本発明に従うPLCデータログ検索のための装置は、少なくとも1つのデータ検索パラメータに基づいてデータ検索のための線形特性を演算し、演算された線形特性を用いてインデックス値または時計データ値を算出し、算出されたインデックス値または時計データ値のうち、少なくともいずれか1つの値を用いてデータを検索するデータログモジュール、検索要請信号の入力を受けて、データ検索のための少なくとも1つのパラメータ値の入力を受けて、データログモジュールから検索されたデータを出力するインターフェース部、インターフェース部を通じて入力または出力されるデータ及びパラメータ値を格納するメモリ部を含む。
【選択図】図1
Description
200 データログモジュール
201 制御部
202 RAM
210 インターフェース部
211 入力部
212 出力部
220 メモリ部
Claims (15)
- 少なくとも1つのデータ検索パラメータに基づいてデータ検索のための線形特性を演算し、前記演算された線形特性を用いてインデックス値または時計データ値を算出し、前記算出されたインデックス値または時計データ値のうち、少なくともいずれか1つの値を用いてデータを検索するデータログモジュールと、
検索要請信号の入力を受け、データ検索のための少なくとも1つのパラメータ値の入力を受けて、前記データログモジュールから検索されたデータを出力するインターフェース部と、
前記インターフェース部を通じて入力または出力されるデータ及びパラメータ値を格納するメモリ部と、
を含むことを特徴とする、PLCデータログの検索装置。 - 前記データログモジュールは、
少なくとも1つのデータ検索パラメータに基づいて線形特性を演算し、前記演算された線形特性を用いて検索要請データを抽出する制御部と、
前記制御部で算出される線形特性及びそれに対応するデータを格納するRAMと、
を含むことを特徴とする、請求項1に記載のPLCデータログの検索装置。 - 前記RAMは、前記制御部から検索されたデータを一時格納し、データ出力要請信号が感知されれば該当データを出力することを特徴とする、請求項2に記載のPLCデータログの検索装置。
- 前記インターフェース部は、
データ検索要請信号の入力を受けて、前記要請信号に従うパラメータ値の入力を受ける入力部と、
前記データの検索結果を出力し、データ検索要請に従う進行状況または誤謬情報を出力する出力部と、
を含むことを特徴とする、請求項1に記載のPLCデータログの検索装置。 - 前記メモリ部は、前記時計データ値とインデックス値及び文字列を含む少なくとも1つのデータを格納することを特徴とする、請求項1に記載のPLCデータログの検索装置。
- 前記メモリ部に格納されるデータは、[時計データ、インデックス値、データ、データタイプ(容量)]のフォーマットで構成されることを特徴とする、請求項5に記載のPLCデータログの検索装置。
- 前記インターフェース部を通じて入力されるパラメータは、ヘキサ値とワード単位で入力されることを特徴とする、請求項1に記載のPLCデータログの検索装置。
- PLCデータログ検索方法であって、
検索パラメータの入力を受けるステップと、
検索対象データに対する線形係数を算出するステップと、
前記線形係数から時計データ値またはインデックス値を算出するステップと、
前記算出された時計データ値またはインデックス値に対応するデータを検索するステップと、
を含むことを特徴とする、PLCデータログ検索方法。 - 前記入力を受けたパラメータに対して、既格納されたパラメータの範囲に含まれるか否かを判断するステップをさらに含むことを特徴とする、請求項8に記載のPLCデータログ検索方法。
- 前記入力を受けたパラメータが既格納されたパラメータ範囲に含まれなければ該当検索を中止するか、誤謬情報を出力することを特徴とする、請求項9に記載のPLCデータログ検索方法。
- 前記検索パラメータの範囲を確認するステップは、メモリ部に既格納された時計データ値またはインデックス値または文字列のうち、少なくとも2種類を含むデータに対して最初の時計データ値またはインデックス値と最後の時計データ値またはインデックス値をリードし、前記リードした範囲の内に前記検索パラメータの時計データ値またはインデックス値が含まれるか否かを確認することを特徴とする、請求項9に記載のPLCデータログ検索方法。
- 前記検索パラメータは、ヘキサ値とワード単位で入力されることを特徴とする、請求項8に記載のPLCデータログ検索方法。
- 前記検索されたデータをRAMに一時格納し、PLC制御部から前記検索データの要請信号が感知されれば、該当データを前記PLC制御部に出力するステップをさらに含むことを特徴する、請求項8に記載のPLCデータログ検索方法。
Applications Claiming Priority (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
KR10-2012-0074702 | 2012-07-09 | ||
KR1020120074702A KR101809756B1 (ko) | 2012-07-09 | 2012-07-09 | 피엘씨 데이터 로그의 검색 장치 및 방법 |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2014016995A true JP2014016995A (ja) | 2014-01-30 |
JP5844775B2 JP5844775B2 (ja) | 2016-01-20 |
Family
ID=48792982
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2013143572A Expired - Fee Related JP5844775B2 (ja) | 2012-07-09 | 2013-07-09 | Plcデータログの検索のための装置及び方法 |
Country Status (5)
Country | Link |
---|---|
US (1) | US9268816B2 (ja) |
EP (1) | EP2685331A3 (ja) |
JP (1) | JP5844775B2 (ja) |
KR (1) | KR101809756B1 (ja) |
CN (1) | CN103544201B (ja) |
Families Citing this family (1)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
KR102137153B1 (ko) * | 2018-06-04 | 2020-07-24 | 엘지전자 주식회사 | 데이터 관리 장치 |
Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02155072A (ja) * | 1988-12-07 | 1990-06-14 | Hitachi Ltd | テーブル検索方式 |
JPH08221241A (ja) * | 1995-02-16 | 1996-08-30 | Toshiba Corp | メッセージ出力処理装置 |
JPH09306146A (ja) * | 1996-05-13 | 1997-11-28 | Matsushita Electric Ind Co Ltd | データ記録装置 |
JP2007213451A (ja) * | 2006-02-10 | 2007-08-23 | Omron Corp | 収集データのモニタ方法及び装置 |
Family Cites Families (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6853867B1 (en) * | 1998-12-30 | 2005-02-08 | Schneider Automation Inc. | Interface to a programmable logic controller |
KR100724835B1 (ko) * | 2003-04-01 | 2007-06-04 | 엘지엔시스(주) | 로그메모리 데이터베이스 시스템 및 이의 로그 검색방법 |
JP4570991B2 (ja) * | 2005-03-14 | 2010-10-27 | 富士重工業株式会社 | バッテリ管理システム |
US7831411B2 (en) * | 2007-05-25 | 2010-11-09 | Rockwell Automation Technologies, Inc. | Diagnostic tool for retroactive assessment of industrial process performance |
CN100492237C (zh) * | 2007-12-20 | 2009-05-27 | 冶金自动化研究设计院 | 应用于流程工业过程控制系统的共享平台 |
US8204925B2 (en) * | 2008-05-22 | 2012-06-19 | National Instruments Corporation | Controlling or analyzing a process by solving a system of linear equations in real-time |
JP5401174B2 (ja) * | 2009-06-02 | 2014-01-29 | 株式会社日立製作所 | プラント運転監視装置 |
JP5474706B2 (ja) * | 2010-08-25 | 2014-04-16 | 日本電信電話株式会社 | 検索処理方法および検索処理装置 |
US8726091B2 (en) * | 2011-06-24 | 2014-05-13 | Rockwell Automation Technologies, Inc. | Troubleshooting system for industrial control programs |
JP5817534B2 (ja) | 2012-01-06 | 2015-11-18 | 富士通株式会社 | 信号検出器、信号検出方法及び通信端末装置 |
-
2012
- 2012-07-09 KR KR1020120074702A patent/KR101809756B1/ko active IP Right Grant
-
2013
- 2013-07-08 EP EP13175614.0A patent/EP2685331A3/en not_active Withdrawn
- 2013-07-08 US US13/937,047 patent/US9268816B2/en not_active Expired - Fee Related
- 2013-07-09 CN CN201310286815.6A patent/CN103544201B/zh not_active Expired - Fee Related
- 2013-07-09 JP JP2013143572A patent/JP5844775B2/ja not_active Expired - Fee Related
Patent Citations (4)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH02155072A (ja) * | 1988-12-07 | 1990-06-14 | Hitachi Ltd | テーブル検索方式 |
JPH08221241A (ja) * | 1995-02-16 | 1996-08-30 | Toshiba Corp | メッセージ出力処理装置 |
JPH09306146A (ja) * | 1996-05-13 | 1997-11-28 | Matsushita Electric Ind Co Ltd | データ記録装置 |
JP2007213451A (ja) * | 2006-02-10 | 2007-08-23 | Omron Corp | 収集データのモニタ方法及び装置 |
Also Published As
Publication number | Publication date |
---|---|
US20140012872A1 (en) | 2014-01-09 |
JP5844775B2 (ja) | 2016-01-20 |
EP2685331A3 (en) | 2016-09-28 |
CN103544201B (zh) | 2017-04-12 |
KR101809756B1 (ko) | 2017-12-15 |
KR20140007605A (ko) | 2014-01-20 |
EP2685331A2 (en) | 2014-01-15 |
CN103544201A (zh) | 2014-01-29 |
US9268816B2 (en) | 2016-02-23 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5774742B2 (ja) | データ重複除去方法及び装置 | |
CN111064808B (zh) | 一种基于分布式存储系统的负载均衡方法及装置 | |
WO2009035108A1 (ja) | 対応関係学習装置および方法ならびに対応関係学習用プログラム、アノテーション装置および方法ならびにアノテーション用プログラム、および、リトリーバル装置および方法ならびにリトリーバル用プログラム | |
CN105468642A (zh) | 数据的存储方法及装置 | |
JP2006092087A (ja) | ファイル管理プログラム、データ構造及びファイル管理装置 | |
JP2009514036A5 (ja) | ||
CN109785919B (zh) | 名词匹配方法、装置、设备及计算机可读存储介质 | |
JP2019512126A (ja) | 機械学習システムをトレーニングする方法及びシステム | |
CN103108033B (zh) | 文件上传方法及系统 | |
US9204386B2 (en) | Method for rule-based context acquisition | |
CN105117489B (zh) | 一种数据库管理方法、装置及电子设备 | |
US8082291B2 (en) | Identifying relevant data from unstructured feeds | |
US9069775B2 (en) | Methods and devices for generating directories | |
US20140222772A1 (en) | Storage system and methods for time continuum data retrieval | |
US20160188680A1 (en) | Electronic device and information searching method for the electronic device | |
US9235624B2 (en) | Document similarity evaluation system, document similarity evaluation method, and computer program | |
CN103150388A (zh) | 一种提取关键词的方法及装置 | |
JP5844775B2 (ja) | Plcデータログの検索のための装置及び方法 | |
EP3611629A1 (en) | Photo processing method and apparatus, and computer device | |
CN103530345A (zh) | 短文本特征扩展及拟合特征库构建方法、装置 | |
CN109388781A (zh) | 测量数据的处理方法和装置 | |
CN113495901B (zh) | 一种面向可变长数据块的快速检索方法 | |
CN107704472B (zh) | 一种查找数据块的方法及装置 | |
KR20190136369A (ko) | 오토마타 기반 실시간 확률 패턴 매칭 장치 및 방법 | |
US20120278352A1 (en) | Computerized data set search method and apparatus |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20140520 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20140521 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20140819 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150203 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20150430 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20150729 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20151020 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20151119 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5844775 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |