EP1650619B1 - Sequence program editing apparatus - Google Patents

Sequence program editing apparatus Download PDF

Info

Publication number
EP1650619B1
EP1650619B1 EP05256289A EP05256289A EP1650619B1 EP 1650619 B1 EP1650619 B1 EP 1650619B1 EP 05256289 A EP05256289 A EP 05256289A EP 05256289 A EP05256289 A EP 05256289A EP 1650619 B1 EP1650619 B1 EP 1650619B1
Authority
EP
European Patent Office
Prior art keywords
program
sequence program
sequence
application
information
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
Application number
EP05256289A
Other languages
German (de)
English (en)
French (fr)
Other versions
EP1650619A1 (en
Inventor
Kimio Maeda
Junichi Yamaki
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Fanuc Corp
Original Assignee
Fanuc Corp
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 Fanuc Corp filed Critical Fanuc Corp
Publication of EP1650619A1 publication Critical patent/EP1650619A1/en
Application granted granted Critical
Publication of EP1650619B1 publication Critical patent/EP1650619B1/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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
    • G05B19/056Programming the PLC
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/13Plc programming
    • G05B2219/13035Name, address duplication detection for program components, symbols
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B2219/00Program-control systems
    • G05B2219/10Plc systems
    • G05B2219/13Plc programming
    • G05B2219/13057Automatic search for unused, available address; assign to symbol

Definitions

  • the present invention relates to an editing apparatus which exchanges data between a plurality of windows on which a plurality of application programs for processing data of a sequence program operates to edit the sequence program.
  • a sequence program is executed by a microprocessor to perform sequence control.
  • the sequence program loads an application for editing a sequence program on a general-purpose personal computer to design a sequence program on the personal computer.
  • the designed sequence program simulates a sequence operation of the program on the personal computer.
  • a simulation result is verified, and the verification result is returned to the sequence program and debugged, thereby completing a sequence program.
  • the completed sequence program is transferred to the programmable controller.
  • the sequence program is popularly designed by a ladder graphic language obtained by applying a ladder graphic.
  • the ladder graphic expresses contents and procedures of control by sequentially arranging symbols of a relay, a coil, and the like, graphics expressing functions, and data and labels related to the symbols and the graphics along a sequence between power lines.
  • a general data processing device including a multi-window or a multi-task environment can use a function called a "cut-and-paste" function or a "copy-and-paste” function.
  • This function is a function of fetching data processed by an application operated on another window in an application operated on one window, so that the data can be exchanged between the windows.
  • the sequence program itself can be subjected to an editing operation such as copy and paste.
  • an editing operation such as copy and paste.
  • address regions of respective sequence programs and available instruction words are arbitrarily described by a designer. For this reason, address regions in which symbols and comment information can be used in units of sequence programs, available instruction words, and the like are uniquely set and are not shared.
  • address regions in which the symbols and comment information can be used, available instruction words, and the like are different from each other.
  • a sequence program editing apparatus for manually creating and editing a sequence program is disclosed in NN: "Internet TriLOGI Helps" 3 August 2003, TRILOGI, INTERNET, XP002366922 at URL: http://web.archive.org/web/20030803021 053/http://tri-plc.com/trilogihelp.pdf> pages 160 to 165. Also relevant is US 5,142,469 .
  • a sequence program editing apparatus automatically extracts symbol information and comment information used in a program part selected by a sequence program of a copy source when a sequence program is copied, and the extracted symbol information and the extracted comment information are copied on a sequence program in the copy destination.
  • the symbol information and the comment information can also be copied to make it possible to easily edit the sequence program by diverting an existing program. For this reason, the operability of creation and editing of the sequence program can be improved.
  • a sequence program editing apparatus includes: program storing means for storing an application program including the sequence program; information storing means for storing symbol information and/or comment information used in the sequence program; selecting means adapted and arranged for, in a state in which a plurality of application programs, including at least a first and a second application programs, run, selecting at least a part of a sequence program displayed on an application screen run by the first application program; characterised by extracting means adapted and arranged for automatically extracting the corresponding symbol information and/or the comment information from the information storing means, which is used in the selected part of the sequence program, stored in the program storing means, of the first application program; and copy means adapted and arranged for copying the selected part of the sequence program into the sequence program displayed on the application screen run by the second application program, and for copying the extracted symbol information and/or the extracted comment information into the information storing means of the second application program, such that the second application program can adapt to the instruction words used in the selected part of the sequence program from the first application program.
  • An application program causes a computer to execute a predetermined process to control driving operations of various devices, and includes a sequence program in which operation contents and procedures are described.
  • the sequence program editing apparatus which is to create and edit the sequence program copies a whole or a part of an existing sequence program to make it easy to create and edit the sequence program.
  • the sequence program includes information related to symbol/comment information used in the sequence program.
  • the sequence program is stored in program storing means, and symbol/comment information is stored in information storing means.
  • the program storing means and the information storing means may be constituted by independent storing devices or independent storing areas set in the same storing device. In the configuration of any storing means, the sequence program and the symbol/comment information are set in an address region prepared to store the program or the information. A predetermined program step and the symbol/comment are specified by the address of the address region.
  • the selecting means included in the present invention which is to select a whole or a part of a sequence program performs selection by designating a predetermined part of a sequence program displayed on a screen. At this time, a plurality of application programs including first and second application programs is run to display a sequence program of the plurality of application programs on the screen.
  • a part (selected program part) to be copied is selected from a sequence program of a copy source, and the position of a destination where the selected program part is copied on the sequence program in the second application program is selected.
  • a region of the selected program part and the position of the copy destination can be displayed on a screen.
  • the extracting means extracts symbol information and comment information included in the selected sequence program from the information storing means.
  • Extraction of symbol information by the extracting means can be performed as follows. For example, a symbol included in the selected sequence programpart is retrieved, and the symbol detected in the retrieval is retrieved in the information storing means and the symbol information is read. In the retrieval of the symbol in the information storing means, a corresponding table between symbols and addresses at which pieces of information related to the symbols are stored can be used.
  • Extraction of comment information by the extracting means can be performed as follows. For example, it is detected whether the selected sequence program part includes a comment or not. When the sequence program part includes the comment, the comment is retrieved from the information storing means and read. In the retrieval of the comment from the information storing means, a corresponding table between comments and addresses at which pieces of information related to the comments are stored can be used.
  • the copy means copies the selected program part at a selected position on an application screen run by the second application program and copies the symbol information and the comment information extracted by the extracting means on the information storing means.
  • the program storing means copies the selected program part at a predetermined position of a sequence program of a copy destination and orders addresses.
  • the symbol information and the comment information extracted by the extracting means are copied on the information storing means of an application of a copy destination and the addresses are ordered.
  • the program storingmeans and the information storingmeans have unique available address regions, respectively, and include address determining means which, when the selected program part is copied on the sequence program of the copy destination, determines whether the address of the first application program can be used in the second application program or not. Depending on the determination result obtained by the address determining means, an available address and an unavailable address are identifiably displayed.
  • An instruction determining means for determining whether an instruction word used in the first application program is an instruction word which can be used in the second application program or not is provided. Depending on a determination result obtained by the instruction determining means, an available instruction word and unavailable instruction words are identifiably displayed.
  • Output means for outputting the selected sequence program and the extracted symbol information and the comment information in a mnemonic code is further arranged to make it possible to display the sequence program, and the symbol information, and the comment information on a screen.
  • a sequence program editing apparatus of the present invention information about a symbol and a comment used in a sequence program can be automatically edited on a program editing screen. In this manner, operability of editing and maintainability of the sequence program can be improved.
  • FIG. 1 is a flow chart for explaining an operation (processing in copying) of a sequence program editing apparatus according to the present invention
  • FIGS. 2 and 3 shows displays obtained by the operation.
  • sequence program of the sequence program is started, in a state where a plurality of sequence programs is displayed on the display screen.
  • Two sequence programs are displayed on a display screen, one of the sequence programs is used as a sequence program of a copy source, and the other is used as a sequence program of a copy destination.
  • a plurality of sequence programs may be set in the copy source and the copy destination. For example, parts selected from sequence programs in a plurality of copy sources can be copied on a sequence program of one copy destination.
  • a program part to be copied on the sequence program of the copy source is selected (step S1).
  • a region to be selected may be a whole of the sequence program or a part of the sequence program.
  • step S2 When there is symbol information related to a symbol used in the selected program part, or when comment information is given to the program part, such symbol information and comment information are extracted (step S2).
  • a ladder editing screen and another screen are used.
  • the sequence program is displayed by a ladder diagram so that an editing process of the ladder diagram can be performed.
  • the screen other than the ladder editing screen for example, a display screen of text information included in an application program or an OS as a function thereof can be used.
  • step S3 it is determined whether a symbol is set in the sequence program of the pasting destination or not.
  • step S4 a symbol or a comment used in the sequence program of the copy source is added to the pasting destination (step S5).
  • step S4 when a symbol is present in the sequence program of the pasting destination, or after symbol information or comment information is added to the sequence program of the pasting destination by the process in step S5, an address of the program part of the copy destination and an address at which the symbol information or comment information related to the symbol used in the program part is set are compared with a corresponding address of the sequence program of the copy destination to determine whether the address of the program part of the copy source can be used in the sequence program of the copy destination or not.
  • An instruction word included in the program part of the copy source and an instruction word included in the sequence program of the copy destination are compared with each other to determine whether the instruction word in the program part of the copy source can be used in the sequence program of the copy destination or not (step S6).
  • step S6 when the address or the instruction word of the program part of the copy source cannot be used in the sequence program of the copy destination, the sequence program is displayed on the display screen in a manner such that display forms of the sequence program such as a display color of the address and the thickness of an element are different from normal display forms, thereby informing a user that the address and the instruction word cannot be used (step S7).
  • step S3 when the pasting destination is a screen other than a ladder editing screen, the sequence program, the symbol information, and the comment information are pasted by text display of, e.g., a mnemonic code (step S8).
  • FIG. 2(a) shows a sequence program of a copy destination.
  • a part indicated by a background in FIG. 2 (b) shows a program part of a copy source.
  • a part (black rectangle) indicated at a distal end of an arrow in FIG. 2(a) shows a pasting position where the program part in FIG. 2(b) is pasted.
  • the program part of the copy source in the sequence program and a pasting position in the sequence program can be designated on an editing screen.
  • FIG. 2(c) shows an example in which text display of a selected program part is performed by a mnemonic code.
  • FIG. 3 is a display example in which an address or an instruction word cannot be used in the copy destination.
  • a part indicated by a mark A denotes an unavailable address.
  • the part is displayed by changing the display colors.
  • a part indicated by a mark B denotes an unavailable instruction word.
  • the part is displayed by changing the widths of element lines.
  • the unavailable address and instruction word may be displayed by changing the display colors and the widths of the element lines, or may be displayed by other forms.
  • FIG. 4 is a schematic diagram for explaining a configuration of the sequence program editing apparatus according to the present invention.
  • a sequence program editing apparatus 1 a sequence program is formed and edited on a display device 11, and the formed and edited sequence program and symbol/comment information are stored in a storing unit.
  • the sequence program editing apparatus 1 includes a program storing unit 2 which stores an application program including a sequence program, an information storing unit 3 which stores symbol information and comment information used in the sequence program, a display unit 10 and a display device 11 which display a run application program, a selecting unit 4 which selects a part or a whole (program part) of the sequence program displayed on an application screen run by a first application program in a state in which a plurality of application programs including first and second application programs runs, an extracting unit 5 which extracts symbol information and/or comment information included in the program part selected by the selecting unit 4 from the information storing unit 3 of the first application program, a copy unit 7 which copies the sequence program including the program part selected by the selecting unit 4 on a sequence program displayed on an application screen run by the second application program and copies the symbol information and/or the comment information on the information storing unit 3 of the second application program, an address/instruction determining unit 9 which collates an address of a program part of a copy source with an address of a sequence program of
  • the sequence program editing apparatus 1 comprises an editing process unit 6 including the copy unit 7 and the output unit 8 and performs the following editing process. That is, a program position of a destination on which the program part selected by the selecting unit 4 is to be copied is displayed on a display screen, and the address of the copied program or information is set in the program storing unit 2 or the information storing unit 3.
  • the editing process unit 6 is configured to comprise the copy unit 7 and the output unit 8. However, the editing process unit 6 may be configured to comprise the extracting unit 5 and the address/instruction determining unit 9.
  • the program storing unit 2 and the information storing unit 3 can be constituted by a sequence program area and a symbol/comment information area obtained by dividing a storage area included in one storing unit.
  • the sequence program area in the program storing unit 2 is a storing area prepared for a sequence program included in an application program.
  • the sequence program area is divided into areas for respective application programs.
  • addresses AD1001 to AD1200 are prepared as sequence program areas of an application A
  • addresses AD1201 to AD14 00 are prepared as sequence program areas of an application B.
  • a symbol/comment information area in the information storing unit 3 is a storing area for symbol information or comment information used in a sequence program.
  • the symbol/comment information area is divided into areas for respective application programs.
  • addresses AD9001 to AD9100 are prepared as symbol/comment information areas of the application A
  • addresses AD9101 to AD9200 are prepared as symbol/comment information areas of the application B.
  • the program storing unit 2 and the information storing unit 3 are constituted by dividing a storing area of one storing unit by two. However, the program storing unit 2 and the information storing unit 3 may also be constituted by different storing devices, respectively.
  • the editing process unit 6 runs a plurality of application programs to cause the display unit 10 to display a sequence programs (the application A and the application B in FIG. 4 ) included in these application programs on a display screen of the display device 11.
  • the selecting unit 4 selects a sequence program of a copy source and a sequence program of a copy destination from the plurality of sequence programs and selects a region (program part) to be copied with respect to the sequence program of the copy source. Furthermore, the selecting unit 4 selects and designates a position of the copy destination in which the copied (selected) program part is incorporated.
  • the selection of the programpart also involves selection of some sequence programs and selection of all the sequence programs. The selection and designation on the display screen can be performed by using a position selecting unit such as a mouse or a drag-and-drop function or a copy-and-paste function held by an OS.
  • the selecting unit 4 selects only a sequence program, and does not select symbol or comment information used in the sequence program.
  • the symbol and the comment are desirably copied and used together with the program.
  • the extracting unit 5 in FIG. 4 extracts the information related to a symbol or comment information used in the program part selected by the selecting unit 4 and copies the extracted information on the sequence program of the copy destination to reflect the information on the creation and editing of the sequence program, thereby making it easy to perform the creating and editing processes of the program.
  • FIG. 5 shows schematic diagrams for explaining a copying operation according to the present invention.
  • the sequence program of the application A in the copy source is stored at the addresses AD1001 to AD1200 in the sequence program area
  • the sequence program of the application B in the copy destination is stored at the addresses AD1201 to AD1400 in the sequence program area.
  • the symbol information and the comment information included in the sequence program of the application A are stored at the addresses AD9001 to AD9100 in the symbol/comment information area
  • symbol information and comment information included in the sequence program of the application B are stored at the addresses AD9101 to AD9200 in the symbol/comment information area.
  • the selectingunit 4 selects a program part in the sequence program area at the addresses AD1101 to AD1111 from the program storing unit 2 of the application A.
  • the selecting unit 4 designates a pasting position on which the copied program part is to be pasted in the sequence program area of the program storing unit 2 of the application B serving as the copy destination.
  • FIG. 5(a) shows that the symbol or the comment used in the selected program part is stored at the addresses AD9010 to AD9015 corresponding to the addresses AD1101 to AD1111 of the selected program part. Therefore, the information stored at the addresses is extracted by the extracting unit 5.
  • Correspondence between the sequence program and the symbol/comment information can be achieved by, for example, adding the address of information corresponding to the sequence program or preparing a corresponding table.
  • the program part selected from the sequence program area of the application A is pasted at a pasting position in the sequence program of the application B of the copy destination to copy the program part, and the symbol information and the comment information extracted by the extracting unit 5 are copied and pasted on a free area (addresses AD9151 to AD9155) in the symbol/comment information area of the application B.
  • the address determination is performed to determine whether the address of the program part of the copy source or the address of the symbol/comment information included in the program part can be used as the address of the sequence program or the address of symbol/comment information of the copy destination or not.
  • the determination whether the address is available or not includes a determination whether a free area prepared in the sequence program of the copy destination has an area enough to store a program part to be copied on the free area or not, a determination whether the address set in the program part of the copy source and the address of the sequence program of the copy destination overlap or not, or the like.
  • FIG. 6 shows an example in which it is determined whether the sequence program of the copy destination has a sufficient free area or not.
  • the same determination as described above can also be performed with respect to the extracted symbol/comment information. For example, as shown in FIG. 6 , when a part (addresses corresponding to the addresses AD1101 to AD1200 of the selected program part) corresponding to the addresses AD9010 to AD9100 extracted by the extracting unit 5 from the symbol/comment information area of the application A is copied on the free area in the symbol/comment information area of the application B, if the free area of the copy destination is an area at the addresses AD9180 to AD9200, a data amount which can be stored in the area is smaller than a data amount of the extracted part. For this reason, the extracted part cannot be copied on the free area. In such a case, in the address determination, it is determined that the extracted part cannot be used in the copy destination. The determination result is displayed on the display screen.
  • a program editor When it is displayed on the display screen by the address determination that the address cannot be available, a program editor performs a process of extending the program area of the copy destination or other processes to perform adjustment such that the address of the selected program part or the address of the extracted part can be used in the copy destination.
  • an instruction word included in an address region selected by the sequence program of the copy source is compared with an instruction word used in the sequence program of the copy destination to determine whether the instruction word used in the sequence program of the copy source is defined in the sequence program of the copy destination or not, and whether the instruction words are differently defined in the copy source and the copy destination or not although the instruction words are equal to each other, or the like, thus determining whether or not the instruction words can be used in the sequence program of the copy destination.
  • the determination of the instruction words can be performed by the following method. That is, when the program includes an instruction word uniquely set in the program, the fact that the instruction word is unique is set in the symbol information or the comment information to allow retrieval of the setting items. Furthermore, the contents of the instruction words are described in the symbol information or the comment information to make it possible for a creator or an editor to perform a program creating/editing process with reference to the description.

Landscapes

  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Automation & Control Theory (AREA)
  • Programmable Controllers (AREA)
EP05256289A 2004-10-21 2005-10-10 Sequence program editing apparatus Active EP1650619B1 (en)

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004306704A JP3910196B2 (ja) 2004-10-21 2004-10-21 シーケンスプログラムの編集装置

Publications (2)

Publication Number Publication Date
EP1650619A1 EP1650619A1 (en) 2006-04-26
EP1650619B1 true EP1650619B1 (en) 2010-03-10

Family

ID=35717595

Family Applications (1)

Application Number Title Priority Date Filing Date
EP05256289A Active EP1650619B1 (en) 2004-10-21 2005-10-10 Sequence program editing apparatus

Country Status (5)

Country Link
US (1) US7721255B2 (zh)
EP (1) EP1650619B1 (zh)
JP (1) JP3910196B2 (zh)
CN (1) CN100428143C (zh)
DE (1) DE602005019824D1 (zh)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005084800A (ja) * 2003-09-05 2005-03-31 Fanuc Ltd プログラマブルコントローラ
US7853924B2 (en) * 2006-04-13 2010-12-14 Sap Ag Systems and methods for processing non-functional commentary of computer source code
JP2008165399A (ja) * 2006-12-27 2008-07-17 Fanuc Ltd シミュレーションデータ作成支援装置
JP2008276526A (ja) * 2007-04-27 2008-11-13 Omron Corp 産業用機器のプログラム開発支援装置
JP5262765B2 (ja) * 2009-01-29 2013-08-14 株式会社明電舎 Plcのプログラム変換ツール
JP5546886B2 (ja) * 2010-02-05 2014-07-09 光洋電子工業株式会社 ラダー図における命令語編集方法
US10191642B2 (en) * 2010-04-09 2019-01-29 Sony Interactive Entertainment Inc. Information processing apparatus for navigating and selecting programs
JP5599535B2 (ja) * 2012-03-26 2014-10-01 三菱電機株式会社 シーケンスプログラムデバッグ支援装置
WO2014128920A1 (ja) * 2013-02-22 2014-08-28 三菱電機株式会社 システム開発装置、方法およびプログラム
US20160132305A1 (en) * 2013-04-08 2016-05-12 Mitsubishi Electric Corporation Program graph display device, program graph display method, and program graph display program
US10353701B2 (en) 2014-09-29 2019-07-16 Sap Se Code analysis for cloud-based integrated development environments
JP6079817B2 (ja) * 2015-04-21 2017-02-15 株式会社安川電機 ラダープログラム作成装置、コンピュータープログラム及びラダープログラム作成方法
JP6212074B2 (ja) * 2015-06-29 2017-10-11 ファナック株式会社 最寄りのネットコメントを表示可能なラダープログラム編集装置
CN105094551A (zh) * 2015-07-24 2015-11-25 联想(北京)有限公司 一种信息处理方法及电子设备
US10719643B2 (en) * 2016-09-14 2020-07-21 Mitsubishi Electric Corporation Ladder program editing support apparatus and ladder program editing method
WO2018185915A1 (ja) * 2017-04-06 2018-10-11 三菱電機株式会社 プログラム作成装置およびプログラム作成方法
JP2018194898A (ja) * 2017-05-12 2018-12-06 オムロン株式会社 支援装置、支援装置の制御方法、情報処理プログラム、および記録媒体
JP6922431B2 (ja) * 2017-05-31 2021-08-18 オムロン株式会社 プログラム開発支援装置、プログラム開発支援方法、および、プログラム開発支援プログラム
US11927933B2 (en) * 2018-10-18 2024-03-12 Mitsubishi Electric Corporation Program comparison apparatus, program comparison method, and computer readable medium
WO2024100895A1 (ja) * 2022-11-11 2024-05-16 ファナック株式会社 シーケンスプログラミング支援装置、及びコンピュータが読み取り可能な記憶媒体

Family Cites Families (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5267145A (en) * 1989-06-30 1993-11-30 Icom, Inc. Method and apparatus for program navigation and editing for ladder logic programs by determining which instructions reference a selected data element address
US5142469A (en) 1990-03-29 1992-08-25 Ge Fanuc Automation North America, Inc. Method for converting a programmable logic controller hardware configuration and corresponding control program for use on a first programmable logic controller to use on a second programmable logic controller
JPH08123515A (ja) * 1994-10-25 1996-05-17 Fanuc Ltd シーケンス・プログラムの表示方式
JPH08305417A (ja) 1995-04-28 1996-11-22 Omron Corp シーケンスプログラムのデバッグ装置およびデバッグ方法
JPH09319416A (ja) 1996-05-31 1997-12-12 Keyence Corp データ処理方法、データ処理装置、及び記録媒体
JPH10301764A (ja) * 1997-04-28 1998-11-13 Toshiba Corp イベント駆動型プログラム開発支援装置
JP2002099312A (ja) * 2000-09-22 2002-04-05 Mitsubishi Electric Corp プログラマブルコントローラおよび制御プログラム開発支援装置
JP3710731B2 (ja) 2001-07-23 2005-10-26 株式会社デジタル エディタ装置およびエディタプログラムを記録した記録媒体
US20040003383A1 (en) * 2002-06-28 2004-01-01 Microsoft Corporation Stripping of unnecessary information from source code
CN1260642C (zh) * 2002-11-18 2006-06-21 深圳市朗科科技有限公司 一种向移动存储装置发送命令和数据的方法

Also Published As

Publication number Publication date
CN1763669A (zh) 2006-04-26
JP3910196B2 (ja) 2007-04-25
EP1650619A1 (en) 2006-04-26
JP2006119884A (ja) 2006-05-11
CN100428143C (zh) 2008-10-22
US20060089728A1 (en) 2006-04-27
US7721255B2 (en) 2010-05-18
DE602005019824D1 (de) 2010-04-22

Similar Documents

Publication Publication Date Title
EP1650619B1 (en) Sequence program editing apparatus
KR101429301B1 (ko) 차트를 포맷하는 방법, 차트를 수정하는 시스템, 및 컴퓨터판독가능 매체
RU2422887C2 (ru) Привязка объектов в среде компьютерной графики
JP5303116B2 (ja) 画面編集装置、そのプログラム
JPH0388087A (ja) 文書読取装置
JP3535354B2 (ja) ストール検出表示装置及び方法
US5493726A (en) Operation guidance generating unit and method of generating operation guidance
CN103077010A (zh) 开发支援装置和开发支援程序
JP4834919B2 (ja) 自動組版システム
JP2006243935A (ja) 文書処理装置および方法並びにプログラム
JP2005070939A (ja) 文字列処理装置、文字列処理方法、プログラム及び記録媒体
KR100237659B1 (ko) 도형 편집 장치 및 방법
JPH08190636A (ja) 画像編集印刷システム
JP2009181528A (ja) 操作取り消しシステム、方法、およびプログラム
JP4387288B2 (ja) 制御用表示装置、エディタ装置、プログラムおよび記録媒体
JP2006268292A (ja) テンプレート編集装置およびテンプレート編集用プログラム
JPS63109578A (ja) 論理図概要表示処理方式
JP2009211283A (ja) カーソル管理装置およびコンピュータプログラム
JP3110280B2 (ja) 教育ヘルプ装置
JPH10222356A (ja) アプリケーション作成装置及びアプリケーション作成方法
JP5244370B2 (ja) 画面デザイン仕様書作成方法、画面デザイン仕様書作成プログラム、および、画面デザイン仕様書作成装置
JPH06214989A (ja) 文書表示方法及びその装置
JP2006085509A (ja) ドキュメント管理装置
JPH01108670A (ja) 数式入力編集方式
JP2889052B2 (ja) 文字書体処理方法および装置

Legal Events

Date Code Title Description
PUAI Public reference made under article 153(3) epc to a published international application that has entered the european phase

Free format text: ORIGINAL CODE: 0009012

AK Designated contracting states

Kind code of ref document: A1

Designated state(s): AT BE BG CH CY CZ DE DK EE ES FI FR GB GR HU IE IS IT LI LT LU LV MC NL PL PT RO SE SI SK TR

AX Request for extension of the european patent

Extension state: AL BA HR MK YU

17P Request for examination filed

Effective date: 20061023

17Q First examination report despatched

Effective date: 20061124

AKX Designation fees paid

Designated state(s): DE

GRAP Despatch of communication of intention to grant a patent

Free format text: ORIGINAL CODE: EPIDOSNIGR1

GRAS Grant fee paid

Free format text: ORIGINAL CODE: EPIDOSNIGR3

GRAA (expected) grant

Free format text: ORIGINAL CODE: 0009210

AK Designated contracting states

Kind code of ref document: B1

Designated state(s): DE

REF Corresponds to:

Ref document number: 602005019824

Country of ref document: DE

Date of ref document: 20100422

Kind code of ref document: P

PLBE No opposition filed within time limit

Free format text: ORIGINAL CODE: 0009261

STAA Information on the status of an ep patent application or granted ep patent

Free format text: STATUS: NO OPPOSITION FILED WITHIN TIME LIMIT

26N No opposition filed

Effective date: 20101213

REG Reference to a national code

Ref country code: DE

Ref legal event code: R082

Ref document number: 602005019824

Country of ref document: DE

Representative=s name: HL KEMPNER PATENTANWAELTE, SOLICITORS (ENGLAND, DE

Ref country code: DE

Ref legal event code: R082

Ref document number: 602005019824

Country of ref document: DE

Representative=s name: HL KEMPNER PATENTANWALT, RECHTSANWALT, SOLICIT, DE

PGFP Annual fee paid to national office [announced via postgrant information from national office to epo]

Ref country code: DE

Payment date: 20230830

Year of fee payment: 19