JP7616712B2 - プログラミング装置、およびプログラム - Google Patents
プログラミング装置、およびプログラム Download PDFInfo
- Publication number
- JP7616712B2 JP7616712B2 JP2023185217A JP2023185217A JP7616712B2 JP 7616712 B2 JP7616712 B2 JP 7616712B2 JP 2023185217 A JP2023185217 A JP 2023185217A JP 2023185217 A JP2023185217 A JP 2023185217A JP 7616712 B2 JP7616712 B2 JP 7616712B2
- Authority
- JP
- Japan
- Prior art keywords
- unit
- program
- units
- programming device
- editing
- 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
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F11/00—Error detection; Error correction; Monitoring
- G06F11/36—Prevention of errors by analysis, debugging or testing of software
- G06F11/362—Debugging of software
- G06F11/3644—Debugging of software by instrumenting at runtime
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0481—Interaction techniques based on graphical user interfaces [GUI] based on specific properties of the displayed interaction object or a metaphor-based environment, e.g. interaction with desktop elements like windows or icons, or assisted by a cursor's changing behaviour or appearance
- G06F3/0482—Interaction with lists of selectable items, e.g. menus
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04842—Selection of displayed objects or displayed text elements
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04845—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range for image manipulation, e.g. dragging, rotation, expansion or change of colour
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F3/00—Input 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/01—Input arrangements or combined input and output arrangements for interaction between user and computer
- G06F3/048—Interaction techniques based on graphical user interfaces [GUI]
- G06F3/0484—Interaction techniques based on graphical user interfaces [GUI] for the control of specific functions or operations, e.g. selecting or manipulating an object, an image or a displayed text element, setting a parameter value or selecting a range
- G06F3/04847—Interaction techniques to control parameter settings, e.g. interaction with sliders or dials
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F8/00—Arrangements for software engineering
- G06F8/30—Creation or generation of source code
- G06F8/34—Graphical or visual programming
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- General Engineering & Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Software Systems (AREA)
- Human Computer Interaction (AREA)
- Computer Hardware Design (AREA)
- Quality & Reliability (AREA)
- Stored Programmes (AREA)
- Programmable Controllers (AREA)
- Debugging And Monitoring (AREA)
Description
続いて、上記のように構成されるプログラミング装置10を用いたプログラミングの典型的な流れを説明する。
以上、実施形態を参照して本発明を説明したが、本発明は上記実施形態に限定されるものではない。本発明の構成や詳細には、本発明のスコープ内で当業者が理解しうる様々な変更をすることができる。
Claims (7)
- ユーザ操作に応じて、編集画面上に、処理単位を示すユニットのアイコンを配置して、これらユニットを連結することによりプログラムを編集するプログラミング装置であって、
前記編集画面に配置され連結されたユニットにより定義されるプログラムを実行し、各ユニットの出力を演算するプログラム実行手段と、
前記プログラム実行手段が演算して得られた各ユニットの出力を、前記編集画面に配置されたそれぞれの前記ユニットのアイコンに対応付けたデバッグビュー領域に表示するデバッグビュー表示制御手段と
を備え、
前記デバッグビュー表示制御手段は、前記プログラム実行手段が前記プログラムを実行する間、各ユニットの出力の変化に応じてリアルタイムで前記デバッグビュー領域の表示を更新し、各ユニットのパラメータ設定に基づく処理結果の変遷を一つの画面上で一覧できる形で確認できるように表示制御することを特徴とするプログラミング装置。 - 前記プログラムを構成するユニットは、前記プログラミング装置への入力、前記プログラミング装置からの出力、条件分岐、及びディープラーニングの学習済みデータによる推論を含む複数の選択枝から選択可能とされることを特徴とする請求項1に記載のプログラミング装置。
- 前記デバッグビュー表示制御手段は、ディープラーニングの学習済みデータによる推論を行う前記ユニットについて、推論において特徴としてとらえている箇所を示すヒートマップをデバッグビュー領域に表示することを特徴とする請求項1または2に記載のプログラミング装置。
- 前記プログラムを構成する各ユニットの設定値の変更を受け付けるユニット編集手段をさらに備えることを特徴とする請求項1から3のいずれか1項に記載のプログラミング装置。
- 前記ユニット編集手段は、前記プログラム実行手段が前記プログラムを実行している間にユニットの設定値の変更を受け付けることが可能とされ、
前記プログラム実行手段は、前記プログラムの実行中に前記ユニット編集手段が受け付けた設定値の変更を、実行する前記プログラムでの演算に随時反映することを特徴とする請求項4に記載のプログラミング装置。 - 前記プログラミング装置は、前記ユニットとして、複数種類の画像フィルタを選択可能なフレキシブルイメージフィルタユニットを利用可能であり、
前記ユニット編集手段は、
選択可能な複数種類の画像フィルタのそれぞれを入力データに対し適用した場合のプレビュー画像を、選択されている画像フィルタが適用されたプレビュー画像を識別可能な態様で一覧表示する第1プレビュー領域と、
選択されている前記画像フィルタに関する特性パラメータについて、設定可能な複数の設定値を適用した場合のプレビュー画像を、設定されている設定値が適用されたプレビュー画像を識別可能な態様で一覧表示する第2プレビュー領域と、
選択されている画像フィルタを、設定されている特性パラメータの設定値にて入力データに対し適用した場合のプレビュー画像であるターゲット画像を、前記第1プレビュー領域および前記第2プレビュー領域に表示される各プレビュー画像よりも大きく表示するターゲット画像表示領域と
を備える設定画面により、前記フレキシブルイメージフィルタユニットのユーザによる設定を受け付けることを特徴とする、請求項4または5に記載のプログラミング装置。 - コンピュータを請求項1から6のいずれか1項に記載のプログラミング装置として機能させることを特徴とするプログラム。
Applications Claiming Priority (4)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| JP2018222247 | 2018-11-28 | ||
| JP2018222247 | 2018-11-28 | ||
| JP2020553674A JP6889510B2 (ja) | 2018-11-28 | 2019-11-22 | プログラミング装置、およびプログラム |
| JP2021082546A JP7382651B2 (ja) | 2018-11-28 | 2021-05-14 | プログラミング装置、およびプログラム |
Related Parent Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2021082546A Division JP7382651B2 (ja) | 2018-11-28 | 2021-05-14 | プログラミング装置、およびプログラム |
Publications (2)
| Publication Number | Publication Date |
|---|---|
| JP2023181346A JP2023181346A (ja) | 2023-12-21 |
| JP7616712B2 true JP7616712B2 (ja) | 2025-01-17 |
Family
ID=70852976
Family Applications (3)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020553674A Active JP6889510B2 (ja) | 2018-11-28 | 2019-11-22 | プログラミング装置、およびプログラム |
| JP2021082546A Active JP7382651B2 (ja) | 2018-11-28 | 2021-05-14 | プログラミング装置、およびプログラム |
| JP2023185217A Active JP7616712B2 (ja) | 2018-11-28 | 2023-10-30 | プログラミング装置、およびプログラム |
Family Applications Before (2)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| JP2020553674A Active JP6889510B2 (ja) | 2018-11-28 | 2019-11-22 | プログラミング装置、およびプログラム |
| JP2021082546A Active JP7382651B2 (ja) | 2018-11-28 | 2021-05-14 | プログラミング装置、およびプログラム |
Country Status (4)
| Country | Link |
|---|---|
| US (2) | US11921619B2 (ja) |
| JP (3) | JP6889510B2 (ja) |
| CN (1) | CN113168368B (ja) |
| WO (1) | WO2020110933A1 (ja) |
Families Citing this family (6)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| CN111984253B (zh) * | 2020-06-30 | 2023-12-26 | 北京编程猫科技有限公司 | 一种基于图形化编程工具添加编程角色的方法及装置 |
| US12080057B2 (en) | 2020-07-20 | 2024-09-03 | Nec Corporation | Image analysis apparatus, image analysis method, and storage medium |
| WO2022072459A1 (en) * | 2020-10-02 | 2022-04-07 | Illinois Tool Works Inc. | Design interfaces for assisted defect recognition systems |
| JP7553495B2 (ja) * | 2022-03-17 | 2024-09-18 | 株式会社日立システムズエンジニアリングサービス | 開発支援装置、開発支援方法、及び開発支援プログラム |
| ES3060934T3 (en) * | 2022-08-03 | 2026-03-30 | Contemporary Amperex Technology Hong Kong Ltd | Image detection algorithm debugging method and apparatus, and device, medium and program product |
| KR20250065411A (ko) * | 2022-10-17 | 2025-05-12 | 막셀 프론티어 가부시키가이샤 | 개발 시스템, 방법 및 프로그램 |
Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011118467A (ja) | 2009-11-30 | 2011-06-16 | Canon It Solutions Inc | 情報処理装置情報処理方法、及び、コンピュータプログラム |
| WO2018092237A1 (ja) | 2016-11-17 | 2018-05-24 | 三菱電機株式会社 | プログラムコード生成装置、プログラムコード生成方法及びプログラムコード生成プログラム |
Family Cites Families (32)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| GB2278250B (en) * | 1990-08-31 | 1995-03-15 | Canon Kk | Image processing |
| JP3038990B2 (ja) * | 1991-06-13 | 2000-05-08 | 松下電器産業株式会社 | 画像2値化のしきい値決定方法 |
| JP2001016622A (ja) * | 1999-06-30 | 2001-01-19 | Agilent Technologies Japan Ltd | 撮像素子のデバッグ装置と試験方法 |
| JP2001034504A (ja) * | 1999-07-19 | 2001-02-09 | Mitsubishi Electric Corp | ソースレベルデバッガ |
| US7369130B2 (en) * | 1999-10-29 | 2008-05-06 | Hitachi Kokusai Electric Inc. | Method and apparatus for editing image data, and computer program product of editing image data |
| JP2001331465A (ja) * | 2000-05-18 | 2001-11-30 | Hitachi Ltd | マルチプロセスの表示方法及び装置並びに表示プログラムを格納した記録媒体 |
| US7984423B2 (en) * | 2001-08-14 | 2011-07-19 | National Instruments Corporation | Configuration diagram which displays a configuration of a system |
| JP3646931B2 (ja) | 2001-08-29 | 2005-05-11 | セイコーエプソン株式会社 | イメージレタッチプログラム |
| US7607102B2 (en) * | 2002-03-14 | 2009-10-20 | Apple Inc. | Dynamically changing appearances for user interface elements during drag-and-drop operations |
| AU2003265891A1 (en) * | 2002-09-04 | 2004-03-29 | Mentor Graphics (Holdings) Ltd. | Polymorphic computational system and method in signals intelligence analysis |
| US7565618B2 (en) * | 2003-02-13 | 2009-07-21 | LumaPix Inc. | Method and system for distributing multiple dragged objects |
| CN100393097C (zh) * | 2003-11-27 | 2008-06-04 | 富士胶片株式会社 | 图像编辑装置及其方法 |
| JP2006079170A (ja) | 2004-09-07 | 2006-03-23 | Nippon Telegr & Teleph Corp <Ntt> | メディアデータ加工手順編集方法、装置、およびプログラム |
| KR20060133389A (ko) * | 2005-06-20 | 2006-12-26 | 엘지전자 주식회사 | 이동 단말기의 데이터 처리 장치 및 그 방법 |
| JP2008153949A (ja) * | 2006-12-18 | 2008-07-03 | Ricoh Co Ltd | 画像処理装置及び画像処理方法 |
| JP4302146B2 (ja) | 2007-02-21 | 2009-07-22 | 三菱電機株式会社 | プログラム作成支援装置 |
| JP2008250980A (ja) * | 2007-03-07 | 2008-10-16 | Ricoh Co Ltd | 画像処理装置、画像処理方法及び画像処理プログラム |
| JP2009289043A (ja) * | 2008-05-29 | 2009-12-10 | Brother Ind Ltd | 画像処理システム,画像処理プログラムおよびプリンタドライバ |
| JP5362307B2 (ja) * | 2008-09-30 | 2013-12-11 | 富士フイルム株式会社 | ドラッグアンドドロップ制御装置、方法、及びプログラム、並びにコンピュータ端末 |
| JP4623201B2 (ja) * | 2008-10-27 | 2011-02-02 | ソニー株式会社 | 画像処理装置、画像処理方法およびプログラム |
| US10096066B2 (en) * | 2009-10-20 | 2018-10-09 | Trading Technologies International, Inc. | User-defined algorithm electronic trading |
| JP5344658B2 (ja) * | 2011-12-06 | 2013-11-20 | キヤノンマーケティングジャパン株式会社 | 情報処理装置、その制御方法、及びプログラム |
| DE202012012645U1 (de) | 2012-03-01 | 2013-09-05 | Research In Motion Ltd. | Ziehpunkt zum Anwenden von Bildfiltern in einem Bildeditor |
| US20130311974A1 (en) * | 2012-05-16 | 2013-11-21 | Zoltan Albrecht | Debugger integration of reporting tool renderer |
| US8887138B2 (en) * | 2012-05-25 | 2014-11-11 | Telefonaktiebolaget L M Ericsson (Publ) | Debugging in a dataflow programming environment |
| JP6003579B2 (ja) * | 2012-11-26 | 2016-10-05 | 株式会社デンソー | 画像生成装置、および画像生成プログラム |
| JP6468356B2 (ja) * | 2015-06-25 | 2019-02-13 | 富士通株式会社 | プログラム生成装置、プログラム生成方法および生成プログラム |
| WO2017126046A1 (ja) * | 2016-01-20 | 2017-07-27 | 富士通株式会社 | 画像処理装置、画像処理方法および画像処理プログラム |
| KR101844513B1 (ko) * | 2016-08-11 | 2018-04-02 | 삼성전자주식회사 | 단층 영상 처리 장치 및 단층 영상 처리 방법 |
| JP6759942B2 (ja) | 2016-09-30 | 2020-09-23 | 横河電機株式会社 | アプリケーション開発環境提供システム、アプリケーション開発環境提供方法、アプリケーション開発環境提供プログラム、端末装置、アプリケーション表示方法、およびアプリケーション表示プログラム |
| JP6737137B2 (ja) * | 2016-11-10 | 2020-08-05 | ブラザー工業株式会社 | 情報処理端末によって実行されるプログラム及び情報処理システム |
| US11409428B2 (en) * | 2017-02-23 | 2022-08-09 | Sap Se | Drag and drop minimization system |
-
2019
- 2019-11-22 US US17/297,129 patent/US11921619B2/en active Active
- 2019-11-22 WO PCT/JP2019/045768 patent/WO2020110933A1/ja not_active Ceased
- 2019-11-22 CN CN201980077515.2A patent/CN113168368B/zh active Active
- 2019-11-22 JP JP2020553674A patent/JP6889510B2/ja active Active
-
2021
- 2021-05-14 JP JP2021082546A patent/JP7382651B2/ja active Active
-
2023
- 2023-10-30 JP JP2023185217A patent/JP7616712B2/ja active Active
-
2024
- 2024-01-30 US US18/426,958 patent/US12405878B2/en active Active
Patent Citations (2)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| JP2011118467A (ja) | 2009-11-30 | 2011-06-16 | Canon It Solutions Inc | 情報処理装置情報処理方法、及び、コンピュータプログラム |
| WO2018092237A1 (ja) | 2016-11-17 | 2018-05-24 | 三菱電機株式会社 | プログラムコード生成装置、プログラムコード生成方法及びプログラムコード生成プログラム |
Also Published As
| Publication number | Publication date |
|---|---|
| US12405878B2 (en) | 2025-09-02 |
| JP7382651B2 (ja) | 2023-11-17 |
| JP2023181346A (ja) | 2023-12-21 |
| CN113168368B (zh) | 2023-09-29 |
| CN113168368A (zh) | 2021-07-23 |
| US20240168863A1 (en) | 2024-05-23 |
| JP2021120903A (ja) | 2021-08-19 |
| WO2020110933A1 (ja) | 2020-06-04 |
| JP6889510B2 (ja) | 2021-06-18 |
| JPWO2020110933A1 (ja) | 2021-04-01 |
| US20220058110A1 (en) | 2022-02-24 |
| US11921619B2 (en) | 2024-03-05 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| JP7616712B2 (ja) | プログラミング装置、およびプログラム | |
| CN112579050B (zh) | 工业应用开发系统、工业自动化项目开发方法和介质 | |
| CN109597372B (zh) | 用于呈现过程工厂中的观察区域显示视图的方法和系统 | |
| CN110874447B (zh) | 用于在过程图形中嵌入web框架的系统和方法 | |
| CN113190225B (zh) | 为机器视觉系统提供可视化程序的装置、系统和方法 | |
| US20180299863A1 (en) | Combined visualization thin client hmi system and method | |
| CN109597377A (zh) | 便于过程控制工厂中的图形显示设计工作流的系统和方法 | |
| CN112579051B (zh) | 开发工业应用的系统和管理工业开发工作空间的方法 | |
| CN113807698A (zh) | 一种工单生成方法、装置、电子设备及可读存储介质 | |
| JPWO2012172687A1 (ja) | プログラム可視化装置 | |
| JP3876607B2 (ja) | 画像処理システムにおけるパラメータ設定方法 | |
| KR20130042547A (ko) | 설비 관리 장치, 화면 표시 방법, 및 기록 매체 | |
| CN112579144B (zh) | 数据处理方法及装置 | |
| JP2021177295A (ja) | 状態判定方法、プログラム、及び状態判定システム | |
| US9830053B2 (en) | Screen definition device for operating panel | |
| CN118475889A (zh) | 自动化系统中的操作者辅助 | |
| CN113885852A (zh) | 软件开发环境提供系统、方法和非临时性计算机可读介质 | |
| JP7138579B2 (ja) | 画像処理プログラミング装置、及び画像処理プログラミング方法 | |
| JP7627148B2 (ja) | シミュレーション装置 | |
| KR102774893B1 (ko) | 전자 장치 및 이의 제어 방법 | |
| JP4322130B2 (ja) | タイミングチャート編集システム | |
| WO2025243503A1 (ja) | 画面データ作成プログラム、画面データ作成装置、プログラマブル表示システム、プログラマブル表示器及び画面データ作成方法 | |
| CN114443038A (zh) | 一种基于浏览器的零代码可配置显示系统 | |
| CN118051274A (zh) | 一种plc组合命令生成方法、装置、电子设备和存储介质 | |
| CN117951006A (zh) | 一种Monkey测试方法、系统、电子设备、存储介质及测试终端 |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20231115 |
|
| A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20231115 |
|
| 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: 20241126 |
|
| A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20241223 |
|
| R150 | Certificate of patent or registration of utility model |
Ref document number: 7616712 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |