WO2014080490A1 - プログラム作成支援装置、方法および記録媒体 - Google Patents
プログラム作成支援装置、方法および記録媒体 Download PDFInfo
- Publication number
- WO2014080490A1 WO2014080490A1 PCT/JP2012/080301 JP2012080301W WO2014080490A1 WO 2014080490 A1 WO2014080490 A1 WO 2014080490A1 JP 2012080301 W JP2012080301 W JP 2012080301W WO 2014080490 A1 WO2014080490 A1 WO 2014080490A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- command
- instruction
- database
- input
- user
- Prior art date
Links
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
- G05B2219/00—Program-control systems
- G05B2219/10—Plc systems
- G05B2219/13—Plc programming
- G05B2219/13004—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
- G05B2219/00—Program-control systems
- G05B2219/20—Pc systems
- G05B2219/25—Pc structure of the system
- G05B2219/25314—Modular structure, modules
Definitions
- a ladder program that defines the PLC control sequence in the form of a ladder diagram as one of the programs that operate the PLC.
- a ladder diagram for expressing a ladder program has two buses (a plus bus and a minus bus) that expresses power symbolically. The two bus bars are spaced from each other. Between the buses, logic circuits configured by combining electrical elements are arranged in a ladder shape so as to connect the two buses. Examples of electrical elements constituting the logic circuit include a relay and a coil. Each electrical element corresponds to a command.
- a program creation support apparatus is usually used. When the user sequentially inputs instructions to the program creation support apparatus, the program creation support apparatus sequentially arranges the instructions sequentially input from the user between the buses in the form of electrical elements.
- Patent Document 1 discloses a technique in which when a user inputs a part of a character string, input candidates corresponding to the input part of the character string are displayed to the user. When the user selects one character string from the displayed input candidates, the character string that the user intends to input is complemented. According to this technique, input candidates are calculated based on a part of character strings currently input and past input histories.
- Patent Document 2 discloses a technique for displaying input candidates to the user when the user inputs a character string in the input form. According to this technique, a priority order is set for each character string, and character strings are arranged and displayed as input candidates based on the priority order. The priority is automatically set based on the number of times the character string is input.
- Patent Document 2 when the technique of Patent Document 2 is applied to a program creation support device, when a user inputs one command, one or more input candidates arranged in an order determined according to the number of times of input are displayed. Is done. In other words, the display contents of the input candidates are created regardless of the input history that is close. Therefore, the technique of Patent Document 2 cannot be said to be efficient as a function that supports the input of instructions.
- the present invention has been made in view of the above, and an object of the present invention is to provide a program creation support apparatus, method, and recording medium that can efficiently support input of instructions.
- the present invention is a program creation support apparatus that creates a program for operating a programmable logic controller (PLC) based on instructions for PLCs sequentially input from a user.
- An instruction database unit that is a database that stores the first instruction and the second instruction subsequent to the first instruction in association with each other; an instruction storage unit that stores the last instruction input by the user;
- the first command in the command database unit is searched using the command stored in the command storage unit as a search key, and the command corresponding to the command stored in the command storage unit is stored.
- a processing unit that extracts the second command, and an output unit that displays a list of the second commands extracted by the processing unit on a display screen.
- the program creation support apparatus estimates the next command to be input based on the last command completed by the user and displays it to the user, so that the command input can be efficiently supported. There is an effect.
- FIG. 1 is a diagram showing a functional configuration of a program creation support apparatus according to an embodiment of the present invention.
- FIG. 2 is a diagram illustrating a hardware configuration example of the program creation support apparatus according to the embodiment of the present invention.
- FIG. 3 is a flowchart for explaining the operation of the program creation support apparatus for constructing a personal database.
- FIG. 4 is a diagram for explaining an example of registration in the personal database.
- FIG. 5 is a flowchart illustrating an operation in which the program creation support apparatus calculates and displays instruction candidates.
- FIG. 6 is a diagram illustrating an example of a list display screen.
- FIG. 1 is a diagram showing a functional configuration of a program creation support apparatus according to an embodiment of the present invention.
- the program creation support apparatus 100 includes a set value storage unit 1, a previous command storage unit 2, a processing unit 3, a command candidate output unit 4, a command help database (DB) unit 5, a display unit 6, and a command database. (DB) part 7 is provided.
- DB command help database
- the set value storage unit 1 stores identification information for specifying a device to be executed by the ladder program being edited.
- identification information is set by the user at the start of creating a ladder program.
- Examples of device types to be programmed include a transport / transport device, a processing device, and a data collection / monitoring device.
- the set value storage unit 1 passes the stored value to the processing unit 3 in response to a request from the processing unit 3.
- the previous command storage unit 2 stores one or more commands last input by the user while the user is creating the ladder program by operating the program creation support device 100.
- the command database unit 7 is a database that stores a plurality of commands that can be input continuously as one set. Each set is registered in the instruction database unit 7 in a format in which the input order of the constituent instructions can be specified. That is, the instruction database unit 7 stores the first instruction and the second instruction subsequent to the first instruction in association with each other. The number of second instructions need not be only one. For example, when two instructions LDI and OUT are input as instructions following the first instruction LD, two LDI and OUT may be stored as the second instructions. The detailed configuration of the instruction database unit 7 will be described later.
- the processing unit 3 calculates a command candidate (command command) next to the new command. Specifically, the processing unit 3 receives identification information from the set value storage unit 1 and receives one or more last input commands from the previous command storage unit 2. Then, the processing unit 3 searches the command database unit 7 using the received information as a search key, and extracts a second command corresponding to one or more commands input last. Then, the extracted second instruction is set as an instruction candidate.
- the processing unit 3 associates the new command for which the input has been completed with one or more commands stored in the previous command storage unit 2, and stores the command database unit 7 ( To be exact, it is registered in the personal database 9) described later. Further, the processing unit 3 updates the command stored in the previous command storage unit 2 in accordance with the completion of the input of a new command.
- the instruction candidate output unit 4 searches the instruction help database unit 5 using each of the instruction candidates received from the processing unit 3 as a search key, and associates the obtained link with the instruction candidate using the search key.
- the instruction candidate output unit 4 sends the instruction candidate associated with the link to the display unit 6.
- the display unit 6 generates an image frame of the editing screen based on a command from the processing unit 3.
- the display unit 6 also generates a list display screen for displaying a list of instruction candidates received from the instruction candidate output unit 4.
- the list display screen is an array of pairs of instruction candidates and links associated with the instruction candidates.
- the instruction database unit 7 is composed of a plurality of types of databases (expert database 8, personal database 9, and pattern database 10) according to the created method.
- the expert database 8 is a database in which the input history of instructions by a specific expert is accumulated. Specifically, the expert database 8 stores an instruction input by the expert and one or more instructions input by the expert immediately before the instruction. The expert database 8 is prepared in advance and provided in the instruction database unit 7.
- the personal database 9 also has a field in which a count value is stored for each second command associated with the first command.
- the processing unit 3 tries to register the same content as the already registered content (an entry in which the first command and the second command are paired), and does not provide a new entry, but has already been registered. Increments the count value for the entry.
- the pattern database 10 is a database in which the input order in which the grammatical patterns of ladder programming are determined is accumulated. Specifically, the pattern database 10 stores information on an instruction that is always described after a certain instruction. The pattern database 10 is created in advance and provided in the instruction database unit 7.
- FIG. 2 is a diagram illustrating a hardware configuration example of the program creation support apparatus 100 according to the embodiment of this invention.
- the program creation support apparatus 100 includes an arithmetic device 101, a storage device 102, an input device 103, and an output device 104.
- the arithmetic device 101, the storage device 102, the input device 103, and the output device 104 are connected to each other via a bus.
- the storage device 102 is configured by a nonvolatile memory, a volatile memory, an external storage device, or a combination thereof.
- the storage device 102 is a recording medium that records the program creation support program 105. Further, the storage device 102 functions as an output destination of the ladder program 106 created by the program creation support device 100.
- the input device 103 is an input unit that receives an operation for the program creation support device 100 and an input for creating the ladder program 106 stored in the storage device 102, and is configured by a keyboard, for example.
- the output device 104 is a display unit that displays output information for the user based on the image frame generated by the display unit 6, and is, for example, a liquid crystal display. Note that the input device 103 and the output device 104 may be configured by a touch panel device.
- any medium can be used as long as it is a tangible medium that is not temporary.
- a non-volatile memory, an external storage device, a detachable non-volatile memory, a CD-ROM, or a DVD-ROM can be adopted as a recording medium that stores the program creation support program 105 in advance.
- the previous command storage unit 2 stores only one command, and various databases (expert database 8, personal database 9, and pattern database 10) are stored in the second command. It is assumed that one first command is associated and registered every time.
- the processing unit 3 When there is an input of a command (step S101, Yes), the processing unit 3 receives the identification information from the set value storage unit 1 (step S102), and receives the last input command from the previous command storage unit 2 (step S102). S103). Then, the processing unit 3 registers the newly input command and the command received in step S103 in association with each other in the personal database 9 (step S104). If the same entry as the entry to be registered in step S104 has already been registered, the processing unit 3 increments the count value for the already registered entry by 1 to create a new entry. Do not perform registration. If the same entry as the entry to be registered is not registered, the processing unit 3 registers a new entry and sets the count value for the new entry to 1. Note that the registration destination database in the process of step S104 is the personal database 9 included in the database related to the device type specified by the identification information received in step S102 of the database for each device type constituting the database unit 7. It is.
- step S104 the processing unit 3 overwrites the content stored in the previous command storage unit 2 with the newly input command (step S105), and ends the operation.
- FIG. 5 is a flowchart illustrating an operation in which the program creation support apparatus 100 calculates and displays instruction candidates.
- the command candidate calculation and display processing is performed, for example, in a state of waiting for the input of a new command after the command input from the user is completed.
- a description will be given assuming that the instruction at the end of the process of step S105 and the input completed is stored in the previous instruction storage unit 2.
- the setting value related to the number of instruction candidates calculated is set in the setting value storage unit 1 in advance for each type of database.
- the processing unit 3 receives the setting value related to the identification information and the display number of instruction candidates from the setting value storage unit 1 (step S201), and the instruction stored in the previous instruction storage unit 2 is Received from the previous instruction storage unit 2 (step S202).
- the processing unit 3 searches the databases 8 to 10 using the instruction obtained by executing the process of step S202 as a search key, and calculates an instruction candidate (step S203). Specifically, the processing unit 3 searches for an entry in which the command obtained by executing the processing of step S202 is registered as the first command in the databases 8 to 10. The processing unit 3 uses an instruction registered as the second instruction in the entry obtained by the search as an instruction candidate.
- the processing unit 3 selects instruction candidates from the obtained instructions by an arbitrary method. The same applies when the number of commands exceeding the set value is obtained from the pattern database 10. When the number of commands exceeding the set value is obtained from the personal database 9, the processing unit 3 preferentially selects a command candidate with a higher count value.
- processing unit 3 searches the database related to the device type specified by the identification information obtained by executing the process of step S102 in the database for each device type constituting the database unit 7.
- the instruction candidate output unit 4 receives the instruction candidate calculated by the processing unit 3 (step S204). Then, the instruction candidate output unit 4 searches the instruction help database unit 5 using the received instruction candidate as a search key, and acquires a link for each instruction candidate (step S205). The instruction candidate output unit 4 passes the obtained instruction candidate list to the display unit 6 in association with each instruction candidate and a link, and causes the output device 104 to display a list display screen (step S206). Then, the operation ends.
- the list display screen 300 may be displayed so as to overlap the editing screen 200 or may be displayed as a window different from the editing screen 200.
- the program creation support device 100 associates the first instruction with the second instruction subsequent to the first instruction in the instruction database unit 7.
- the last command input from the user is stored in the previous command storage unit 2, and the command database unit 7 uses the command stored in the previous command storage unit 2 as a search key when waiting for the input of a new command from the user.
- the second instruction corresponding to the instruction stored in the previous instruction storage unit 2 is extracted, and the extracted second instruction is displayed in a list on the display screen. Command candidates can be presented to the user without requiring input of a part of the character string constituting the command.
- the candidate is simply based on the number of inputs without considering whether the input is close. Compared to the method of presenting, it is possible to present a certain command candidate to the user. That is, according to the embodiment of the present invention, command input can be efficiently supported.
- the program creation support apparatus 100 includes the personal database 9 in which entries are sequentially added based on the input history of the user, a command with a track record used by the user is automatically presented, thereby reducing a search effort. Can reduce the time required for programming.
- the program creation support apparatus 100 includes the expert database 8 created in advance based on the input history of a predetermined user (expert), it is easy for a beginner in programming to easily refer to instructions used by the expert. It is possible to create a higher quality program.
- the program creation support apparatus 100 since the program creation support apparatus 100 includes the pattern database 10 created in advance based on grammatical patterns, there is an effect that it is possible to prevent forgetting to describe instructions whose grammatical patterns are determined.
- the program creation support apparatus 100 allows the user to select from various options by presenting command candidates from each of the three databases of the expert database 8, the personal database 9, and the pattern database 10. There is an effect that it is possible to create a high-quality program according to the situation.
- the program creation support apparatus 100 is configured such that the user can set the number of instruction candidates to be calculated and displayed for each of the expert database 8, the personal database 9, and the pattern database 10 in the setting value storage unit 1. Yes. Therefore, a beginner can present many instruction candidates from the expert database 8 in order to refer to what instruction the expert uses. Further, since the skilled person gets in the way when the instruction written by the other person is presented, it is possible not to present any candidate instruction from the skilled person database 8. That is, instruction candidates according to individual users can be presented.
- the program creation support apparatus 100 records the number of uses for each entry in the personal database 9, and if the number of extracted second commands exceeds the set upper limit, the program creation support apparatus 100 sets the entry with a large number of uses. Such instructions are prioritized as instruction candidates. Since the program creation support apparatus 100 automatically presents instructions frequently written by the user, the user can perform programming efficiently.
- the program creation support apparatus 100 displays a list in association with help for each instruction candidate. As a result, the user can refer to the help for each instruction candidate.
- the program creation support apparatus, method, and recording medium according to the present invention are suitable for application to a program creation support apparatus, method, and recording medium that records the program for operating the PLC. .
Landscapes
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Engineering & Computer Science (AREA)
- Automation & Control Theory (AREA)
- Programmable Controllers (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
Abstract
Description
図1は、本発明の実施の形態のプログラム作成支援装置の機能構成を示す図である。図示するように、プログラム作成支援装置100は、設定値記憶部1、前回命令記憶部2、処理部3、命令候補出力部4、命令ヘルプデータベース(DB)部5、表示部6、および命令データベース(DB)部7を具備している。
Claims (9)
- プログラマブルロジックコントローラ(PLC)を動作せしめるプログラムを、ユーザから順次入力されるPLCに対する命令に基づいて作成するプログラム作成支援装置であって、
第1の命令と前記第1の命令に後続する第2の命令とを対応付けて記憶するデータベースである命令データベース部と、
ユーザから入力された最後の命令を記憶する命令記憶部と、
ユーザからの新たな命令の入力の待ち受け時に、前記命令記憶部が記憶する命令を検索キーとして前記命令データベース部の第1の命令を検索して、前記命令記憶部が記憶する命令に対応する第2の命令を抽出する処理部と、
前記処理部が抽出した第2の命令を表示画面に一覧表示する出力部と、
を備えることを特徴とするプログラム作成支援装置。 - 前記命令データベース部は、第1データベースを備え、
前記処理部は、ユーザから新たな命令の入力を受け付けた際、前記命令記憶部の記憶内容の更新前に、前記命令記憶部が記憶する命令および前記入力された新たな命令を、前記命令記憶部が記憶する命令を第1の命令とし、前記入力された新たな命令を第2の命令として、前記第1データベースに登録する、
ことを特徴とする請求項1に記載のプログラム作成支援装置。 - 前記命令データベース部は、所定のユーザの入力履歴に基づいて予め作成された、または/および、文法上のパターンに基づいて予め作成された第2データベースをさらに備える、ことを特徴とする請求項2に記載のプログラム作成支援装置。
- 命令の表示数の上限値をデータベース毎に定める設定値を予め記憶する設定値記憶部をさらに備え、
前記処理部は、前記命令記憶部が記憶する命令に対応する第2の命令を前記設定値により定められる数を上限として抽出する、
ことを特徴とする請求項3に記載のプログラム作成支援装置。 - 命令の表示数の上限値を定める設定値を予め記憶する設定値記憶部をさらに備え、
前記処理部は、前記第1データベースに、第1の命令と第2の命令との対毎に使用回数を記録し、前記設定値により定められる数を上限とし、かつ、使用回数が多い対ほど優先して前記命令記憶部が記憶する命令に対応する第2の命令を抽出する、
ことを特徴とする請求項2に記載のプログラム作成支援装置。 - 前記命令データベース部をプログラミング対象の装置種毎に備え、
PLCを指定する識別情報を記憶する識別情報記憶部をさらに備え、
前記処理部は、前記複数の命令データベース部のうちのアクセス先の命令データベース部を前記識別情報記憶部が記憶する識別情報を用いて特定する、
ことを特徴とする請求項1乃至請求項5の何れか一項に記載のプログラム作成支援装置。 - 前記出力部は、前記処理部が抽出した第2の命令毎にヘルプを対応付けて一覧表示する、
ことを特徴とする請求項1乃至請求項5の何れか一項に記載のプログラム作成支援装置。 - プログラマブルロジックコントローラ(PLC)を動作せしめるプログラムを作成する、コンピュータが実行する方法であって、
第1の命令と前記第1の命令に後続する第2の命令とを対応付けて、予めまたはユーザからの入力に基づいてデータベースに記憶するステップと、
ユーザから入力された最後の命令を命令記憶部に記憶するステップと、
ユーザからの新たな命令の入力の待ち受け時に、前記命令記憶部に記憶した命令を検索キーとして前記データベースの第1の命令を検索して、前記ユーザから入力された最後の命令に対応する第2の命令を抽出するステップと、
抽出した第2の命令を表示画面に一覧表示するステップと、
ユーザから順次入力された命令に基づいて前記プログラムを作成するステップと、
を備えることを特徴とする方法。 - プログラマブルロジックコントローラ(PLC)を動作せしめるプログラムを作成するプログラムを記録した記録媒体であって、前記プログラムは、コンピュータに、
第1の命令と前記第1の命令に後続する第2の命令とを対応付けて、予めまたはユーザからの入力に基づいてデータベースに記憶するステップと、
ユーザから入力された最後の命令を命令記憶部に記憶するステップと、
ユーザからの新たな命令の入力の待ち受け時に、前記命令記憶部に記憶した命令を検索キーとしてデータベースの第1の命令を検索して、前記ユーザから入力された最後の命令に対応する第2の命令を抽出するステップと、
抽出した第2の命令を表示画面に一覧表示するステップと、
ユーザから順次入力された命令に基づいて前記プログラムを作成するステップと、
を実行させることを特徴とする記録媒体。
Priority Applications (7)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2012/080301 WO2014080490A1 (ja) | 2012-11-22 | 2012-11-22 | プログラム作成支援装置、方法および記録媒体 |
KR1020157013468A KR101713462B1 (ko) | 2012-11-22 | 2012-11-22 | 프로그램 작성 지원 장치, 방법 및 기록 매체 |
CN201280077222.2A CN104813246B (zh) | 2012-11-22 | 2012-11-22 | 程序生成辅助装置以及方法 |
JP2013515616A JP5484636B1 (ja) | 2012-11-22 | 2012-11-22 | プログラム作成支援装置、方法および記録媒体 |
US14/440,098 US20150286204A1 (en) | 2012-11-22 | 2012-11-22 | Program-creation supporting device, method, and recording medium |
DE112012007165.4T DE112012007165T5 (de) | 2012-11-22 | 2012-11-22 | Programmerzeugungs-Unterstützungsvorrichtung, Verfahren und Aufzeichnungsmedium |
TW102117175A TWI512416B (zh) | 2012-11-22 | 2013-05-15 | 程式製作支援裝置,其方法以及記錄媒體 |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
PCT/JP2012/080301 WO2014080490A1 (ja) | 2012-11-22 | 2012-11-22 | プログラム作成支援装置、方法および記録媒体 |
Publications (1)
Publication Number | Publication Date |
---|---|
WO2014080490A1 true WO2014080490A1 (ja) | 2014-05-30 |
Family
ID=50775695
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
PCT/JP2012/080301 WO2014080490A1 (ja) | 2012-11-22 | 2012-11-22 | プログラム作成支援装置、方法および記録媒体 |
Country Status (7)
Country | Link |
---|---|
US (1) | US20150286204A1 (ja) |
JP (1) | JP5484636B1 (ja) |
KR (1) | KR101713462B1 (ja) |
CN (1) | CN104813246B (ja) |
DE (1) | DE112012007165T5 (ja) |
TW (1) | TWI512416B (ja) |
WO (1) | WO2014080490A1 (ja) |
Cited By (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2020174888A1 (ja) * | 2019-02-27 | 2020-09-03 | 三菱電機株式会社 | 設計支援装置、設計支援方法および設計支援プログラム |
JP6837608B1 (ja) * | 2020-02-04 | 2021-03-03 | 三菱電機株式会社 | プログラム作成支援装置、プログラム作成支援方法およびプログラム作成支援プログラム |
WO2024014355A1 (ja) * | 2022-07-15 | 2024-01-18 | オムロン株式会社 | 制御プログラム編集装置、編集方法、およびプログラム |
Families Citing this family (10)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2016068929A1 (en) * | 2014-10-30 | 2016-05-06 | Siemens Aktiengesellschaft | Using soft-sensors in a programmable logic controller |
US10496067B2 (en) * | 2015-08-07 | 2019-12-03 | Siemens Aktiengesellschaft | Automation and control distributed data management systems |
KR102453603B1 (ko) * | 2015-11-10 | 2022-10-12 | 삼성전자주식회사 | 전자 장치 및 그 제어 방법 |
JP6352893B2 (ja) * | 2015-12-09 | 2018-07-04 | ファナック株式会社 | プログラマブルロジックコントローラとの通信機能を備えたロボット制御装置及び通信システム |
JP6852519B2 (ja) * | 2016-04-04 | 2021-03-31 | オムロン株式会社 | プログラム作成支援装置、プログラム作成支援装置の制御方法、およびプログラム作成支援装置の制御プログラム |
JP6386512B2 (ja) * | 2016-10-28 | 2018-09-05 | ファナック株式会社 | 情報処理装置 |
WO2019207679A1 (ja) * | 2018-04-25 | 2019-10-31 | 三菱電機株式会社 | モニタ支援装置、プログラマブルロジックコントローラ、モニタ支援方法およびモニタ支援プログラム |
JP7103078B2 (ja) * | 2018-08-31 | 2022-07-20 | オムロン株式会社 | 作業支援装置、作業支援方法及び作業支援プログラム |
JP7423895B2 (ja) * | 2019-03-12 | 2024-01-30 | オムロン株式会社 | ラダー図プログラム作成支援装置、ラダー図プログラム作成支援方法、およびラダー図プログラム作成支援プログラム |
US11307554B2 (en) * | 2019-11-20 | 2022-04-19 | Younes Faraj | System and method for keyword-based PLC programming |
Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004259084A (ja) * | 2003-02-27 | 2004-09-16 | Yokogawa Electric Corp | プログラムの入力支援方法及びその装置 |
JP2006120070A (ja) * | 2004-10-25 | 2006-05-11 | Yaskawa Electric Corp | プログラミング装置とそのシンボル入力方法および記録媒体 |
JP2011028552A (ja) * | 2009-07-27 | 2011-02-10 | Keyence Corp | プログラム作成支援装置、プログラム作成支援方法及びコンピュータプログラム |
Family Cites Families (32)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US3286915A (en) * | 1964-06-23 | 1966-11-22 | Ibm | Programming terminal |
JPH02220102A (ja) * | 1989-02-22 | 1990-09-03 | Fanuc Ltd | シーケンス・プログラム編集方式 |
US5349518A (en) * | 1989-06-30 | 1994-09-20 | Icom, Inc. | Method and apparatus for symbolic ladder logic programming with automatic attachment of addresses |
US5237652A (en) * | 1990-11-30 | 1993-08-17 | Mcmanus Kirby L | Programming system for programmable logic controller |
US6167406A (en) * | 1998-05-08 | 2000-12-26 | Allen-Bradley Company, Llc | System, method and article of manufacture for building an enterprise-wide data model |
US6108662A (en) * | 1998-05-08 | 2000-08-22 | Allen-Bradley Company, Llc | System method and article of manufacture for integrated enterprise-wide control |
US6157864A (en) * | 1998-05-08 | 2000-12-05 | Rockwell Technologies, Llc | System, method and article of manufacture for displaying an animated, realtime updated control sequence chart |
US6724408B1 (en) * | 1999-08-10 | 2004-04-20 | International Business Machines Corporation | Command line interface for a data processing system |
TW541447B (en) * | 1999-08-31 | 2003-07-11 | Digital Electronics Corp | Editor device and recording medium for storing an editor program |
US6268853B1 (en) * | 1999-09-30 | 2001-07-31 | Rockwell Technologies, L.L.C. | Data structure for use in enterprise controls |
US6622119B1 (en) * | 1999-10-30 | 2003-09-16 | International Business Machines Corporation | Adaptive command predictor and method for a natural language dialog system |
KR100706648B1 (ko) * | 2000-03-17 | 2007-04-13 | 가부시끼가이샤 디지탈 | 제어용 서버장치, 제어용 단말장치, 제어 시스템 및제어용 통신 프로그램이 기록된 기록매체 |
US6857110B1 (en) * | 2001-01-30 | 2005-02-15 | Stretch, Inc. | Design methodology for merging programmable logic into a custom IC |
US7284009B2 (en) * | 2002-12-13 | 2007-10-16 | Sun Microsystems, Inc. | System and method for command line prediction |
JP2004280587A (ja) * | 2003-03-17 | 2004-10-07 | Koyo Seiko Co Ltd | ラダープログラム編集装置 |
US7346892B2 (en) * | 2003-05-27 | 2008-03-18 | Microsoft Corporation | Prediction and pre-selection of an element in syntax completion |
US8739146B2 (en) * | 2003-07-30 | 2014-05-27 | International Business Machines Corporation | Systems and methods for generating and distributing executable procedures for technical desk-side support |
KR100799183B1 (ko) * | 2003-08-20 | 2008-01-29 | 니뽄 다바코 산교 가부시키가이샤 | 프로그램 생성 시스템, 프로그램 생성 프로그램을 기록한 기록매체 및 프로그램 생성 모듈 |
US7373634B2 (en) * | 2003-12-09 | 2008-05-13 | International Business Machines Corporation | User configurable language independent code assist method, system, article of manufacture, and computer program product |
DE602005015052D1 (de) * | 2004-03-31 | 2009-08-06 | Omron Tateisi Electronics Co | Vorrichtung zur Entwicklungsunterstützung |
US20050243066A1 (en) * | 2004-04-28 | 2005-11-03 | Adc Broadband Access Systems, Inc. | Command line interface in a communication system |
JP2007299205A (ja) | 2006-04-28 | 2007-11-15 | Keyence Corp | 制御プログラム作成装置、入力支援方法及び入力支援プログラム |
US8578334B2 (en) * | 2006-12-04 | 2013-11-05 | Microsoft Corporation | Dynamic language-based integrated development environment |
US20080256509A1 (en) * | 2007-04-11 | 2008-10-16 | Daniele Mazzeranghi | Pattern-based programming system for automatic code generation |
US8312427B2 (en) * | 2007-05-15 | 2012-11-13 | International Business Machines Corporation | Selecting a set of candidate code expressions from a section of program code for copying |
DE102008007102A1 (de) * | 2008-02-01 | 2009-08-06 | Robert Bosch Gmbh | Verfahren zum Programmieren einer Steuerungseinrichtung |
US8756576B2 (en) * | 2008-08-20 | 2014-06-17 | International Business Machines Corporation | Ranking peer submitted code snippets using execution feedback |
US8627230B2 (en) * | 2009-11-24 | 2014-01-07 | International Business Machines Corporation | Intelligent command prediction |
JP5404463B2 (ja) * | 2010-02-12 | 2014-01-29 | 三菱電機株式会社 | 制御装置及び管理装置 |
KR101251855B1 (ko) * | 2010-02-18 | 2013-04-10 | 신닛테츠스미킨 카부시키카이샤 | 조업 가이던스 설정 지원 장치, 조업 지원 시스템, 및 컴퓨터 프로그램을 기록한 컴퓨터 판독 가능한 기록 매체 |
JP5418318B2 (ja) | 2010-03-11 | 2014-02-19 | 富士通株式会社 | 入力装置、入力支援方法及びコンピュータプログラム |
US9846420B2 (en) * | 2012-03-26 | 2017-12-19 | Mitsubishi Electric Corporation | Sequence-program design support device |
-
2012
- 2012-11-22 WO PCT/JP2012/080301 patent/WO2014080490A1/ja active Application Filing
- 2012-11-22 US US14/440,098 patent/US20150286204A1/en not_active Abandoned
- 2012-11-22 DE DE112012007165.4T patent/DE112012007165T5/de not_active Withdrawn
- 2012-11-22 JP JP2013515616A patent/JP5484636B1/ja not_active Expired - Fee Related
- 2012-11-22 CN CN201280077222.2A patent/CN104813246B/zh active Active
- 2012-11-22 KR KR1020157013468A patent/KR101713462B1/ko active IP Right Grant
-
2013
- 2013-05-15 TW TW102117175A patent/TWI512416B/zh not_active IP Right Cessation
Patent Citations (3)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2004259084A (ja) * | 2003-02-27 | 2004-09-16 | Yokogawa Electric Corp | プログラムの入力支援方法及びその装置 |
JP2006120070A (ja) * | 2004-10-25 | 2006-05-11 | Yaskawa Electric Corp | プログラミング装置とそのシンボル入力方法および記録媒体 |
JP2011028552A (ja) * | 2009-07-27 | 2011-02-10 | Keyence Corp | プログラム作成支援装置、プログラム作成支援方法及びコンピュータプログラム |
Cited By (7)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
WO2020174888A1 (ja) * | 2019-02-27 | 2020-09-03 | 三菱電機株式会社 | 設計支援装置、設計支援方法および設計支援プログラム |
WO2020174627A1 (ja) * | 2019-02-27 | 2020-09-03 | 三菱電機株式会社 | 設計支援装置、設計支援方法および設計支援プログラム |
JP6758549B1 (ja) * | 2019-02-27 | 2020-09-23 | 三菱電機株式会社 | 設計支援装置、設計支援方法および設計支援プログラム |
US11809796B2 (en) | 2019-02-27 | 2023-11-07 | Mitsubishi Electric Corporation | Support device and storage medium |
JP6837608B1 (ja) * | 2020-02-04 | 2021-03-03 | 三菱電機株式会社 | プログラム作成支援装置、プログラム作成支援方法およびプログラム作成支援プログラム |
WO2021156940A1 (ja) * | 2020-02-04 | 2021-08-12 | 三菱電機株式会社 | プログラム作成支援装置、プログラム作成支援方法およびプログラム作成支援プログラム |
WO2024014355A1 (ja) * | 2022-07-15 | 2024-01-18 | オムロン株式会社 | 制御プログラム編集装置、編集方法、およびプログラム |
Also Published As
Publication number | Publication date |
---|---|
KR101713462B1 (ko) | 2017-03-07 |
JP5484636B1 (ja) | 2014-05-07 |
TW201421177A (zh) | 2014-06-01 |
TWI512416B (zh) | 2015-12-11 |
US20150286204A1 (en) | 2015-10-08 |
CN104813246A (zh) | 2015-07-29 |
KR20150077475A (ko) | 2015-07-07 |
DE112012007165T5 (de) | 2015-08-06 |
JPWO2014080490A1 (ja) | 2017-01-05 |
CN104813246B (zh) | 2017-06-30 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5484636B1 (ja) | プログラム作成支援装置、方法および記録媒体 | |
JP6006399B2 (ja) | プログラマブル表示器、そのプログラム | |
TW201339775A (zh) | 次序程式作成裝置 | |
KR101711772B1 (ko) | 시스템 구축 지원 장치 | |
US20120072777A1 (en) | Debugging device, debugging method, and computer program for sequence program | |
KR102445249B1 (ko) | 작화 장치, 작화 프로그램 및 기억 매체 | |
JP5747698B2 (ja) | 要件管理支援装置 | |
TWI522759B (zh) | 系統構築支援裝置、方法,及記錄媒體 | |
JP6263001B2 (ja) | 基礎設計用cadシステム | |
JP2015005228A (ja) | カーソル移動制御装置、そのプログラム | |
JP6019818B2 (ja) | 管理装置,管理プログラム,管理方法 | |
JP2012014561A (ja) | ラダープログラム作成装置 | |
JP2015111429A (ja) | 変更管理支援装置、変更管理支援方法及び変更管理支援プログラム | |
JP6407481B1 (ja) | プログラム作成装置 | |
JP4193505B2 (ja) | ユーザプログラム開発支援装置及び表示切替方法並びにプログラム | |
JP6067106B2 (ja) | プログラマブル表示器 | |
JPH08335157A (ja) | スクロール制御装置および表示装置 | |
JP2014186065A (ja) | 単語表示制御装置、単語表示制御方法及び単語表示制御プログラム | |
JP2004171463A (ja) | 画面遷移制御装置および画面遷移制御方法 | |
JP2020004128A (ja) | 表示方法、表示システム、及びプログラム | |
JP2012243034A (ja) | Web画面設計支援システム、Web画面設計支援方法、Web画面設計支援プログラム | |
JP2012173983A (ja) | 業務アプリケーション構成装置 | |
JP2006092114A (ja) | プラント監視制御装置 | |
JP2006139600A (ja) | 知識データベースシステム | |
US20140189645A1 (en) | Method for dynamic configuration management and an apparatus thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
ENP | Entry into the national phase |
Ref document number: 2013515616 Country of ref document: JP Kind code of ref document: A |
|
121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 12888685 Country of ref document: EP Kind code of ref document: A1 |
|
WWE | Wipo information: entry into national phase |
Ref document number: 14440098 Country of ref document: US |
|
ENP | Entry into the national phase |
Ref document number: 20157013468 Country of ref document: KR Kind code of ref document: A |
|
WWE | Wipo information: entry into national phase |
Ref document number: 112012007165 Country of ref document: DE Ref document number: 1120120071654 Country of ref document: DE |
|
122 | Ep: pct application non-entry in european phase |
Ref document number: 12888685 Country of ref document: EP Kind code of ref document: A1 |